Trace number 1721653

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.01 1200.41

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_11_UNSAT.cnf
MD5SUM238f1788225c41f1f5779700e39b5833
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 variables2316
Number of clauses216962
Sum of the clauses size647286
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23879
Number of clauses of size 3213052
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.09/0.14	c ==============================================================================
0.09/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.14	c ==============================================================================
0.09/0.14	c |         0 |  216962   647286 |   65088       0        0     nan |  0.000 % |
3.09/3.10	c |         0 |  215680   949307 |      --       0       --      -- |     --   | -1282/302021
3.09/3.10	c ==============================================================================
3.09/3.10	c Result  :   #vars: 1435   #clauses: 215680   #literals: 949307
3.09/3.10	c CPU time:   3.05854 s
3.09/3.10	c ==============================================================================
3.38/3.45	This is MiniSat 2.0 beta
3.38/3.45	WARNING: for repeatability, setting FPU to use double precision
3.38/3.45	============================[ Problem Statistics ]=============================
3.38/3.45	|                                                                             |
3.38/3.45	|  Number of variables:  1435                                                 |
3.38/3.45	|  Number of clauses:    215680                                               |
3.44/3.57	|  Parsing time:         0.10         s                                       |

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-1721653-1240668054/watcher-1721653-1240668054 -o /tmp/evaluation-result-1721653-1240668054/solver-1721653-1240668054 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1721653-1240668054.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.92 0.98 0.99 3/64 18277
/proc/meminfo: memFree=1270648/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=0
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94839136 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18277/statm: 1339 235 195 169 0 50 0
[pid=18278] ppid=18277 vsize=1560 CPUtime=0
/proc/18278/stat : 18278 (SatElite) R 18277 18277 18032 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 94839136 1597440 262 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/18278/statm: 390 262 50 127 0 260 0

[startup+0.0933701 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18277
/proc/meminfo: memFree=1270648/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=0
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94839136 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18277/statm: 1339 235 195 169 0 50 0
[pid=18278] ppid=18277 vsize=8208 CPUtime=0.08
/proc/18278/stat : 18278 (SatElite) R 18277 18277 18032 0 -1 4194304 1847 0 0 0 7 1 0 0 18 0 1 0 94839136 8404992 1831 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/18278/statm: 2052 1832 50 127 0 1922 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13564

[startup+0.10137 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18277
/proc/meminfo: memFree=1270648/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=0
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94839136 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18277/statm: 1339 235 195 169 0 50 0
[pid=18278] ppid=18277 vsize=8736 CPUtime=0.09
/proc/18278/stat : 18278 (SatElite) R 18277 18277 18032 0 -1 4194304 1986 0 0 0 8 1 0 0 18 0 1 0 94839136 8945664 1970 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/18278/statm: 2184 1970 50 127 0 2054 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14092

[startup+0.301392 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18277
/proc/meminfo: memFree=1270648/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=0
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94839136 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18277/statm: 1339 235 195 169 0 50 0
[pid=18278] ppid=18277 vsize=16916 CPUtime=0.28
/proc/18278/stat : 18278 (SatElite) R 18277 18277 18032 0 -1 4194304 4073 0 0 0 26 2 0 0 19 0 1 0 94839136 17321984 4057 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/18278/statm: 4229 4057 68 127 0 4099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 22272

[startup+0.701437 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18277
/proc/meminfo: memFree=1270648/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=0
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94839136 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18277/statm: 1339 235 195 169 0 50 0
[pid=18278] ppid=18277 vsize=19624 CPUtime=0.69
/proc/18278/stat : 18278 (SatElite) R 18277 18277 18032 0 -1 4194304 4557 0 0 0 66 3 0 0 23 0 1 0 94839136 20094976 4541 1992294400 134512640 135034092 4294956096 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 1 0 0
/proc/18278/statm: 4906 4541 68 127 0 4776 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24980

[startup+1.50153 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 18279
/proc/meminfo: memFree=1247848/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=0
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94839136 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18277/statm: 1339 235 195 169 0 50 0
[pid=18278] ppid=18277 vsize=23716 CPUtime=1.48
/proc/18278/stat : 18278 (SatElite) R 18277 18277 18032 0 -1 4194304 5402 0 0 0 145 3 0 0 25 0 1 0 94839136 24285184 5386 1992294400 134512640 135034092 4294956096 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 1 0 0
/proc/18278/statm: 5929 5386 68 127 0 5799 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 29072

[startup+3.10171 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 18279
/proc/meminfo: memFree=1247720/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=0
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94839136 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18277/statm: 1339 235 195 169 0 50 0
[pid=18278] ppid=18277 vsize=23716 CPUtime=3.09
/proc/18278/stat : 18278 (SatElite) R 18277 18277 18032 0 -1 4194304 5402 0 0 0 305 4 0 0 25 0 1 0 94839136 24285184 5386 1992294400 134512640 135034092 4294956096 18446744073709551615 134569611 0 0 4096 3 0 0 0 17 1 0 0
/proc/18278/statm: 5929 5386 68 127 0 5799 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29072

[startup+6.30106 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 18280
/proc/meminfo: memFree=1251944/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=14080 CPUtime=2.83
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 3334 0 0 0 281 2 0 0 25 0 1 0 94839481 14417920 3319 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 3520 3319 78 171 0 3347 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 19436

[startup+12.7028 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1249320/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=16340 CPUtime=9.22
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 3900 0 0 0 919 3 0 0 25 0 1 0 94839481 16732160 3885 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 4085 3885 78 171 0 3912 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 21696

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1245224/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=20468 CPUtime=22.02
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 4917 0 0 0 2197 5 0 0 25 0 1 0 94839481 20959232 4902 1992294400 134512640 135214827 4294956208 18446744073709551615 134529497 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 5117 4902 78 171 0 4944 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 25824

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1238568/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=27256 CPUtime=47.6
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 6615 0 0 0 4753 7 0 0 25 0 1 0 94839481 27910144 6600 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 6814 6600 78 171 0 6641 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 32612

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1225256/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=40348 CPUtime=98.79
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 9885 0 0 0 9869 10 0 0 25 0 1 0 94839481 41316352 9870 1992294400 134512640 135214827 4294956208 18446744073709551615 134529451 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 10087 9870 78 171 0 9914 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 45704

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1215464/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=50420 CPUtime=158.77
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 12352 0 0 0 15864 13 0 0 25 0 1 0 94839481 51630080 12337 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 12605 12337 78 171 0 12432 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 55776

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1207208/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=58444 CPUtime=218.75
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 14365 0 0 0 21860 15 0 0 25 0 1 0 94839481 59846656 14350 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 14611 14350 78 171 0 14438 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 63800

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1199464/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=66496 CPUtime=278.74
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 16304 0 0 0 27857 17 0 0 25 0 1 0 94839481 68091904 16289 1992294400 134512640 135214827 4294956208 18446744073709551615 134529651 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 16624 16289 78 171 0 16451 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 71852

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1192296/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=73560 CPUtime=338.72
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 18073 0 0 0 33853 19 0 0 25 0 1 0 94839481 75325440 18058 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 18390 18058 78 171 0 18217 0

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

/proc/18280/statm: 23595 23157 78 171 0 23422 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 99736

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1165096/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=101316 CPUtime=578.65
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 24872 0 0 0 57837 28 0 0 25 0 1 0 94839481 103747584 24857 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 25329 24857 78 171 0 25156 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 106672

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1159656/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=106868 CPUtime=638.63
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 26214 0 0 0 63834 29 0 0 25 0 1 0 94839481 109432832 26199 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 26717 26199 78 171 0 26544 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 112224

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1154536/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=111960 CPUtime=698.61
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 27494 0 0 0 69830 31 0 0 25 0 1 0 94839481 114647040 27479 1992294400 134512640 135214827 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 27990 27479 78 171 0 27817 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 117316

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1149224/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=117320 CPUtime=758.6
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 28807 0 0 0 75828 32 0 0 25 0 1 0 94839481 120135680 28792 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 29330 28792 78 171 0 29157 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 122676

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1143912/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=122720 CPUtime=818.57
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 30129 0 0 0 81824 33 0 0 25 0 1 0 94839481 125665280 30114 1992294400 134512640 135214827 4294956208 18446744073709551615 134529372 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 30680 30114 78 171 0 30507 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 128076

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1140968/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=125740 CPUtime=878.56
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 30864 0 0 0 87822 34 0 0 25 0 1 0 94839481 128757760 30849 1992294400 134512640 135214827 4294956208 18446744073709551615 134527359 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 31435 30849 78 171 0 31262 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 131096

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1138216/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=129196 CPUtime=938.55
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 31556 0 0 0 93820 35 0 0 25 0 1 0 94839481 132296704 31541 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 32299 31541 78 171 0 32126 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 134552

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1135080/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=132256 CPUtime=998.53
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 32320 0 0 0 99817 36 0 0 25 0 1 0 94839481 135430144 32305 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 33064 32305 78 171 0 32891 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 137612

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1132264/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=135300 CPUtime=1058.5
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 33037 0 0 0 105814 36 0 0 25 0 1 0 94839481 138547200 33022 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 33825 33022 78 171 0 33652 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 140656

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1129448/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=138004 CPUtime=1118.49
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 33722 0 0 0 111812 37 0 0 25 0 1 0 94839481 141316096 33707 1992294400 134512640 135214827 4294956208 18446744073709551615 134529916 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 34501 33707 78 171 0 34328 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 143360

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1126696/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=140864 CPUtime=1178.48
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 34437 0 0 0 117809 39 0 0 25 0 1 0 94839481 144244736 34422 1992294400 134512640 135214827 4294956208 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 35216 34422 78 171 0 35043 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 146220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 18285
/proc/meminfo: memFree=1126056/2055920 swapFree=4192956/4192956
[pid=18277] ppid=18275 vsize=5356 CPUtime=3.44
/proc/18277/stat : 18277 (lysat.sh) S 18275 18277 18032 0 -1 4194304 310 5406 0 0 0 0 338 6 16 0 1 0 94839136 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18277/statm: 1339 237 195 169 0 50 0
[pid=18280] ppid=18277 vsize=141560 CPUtime=1196.57
/proc/18280/stat : 18280 (LySATc) R 18277 18277 18032 0 -1 4194304 34581 0 0 0 119618 39 0 0 25 0 1 0 94839481 144957440 34566 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18280/statm: 35390 34566 78 171 0 35217 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 146916

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18277 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=386485
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=64990
# CPU time returned by wait4() is 3.45148
# while last known CPU time is 1200.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.41
CPU time (s): 1200.01
CPU user time (s): 1199.56
CPU system time (s): 0.45
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 146916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.38648
system time used= 0.06499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5716
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= 6
involuntary context switches= 13

runsolver used 1.38879 second user time and 2.98655 second system time

The end

Launcher Data

Begin job on node9 at 2009-04-25 16:00:54
IDJOB=1721653
IDBENCH=71074
IDSOLVER=512
FILE ID=node9/1721653-1240668054
PBS_JOBID= 9186568
Free space on /tmp= 66328 MiB

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

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

MD5SUM BENCH= 238f1788225c41f1f5779700e39b5833
RANDOM SEED=239080389

node9.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.240
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.240
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:       1271192 kB
Buffers:         73892 kB
Cached:         616580 kB
SwapCached:          0 kB
Active:          98008 kB
Inactive:       606396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1271192 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5664 kB
Writeback:           0 kB
Mapped:          23676 kB
Slab:            66476 kB
Committed_AS:   320588 kB
PageTables:       1388 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= 66320 MiB
End job on node9 at 2009-04-25 16:20:56