Trace number 1774993

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) 10000.1 10003.5

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.00/0.19	c ==============================================================================
0.00/0.19	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.19	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.19	c ==============================================================================
0.00/0.19	c |         0 |  300446   896973 |   90133       0        0     nan |  0.000 % |
4.18/4.29	c |         0 |  298711  1313786 |      --       0       --      -- |     --   | -1735/416813
4.18/4.29	c ==============================================================================
4.18/4.29	c Result  :   #vars: 1877   #clauses: 298711   #literals: 1313786
4.18/4.29	c CPU time:   4.23836 s
4.18/4.29	c ==============================================================================
4.68/4.78	c lySAT 0.1
4.68/4.78	c minisat core +  additionnal features
4.68/4.78	c ============================[ Problem Statistics ]=============================
4.68/4.78	c |                                                                             |
4.68/4.78	c |  Number of variables:  1877                                                 |
4.68/4.78	c |  Number of clauses:    298711                                               |
4.76/4.96	c |  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-1774993-1241246210/watcher-1774993-1241246210 -o /tmp/evaluation-result-1774993-1241246210/solver-1774993-1241246210 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1774993-1241246210.cnf i 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 24308
/proc/meminfo: memFree=1082424/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=0
/proc/24308/stat : 24308 (lysat.sh) R 24306 24308 24271 0 -1 4194304 184 0 0 0 0 0 0 0 18 0 1 0 152653984 5484544 153 1992294400 4194304 4889804 548682068816 18446744073709551615 269028654578 0 0 4096 0 0 0 0 17 1 0 0
/proc/24308/statm: 1340 154 126 169 0 51 0

[startup+0.066426 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 24308
/proc/meminfo: memFree=1082424/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=0
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152653984 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101429 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 24308
/proc/meminfo: memFree=1082424/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=0
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152653984 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301462 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 24308
/proc/meminfo: memFree=1082424/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=0
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152653984 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701525 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 24308
/proc/meminfo: memFree=1082424/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=0
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152653984 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50164 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 24310
/proc/meminfo: memFree=1055400/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=0
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152653984 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 235 195 169 0 50 0
[pid=24310] ppid=24308 vsize=32668 CPUtime=1.48
/proc/24310/stat : 24310 (SatElite) R 24308 24308 24271 0 -1 4194304 7426 0 0 0 144 4 0 0 25 0 1 0 152653985 33452032 7410 1992294400 134512640 135034092 4294956112 18446744073709551615 134569582 0 0 4096 3 0 0 0 17 1 0 0
/proc/24310/statm: 8167 7410 68 127 0 8037 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38024

[startup+3.1019 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 24310
/proc/meminfo: memFree=1051240/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=0
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 152653984 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 235 195 169 0 50 0
[pid=24310] ppid=24308 vsize=32668 CPUtime=3.08
/proc/24310/stat : 24310 (SatElite) R 24308 24308 24271 0 -1 4194304 7426 0 0 0 304 4 0 0 25 0 1 0 152653985 33452032 7410 1992294400 134512640 135034092 4294956112 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 1 0 0
/proc/24310/statm: 8167 7410 68 127 0 8037 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38024

[startup+6.30141 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 24311
/proc/meminfo: memFree=1053736/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=22360 CPUtime=1.5
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 5480 0 0 0 147 3 0 0 25 0 1 0 152654463 22896640 5465 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 5590 5465 81 174 0 5413 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 27716

[startup+12.7014 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 24311
/proc/meminfo: memFree=1048944/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=26224 CPUtime=7.9
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 6435 0 0 0 786 4 0 0 25 0 1 0 152654463 26853376 6420 1992294400 134512640 135226915 4294956224 18446744073709551615 134537035 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 6556 6420 81 174 0 6379 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 31580

[startup+25.5015 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 24311
/proc/meminfo: memFree=1042992/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=32164 CPUtime=20.69
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 7874 0 0 0 2064 5 0 0 25 0 1 0 152654463 32935936 7859 1992294400 134512640 135226915 4294956224 18446744073709551615 134539873 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 8041 7859 81 174 0 7864 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 37520

[startup+51.1016 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 24311
/proc/meminfo: memFree=1033776/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=41688 CPUtime=46.29
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 10187 0 0 0 4621 8 0 0 25 0 1 0 152654463 42688512 10172 1992294400 134512640 135226915 4294956224 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 10422 10172 81 174 0 10245 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 47044

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 24313
/proc/meminfo: memFree=1029288/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=46240 CPUtime=97.47
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 11283 0 0 0 9738 9 0 0 25 0 1 0 152654463 47349760 11265 1992294400 134512640 135226915 4294956224 18446744073709551615 134536908 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 11560 11265 81 174 0 11383 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 51596

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24313
/proc/meminfo: memFree=1026160/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=49544 CPUtime=157.45
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 12081 0 0 0 15735 10 0 0 25 0 1 0 152654463 50733056 12063 1992294400 134512640 135226915 4294956224 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 12386 12063 81 174 0 12209 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 54900

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24313
/proc/meminfo: memFree=1020912/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=55404 CPUtime=217.43
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 13400 0 0 0 21732 11 0 0 25 0 1 0 152654463 56733696 13375 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 13851 13375 81 174 0 13674 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 60760

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24313
/proc/meminfo: memFree=1017392/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=59168 CPUtime=277.41
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 14282 0 0 0 27729 12 0 0 25 0 1 0 152654463 60588032 14257 1992294400 134512640 135226915 4294956224 18446744073709551615 134536821 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 14792 14257 81 174 0 14615 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 64524

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24313
/proc/meminfo: memFree=1015920/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=60932 CPUtime=337.39
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 14630 0 0 0 33726 13 0 0 25 0 1 0 152654463 62394368 14605 1992294400 134512640 135226915 4294956224 18446744073709551615 134536919 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 15233 14605 81 174 0 15056 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 66288

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 24313
/proc/meminfo: memFree=1015024/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=61872 CPUtime=397.36
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 14879 0 0 0 39723 13 0 0 25 0 1 0 152654463 63356928 14854 1992294400 134512640 135226915 4294956224 18446744073709551615 134536908 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 15468 14854 81 174 0 15291 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 67228

[startup+462.301 s]

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

/proc/24311/statm: 83006 79013 81 174 0 82829 0
Current children cumulated CPU time (s) 9399.05
Current children cumulated vsize (KiB) 337380

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24335
/proc/meminfo: memFree=757488/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=332024 CPUtime=9454.27
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 79178 0 0 0 945325 102 0 0 25 0 1 0 152654463 339992576 79017 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 83006 79017 81 174 0 82829 0
Current children cumulated CPU time (s) 9459.03
Current children cumulated vsize (KiB) 337380

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24335
/proc/meminfo: memFree=757488/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=332024 CPUtime=9514.24
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 79179 0 0 0 951322 102 0 0 25 0 1 0 152654463 339992576 79018 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 83006 79018 81 174 0 82829 0
Current children cumulated CPU time (s) 9519
Current children cumulated vsize (KiB) 337380

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24335
/proc/meminfo: memFree=756400/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=333468 CPUtime=9574.22
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 79434 0 0 0 957320 102 0 0 25 0 1 0 152654463 341471232 79273 1992294400 134512640 135226915 4294956224 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 83367 79273 81 174 0 83190 0
Current children cumulated CPU time (s) 9578.98
Current children cumulated vsize (KiB) 338824

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24335
/proc/meminfo: memFree=756272/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=333628 CPUtime=9634.2
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 79461 0 0 0 963318 102 0 0 25 0 1 0 152654463 341635072 79300 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 83407 79300 81 174 0 83230 0
Current children cumulated CPU time (s) 9638.96
Current children cumulated vsize (KiB) 338984

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24335
/proc/meminfo: memFree=755376/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=334788 CPUtime=9694.19
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 79715 0 0 0 969316 103 0 0 25 0 1 0 152654463 342822912 79554 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 83697 79554 81 174 0 83520 0
Current children cumulated CPU time (s) 9698.95
Current children cumulated vsize (KiB) 340144

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24335
/proc/meminfo: memFree=753712/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=336996 CPUtime=9754.16
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 80099 0 0 0 975313 103 0 0 25 0 1 0 152654463 345083904 79938 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 84249 79938 81 174 0 84072 0
Current children cumulated CPU time (s) 9758.92
Current children cumulated vsize (KiB) 342352

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 24335
/proc/meminfo: memFree=752304/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=338424 CPUtime=9814.14
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 80443 0 0 0 981310 104 0 0 25 0 1 0 152654463 346546176 80282 1992294400 134512640 135226915 4294956224 18446744073709551615 134536908 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 84606 80282 81 174 0 84429 0
Current children cumulated CPU time (s) 9818.9
Current children cumulated vsize (KiB) 343780

[startup+9882.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 24335
/proc/meminfo: memFree=750512/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=340696 CPUtime=9874.13
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 80890 0 0 0 987309 104 0 0 25 0 1 0 152654463 348872704 80729 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 85174 80729 81 174 0 84997 0
Current children cumulated CPU time (s) 9878.89
Current children cumulated vsize (KiB) 346052

[startup+9942.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/66 24335
/proc/meminfo: memFree=748400/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=343012 CPUtime=9934.1
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 81425 0 0 0 993305 105 0 0 25 0 1 0 152654463 351244288 81264 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 85753 81264 81 174 0 85576 0
Current children cumulated CPU time (s) 9938.86
Current children cumulated vsize (KiB) 348368

[startup+10002.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 24335
/proc/meminfo: memFree=745904/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=344600 CPUtime=9994.09
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 82039 0 0 0 999303 106 0 0 25 0 1 0 152654463 352870400 81878 1992294400 134512640 135226915 4294956224 18446744073709551615 134536912 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 86150 81878 81 174 0 85973 0
Current children cumulated CPU time (s) 9998.85
Current children cumulated vsize (KiB) 349956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.5 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 24335
/proc/meminfo: memFree=745904/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=344732 CPUtime=9995.29
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 82043 0 0 0 999423 106 0 0 25 0 1 0 152654463 353005568 81882 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 86183 81882 81 174 0 86006 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 350088

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+10003.5 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 24335
/proc/meminfo: memFree=745904/2055920 swapFree=4181456/4192956
[pid=24308] ppid=24306 vsize=5356 CPUtime=4.76
/proc/24308/stat : 24308 (lysat.sh) S 24306 24308 24271 0 -1 4194304 310 7430 0 0 0 0 469 7 16 0 1 0 152653984 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24308/statm: 1339 237 195 169 0 50 0
[pid=24311] ppid=24308 vsize=344732 CPUtime=9995.29
/proc/24311/stat : 24311 (LySATi) R 24308 24308 24271 0 -1 4194304 82043 0 0 0 999423 106 0 0 25 0 1 0 152654463 353005568 81882 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 1 0 0
/proc/24311/statm: 86183 81882 81 174 0 86006 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 350088

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24308 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=700285
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=78987
# CPU time returned by wait4() is 4.77927
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 10003.5
CPU time (s): 10000.1
CPU user time (s): 9998.92
CPU system time (s): 1.13
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 350088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.70029
system time used= 0.078987
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= 6
involuntary context switches= 30

runsolver used 11.7742 second user time and 24.4923 second system time

The end

Launcher Data

Begin job on node26 at 2009-05-02 08:36:50
IDJOB=1774993
IDBENCH=71071
IDSOLVER=609
FILE ID=node26/1774993-1241246210
PBS_JOBID= 9224878
Free space on /tmp= 66504 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-1774993-1241246210/watcher-1774993-1241246210 -o /tmp/evaluation-result-1774993-1241246210/solver-1774993-1241246210 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1774993-1241246210.cnf i

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

MD5SUM BENCH= 6d69d175921d14f1c2600aaedc59f514
RANDOM SEED=1790279924

node26.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.261
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.261
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:       1082976 kB
Buffers:         88708 kB
Cached:         773824 kB
SwapCached:       5352 kB
Active:          95648 kB
Inactive:       774704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1082976 kB
SwapTotal:     4192956 kB
SwapFree:      4181456 kB
Dirty:            7300 kB
Writeback:           0 kB
Mapped:          13484 kB
Slab:            88716 kB
Committed_AS:   637012 kB
PageTables:       1368 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= 66492 MiB
End job on node26 at 2009-05-02 11:23:36