Trace number 1559243

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.1 1200.81

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark475.233
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
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 |   94904   223730 |   28471       0        0     nan |  0.000 % |
1.19/1.25	c |         0 |   57479   171136 |      --       0       --      -- |     --   | -37085/-51618
1.19/1.25	c ==============================================================================
1.19/1.25	c Result  :   #vars: 13839   #clauses: 57479   #literals: 171136
1.19/1.25	c CPU time:   1.21781 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:  13839                                                |
1.29/1.33	|  Number of clauses:    57479                                                |
1.29/1.36	|  Parsing time:         0.03         s                                       |
1200.07/1200.80	HOME/lysat.sh: line 55:  3537 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-1559243-1238880613/watcher-1559243-1238880613 -o /tmp/evaluation-result-1559243-1238880613/solver-1559243-1238880613 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1559243-1238880613.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.97 0.99 3/64 3534
/proc/meminfo: memFree=1834616/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=0
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160723854 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 235 195 169 0 50 0
[pid=3535] ppid=3534 vsize=1556 CPUtime=0
/proc/3535/stat : 3535 (SatElite) R 3534 3534 3432 0 -1 4194304 275 0 0 0 0 0 0 0 19 0 1 0 1160723854 1593344 259 1992294400 134512640 135034092 4294956112 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 0 0 0
/proc/3535/statm: 389 261 50 127 0 259 0

[startup+0.087062 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 3534
/proc/meminfo: memFree=1834616/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=0
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160723854 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 235 195 169 0 50 0
[pid=3535] ppid=3534 vsize=12212 CPUtime=0.08
/proc/3535/stat : 3535 (SatElite) R 3534 3534 3432 0 -1 4194304 2936 0 0 0 7 1 0 0 19 0 1 0 1160723854 12505088 2920 1992294400 134512640 135034092 4294956112 18446744073709551615 134542620 0 0 4096 3 0 0 0 17 0 0 0
/proc/3535/statm: 3053 2920 51 127 0 2923 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17568

[startup+0.102064 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 3534
/proc/meminfo: memFree=1834616/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=0
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160723854 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 235 195 169 0 50 0
[pid=3535] ppid=3534 vsize=13392 CPUtime=0.09
/proc/3535/stat : 3535 (SatElite) R 3534 3534 3432 0 -1 4194304 3376 0 0 0 8 1 0 0 19 0 1 0 1160723854 13713408 3159 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/3535/statm: 3348 3159 68 127 0 3218 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18748

[startup+0.302103 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 3534
/proc/meminfo: memFree=1834616/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=0
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160723854 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 235 195 169 0 50 0
[pid=3535] ppid=3534 vsize=14260 CPUtime=0.28
/proc/3535/stat : 3535 (SatElite) R 3534 3534 3432 0 -1 4194304 3598 0 0 0 27 1 0 0 21 0 1 0 1160723854 14602240 3381 1992294400 134512640 135034092 4294956112 18446744073709551615 134566388 0 0 4096 3 0 0 0 17 0 0 0
/proc/3535/statm: 3565 3381 68 127 0 3435 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 19616

[startup+0.701183 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 3534
/proc/meminfo: memFree=1834616/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=0
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1160723854 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 235 195 169 0 50 0
[pid=3535] ppid=3534 vsize=15416 CPUtime=0.69
/proc/3535/stat : 3535 (SatElite) R 3534 3534 3432 0 -1 4194304 3799 0 0 0 66 3 0 0 24 0 1 0 1160723854 15785984 3582 1992294400 134512640 135034092 4294956112 18446744073709551615 134669511 0 0 4096 3 0 0 0 17 0 0 0
/proc/3535/statm: 3854 3582 68 127 0 3724 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20772

[startup+1.50135 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3536
/proc/meminfo: memFree=1815720/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 5356

[startup+3.10167 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3537
/proc/meminfo: memFree=1824488/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=5784 CPUtime=1.75
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 1297 0 0 0 174 1 0 0 25 0 1 0 1160723987 5922816 1282 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 1 0 0
/proc/3537/statm: 1446 1282 77 171 0 1273 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 11140

[startup+6.3013 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3537
/proc/meminfo: memFree=1824240/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=5920 CPUtime=4.94
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 1336 0 0 0 493 1 0 0 25 0 1 0 1160723987 6062080 1321 1992294400 134512640 135214827 4294956224 18446744073709551615 134537409 0 0 4096 3 0 0 0 17 1 0 0
/proc/3537/statm: 1480 1321 77 171 0 1307 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 11276

[startup+12.7015 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3537
/proc/meminfo: memFree=1823992/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=6184 CPUtime=11.32
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 1394 0 0 0 1131 1 0 0 25 0 1 0 1160723987 6332416 1379 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 1546 1379 77 171 0 1373 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 11540

[startup+25.5021 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3537
/proc/meminfo: memFree=1823736/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=6712 CPUtime=24.12
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 1504 0 0 0 2411 1 0 0 25 0 1 0 1160723987 6873088 1489 1992294400 134512640 135214827 4294956224 18446744073709551615 134529683 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 1678 1489 77 171 0 1505 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 12068

[startup+51.1021 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3537
/proc/meminfo: memFree=1822904/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=7512 CPUtime=49.69
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 1727 0 0 0 4968 1 0 0 25 0 1 0 1160723987 7692288 1712 1992294400 134512640 135214827 4294956224 18446744073709551615 134536838 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 1878 1712 77 171 0 1705 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 12868

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3537
/proc/meminfo: memFree=1821240/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=9004 CPUtime=100.86
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 2086 0 0 0 10085 1 0 0 25 0 1 0 1160723987 9220096 2071 1992294400 134512640 135214827 4294956224 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 2251 2071 77 171 0 2078 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 14360

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3537
/proc/meminfo: memFree=1819320/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=10888 CPUtime=160.84
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 2550 0 0 0 16082 2 0 0 25 0 1 0 1160723987 11149312 2535 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 2722 2535 77 171 0 2549 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 16244

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3537
/proc/meminfo: memFree=1817720/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=12656 CPUtime=220.77
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 2950 0 0 0 22075 2 0 0 25 0 1 0 1160723987 12959744 2935 1992294400 134512640 135214827 4294956224 18446744073709551615 134529306 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 3164 2935 77 171 0 2991 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 18012

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3537
/proc/meminfo: memFree=1816312/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=14024 CPUtime=280.75
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 3301 0 0 0 28072 3 0 0 25 0 1 0 1160723987 14360576 3286 1992294400 134512640 135214827 4294956224 18446744073709551615 134536461 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 3506 3286 77 171 0 3333 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 19380

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3537
/proc/meminfo: memFree=1814840/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=15596 CPUtime=340.72
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 3664 0 0 0 34069 3 0 0 25 0 1 0 1160723987 15970304 3649 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 3899 3649 77 171 0 3726 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 20952


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

[pid=3537] ppid=3534 vsize=16768 CPUtime=460.64
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 3952 0 0 0 46060 4 0 0 25 0 1 0 1160723987 17170432 3937 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 4192 3937 77 171 0 4019 0
Current children cumulated CPU time (s) 461.96
Current children cumulated vsize (KiB) 22124

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 3537
/proc/meminfo: memFree=1813560/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=16768 CPUtime=520.61
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 3955 0 0 0 52057 4 0 0 25 0 1 0 1160723987 17170432 3940 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 4192 3940 77 171 0 4019 0
Current children cumulated CPU time (s) 521.93
Current children cumulated vsize (KiB) 22124

[startup+582.302 s]
/proc/loadavg: 1.07 0.99 0.99 2/66 3537
/proc/meminfo: memFree=1813368/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=16912 CPUtime=580.58
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 3996 0 0 0 58054 4 0 0 25 0 1 0 1160723987 17317888 3981 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 4228 3981 77 171 0 4055 0
Current children cumulated CPU time (s) 581.9
Current children cumulated vsize (KiB) 22268

[startup+642.302 s]
/proc/loadavg: 1.02 0.99 0.99 2/66 3537
/proc/meminfo: memFree=1812920/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=17388 CPUtime=640.55
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 4100 0 0 0 64051 4 0 0 25 0 1 0 1160723987 17805312 4085 1992294400 134512640 135214827 4294956224 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 4347 4085 77 171 0 4174 0
Current children cumulated CPU time (s) 641.87
Current children cumulated vsize (KiB) 22744

[startup+702.301 s]
/proc/loadavg: 1.01 0.99 0.99 2/66 3537
/proc/meminfo: memFree=1811192/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=19116 CPUtime=700.52
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 4527 0 0 0 70047 5 0 0 25 0 1 0 1160723987 19574784 4512 1992294400 134512640 135214827 4294956224 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 4779 4512 77 171 0 4606 0
Current children cumulated CPU time (s) 701.84
Current children cumulated vsize (KiB) 24472

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 3537
/proc/meminfo: memFree=1810232/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=20008 CPUtime=760.49
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 4763 0 0 0 76044 5 0 0 25 0 1 0 1160723987 20488192 4748 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 5002 4748 77 171 0 4829 0
Current children cumulated CPU time (s) 761.81
Current children cumulated vsize (KiB) 25364

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 3537
/proc/meminfo: memFree=1809336/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=20860 CPUtime=820.46
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 4969 0 0 0 82041 5 0 0 25 0 1 0 1160723987 21360640 4954 1992294400 134512640 135214827 4294956224 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 5215 4954 77 171 0 5042 0
Current children cumulated CPU time (s) 821.78
Current children cumulated vsize (KiB) 26216

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 3537
/proc/meminfo: memFree=1809272/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=20860 CPUtime=880.43
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 4985 0 0 0 88038 5 0 0 25 0 1 0 1160723987 21360640 4970 1992294400 134512640 135214827 4294956224 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 5215 4970 77 171 0 5042 0
Current children cumulated CPU time (s) 881.75
Current children cumulated vsize (KiB) 26216

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 3537
/proc/meminfo: memFree=1809208/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=20860 CPUtime=940.38
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 4987 0 0 0 94033 5 0 0 25 0 1 0 1160723987 21360640 4972 1992294400 134512640 135214827 4294956224 18446744073709551615 134529197 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 5215 4972 77 171 0 5042 0
Current children cumulated CPU time (s) 941.7
Current children cumulated vsize (KiB) 26216

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 3537
/proc/meminfo: memFree=1809144/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=20860 CPUtime=1000.36
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 4987 0 0 0 100030 6 0 0 25 0 1 0 1160723987 21360640 4972 1992294400 134512640 135214827 4294956224 18446744073709551615 134538214 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 5215 4972 77 171 0 5042 0
Current children cumulated CPU time (s) 1001.68
Current children cumulated vsize (KiB) 26216

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 3539
/proc/meminfo: memFree=1808824/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=21008 CPUtime=1060.32
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 5019 0 0 0 106026 6 0 0 25 0 1 0 1160723987 21512192 5004 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 5252 5004 77 171 0 5079 0
Current children cumulated CPU time (s) 1061.64
Current children cumulated vsize (KiB) 26364

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 3539
/proc/meminfo: memFree=1808376/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=21628 CPUtime=1120.29
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 5150 0 0 0 112023 6 0 0 25 0 1 0 1160723987 22147072 5135 1992294400 134512640 135214827 4294956224 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 5407 5135 77 171 0 5234 0
Current children cumulated CPU time (s) 1121.61
Current children cumulated vsize (KiB) 26984

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 3539
/proc/meminfo: memFree=1808376/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=21628 CPUtime=1180.26
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 5155 0 0 0 118020 6 0 0 25 0 1 0 1160723987 22147072 5140 1992294400 134512640 135214827 4294956224 18446744073709551615 134527298 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 5407 5140 77 171 0 5234 0
Current children cumulated CPU time (s) 1181.58
Current children cumulated vsize (KiB) 26984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 3539
/proc/meminfo: memFree=1808376/2055920 swapFree=4176224/4192956
[pid=3534] ppid=3532 vsize=5356 CPUtime=1.32
/proc/3534/stat : 3534 (lysat.sh) S 3532 3534 3432 0 -1 4194304 310 4206 0 0 0 0 128 4 19 0 1 0 1160723854 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3534/statm: 1339 237 195 169 0 50 0
[pid=3537] ppid=3534 vsize=21628 CPUtime=1198.75
/proc/3537/stat : 3537 (LySATc) R 3534 3534 3432 0 -1 4194304 5155 0 0 0 119869 6 0 0 25 0 1 0 1160723987 22147072 5140 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/3537/statm: 5407 5140 77 171 0 5234 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 26984

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.81
CPU time (s): 1200.1
CPU user time (s): 1199.99
CPU system time (s): 0.113982
CPU usage (%): 99.9407
Max. virtual memory (cumulated for all children) (KiB): 26984

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

runsolver used 1.51277 second user time and 2.85357 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-04 23:30:13
IDJOB=1559243
IDBENCH=70873
IDSOLVER=512
FILE ID=node53/1559243-1238880613
PBS_JOBID= 9086001
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=1029933056

node53.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.264
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.264
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:       1835096 kB
Buffers:         20788 kB
Cached:         132328 kB
SwapCached:      10492 kB
Active:          52940 kB
Inactive:       112072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835096 kB
SwapTotal:     4192956 kB
SwapFree:      4176224 kB
Dirty:            3672 kB
Writeback:           0 kB
Mapped:          17624 kB
Slab:            41888 kB
Committed_AS:  2971912 kB
PageTables:       1384 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= 66536 MiB
End job on node53 at 2009-04-04 23:50:16