Trace number 1557943

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LySAT c/2009-03-20? (TO) 1200.05 1200.71

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-22-s100.cnf
MD5SUM96596d59af0c6949ab68ac8c5abcf28b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables31616
Number of clauses95110
Sum of the clauses size224220
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260982
Number of clauses of size 334064
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.08/0.08	c ==============================================================================
0.08/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.08/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.08/0.08	c ==============================================================================
0.08/0.08	c |         0 |   94910   223744 |   28472       0        0     nan |  0.000 % |
1.18/1.25	c |         0 |   57628   172230 |      --       0       --      -- |     --   | -36942/-50538
1.18/1.25	c ==============================================================================
1.18/1.25	c Result  :   #vars: 13864   #clauses: 57628   #literals: 172230
1.18/1.25	c CPU time:   1.21881 s
1.18/1.25	c ==============================================================================
1.28/1.32	This is MiniSat 2.0 beta
1.28/1.32	WARNING: for repeatability, setting FPU to use double precision
1.28/1.32	============================[ Problem Statistics ]=============================
1.28/1.32	|                                                                             |
1.28/1.33	|  Number of variables:  13864                                                |
1.28/1.33	|  Number of clauses:    57628                                                |
1.28/1.36	|  Parsing time:         0.03         s                                       |
1200.03/1200.71	HOME/lysat.sh: line 55:  5112 Terminated              $MS$OPT -verbosity=0 $TMP.cnf $TMP.result "$@"

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1557943-1238860983/watcher-1557943-1238860983 -o /tmp/evaluation-result-1557943-1238860983/solver-1557943-1238860983 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1557943-1238860983.cnf c 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.06 1.12 3/73 5109
/proc/meminfo: memFree=1417448/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=0
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1158763323 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 235 195 169 0 50 0
[pid=5110] ppid=5109 vsize=1556 CPUtime=0
/proc/5110/stat : 5110 (SatElite) R 5109 5109 4918 0 -1 4194304 311 0 0 0 0 0 0 0 20 0 1 0 1158763323 1593344 295 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/5110/statm: 389 297 50 127 0 259 0

[startup+0.087434 s]
/proc/loadavg: 0.99 1.06 1.12 3/73 5109
/proc/meminfo: memFree=1417448/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=0
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1158763323 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 235 195 169 0 50 0
[pid=5110] ppid=5109 vsize=12212 CPUtime=0.08
/proc/5110/stat : 5110 (SatElite) R 5109 5109 4918 0 -1 4194304 2937 0 0 0 7 1 0 0 20 0 1 0 1158763323 12505088 2921 1992294400 134512640 135034092 4294956096 18446744073709551615 134542635 0 0 4096 3 0 0 0 17 0 0 0
/proc/5110/statm: 3053 2921 51 127 0 2923 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17568

[startup+0.101436 s]
/proc/loadavg: 0.99 1.06 1.12 3/73 5109
/proc/meminfo: memFree=1417448/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=0
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1158763323 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 235 195 169 0 50 0
[pid=5110] ppid=5109 vsize=13260 CPUtime=0.09
/proc/5110/stat : 5110 (SatElite) R 5109 5109 4918 0 -1 4194304 3368 0 0 0 8 1 0 0 20 0 1 0 1158763323 13578240 3151 1992294400 134512640 135034092 4294956096 18446744073709551615 134540734 0 0 4096 3 0 0 0 17 0 0 0
/proc/5110/statm: 3315 3151 68 127 0 3185 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18616

[startup+0.301474 s]
/proc/loadavg: 0.99 1.06 1.12 3/73 5109
/proc/meminfo: memFree=1417448/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=0
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1158763323 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 235 195 169 0 50 0
[pid=5110] ppid=5109 vsize=14264 CPUtime=0.29
/proc/5110/stat : 5110 (SatElite) R 5109 5109 4918 0 -1 4194304 3597 0 0 0 27 2 0 0 22 0 1 0 1158763323 14606336 3380 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/5110/statm: 3566 3380 68 127 0 3436 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19620

[startup+0.701551 s]
/proc/loadavg: 0.99 1.06 1.12 3/73 5109
/proc/meminfo: memFree=1417448/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=0
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1158763323 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 235 195 169 0 50 0
[pid=5110] ppid=5109 vsize=15416 CPUtime=0.69
/proc/5110/stat : 5110 (SatElite) R 5109 5109 4918 0 -1 4194304 3801 0 0 0 67 2 0 0 25 0 1 0 1158763323 15785984 3584 1992294400 134512640 135034092 4294956096 18446744073709551615 134566273 0 0 4096 3 0 0 0 17 0 0 0
/proc/5110/statm: 3854 3584 68 127 0 3724 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20772

[startup+1.50172 s]
/proc/loadavg: 0.99 1.06 1.12 2/75 5111
/proc/meminfo: memFree=1398488/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5356

[startup+3.10202 s]
/proc/loadavg: 0.99 1.06 1.12 2/75 5112
/proc/meminfo: memFree=1407256/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=5784 CPUtime=1.76
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 1301 0 0 0 176 0 0 0 25 0 1 0 1158763455 5922816 1286 1992294400 134512640 135214827 4294956208 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 1 0 0
/proc/5112/statm: 1446 1286 77 171 0 1273 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 11140

[startup+6.30162 s]
/proc/loadavg: 1.07 1.08 1.13 2/75 5112
/proc/meminfo: memFree=1406816/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=6048 CPUtime=4.95
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 1354 0 0 0 495 0 0 0 25 0 1 0 1158763455 6193152 1339 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 1512 1339 77 171 0 1339 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11404

[startup+12.7018 s]
/proc/loadavg: 1.07 1.08 1.13 2/75 5112
/proc/meminfo: memFree=1406560/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=6444 CPUtime=11.35
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 1454 0 0 0 1135 0 0 0 25 0 1 0 1158763455 6598656 1439 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 1611 1439 77 171 0 1438 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11800

[startup+25.5013 s]
/proc/loadavg: 1.05 1.07 1.12 2/75 5112
/proc/meminfo: memFree=1406048/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=7104 CPUtime=24.15
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 1605 0 0 0 2414 1 0 0 25 0 1 0 1158763455 7274496 1590 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 1776 1590 77 171 0 1603 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12460

[startup+51.1012 s]
/proc/loadavg: 1.03 1.07 1.12 2/75 5112
/proc/meminfo: memFree=1405088/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=8036 CPUtime=49.73
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 1848 0 0 0 4972 1 0 0 25 0 1 0 1158763455 8228864 1833 1992294400 134512640 135214827 4294956208 18446744073709551615 134529203 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 2009 1833 77 171 0 1836 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 13392

[startup+102.306 s]
/proc/loadavg: 1.01 1.05 1.11 2/75 5112
/proc/meminfo: memFree=1402848/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=10216 CPUtime=100.91
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 2391 0 0 0 10089 2 0 0 25 0 1 0 1158763455 10461184 2376 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 2554 2376 77 171 0 2381 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 15572

[startup+162.302 s]
/proc/loadavg: 1.00 1.04 1.10 2/75 5112
/proc/meminfo: memFree=1399136/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=13940 CPUtime=160.87
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 3313 0 0 0 16084 3 0 0 25 0 1 0 1158763455 14274560 3298 1992294400 134512640 135214827 4294956208 18446744073709551615 134529913 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 3485 3298 77 171 0 3312 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 19296

[startup+222.302 s]
/proc/loadavg: 1.00 1.03 1.09 2/75 5112
/proc/meminfo: memFree=1395872/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=17268 CPUtime=220.84
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 4133 0 0 0 22080 4 0 0 25 0 1 0 1158763455 17682432 4118 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 4317 4118 77 171 0 4144 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 22624

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.08 2/75 5112
/proc/meminfo: memFree=1393824/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=19372 CPUtime=280.81
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 4657 0 0 0 28076 5 0 0 25 0 1 0 1158763455 19836928 4642 1992294400 134512640 135214827 4294956208 18446744073709551615 134536461 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 4843 4642 77 171 0 4670 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 24728

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.08 2/75 5112
/proc/meminfo: memFree=1392800/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=20496 CPUtime=340.78
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 4910 0 0 0 34073 5 0 0 25 0 1 0 1158763455 20987904 4895 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 5124 4895 77 171 0 4951 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 25852


################
# More data... #
################

[pid=5112] ppid=5109 vsize=20860 CPUtime=520.68
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 5010 0 0 0 52062 6 0 0 25 0 1 0 1158763455 21360640 4995 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 5215 4995 77 171 0 5042 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 26216

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/75 5112
/proc/meminfo: memFree=1392352/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=20860 CPUtime=580.65
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 5014 0 0 0 58059 6 0 0 25 0 1 0 1158763455 21360640 4999 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 5215 4999 77 171 0 5042 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 26216

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/75 5112
/proc/meminfo: memFree=1391904/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=21524 CPUtime=640.61
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 5133 0 0 0 64055 6 0 0 25 0 1 0 1158763455 22040576 5118 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 5381 5118 77 171 0 5208 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 26880

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/75 5112
/proc/meminfo: memFree=1390816/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=22460 CPUtime=700.57
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 5377 0 0 0 70051 6 0 0 25 0 1 0 1158763455 22999040 5362 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 5615 5362 77 171 0 5442 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 27816

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.03 2/75 5112
/proc/meminfo: memFree=1390496/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=22856 CPUtime=760.54
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 5452 0 0 0 76048 6 0 0 25 0 1 0 1158763455 23404544 5437 1992294400 134512640 135214827 4294956208 18446744073709551615 134529515 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 5714 5437 77 171 0 5541 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 28212

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.03 2/75 5112
/proc/meminfo: memFree=1390368/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=22856 CPUtime=820.5
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 5480 0 0 0 82044 6 0 0 25 0 1 0 1158763455 23404544 5465 1992294400 134512640 135214827 4294956208 18446744073709551615 134536865 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 5714 5465 77 171 0 5541 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 28212

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/75 5112
/proc/meminfo: memFree=1390304/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=23044 CPUtime=880.47
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 5506 0 0 0 88041 6 0 0 25 0 1 0 1158763455 23597056 5491 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 5761 5491 77 171 0 5588 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 28400

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/75 5112
/proc/meminfo: memFree=1390304/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=23044 CPUtime=940.44
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 5507 0 0 0 94038 6 0 0 25 0 1 0 1158763455 23597056 5492 1992294400 134512640 135214827 4294956208 18446744073709551615 134529776 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 5761 5492 77 171 0 5588 0
Current children cumulated CPU time (s) 941.76
Current children cumulated vsize (KiB) 28400

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/75 5112
/proc/meminfo: memFree=1389856/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=23572 CPUtime=1000.41
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 5622 0 0 0 100034 7 0 0 25 0 1 0 1158763455 24137728 5607 1992294400 134512640 135214827 4294956208 18446744073709551615 134529402 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 5893 5607 77 171 0 5720 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 28928

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/75 5112
/proc/meminfo: memFree=1389600/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=23912 CPUtime=1060.38
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 5683 0 0 0 106031 7 0 0 25 0 1 0 1158763455 24485888 5668 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 5978 5668 77 171 0 5805 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 29268

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 5112
/proc/meminfo: memFree=1389600/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=23912 CPUtime=1120.34
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 5683 0 0 0 112027 7 0 0 25 0 1 0 1158763455 24485888 5668 1992294400 134512640 135214827 4294956208 18446744073709551615 134536461 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 5978 5668 77 171 0 5805 0
Current children cumulated CPU time (s) 1121.66
Current children cumulated vsize (KiB) 29268

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 5112
/proc/meminfo: memFree=1389600/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=24092 CPUtime=1180.31
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 5692 0 0 0 118024 7 0 0 25 0 1 0 1158763455 24670208 5677 1992294400 134512640 135214827 4294956208 18446744073709551615 134536714 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 6023 5677 77 171 0 5850 0
Current children cumulated CPU time (s) 1181.63
Current children cumulated vsize (KiB) 29448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 5112
/proc/meminfo: memFree=1389600/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=24092 CPUtime=1198.71
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 5697 0 0 0 119864 7 0 0 25 0 1 0 1158763455 24670208 5682 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 6023 5682 77 171 0 5850 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 29448

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 5112
/proc/meminfo: memFree=1389600/2055920 swapFree=4173988/4192956
[pid=5109] ppid=5107 vsize=5356 CPUtime=1.32
/proc/5109/stat : 5109 (lysat.sh) S 5107 5109 4918 0 -1 4194304 310 4021 0 0 0 0 129 3 19 0 1 0 1158763323 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5109/statm: 1339 237 195 169 0 50 0
[pid=5112] ppid=5109 vsize=24092 CPUtime=1198.71
/proc/5112/stat : 5112 (LySATc) R 5109 5109 4918 0 -1 4194304 5697 0 0 0 119864 7 0 0 25 0 1 0 1158763455 24670208 5682 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/5112/statm: 6023 5682 77 171 0 5850 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 29448

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.05
CPU user time (s): 1199.94
CPU system time (s): 0.108983
CPU usage (%): 99.9446
Max. virtual memory (cumulated for all children) (KiB): 29448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.94
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10040
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17
involuntary context switches= 4266

runsolver used 1.17482 second user time and 3.23251 second system time

The end

Launcher Data

Begin job on node76 at 2009-04-04 18:03:03
IDJOB=1557943
IDBENCH=70848
IDSOLVER=512
FILE ID=node76/1557943-1238860983
PBS_JOBID= 9085926
Free space on /tmp= 66528 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-22-s100.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1557943-1238860983/watcher-1557943-1238860983 -o /tmp/evaluation-result-1557943-1238860983/solver-1557943-1238860983 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1557943-1238860983.cnf c

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 96596d59af0c6949ab68ac8c5abcf28b
RANDOM SEED=114556141

node76.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1417928 kB
Buffers:         76048 kB
Cached:         478192 kB
SwapCached:      10772 kB
Active:         273560 kB
Inactive:       293164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1417928 kB
SwapTotal:     4192956 kB
SwapFree:      4173988 kB
Dirty:            3676 kB
Writeback:           0 kB
Mapped:          19108 kB
Slab:            56392 kB
Committed_AS:  3051224 kB
PageTables:       2048 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node76 at 2009-04-04 18:23:06