Trace number 1721502

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 i/2009-03-20? (TO) 1200.05 1200.61

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_14_UNSAT.cnf
MD5SUM6d69d175921d14f1c2600aaedc59f514
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 variables2940
Number of clauses300446
Sum of the clauses size896973
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24737
Number of clauses of size 3295678
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.19	c ==============================================================================
0.09/0.19	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.19	c ==============================================================================
0.09/0.19	c |         0 |  300446   896973 |   90133       0        0     nan |  0.000 % |
3.99/4.09	c |         0 |  298711  1313786 |      --       0       --      -- |     --   | -1735/416813
3.99/4.09	c ==============================================================================
3.99/4.09	c Result  :   #vars: 1877   #clauses: 298711   #literals: 1313786
3.99/4.09	c CPU time:   4.04338 s
3.99/4.09	c ==============================================================================
4.48/4.54	c lySAT 0.1
4.48/4.54	c minisat core +  additionnal features
4.48/4.54	c ============================[ Problem Statistics ]=============================
4.48/4.54	c |                                                                             |
4.48/4.55	c |  Number of variables:  1877                                                 |
4.48/4.55	c |  Number of clauses:    298711                                               |
4.53/4.73	c |  Parsing time:         0.17         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-1721502-1240667239/watcher-1721502-1240667239 -o /tmp/evaluation-result-1721502-1240667239/solver-1721502-1240667239 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1721502-1240667239.cnf i 

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.99 1.01 3/64 9132
/proc/meminfo: memFree=941120/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=0
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94751335 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 235 195 169 0 50 0
[pid=9133] ppid=9132 vsize=1272 CPUtime=0
/proc/9133/stat : 9133 (SatElite) R 9132 9132 8998 0 -1 4194304 200 0 0 0 0 0 0 0 19 0 1 0 94751336 1302528 184 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/9133/statm: 318 194 50 127 0 188 0

[startup+0.0510981 s]
/proc/loadavg: 0.99 0.99 1.01 3/64 9132
/proc/meminfo: memFree=941120/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=0
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94751335 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 235 195 169 0 50 0
[pid=9133] ppid=9132 vsize=5248 CPUtime=0.03
/proc/9133/stat : 9133 (SatElite) R 9132 9132 8998 0 -1 4194304 1161 0 0 0 3 0 0 0 19 0 1 0 94751336 5373952 1145 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/9133/statm: 1312 1146 50 127 0 1182 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10604

[startup+0.101103 s]
/proc/loadavg: 0.99 0.99 1.01 3/64 9132
/proc/meminfo: memFree=941120/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=0
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94751335 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 235 195 169 0 50 0
[pid=9133] ppid=9132 vsize=9192 CPUtime=0.09
/proc/9133/stat : 9133 (SatElite) R 9132 9132 8998 0 -1 4194304 2118 0 0 0 8 1 0 0 19 0 1 0 94751336 9412608 2102 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/9133/statm: 2298 2102 50 127 0 2168 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14548

[startup+0.30112 s]
/proc/loadavg: 0.99 0.99 1.01 3/64 9132
/proc/meminfo: memFree=941120/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=0
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94751335 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 235 195 169 0 50 0
[pid=9133] ppid=9132 vsize=23072 CPUtime=0.29
/proc/9133/stat : 9133 (SatElite) R 9132 9132 8998 0 -1 4194304 5440 0 0 0 26 3 0 0 21 0 1 0 94751336 23625728 5424 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/9133/statm: 5768 5424 68 127 0 5638 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28428

[startup+0.701155 s]
/proc/loadavg: 0.99 0.99 1.01 3/64 9132
/proc/meminfo: memFree=941120/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=0
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94751335 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 235 195 169 0 50 0
[pid=9133] ppid=9132 vsize=26832 CPUtime=0.69
/proc/9133/stat : 9133 (SatElite) R 9132 9132 8998 0 -1 4194304 6088 0 0 0 66 3 0 0 25 0 1 0 94751336 27475968 6072 1992294400 134512640 135034092 4294956096 18446744073709551615 134540726 0 0 4096 3 0 0 0 17 0 0 0
/proc/9133/statm: 6708 6072 68 127 0 6578 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32188

[startup+1.50123 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 9134
/proc/meminfo: memFree=914032/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=0
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94751335 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 235 195 169 0 50 0
[pid=9133] ppid=9132 vsize=32668 CPUtime=1.49
/proc/9133/stat : 9133 (SatElite) R 9132 9132 8998 0 -1 4194304 7426 0 0 0 145 4 0 0 25 0 1 0 94751336 33452032 7410 1992294400 134512640 135034092 4294956096 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 0 0 0
/proc/9133/statm: 8167 7410 68 127 0 8037 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38024

[startup+3.10137 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 9134
/proc/meminfo: memFree=909872/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=0
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94751335 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 235 195 169 0 50 0
[pid=9133] ppid=9132 vsize=32668 CPUtime=3.09
/proc/9133/stat : 9133 (SatElite) R 9132 9132 8998 0 -1 4194304 7426 0 0 0 305 4 0 0 25 0 1 0 94751336 33452032 7410 1992294400 134512640 135034092 4294956096 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 0 0 0
/proc/9133/statm: 8167 7410 68 127 0 8037 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38024

[startup+6.30166 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 9135
/proc/meminfo: memFree=912112/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=22628 CPUtime=1.73
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 5537 0 0 0 171 2 0 0 25 0 1 0 94751790 23171072 5522 1992294400 134512640 135226915 4294956208 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 5657 5522 81 174 0 5480 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 27984

[startup+12.7022 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 9135
/proc/meminfo: memFree=907392/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=27160 CPUtime=8.14
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 6652 0 0 0 810 4 0 0 25 0 1 0 94751790 27811840 6637 1992294400 134512640 135226915 4294956208 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 6790 6637 81 174 0 6613 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 32516

[startup+25.5014 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 9135
/proc/meminfo: memFree=901760/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=32296 CPUtime=20.92
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 7897 0 0 0 2087 5 0 0 25 0 1 0 94751790 33071104 7882 1992294400 134512640 135226915 4294956208 18446744073709551615 134544465 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 8074 7882 81 174 0 7897 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 37652

[startup+51.1017 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 9135
/proc/meminfo: memFree=892480/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=41688 CPUtime=46.52
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 10187 0 0 0 4644 8 0 0 25 0 1 0 94751790 42688512 10172 1992294400 134512640 135226915 4294956208 18446744073709551615 134536922 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 10422 10172 81 174 0 10245 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 47044

[startup+102.305 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 9135
/proc/meminfo: memFree=887808/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=46632 CPUtime=97.7
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 11366 0 0 0 9761 9 0 0 25 0 1 0 94751790 47751168 11348 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 11658 11348 81 174 0 11481 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 51988

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 9135
/proc/meminfo: memFree=884672/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=49832 CPUtime=157.68
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 12145 0 0 0 15758 10 0 0 25 0 1 0 94751790 51027968 12127 1992294400 134512640 135226915 4294956208 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 12458 12127 81 174 0 12281 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 55188

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 9135
/proc/meminfo: memFree=879232/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=56116 CPUtime=217.65
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 13548 0 0 0 21754 11 0 0 25 0 1 0 94751790 57462784 13523 1992294400 134512640 135226915 4294956208 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 14029 13523 81 174 0 13852 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 61472

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 9135
/proc/meminfo: memFree=876224/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=59168 CPUtime=277.63
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 14282 0 0 0 27752 11 0 0 25 0 1 0 94751790 60588032 14257 1992294400 134512640 135226915 4294956208 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 14792 14257 81 174 0 14615 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 64524

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 9135
/proc/meminfo: memFree=874816/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=60932 CPUtime=337.6
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 14649 0 0 0 33748 12 0 0 25 0 1 0 94751790 62394368 14624 1992294400 134512640 135226915 4294956208 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 15233 14624 81 174 0 15056 0

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

/proc/9135/statm: 17771 16997 81 174 0 17594 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 76440

[startup+582.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 9135
/proc/meminfo: memFree=865216/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=71084 CPUtime=577.51
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 17036 0 0 0 57736 15 0 0 25 0 1 0 94751790 72790016 17007 1992294400 134512640 135226915 4294956208 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 17771 17007 81 174 0 17594 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 76440

[startup+642.301 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 9135
/proc/meminfo: memFree=864768/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=71696 CPUtime=637.49
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 17153 0 0 0 63734 15 0 0 25 0 1 0 94751790 73416704 17124 1992294400 134512640 135226915 4294956208 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 17924 17124 81 174 0 17747 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 77052

[startup+702.302 s]
/proc/loadavg: 1.11 1.02 1.01 2/66 9135
/proc/meminfo: memFree=850368/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=87796 CPUtime=697.45
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 20860 0 0 0 69727 18 0 0 25 0 1 0 94751790 89903104 20703 1992294400 134512640 135226915 4294956208 18446744073709551615 134536908 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 21949 20703 81 174 0 21772 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 93152

[startup+762.305 s]
/proc/loadavg: 1.19 1.06 1.02 2/66 9135
/proc/meminfo: memFree=850304/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=87796 CPUtime=757.41
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 20860 0 0 0 75723 18 0 0 25 0 1 0 94751790 89903104 20703 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 21949 20703 81 174 0 21772 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 93152

[startup+822.302 s]
/proc/loadavg: 1.07 1.04 1.01 2/71 9141
/proc/meminfo: memFree=845016/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=92264 CPUtime=817.37
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 21934 0 0 0 81718 19 0 0 25 0 1 0 94751790 94478336 21777 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 23066 21777 81 174 0 22889 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 97620

[startup+882.302 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 9141
/proc/meminfo: memFree=845376/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=93004 CPUtime=877.36
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 22105 0 0 0 87716 20 0 0 25 0 1 0 94751790 95236096 21948 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 23251 21948 81 174 0 23074 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 98360

[startup+942.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 9141
/proc/meminfo: memFree=840640/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=98784 CPUtime=937.33
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 23325 0 0 0 93712 21 0 0 25 0 1 0 94751790 101154816 23168 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 24696 23168 81 174 0 24519 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 104140

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 9141
/proc/meminfo: memFree=835776/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=103636 CPUtime=997.31
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 24512 0 0 0 99709 22 0 0 25 0 1 0 94751790 106123264 24355 1992294400 134512640 135226915 4294956208 18446744073709551615 134531946 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 25909 24355 81 174 0 25732 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 108992

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 9141
/proc/meminfo: memFree=835648/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=103708 CPUtime=1057.28
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 24550 0 0 0 105706 22 0 0 25 0 1 0 94751790 106196992 24393 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 25927 24393 81 174 0 25750 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 109064

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 9141
/proc/meminfo: memFree=830656/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=110188 CPUtime=1117.25
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 25776 0 0 0 111703 22 0 0 25 0 1 0 94751790 112832512 25619 1992294400 134512640 135226915 4294956208 18446744073709551615 134536800 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 27547 25619 81 174 0 27370 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 115544

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9141
/proc/meminfo: memFree=830464/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=110188 CPUtime=1177.22
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 25829 0 0 0 117700 22 0 0 25 0 1 0 94751790 112832512 25672 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 27547 25672 81 174 0 27370 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 115544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9141
/proc/meminfo: memFree=830272/2055920 swapFree=4192956/4192956
[pid=9132] ppid=9130 vsize=5356 CPUtime=4.53
/proc/9132/stat : 9132 (lysat.sh) S 9130 9132 8998 0 -1 4194304 310 7430 0 0 0 0 447 6 19 0 1 0 94751335 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9132/statm: 1339 237 195 169 0 50 0
[pid=9135] ppid=9132 vsize=110188 CPUtime=1195.52
/proc/9135/stat : 9135 (LySATi) R 9132 9132 8998 0 -1 4194304 25872 0 0 0 119530 22 0 0 25 0 1 0 94751790 112832512 25715 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/9135/statm: 27547 25715 81 174 0 27370 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 115544

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 9132 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=476319
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=66989
# CPU time returned by wait4() is 4.54331
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.05
CPU user time (s): 1199.77
CPU system time (s): 0.28
CPU usage (%): 99.9531
Max. virtual memory (cumulated for all children) (KiB): 115544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.47632
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7740
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= 5
involuntary context switches= 14

runsolver used 1.12783 second user time and 3.2505 second system time

The end

Launcher Data

Begin job on node55 at 2009-04-25 15:47:20
IDJOB=1721502
IDBENCH=71071
IDSOLVER=511
FILE ID=node55/1721502-1240667239
PBS_JOBID= 9186604
Free space on /tmp= 66376 MiB

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

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

MD5SUM BENCH= 6d69d175921d14f1c2600aaedc59f514
RANDOM SEED=1944778730

node55.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:        941608 kB
Buffers:         93472 kB
Cached:         912044 kB
SwapCached:          0 kB
Active:         347292 kB
Inactive:       672140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        941608 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            7144 kB
Writeback:           0 kB
Mapped:          23640 kB
Slab:            80984 kB
Committed_AS:   258312 kB
PageTables:       1360 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= 66368 MiB
End job on node55 at 2009-04-25 16:07:22