Trace number 1721503

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 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 % |
4.08/4.12	c |         0 |  298711  1313786 |      --       0       --      -- |     --   | -1735/416813
4.08/4.12	c ==============================================================================
4.08/4.12	c Result  :   #vars: 1877   #clauses: 298711   #literals: 1313786
4.08/4.12	c CPU time:   4.06138 s
4.08/4.12	c ==============================================================================
4.48/4.58	This is MiniSat 2.0 beta
4.48/4.58	WARNING: for repeatability, setting FPU to use double precision
4.48/4.58	============================[ Problem Statistics ]=============================
4.48/4.58	|                                                                             |
4.48/4.58	|  Number of variables:  1877                                                 |
4.48/4.58	|  Number of clauses:    298711                                               |
4.56/4.75	|  Parsing time:         0.15         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-1721503-1240667273/watcher-1721503-1240667273 -o /tmp/evaluation-result-1721503-1240667273/solver-1721503-1240667273 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1721503-1240667273.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.98 3/65 21584
/proc/meminfo: memFree=1681648/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=0
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94760532 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 235 195 169 0 50 0
[pid=21585] ppid=21584 vsize=1272 CPUtime=0
/proc/21585/stat : 21585 (SatElite) R 21584 21584 21335 0 -1 4194304 218 0 0 0 0 0 0 0 19 0 1 0 94760532 1302528 202 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/21585/statm: 318 205 50 127 0 188 0

[startup+0.065776 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 21584
/proc/meminfo: memFree=1681648/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=0
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94760532 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 235 195 169 0 50 0
[pid=21585] ppid=21584 vsize=6172 CPUtime=0.06
/proc/21585/stat : 21585 (SatElite) R 21584 21584 21335 0 -1 4194304 1428 0 0 0 5 1 0 0 19 0 1 0 94760532 6320128 1412 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21585/statm: 1543 1413 50 127 0 1413 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11528

[startup+0.101779 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 21584
/proc/meminfo: memFree=1681648/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=0
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94760532 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 235 195 169 0 50 0
[pid=21585] ppid=21584 vsize=9192 CPUtime=0.09
/proc/21585/stat : 21585 (SatElite) R 21584 21584 21335 0 -1 4194304 2130 0 0 0 8 1 0 0 19 0 1 0 94760532 9412608 2114 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21585/statm: 2298 2114 50 127 0 2168 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14548

[startup+0.301801 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 21584
/proc/meminfo: memFree=1681648/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=0
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94760532 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 235 195 169 0 50 0
[pid=21585] ppid=21584 vsize=23072 CPUtime=0.29
/proc/21585/stat : 21585 (SatElite) R 21584 21584 21335 0 -1 4194304 5447 0 0 0 26 3 0 0 21 0 1 0 94760532 23625728 5431 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21585/statm: 5768 5431 68 127 0 5638 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28428

[startup+0.701845 s]
/proc/loadavg: 0.99 0.97 0.98 3/65 21584
/proc/meminfo: memFree=1681648/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=0
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94760532 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 235 195 169 0 50 0
[pid=21585] ppid=21584 vsize=26832 CPUtime=0.69
/proc/21585/stat : 21585 (SatElite) R 21584 21584 21335 0 -1 4194304 6088 0 0 0 65 4 0 0 24 0 1 0 94760532 27475968 6072 1992294400 134512640 135034092 4294956112 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 0 0 0
/proc/21585/statm: 6708 6072 68 127 0 6578 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32188

[startup+1.50194 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21586
/proc/meminfo: memFree=1654560/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=0
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94760532 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 235 195 169 0 50 0
[pid=21585] ppid=21584 vsize=32668 CPUtime=1.49
/proc/21585/stat : 21585 (SatElite) R 21584 21584 21335 0 -1 4194304 7426 0 0 0 144 5 0 0 25 0 1 0 94760532 33452032 7410 1992294400 134512640 135034092 4294956112 18446744073709551615 134569556 0 0 4096 3 0 0 0 17 0 0 0
/proc/21585/statm: 8167 7410 68 127 0 8037 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38024

[startup+3.10113 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21586
/proc/meminfo: memFree=1650400/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=0
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 94760532 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 235 195 169 0 50 0
[pid=21585] ppid=21584 vsize=32668 CPUtime=3.08
/proc/21585/stat : 21585 (SatElite) R 21584 21584 21335 0 -1 4194304 7426 0 0 0 303 5 0 0 25 0 1 0 94760532 33452032 7410 1992294400 134512640 135034092 4294956112 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 1 0 0
/proc/21585/statm: 8167 7410 68 127 0 8037 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38024

[startup+6.30248 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21587
/proc/meminfo: memFree=1657632/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=17464 CPUtime=1.71
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 4243 0 0 0 168 3 0 0 25 0 1 0 94760990 17883136 4228 1992294400 134512640 135214827 4294956224 18446744073709551615 134529383 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 4366 4228 77 171 0 4193 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 22820

[startup+12.7012 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21587
/proc/meminfo: memFree=1652320/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=22224 CPUtime=8.1
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 5435 0 0 0 806 4 0 0 25 0 1 0 94760990 22757376 5420 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 5556 5420 77 171 0 5383 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 27580

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21587
/proc/meminfo: memFree=1646304/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=28096 CPUtime=20.9
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 6895 0 0 0 2085 5 0 0 25 0 1 0 94760990 28770304 6880 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 7024 6880 77 171 0 6851 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 33452

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21587
/proc/meminfo: memFree=1636000/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=38508 CPUtime=46.49
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 9496 0 0 0 4641 8 0 0 25 0 1 0 94760990 39432192 9481 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 9627 9481 77 171 0 9454 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 43864

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21587
/proc/meminfo: memFree=1619424/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=54940 CPUtime=97.67
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 13592 0 0 0 9755 12 0 0 25 0 1 0 94760990 56258560 13577 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 13735 13577 77 171 0 13562 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 60296

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21587
/proc/meminfo: memFree=1603872/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=70696 CPUtime=157.64
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 17501 0 0 0 15748 16 0 0 25 0 1 0 94760990 72392704 17486 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 17674 17486 77 171 0 17501 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 76052

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21587
/proc/meminfo: memFree=1589408/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=84924 CPUtime=217.61
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 21066 0 0 0 21742 19 0 0 25 0 1 0 94760990 86962176 21051 1992294400 134512640 135214827 4294956224 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 21231 21051 77 171 0 21058 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 90280

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21587
/proc/meminfo: memFree=1578528/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=96252 CPUtime=277.58
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 23796 0 0 0 27737 21 0 0 25 0 1 0 94760990 98562048 23781 1992294400 134512640 135214827 4294956224 18446744073709551615 134529383 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 24063 23781 77 171 0 23890 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 101608

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21587
/proc/meminfo: memFree=1569056/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=105564 CPUtime=337.55
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 26153 0 0 0 33731 24 0 0 25 0 1 0 94760990 108097536 26138 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 26391 26138 77 171 0 26218 0

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

/proc/21587/statm: 32883 32540 77 171 0 32710 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 136888

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21587
/proc/meminfo: memFree=1532896/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=142556 CPUtime=577.44
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 35197 0 0 0 57710 34 0 0 25 0 1 0 94760990 145977344 35182 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 35639 35182 77 171 0 35466 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 147912

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21587
/proc/meminfo: memFree=1524704/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=150664 CPUtime=637.41
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 37214 0 0 0 63705 36 0 0 25 0 1 0 94760990 154279936 37199 1992294400 134512640 135214827 4294956224 18446744073709551615 134529379 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 37666 37199 77 171 0 37493 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 156020

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21587
/proc/meminfo: memFree=1517088/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=158224 CPUtime=697.39
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 39099 0 0 0 69701 38 0 0 25 0 1 0 94760990 162021376 39084 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 39556 39084 77 171 0 39383 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 163580

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21587
/proc/meminfo: memFree=1509472/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=165832 CPUtime=757.36
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 40997 0 0 0 75695 41 0 0 25 0 1 0 94760990 169811968 40982 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 41458 40982 77 171 0 41285 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 171188

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21593
/proc/meminfo: memFree=1502816/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=172684 CPUtime=817.33
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 42662 0 0 0 81690 43 0 0 25 0 1 0 94760990 176828416 42647 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 43171 42647 77 171 0 42998 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 178040

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21593
/proc/meminfo: memFree=1495520/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=179980 CPUtime=877.3
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 44471 0 0 0 87686 44 0 0 25 0 1 0 94760990 184299520 44456 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 44995 44456 77 171 0 44822 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 185336

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21593
/proc/meminfo: memFree=1488096/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=187476 CPUtime=937.28
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 46333 0 0 0 93681 47 0 0 25 0 1 0 94760990 191975424 46318 1992294400 134512640 135214827 4294956224 18446744073709551615 134529448 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 46869 46318 77 171 0 46696 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 192832

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21593
/proc/meminfo: memFree=1481056/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=194424 CPUtime=997.25
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 48057 0 0 0 99677 48 0 0 25 0 1 0 94760990 199090176 48042 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 48606 48042 77 171 0 48433 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 199780

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21593
/proc/meminfo: memFree=1474848/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=200716 CPUtime=1057.23
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 49633 0 0 0 105674 49 0 0 25 0 1 0 94760990 205533184 49618 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 50179 49618 77 171 0 50006 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 206072

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21593
/proc/meminfo: memFree=1469024/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=207016 CPUtime=1117.17
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 51051 0 0 0 111666 51 0 0 25 0 1 0 94760990 211984384 51036 1992294400 134512640 135214827 4294956224 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 51754 51036 77 171 0 51581 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 212372

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21593
/proc/meminfo: memFree=1463712/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=212544 CPUtime=1177.14
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 52405 0 0 0 117661 53 0 0 25 0 1 0 94760990 217645056 52390 1992294400 134512640 135214827 4294956224 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 53136 52390 77 171 0 52963 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 217900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 21593
/proc/meminfo: memFree=1461728/2055920 swapFree=4179360/4192956
[pid=21584] ppid=21582 vsize=5356 CPUtime=4.56
/proc/21584/stat : 21584 (lysat.sh) S 21582 21584 21335 0 -1 4194304 310 7430 0 0 0 0 448 8 19 0 1 0 94760532 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 1339 237 195 169 0 50 0
[pid=21587] ppid=21584 vsize=214568 CPUtime=1195.44
/proc/21587/stat : 21587 (LySATc) R 21584 21584 21335 0 -1 4194304 52871 0 0 0 119490 54 0 0 25 0 1 0 94760990 219717632 52856 1992294400 134512640 135214827 4294956224 18446744073709551615 134529304 0 0 4096 3 0 0 0 17 0 0 0
/proc/21587/statm: 53642 52856 77 171 0 53469 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 219924

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 21584 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=491317
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=84987
# CPU time returned by wait4() is 4.5763
# while last known CPU time is 1200
#
# 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
CPU user time (s): 1199.38
CPU system time (s): 0.62
CPU usage (%): 99.9489
Max. virtual memory (cumulated for all children) (KiB): 219924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.49132
system time used= 0.084987
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= 25

runsolver used 1.05684 second user time and 3.31949 second system time

The end

Launcher Data

Begin job on node32 at 2009-04-25 15:47:54
IDJOB=1721503
IDBENCH=71071
IDSOLVER=512
FILE ID=node32/1721503-1240667273
PBS_JOBID= 9186551
Free space on /tmp= 66380 MiB

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

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

MD5SUM BENCH= 6d69d175921d14f1c2600aaedc59f514
RANDOM SEED=2110384871

node32.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.216
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.216
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:       1682200 kB
Buffers:         45316 kB
Cached:         275344 kB
SwapCached:       7236 kB
Active:         116776 kB
Inactive:       213796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1682200 kB
SwapTotal:     4192956 kB
SwapFree:      4179360 kB
Dirty:            7136 kB
Writeback:           0 kB
Mapped:          14244 kB
Slab:            28996 kB
Committed_AS:   315064 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66372 MiB
End job on node32 at 2009-04-25 16:07:56