Trace number 1722803

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_14_UNKNOWN.cnf
MD5SUM74b3bf25aa16f613ee15d6b4b9bc9486
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 variables2220
Number of clauses160694
Sum of the clauses size478924
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23434
Number of clauses of size 3157237
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.09/0.11	c ==============================================================================
0.09/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.11	c ==============================================================================
0.09/0.11	c |         0 |  160694   478924 |   48208       0        0     nan |  0.000 % |
1.58/1.61	c |         0 |  159558   690102 |      --       0       --      -- |     --   | -1136/211178
1.58/1.61	c ==============================================================================
1.58/1.61	c Result  :   #vars: 1437   #clauses: 159558   #literals: 690102
1.58/1.61	c CPU time:   1.58276 s
1.58/1.61	c ==============================================================================
1.79/1.87	This is MiniSat 2.0 beta
1.79/1.87	WARNING: for repeatability, setting FPU to use double precision
1.79/1.87	============================[ Problem Statistics ]=============================
1.79/1.87	|                                                                             |
1.79/1.87	|  Number of variables:  1437                                                 |
1.79/1.87	|  Number of clauses:    159558                                               |
1.85/1.95	|  Parsing time:         0.07         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-1722803-1240679543/watcher-1722803-1240679543 -o /tmp/evaluation-result-1722803-1240679543/solver-1722803-1240679543 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1722803-1240679543.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: 2.14 1.91 1.47 3/64 24006
/proc/meminfo: memFree=1778680/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=0
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 95982074 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24006/statm: 1339 235 195 169 0 50 0
[pid=24007] ppid=24006 vsize=1228 CPUtime=0
/proc/24007/stat : 24007 (SatElite) R 24006 24006 23938 0 -1 4194304 234 0 0 0 0 0 0 0 18 0 1 0 95982074 1257472 218 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/24007/statm: 307 219 50 127 0 177 0

[startup+0.0579741 s]
/proc/loadavg: 2.14 1.91 1.47 3/64 24006
/proc/meminfo: memFree=1778680/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=0
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 95982074 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24006/statm: 1339 235 195 169 0 50 0
[pid=24007] ppid=24006 vsize=5320 CPUtime=0.04
/proc/24007/stat : 24007 (SatElite) R 24006 24006 23938 0 -1 4194304 1175 0 0 0 4 0 0 0 18 0 1 0 95982074 5447680 1159 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/24007/statm: 1330 1159 50 127 0 1200 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10676

[startup+0.101978 s]
/proc/loadavg: 2.14 1.91 1.47 3/64 24006
/proc/meminfo: memFree=1778680/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=0
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 95982074 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24006/statm: 1339 235 195 169 0 50 0
[pid=24007] ppid=24006 vsize=9660 CPUtime=0.09
/proc/24007/stat : 24007 (SatElite) R 24006 24006 23938 0 -1 4194304 2222 0 0 0 8 1 0 0 18 0 1 0 95982074 9891840 2206 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/24007/statm: 2448 2212 50 127 0 2318 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15016

[startup+0.301996 s]
/proc/loadavg: 2.14 1.91 1.47 3/64 24006
/proc/meminfo: memFree=1778680/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=0
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 95982074 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24006/statm: 1339 235 195 169 0 50 0
[pid=24007] ppid=24006 vsize=14264 CPUtime=0.29
/proc/24007/stat : 24007 (SatElite) R 24006 24006 23938 0 -1 4194304 3376 0 0 0 27 2 0 0 19 0 1 0 95982074 14606336 3360 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/24007/statm: 3566 3360 68 127 0 3436 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19620

[startup+0.701032 s]
/proc/loadavg: 2.14 1.91 1.47 3/64 24006
/proc/meminfo: memFree=1778680/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=0
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 95982074 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24006/statm: 1339 235 195 169 0 50 0
[pid=24007] ppid=24006 vsize=18544 CPUtime=0.68
/proc/24007/stat : 24007 (SatElite) R 24006 24006 23938 0 -1 4194304 4090 0 0 0 66 2 0 0 23 0 1 0 95982074 18989056 4071 1992294400 134512640 135034092 4294956096 18446744073709551615 134569577 0 0 4096 3 0 0 0 17 1 0 0
/proc/24007/statm: 4636 4071 68 127 0 4506 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 23900

[startup+1.50111 s]
/proc/loadavg: 2.14 1.91 1.47 2/66 24008
/proc/meminfo: memFree=1761640/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=0
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 95982074 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24006/statm: 1339 235 195 169 0 50 0
[pid=24007] ppid=24006 vsize=18544 CPUtime=1.48
/proc/24007/stat : 24007 (SatElite) R 24006 24006 23938 0 -1 4194304 4090 0 0 0 146 2 0 0 25 0 1 0 95982074 18989056 4071 1992294400 134512640 135034092 4294956096 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 1 0 0
/proc/24007/statm: 4636 4071 68 127 0 4506 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23900

[startup+3.10126 s]
/proc/loadavg: 2.05 1.89 1.47 2/66 24009
/proc/meminfo: memFree=1765352/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=11552 CPUtime=1.21
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 2744 0 0 0 120 1 0 0 25 0 1 0 95982261 11829248 2729 1992294400 134512640 135214827 4294956208 18446744073709551615 134529372 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 2888 2729 78 171 0 2715 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 16908

[startup+6.30156 s]
/proc/loadavg: 2.05 1.89 1.47 2/66 24009
/proc/meminfo: memFree=1759720/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=16216 CPUtime=4.42
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 3889 0 0 0 439 3 0 0 25 0 1 0 95982261 16605184 3874 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 4054 3874 78 171 0 3881 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 21572

[startup+12.7012 s]
/proc/loadavg: 1.89 1.86 1.47 2/66 24009
/proc/meminfo: memFree=1753968/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=21516 CPUtime=10.81
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 5213 0 0 0 1077 4 0 0 25 0 1 0 95982261 22032384 5198 1992294400 134512640 135214827 4294956208 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 5379 5198 78 171 0 5206 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 26872

[startup+25.5014 s]
/proc/loadavg: 1.75 1.83 1.46 2/66 24009
/proc/meminfo: memFree=1745712/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=29472 CPUtime=23.61
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 7227 0 0 0 2353 8 0 0 25 0 1 0 95982261 30179328 7212 1992294400 134512640 135214827 4294956208 18446744073709551615 134529397 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 7368 7212 78 171 0 7195 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 34828

[startup+51.1017 s]
/proc/loadavg: 1.49 1.77 1.45 2/66 24009
/proc/meminfo: memFree=1733040/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=42264 CPUtime=49.2
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 10384 0 0 0 4909 11 0 0 25 0 1 0 95982261 43278336 10369 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 10566 10369 78 171 0 10393 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 47620

[startup+102.306 s]
/proc/loadavg: 1.20 1.64 1.42 2/66 24009
/proc/meminfo: memFree=1717296/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=57824 CPUtime=100.39
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 14262 0 0 0 10024 15 0 0 25 0 1 0 95982261 59211776 14247 1992294400 134512640 135214827 4294956208 18446744073709551615 134529383 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 14456 14247 78 171 0 14283 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 63180

[startup+162.301 s]
/proc/loadavg: 1.07 1.52 1.39 2/66 24009
/proc/meminfo: memFree=1709040/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=66528 CPUtime=160.37
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 16341 0 0 0 16020 17 0 0 25 0 1 0 95982261 68124672 16326 1992294400 134512640 135214827 4294956208 18446744073709551615 134529267 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 16632 16326 78 171 0 16459 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 71884

[startup+222.302 s]
/proc/loadavg: 1.02 1.42 1.36 2/66 24009
/proc/meminfo: memFree=1699056/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=76420 CPUtime=220.36
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 18826 0 0 0 22017 19 0 0 25 0 1 0 95982261 78254080 18811 1992294400 134512640 135214827 4294956208 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 19105 18811 78 171 0 18932 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 81776

[startup+282.301 s]
/proc/loadavg: 1.01 1.34 1.34 2/66 24009
/proc/meminfo: memFree=1688048/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=87392 CPUtime=280.35
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 21549 0 0 0 28012 23 0 0 25 0 1 0 95982261 89489408 21534 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 21848 21534 78 171 0 21675 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 92748

[startup+342.302 s]
/proc/loadavg: 1.00 1.28 1.31 2/66 24009
/proc/meminfo: memFree=1678768/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=96932 CPUtime=340.33
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 23866 0 0 0 34008 25 0 0 25 0 1 0 95982261 99258368 23851 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 24233 23851 78 171 0 24060 0

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

/proc/24009/statm: 28579 28134 78 171 0 28406 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 119672

[startup+582.301 s]
/proc/loadavg: 1.00 1.12 1.23 2/66 24009
/proc/meminfo: memFree=1652208/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=123504 CPUtime=580.27
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 30489 0 0 0 57994 33 0 0 25 0 1 0 95982261 126468096 30466 1992294400 134512640 135214827 4294956208 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 30876 30466 78 171 0 30703 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 128860

[startup+642.302 s]
/proc/loadavg: 1.00 1.09 1.22 2/66 24009
/proc/meminfo: memFree=1644784/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=131092 CPUtime=640.26
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 32323 0 0 0 63991 35 0 0 25 0 1 0 95982261 134238208 32300 1992294400 134512640 135214827 4294956208 18446744073709551615 134529322 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 32773 32300 78 171 0 32600 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 136448

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.20 2/66 24009
/proc/meminfo: memFree=1638832/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=137320 CPUtime=700.24
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 33795 0 0 0 69987 37 0 0 25 0 1 0 95982261 140615680 33772 1992294400 134512640 135214827 4294956208 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 34330 33772 78 171 0 34157 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 142676

[startup+762.305 s]
/proc/loadavg: 1.00 1.06 1.18 2/66 24009
/proc/meminfo: memFree=1632368/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=143916 CPUtime=760.23
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 35405 0 0 0 75985 38 0 0 25 0 1 0 95982261 147369984 35382 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 35979 35382 78 171 0 35806 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 149272

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.17 2/66 24009
/proc/meminfo: memFree=1626416/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=149828 CPUtime=820.22
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 36905 0 0 0 81981 41 0 0 25 0 1 0 95982261 153423872 36882 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 37457 36882 78 171 0 37284 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 155184

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.16 2/66 24009
/proc/meminfo: memFree=1620976/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=155248 CPUtime=880.2
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 38244 0 0 0 87978 42 0 0 25 0 1 0 95982261 158973952 38221 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 38812 38221 78 171 0 38639 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 160604

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 24009
/proc/meminfo: memFree=1615984/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=160600 CPUtime=940.19
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 39548 0 0 0 93976 43 0 0 25 0 1 0 95982261 164454400 39473 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 40150 39473 78 171 0 39977 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 165956

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 24009
/proc/meminfo: memFree=1613808/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=162820 CPUtime=1000.17
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 40077 0 0 0 99974 43 0 0 25 0 1 0 95982261 166727680 40002 1992294400 134512640 135214827 4294956208 18446744073709551615 134529390 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 40705 40002 78 171 0 40532 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 168176

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 24009
/proc/meminfo: memFree=1611184/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=165452 CPUtime=1060.15
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 40741 0 0 0 105971 44 0 0 25 0 1 0 95982261 169422848 40666 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 41363 40666 78 171 0 41190 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 170808

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/66 24009
/proc/meminfo: memFree=1608496/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=167960 CPUtime=1120.14
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 41387 0 0 0 111969 45 0 0 25 0 1 0 95982261 171991040 41312 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 41990 41312 78 171 0 41817 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 173316

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 24009
/proc/meminfo: memFree=1606192/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=170252 CPUtime=1180.12
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 41963 0 0 0 117967 45 0 0 25 0 1 0 95982261 174338048 41888 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 42563 41888 78 171 0 42390 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 175608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 24009
/proc/meminfo: memFree=1605552/2055920 swapFree=4181236/4192956
[pid=24006] ppid=24004 vsize=5356 CPUtime=1.85
/proc/24006/stat : 24006 (lysat.sh) S 24004 24006 23938 0 -1 4194304 310 4094 0 0 0 0 181 4 16 0 1 0 95982074 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24006/statm: 1339 237 195 169 0 50 0
[pid=24009] ppid=24006 vsize=170780 CPUtime=1198.22
/proc/24009/stat : 24009 (LySATc) R 24006 24006 23938 0 -1 4194304 42112 0 0 0 119777 45 0 0 25 0 1 0 95982261 174878720 42037 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/24009/statm: 42695 42037 78 171 0 42522 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 176136

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 24006 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=821723
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=47992
# CPU time returned by wait4() is 1.86971
# while last known CPU time is 1200.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.41
CPU time (s): 1200.07
CPU user time (s): 1199.58
CPU system time (s): 0.49
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 176136

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

runsolver used 1.39679 second user time and 2.97955 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-25 19:12:23
IDJOB=1722803
IDBENCH=71097
IDSOLVER=512
FILE ID=node48/1722803-1240679543
PBS_JOBID= 9186690
Free space on /tmp= 66304 MiB

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

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

MD5SUM BENCH= 74b3bf25aa16f613ee15d6b4b9bc9486
RANDOM SEED=103230104

node48.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.209
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.209
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:       1779160 kB
Buffers:         24752 kB
Cached:         190908 kB
SwapCached:       5340 kB
Active:          92748 kB
Inactive:       130568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779160 kB
SwapTotal:     4192956 kB
SwapFree:      4181236 kB
Dirty:            4768 kB
Writeback:           0 kB
Mapped:          13388 kB
Slab:            39544 kB
Committed_AS:   421508 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= 66300 MiB
End job on node48 at 2009-04-25 19:32:26