Trace number 1558203

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.41

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-20-s100.cnf
MD5SUM5d7745a7593199a47cd1accba5810ed0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark566.844
Satisfiable
(Un)Satisfiability was proved
Number of variables31503
Number of clauses94748
Sum of the clauses size223300
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260816
Number of clauses of size 333868
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.07/0.08	c ==============================================================================
0.07/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.07/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.07/0.08	c ==============================================================================
0.07/0.08	c |         0 |   94548   222824 |   28364       0        0     nan |  0.000 % |
1.19/1.25	c |         0 |   56930   168628 |      --       0       --      -- |     --   | -37278/-53220
1.19/1.25	c ==============================================================================
1.19/1.25	c Result  :   #vars: 13726   #clauses: 56930   #literals: 168628
1.19/1.25	c CPU time:   1.21881 s
1.19/1.25	c ==============================================================================
1.29/1.33	This is MiniSat 2.0 beta
1.29/1.33	WARNING: for repeatability, setting FPU to use double precision
1.29/1.33	============================[ Problem Statistics ]=============================
1.29/1.33	|                                                                             |
1.29/1.33	|  Number of variables:  13726                                                |
1.29/1.33	|  Number of clauses:    56930                                                |
1.29/1.37	|  Parsing time:         0.03         s                                       |
1200.02/1200.41	HOME/lysat.sh: line 55:  9532 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-1558203-1238865538/watcher-1558203-1238865538 -o /tmp/evaluation-result-1558203-1238865538/solver-1558203-1238865538 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1558203-1238865538.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: 1.00 1.00 1.09 3/73 9529
/proc/meminfo: memFree=1815152/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=0
/proc/9529/stat : 9529 (lysat.sh) R 9527 9529 9115 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1159218334 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 228043844255 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/9529/statm: 1339 234 194 169 0 50 0
[pid=9530] ppid=9529 vsize=1556 CPUtime=0
/proc/9530/stat : 9530 (SatElite) R 9529 9529 9115 0 -1 4194304 309 0 0 0 0 0 0 0 18 0 1 0 1159218335 1593344 293 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 1 0 0
/proc/9530/statm: 389 295 50 127 0 259 0

[startup+0.084297 s]
/proc/loadavg: 1.00 1.00 1.09 3/73 9529
/proc/meminfo: memFree=1815152/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=0
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1159218334 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9529/statm: 1339 235 195 169 0 50 0
[pid=9530] ppid=9529 vsize=12208 CPUtime=0.07
/proc/9530/stat : 9530 (SatElite) R 9529 9529 9115 0 -1 4194304 2903 0 0 0 6 1 0 0 19 0 1 0 1159218335 12500992 2887 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/9530/statm: 3052 2888 51 127 0 2922 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17564

[startup+0.102297 s]
/proc/loadavg: 1.00 1.00 1.09 3/73 9529
/proc/meminfo: memFree=1815152/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=0
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1159218334 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9529/statm: 1339 235 195 169 0 50 0
[pid=9530] ppid=9529 vsize=13212 CPUtime=0.08
/proc/9530/stat : 9530 (SatElite) R 9529 9529 9115 0 -1 4194304 3357 0 0 0 7 1 0 0 19 0 1 0 1159218335 13529088 3141 1992294400 134512640 135034092 4294956096 18446744073709551615 134672716 0 0 4096 3 0 0 0 17 1 0 0
/proc/9530/statm: 3303 3141 68 127 0 3173 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18568

[startup+0.301319 s]
/proc/loadavg: 1.00 1.00 1.09 3/73 9529
/proc/meminfo: memFree=1815152/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=0
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1159218334 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9529/statm: 1339 235 195 169 0 50 0
[pid=9530] ppid=9529 vsize=14200 CPUtime=0.29
/proc/9530/stat : 9530 (SatElite) R 9529 9529 9115 0 -1 4194304 3583 0 0 0 27 2 0 0 21 0 1 0 1159218335 14540800 3367 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/9530/statm: 3550 3367 68 127 0 3420 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19556

[startup+0.702367 s]
/proc/loadavg: 1.00 1.00 1.09 3/73 9529
/proc/meminfo: memFree=1815152/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=0
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1159218334 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9529/statm: 1339 235 195 169 0 50 0
[pid=9530] ppid=9529 vsize=15712 CPUtime=0.69
/proc/9530/stat : 9530 (SatElite) R 9529 9529 9115 0 -1 4194304 3792 0 0 0 66 3 0 0 25 0 1 0 1159218335 16089088 3576 1992294400 134512640 135034092 4294956096 18446744073709551615 134566310 0 0 4096 3 0 0 0 17 1 0 0
/proc/9530/statm: 3928 3576 68 127 0 3798 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21068

[startup+1.50248 s]
/proc/loadavg: 1.00 1.00 1.09 2/75 9531
/proc/meminfo: memFree=1796320/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5356

[startup+3.10165 s]
/proc/loadavg: 1.00 1.00 1.09 2/75 9532
/proc/meminfo: memFree=1805152/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=5792 CPUtime=1.75
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 1280 0 0 0 175 0 0 0 25 0 1 0 1159218468 5931008 1265 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 1448 1265 77 171 0 1275 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11148

[startup+6.30202 s]
/proc/loadavg: 1.00 1.00 1.09 2/75 9532
/proc/meminfo: memFree=1804704/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=5924 CPUtime=4.95
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 1313 0 0 0 495 0 0 0 25 0 1 0 1159218468 6066176 1298 1992294400 134512640 135214827 4294956208 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 1481 1298 77 171 0 1308 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11280

[startup+12.7018 s]
/proc/loadavg: 1.31 1.07 1.11 2/75 9532
/proc/meminfo: memFree=1804448/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=6188 CPUtime=11.35
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 1373 0 0 0 1135 0 0 0 25 0 1 0 1159218468 6336512 1358 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 1547 1358 77 171 0 1374 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11544

[startup+25.5013 s]
/proc/loadavg: 1.26 1.06 1.11 2/75 9532
/proc/meminfo: memFree=1804000/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=6732 CPUtime=24.14
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 1525 0 0 0 2414 0 0 0 25 0 1 0 1159218468 6893568 1510 1992294400 134512640 135214827 4294956208 18446744073709551615 134529222 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 1683 1510 77 171 0 1510 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 12088

[startup+51.1012 s]
/proc/loadavg: 1.17 1.06 1.10 2/75 9532
/proc/meminfo: memFree=1803232/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=7692 CPUtime=49.73
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 1764 0 0 0 4972 1 0 0 25 0 1 0 1159218468 7876608 1749 1992294400 134512640 135214827 4294956208 18446744073709551615 134536830 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 1923 1749 77 171 0 1750 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 13048

[startup+102.306 s]
/proc/loadavg: 1.07 1.05 1.09 2/75 9532
/proc/meminfo: memFree=1801824/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=9168 CPUtime=100.91
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 2108 0 0 0 10090 1 0 0 25 0 1 0 1159218468 9388032 2093 1992294400 134512640 135214827 4294956208 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 2292 2093 77 171 0 2119 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 14524

[startup+162.301 s]
/proc/loadavg: 1.02 1.03 1.09 2/75 9532
/proc/meminfo: memFree=1800096/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=10964 CPUtime=160.9
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 2528 0 0 0 16088 2 0 0 25 0 1 0 1159218468 11227136 2513 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 2741 2513 77 171 0 2568 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 16320

[startup+222.301 s]
/proc/loadavg: 1.01 1.03 1.08 2/75 9532
/proc/meminfo: memFree=1798624/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=12432 CPUtime=220.88
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 2899 0 0 0 22085 3 0 0 25 0 1 0 1159218468 12730368 2884 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 3108 2884 77 171 0 2935 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 17788

[startup+282.301 s]
/proc/loadavg: 1.00 1.02 1.07 2/75 9532
/proc/meminfo: memFree=1796960/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=14184 CPUtime=280.86
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 3313 0 0 0 28083 3 0 0 25 0 1 0 1159218468 14524416 3298 1992294400 134512640 135214827 4294956208 18446744073709551615 134540748 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 3546 3298 77 171 0 3373 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 19540

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.07 2/75 9532
/proc/meminfo: memFree=1795488/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=15676 CPUtime=340.84
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 3669 0 0 0 34081 3 0 0 25 0 1 0 1159218468 16052224 3654 1992294400 134512640 135214827 4294956208 18446744073709551615 134538196 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 3919 3654 77 171 0 3746 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 21032


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

[pid=9532] ppid=9529 vsize=16620 CPUtime=460.8
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 3920 0 0 0 46077 3 0 0 25 0 1 0 1159218468 17018880 3905 1992294400 134512640 135214827 4294956208 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 4155 3905 77 171 0 3982 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 21976

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/75 9532
/proc/meminfo: memFree=1794208/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=16764 CPUtime=520.79
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 3958 0 0 0 52075 4 0 0 25 0 1 0 1159218468 17166336 3943 1992294400 134512640 135214827 4294956208 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 4191 3943 77 171 0 4018 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 22120

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/75 9532
/proc/meminfo: memFree=1794144/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=16764 CPUtime=580.78
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 3959 0 0 0 58074 4 0 0 25 0 1 0 1159218468 17166336 3944 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 4191 3944 77 171 0 4018 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 22120

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.04 2/75 9532
/proc/meminfo: memFree=1793696/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=17196 CPUtime=640.77
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 4062 0 0 0 64073 4 0 0 25 0 1 0 1159218468 17608704 4047 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 4299 4047 77 171 0 4126 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 22552

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.03 2/75 9532
/proc/meminfo: memFree=1792160/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=18728 CPUtime=700.74
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 4439 0 0 0 70070 4 0 0 25 0 1 0 1159218468 19177472 4424 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 4682 4424 77 171 0 4509 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 24084

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.03 2/75 9532
/proc/meminfo: memFree=1790880/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=19956 CPUtime=760.73
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 4736 0 0 0 76068 5 0 0 25 0 1 0 1159218468 20434944 4721 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 4989 4721 77 171 0 4816 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 25312

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.02 2/75 9532
/proc/meminfo: memFree=1790304/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=20516 CPUtime=820.71
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 4878 0 0 0 82066 5 0 0 25 0 1 0 1159218468 21008384 4863 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 5129 4863 77 171 0 4956 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 25872

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.02 2/75 9532
/proc/meminfo: memFree=1790240/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=20652 CPUtime=880.69
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 4892 0 0 0 88064 5 0 0 25 0 1 0 1159218468 21147648 4877 1992294400 134512640 135214827 4294956208 18446744073709551615 134536461 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 5163 4877 77 171 0 4990 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 26008

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.01 2/75 9532
/proc/meminfo: memFree=1790240/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=20652 CPUtime=940.67
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 4899 0 0 0 94062 5 0 0 25 0 1 0 1159218468 21147648 4884 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 5163 4884 77 171 0 4990 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 26008

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 9532
/proc/meminfo: memFree=1790176/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=20652 CPUtime=1000.65
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 4900 0 0 0 100060 5 0 0 25 0 1 0 1159218468 21147648 4885 1992294400 134512640 135214827 4294956208 18446744073709551615 134529257 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 5163 4885 77 171 0 4990 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 26008

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 9532
/proc/meminfo: memFree=1790112/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=20652 CPUtime=1060.63
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 4902 0 0 0 106058 5 0 0 25 0 1 0 1159218468 21147648 4887 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 5163 4887 77 171 0 4990 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 26008

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 9532
/proc/meminfo: memFree=1789728/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=21032 CPUtime=1120.62
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 5001 0 0 0 112057 5 0 0 25 0 1 0 1159218468 21536768 4986 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 5258 4986 77 171 0 5085 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 26388

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 9532
/proc/meminfo: memFree=1789664/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=21032 CPUtime=1180.6
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 5002 0 0 0 118055 5 0 0 25 0 1 0 1159218468 21536768 4987 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 5258 4987 77 171 0 5085 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 26388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 9532
/proc/meminfo: memFree=1789664/2055920 swapFree=4175408/4192956
[pid=9529] ppid=9527 vsize=5356 CPUtime=1.32
/proc/9529/stat : 9529 (lysat.sh) S 9527 9529 9115 0 -1 4194304 310 4203 0 0 0 0 128 4 16 0 1 0 1159218334 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9529/statm: 1339 237 195 169 0 50 0
[pid=9532] ppid=9529 vsize=21212 CPUtime=1198.7
/proc/9532/stat : 9532 (LySATc) R 9529 9529 9115 0 -1 4194304 5006 0 0 0 119865 5 0 0 25 0 1 0 1159218468 21721088 4991 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/9532/statm: 5303 4991 77 171 0 5130 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 26568

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.05
CPU user time (s): 1199.94
CPU system time (s): 0.107983
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 26568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.94
system time used= 0.107983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9531
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= 21
involuntary context switches= 2053

runsolver used 1.16082 second user time and 3.21951 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-04 19:18:58
IDJOB=1558203
IDBENCH=70853
IDSOLVER=512
FILE ID=node77/1558203-1238865538
PBS_JOBID= 9085888
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= 5d7745a7593199a47cd1accba5810ed0
RANDOM SEED=661377432

node77.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.230
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.230
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:       1815632 kB
Buffers:         28340 kB
Cached:         138960 kB
SwapCached:       8888 kB
Active:          24668 kB
Inactive:       155300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815632 kB
SwapTotal:     4192956 kB
SwapFree:      4175408 kB
Dirty:            3668 kB
Writeback:           0 kB
Mapped:          16324 kB
Slab:            45416 kB
Committed_AS:  3091912 kB
PageTables:       1984 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= 66540 MiB
End job on node77 at 2009-04-04 19:39:01