Trace number 1559347

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.11 1200.61

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-28-s100.cnf
MD5SUM06e51f5d7b210924fc518c0569affee4
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 variables32151
Number of clauses96786
Sum of the clauses size228372
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261858
Number of clauses of size 334864
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.02/0.08	c ==============================================================================
0.02/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.08	c ==============================================================================
0.02/0.08	c |         0 |   96586   227896 |   28975       0        0     nan |  0.000 % |
1.19/1.26	c |         0 |   59532   176727 |      --       0       --      -- |     --   | -36714/-50193
1.19/1.26	c ==============================================================================
1.19/1.26	c Result  :   #vars: 14331   #clauses: 59532   #literals: 176727
1.19/1.26	c CPU time:   1.22381 s
1.19/1.26	c ==============================================================================
1.29/1.34	This is MiniSat 2.0 beta
1.29/1.34	WARNING: for repeatability, setting FPU to use double precision
1.29/1.34	============================[ Problem Statistics ]=============================
1.29/1.34	|                                                                             |
1.29/1.34	|  Number of variables:  14331                                                |
1.29/1.34	|  Number of clauses:    59532                                                |
1.29/1.38	|  Parsing time:         0.03         s                                       |
1200.08/1200.61	HOME/lysat.sh: line 55: 10889 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-1559347-1238882510/watcher-1559347-1238882510 -o /tmp/evaluation-result-1559347-1238882510/solver-1559347-1238882510 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1559347-1238882510.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 0.98 0.99 3/68 10886
/proc/meminfo: memFree=1757952/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160912643 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 235 195 169 0 50 0
[pid=10887] ppid=10886 vsize=1556 CPUtime=0
/proc/10887/stat : 10887 (SatElite) R 10886 10886 10381 0 -1 4194304 314 0 0 0 0 0 0 0 19 0 1 0 1160912643 1593344 298 1992294400 134512640 135034092 4294956096 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 389 300 50 127 0 259 0

[startup+0.0303479 s]
/proc/loadavg: 0.99 0.98 0.99 3/68 10886
/proc/meminfo: memFree=1757952/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160912643 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 235 195 169 0 50 0
[pid=10887] ppid=10886 vsize=5884 CPUtime=0.02
/proc/10887/stat : 10887 (SatElite) R 10886 10886 10381 0 -1 4194304 1376 0 0 0 2 0 0 0 19 0 1 0 1160912643 6025216 1360 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 1471 1361 51 127 0 1341 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11240

[startup+0.101354 s]
/proc/loadavg: 0.99 0.98 0.99 3/68 10886
/proc/meminfo: memFree=1757952/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160912643 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 235 195 169 0 50 0
[pid=10887] ppid=10886 vsize=13932 CPUtime=0.09
/proc/10887/stat : 10887 (SatElite) R 10886 10886 10381 0 -1 4194304 3369 0 0 0 8 1 0 0 19 0 1 0 1160912643 14266368 3239 1992294400 134512640 135034092 4294956096 18446744073709551615 134637871 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 3483 3239 68 127 0 3353 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19288

[startup+0.301372 s]
/proc/loadavg: 0.99 0.98 0.99 3/68 10886
/proc/meminfo: memFree=1757952/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160912643 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 235 195 169 0 50 0
[pid=10887] ppid=10886 vsize=14668 CPUtime=0.29
/proc/10887/stat : 10887 (SatElite) R 10886 10886 10381 0 -1 4194304 3559 0 0 0 27 2 0 0 21 0 1 0 1160912643 15020032 3429 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 3667 3429 68 127 0 3537 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20024

[startup+0.701412 s]
/proc/loadavg: 0.99 0.98 0.99 3/68 10886
/proc/meminfo: memFree=1757952/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=0
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160912643 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 235 195 169 0 50 0
[pid=10887] ppid=10886 vsize=15312 CPUtime=0.69
/proc/10887/stat : 10887 (SatElite) R 10886 10886 10381 0 -1 4194304 3737 0 0 0 66 3 0 0 24 0 1 0 1160912643 15679488 3607 1992294400 134512640 135034092 4294956096 18446744073709551615 134566212 0 0 4096 3 0 0 0 17 0 0 0
/proc/10887/statm: 3828 3607 68 127 0 3698 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20668

[startup+1.5015 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 10888
/proc/meminfo: memFree=1738864/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 5356

[startup+3.10266 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 10889
/proc/meminfo: memFree=1747632/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=5948 CPUtime=1.74
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 1341 0 0 0 174 0 0 0 25 0 1 0 1160912777 6090752 1326 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 1 0 0
/proc/10889/statm: 1487 1326 78 171 0 1314 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11304

[startup+6.30197 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 10889
/proc/meminfo: memFree=1747376/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=6212 CPUtime=4.94
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 1397 0 0 0 494 0 0 0 25 0 1 0 1160912777 6361088 1382 1992294400 134512640 135214827 4294956208 18446744073709551615 134538976 0 0 4096 3 0 0 0 17 0 0 0
/proc/10889/statm: 1553 1382 78 171 0 1380 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11568

[startup+12.7026 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 10889
/proc/meminfo: memFree=1746992/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=6480 CPUtime=11.33
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 1470 0 0 0 1133 0 0 0 25 0 1 0 1160912777 6635520 1455 1992294400 134512640 135214827 4294956208 18446744073709551615 134529320 0 0 4096 3 0 0 0 17 1 0 0
/proc/10889/statm: 1620 1455 78 171 0 1447 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 11836

[startup+25.5019 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 10889
/proc/meminfo: memFree=1746416/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=7140 CPUtime=24.13
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 1647 0 0 0 2412 1 0 0 25 0 1 0 1160912777 7311360 1632 1992294400 134512640 135214827 4294956208 18446744073709551615 134529471 0 0 4096 3 0 0 0 17 0 0 0
/proc/10889/statm: 1785 1632 78 171 0 1612 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 12496

[startup+51.1014 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 10889
/proc/meminfo: memFree=1745392/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=8204 CPUtime=49.71
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 1908 0 0 0 4970 1 0 0 25 0 1 0 1160912777 8400896 1893 1992294400 134512640 135214827 4294956208 18446744073709551615 134527359 0 0 4096 3 0 0 0 17 0 0 0
/proc/10889/statm: 2051 1893 78 171 0 1878 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 13560

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/70 10889
/proc/meminfo: memFree=1742832/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=10788 CPUtime=100.88
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 2531 0 0 0 10087 1 0 0 25 0 1 0 1160912777 11046912 2516 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10889/statm: 2697 2516 78 171 0 2524 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 16144

[startup+162.301 s]
/proc/loadavg: 1.06 1.00 1.00 2/70 10889
/proc/meminfo: memFree=1740528/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=13076 CPUtime=160.87
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 3104 0 0 0 16085 2 0 0 25 0 1 0 1160912777 13389824 3089 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10889/statm: 3269 3089 78 171 0 3096 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 18432

[startup+222.301 s]
/proc/loadavg: 1.02 1.00 1.00 2/70 10889
/proc/meminfo: memFree=1737776/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=15952 CPUtime=220.84
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 3799 0 0 0 22081 3 0 0 25 0 1 0 1160912777 16334848 3784 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10889/statm: 3988 3784 78 171 0 3815 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 21308

[startup+282.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/70 10889
/proc/meminfo: memFree=1735024/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=18692 CPUtime=280.82
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 4482 0 0 0 28078 4 0 0 25 0 1 0 1160912777 19140608 4467 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/10889/statm: 4673 4467 78 171 0 4500 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 24048

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 10889
/proc/meminfo: memFree=1732592/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=21084 CPUtime=340.79
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 5064 0 0 0 34075 4 0 0 25 0 1 0 1160912777 21590016 5049 1992294400 134512640 135214827 4294956208 18446744073709551615 134537265 0 0 4096 3 0 0 0 17 0 0 0
/proc/10889/statm: 5271 5049 78 171 0 5098 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 26440


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

[pid=10889] ppid=10886 vsize=22480 CPUtime=460.74
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 5411 0 0 0 46069 5 0 0 25 0 1 0 1160912777 23019520 5396 1992294400 134512640 135214827 4294956208 18446744073709551615 134537334 0 0 4096 3 0 0 0 17 1 0 0
/proc/10889/statm: 5620 5396 78 171 0 5447 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 27836

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 10889
/proc/meminfo: memFree=1731120/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=22624 CPUtime=520.72
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 5425 0 0 0 52067 5 0 0 25 0 1 0 1160912777 23166976 5410 1992294400 134512640 135214827 4294956208 18446744073709551615 134537082 0 0 4096 3 0 0 0 17 0 0 0
/proc/10889/statm: 5656 5410 78 171 0 5483 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 27980

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 10889
/proc/meminfo: memFree=1730992/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=22624 CPUtime=580.7
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 5451 0 0 0 58065 5 0 0 25 0 1 0 1160912777 23166976 5436 1992294400 134512640 135214827 4294956208 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/10889/statm: 5656 5436 78 171 0 5483 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 27980

[startup+642.302 s]
/proc/loadavg: 1.04 1.01 1.00 2/70 10889
/proc/meminfo: memFree=1730928/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=22624 CPUtime=640.68
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 5453 0 0 0 64063 5 0 0 25 0 1 0 1160912777 23166976 5438 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 0 0 0
/proc/10889/statm: 5656 5438 78 171 0 5483 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 27980

[startup+702.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/70 10889
/proc/meminfo: memFree=1730608/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=22964 CPUtime=700.65
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 5528 0 0 0 70060 5 0 0 25 0 1 0 1160912777 23515136 5513 1992294400 134512640 135214827 4294956208 18446744073709551615 134529437 0 0 4096 3 0 0 0 17 0 0 0
/proc/10889/statm: 5741 5513 78 171 0 5568 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 28320

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 10889
/proc/meminfo: memFree=1728816/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=24736 CPUtime=760.63
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 5992 0 0 0 76057 6 0 0 25 0 1 0 1160912777 25329664 5977 1992294400 134512640 135214827 4294956208 18446744073709551615 134529471 0 0 4096 3 0 0 0 17 0 0 0
/proc/10889/statm: 6184 5977 78 171 0 6011 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 30092

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 10889
/proc/meminfo: memFree=1727536/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=26184 CPUtime=820.6
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 6303 0 0 0 82054 6 0 0 25 0 1 0 1160912777 26812416 6288 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/10889/statm: 6546 6288 78 171 0 6373 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 31540

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 10889
/proc/meminfo: memFree=1727472/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=26184 CPUtime=880.58
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 6303 0 0 0 88052 6 0 0 25 0 1 0 1160912777 26812416 6288 1992294400 134512640 135214827 4294956208 18446744073709551615 134529159 0 0 4096 3 0 0 0 17 0 0 0
/proc/10889/statm: 6546 6288 78 171 0 6373 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 31540

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 10889
/proc/meminfo: memFree=1727472/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=26336 CPUtime=940.56
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 6312 0 0 0 94050 6 0 0 25 0 1 0 1160912777 26968064 6297 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/10889/statm: 6584 6297 78 171 0 6411 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 31692

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 10889
/proc/meminfo: memFree=1727280/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=26336 CPUtime=1000.53
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 6340 0 0 0 100047 6 0 0 25 0 1 0 1160912777 26968064 6325 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/10889/statm: 6584 6325 78 171 0 6411 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 31692

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 10889
/proc/meminfo: memFree=1727280/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=26336 CPUtime=1060.5
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 6341 0 0 0 106044 6 0 0 25 0 1 0 1160912777 26968064 6326 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/10889/statm: 6584 6326 78 171 0 6411 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 31692

[startup+1122.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/70 10889
/proc/meminfo: memFree=1727024/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=26676 CPUtime=1120.48
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 6417 0 0 0 112042 6 0 0 25 0 1 0 1160912777 27316224 6402 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/10889/statm: 6669 6402 78 171 0 6496 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 32032

[startup+1182.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/70 10889
/proc/meminfo: memFree=1726960/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=26676 CPUtime=1180.46
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 6425 0 0 0 118040 6 0 0 25 0 1 0 1160912777 27316224 6410 1992294400 134512640 135214827 4294956208 18446744073709551615 134529314 0 0 4096 3 0 0 0 17 1 0 0
/proc/10889/statm: 6669 6410 78 171 0 6496 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 32032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.04 1.02 1.00 2/70 10889
/proc/meminfo: memFree=1726960/2055920 swapFree=4175300/4192956
[pid=10886] ppid=10884 vsize=5356 CPUtime=1.33
/proc/10886/stat : 10886 (lysat.sh) S 10884 10886 10381 0 -1 4194304 310 4180 0 0 0 0 129 4 19 0 1 0 1160912643 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10886/statm: 1339 237 195 169 0 50 0
[pid=10889] ppid=10886 vsize=26676 CPUtime=1198.75
/proc/10889/stat : 10889 (LySATc) R 10886 10886 10381 0 -1 4194304 6426 0 0 0 119869 6 0 0 25 0 1 0 1160912777 27316224 6411 1992294400 134512640 135214827 4294956208 18446744073709551615 134537100 0 0 4096 3 0 0 0 17 0 0 0
/proc/10889/statm: 6669 6411 78 171 0 6496 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 32032

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.61
CPU time (s): 1200.11
CPU user time (s): 1199.99
CPU system time (s): 0.121981
CPU usage (%): 99.9585
Max. virtual memory (cumulated for all children) (KiB): 32032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.99
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10928
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= 5049

runsolver used 0.956854 second user time and 3.43048 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-05 00:01:50
IDJOB=1559347
IDBENCH=70875
IDSOLVER=512
FILE ID=node60/1559347-1238882510
PBS_JOBID= 9085967
Free space on /tmp= 66556 MiB

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

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

MD5SUM BENCH= 06e51f5d7b210924fc518c0569affee4
RANDOM SEED=192539229

node60.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.202
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.202
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1758496 kB
Buffers:         37772 kB
Cached:         193896 kB
SwapCached:      10480 kB
Active:          60364 kB
Inactive:       183932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758496 kB
SwapTotal:     4192956 kB
SwapFree:      4175300 kB
Dirty:            3708 kB
Writeback:           0 kB
Mapped:          18280 kB
Slab:            38784 kB
Committed_AS:  3757420 kB
PageTables:       1712 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= 66548 MiB
End job on node60 at 2009-04-05 00:21:53