Trace number 1722953

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.05 1200.61

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_13_UNKNOWN.cnf
MD5SUM604e1311b2fcb3c933399ca7195c63f1
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 variables2058
Number of clauses133055
Sum of the clauses size396210
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23208
Number of clauses of size 3129824
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.02/0.08	c ==============================================================================
0.02/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.08	c ==============================================================================
0.02/0.08	c |         0 |  133055   396210 |   39916       0        0     nan |  0.000 % |
0.88/0.94	c |         0 |  132150   561686 |      --       0       --      -- |     --   | -905/165476
0.88/0.94	c ==============================================================================
0.88/0.94	c Result  :   #vars: 1298   #clauses: 132150   #literals: 561686
0.88/0.94	c CPU time:   0.91686 s
0.88/0.94	c ==============================================================================
1.09/1.13	This is MiniSat 2.0 beta
1.09/1.13	WARNING: for repeatability, setting FPU to use double precision
1.09/1.13	============================[ Problem Statistics ]=============================
1.09/1.13	|                                                                             |
1.09/1.13	|  Number of variables:  1298                                                 |
1.09/1.13	|  Number of clauses:    132150                                               |
1.12/1.20	|  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-1722953-1240681346/watcher-1722953-1240681346 -o /tmp/evaluation-result-1722953-1240681346/solver-1722953-1240681346 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1722953-1240681346.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: 1.99 1.86 1.46 3/64 21850
/proc/meminfo: memFree=1734144/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=0
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96167886 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 235 195 169 0 50 0
[pid=21851] ppid=21850 vsize=1096 CPUtime=0
/proc/21851/stat : 21851 (SatElite) R 21850 21850 21750 0 -1 4194304 190 0 0 0 0 0 0 0 19 0 1 0 96167886 1122304 174 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/21851/statm: 274 175 50 127 0 144 0

[startup+0.035723 s]
/proc/loadavg: 1.99 1.86 1.46 3/64 21850
/proc/meminfo: memFree=1734144/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=0
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96167886 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 235 195 169 0 50 0
[pid=21851] ppid=21850 vsize=3652 CPUtime=0.02
/proc/21851/stat : 21851 (SatElite) R 21850 21850 21750 0 -1 4194304 815 0 0 0 2 0 0 0 19 0 1 0 96167886 3739648 799 1992294400 134512640 135034092 4294956096 18446744073709551615 134543255 0 0 4096 3 0 0 0 17 0 0 0
/proc/21851/statm: 913 800 50 127 0 783 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9008

[startup+0.101729 s]
/proc/loadavg: 1.99 1.86 1.46 3/64 21850
/proc/meminfo: memFree=1734144/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=0
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96167886 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 235 195 169 0 50 0
[pid=21851] ppid=21850 vsize=10452 CPUtime=0.09
/proc/21851/stat : 21851 (SatElite) R 21850 21850 21750 0 -1 4194304 2394 0 0 0 8 1 0 0 19 0 1 0 96167886 10702848 2378 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/21851/statm: 2613 2378 68 127 0 2483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15808

[startup+0.301749 s]
/proc/loadavg: 1.99 1.86 1.46 3/64 21850
/proc/meminfo: memFree=1734144/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=0
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96167886 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 235 195 169 0 50 0
[pid=21851] ppid=21850 vsize=12956 CPUtime=0.28
/proc/21851/stat : 21851 (SatElite) R 21850 21850 21750 0 -1 4194304 3010 0 0 0 27 1 0 0 21 0 1 0 96167886 13266944 2994 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/21851/statm: 3239 2994 68 127 0 3109 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 18312

[startup+0.701792 s]
/proc/loadavg: 1.99 1.86 1.46 3/64 21850
/proc/meminfo: memFree=1734144/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=0
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96167886 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 235 195 169 0 50 0
[pid=21851] ppid=21850 vsize=15664 CPUtime=0.68
/proc/21851/stat : 21851 (SatElite) R 21850 21850 21750 0 -1 4194304 3430 0 0 0 67 1 0 0 25 0 1 0 96167886 16039936 3414 1992294400 134512640 135034092 4294956096 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 0 0 0
/proc/21851/statm: 3916 3414 68 127 0 3786 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 21020

[startup+1.50189 s]
/proc/loadavg: 1.99 1.86 1.46 2/66 21852
/proc/meminfo: memFree=1720112/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 5356

[startup+3.10105 s]
/proc/loadavg: 1.91 1.84 1.45 2/66 21853
/proc/meminfo: memFree=1721392/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=11136 CPUtime=1.95
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 2686 0 0 0 194 1 0 0 25 0 1 0 96167999 11403264 2671 1992294400 134512640 135214827 4294956208 18446744073709551615 134529248 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 2784 2672 78 171 0 2611 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16492

[startup+6.30139 s]
/proc/loadavg: 1.91 1.84 1.45 2/66 21853
/proc/meminfo: memFree=1717680/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=14216 CPUtime=5.15
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 3426 0 0 0 513 2 0 0 25 0 1 0 96167999 14557184 3411 1992294400 134512640 135214827 4294956208 18446744073709551615 134529473 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 3554 3411 78 171 0 3381 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 19572

[startup+12.7011 s]
/proc/loadavg: 1.77 1.81 1.45 2/66 21853
/proc/meminfo: memFree=1713520/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=17992 CPUtime=11.55
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 4368 0 0 0 1152 3 0 0 25 0 1 0 96167999 18423808 4353 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 4498 4353 78 171 0 4325 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 23348

[startup+25.5015 s]
/proc/loadavg: 1.65 1.79 1.44 2/66 21853
/proc/meminfo: memFree=1707568/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=23764 CPUtime=24.35
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 5827 0 0 0 2430 5 0 0 25 0 1 0 96167999 24334336 5812 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 5941 5812 78 171 0 5768 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 29120

[startup+51.1012 s]
/proc/loadavg: 1.43 1.72 1.43 2/66 21853
/proc/meminfo: memFree=1697648/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=33988 CPUtime=49.92
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 8367 0 0 0 4984 8 0 0 25 0 1 0 96167999 34803712 8352 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 8497 8352 78 171 0 8324 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 39344

[startup+102.306 s]
/proc/loadavg: 1.17 1.60 1.41 2/66 21853
/proc/meminfo: memFree=1678768/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=52768 CPUtime=101.11
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 12984 0 0 0 10099 12 0 0 25 0 1 0 96167999 54034432 12969 1992294400 134512640 135214827 4294956208 18446744073709551615 134529360 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 13192 12969 78 171 0 13019 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 58124

[startup+162.301 s]
/proc/loadavg: 1.07 1.50 1.38 2/66 21853
/proc/meminfo: memFree=1672880/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=58932 CPUtime=161.08
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 14462 0 0 0 16093 15 0 0 25 0 1 0 96167999 60346368 14447 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 14733 14447 78 171 0 14560 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 64288

[startup+222.302 s]
/proc/loadavg: 1.02 1.40 1.35 2/66 21853
/proc/meminfo: memFree=1664944/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=66704 CPUtime=221.06
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 16421 0 0 0 22089 17 0 0 25 0 1 0 96167999 68304896 16406 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 16676 16406 78 171 0 16503 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 72060

[startup+282.302 s]
/proc/loadavg: 1.01 1.33 1.33 2/66 21853
/proc/meminfo: memFree=1660272/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=71712 CPUtime=281.04
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 17592 0 0 0 28086 18 0 0 25 0 1 0 96167999 73433088 17577 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 17928 17577 78 171 0 17755 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 77068

[startup+342.301 s]
/proc/loadavg: 1.00 1.26 1.30 2/66 21853
/proc/meminfo: memFree=1654192/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=78252 CPUtime=341.02
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 19125 0 0 0 34082 20 0 0 25 0 1 0 96167999 80130048 19110 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 19563 19110 78 171 0 19390 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 83608


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

/proc/21853/statm: 25363 24897 78 171 0 25190 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 106808

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.23 2/66 21853
/proc/meminfo: memFree=1625840/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=107024 CPUtime=580.91
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 26189 0 0 0 58064 27 0 0 25 0 1 0 96167999 109592576 26174 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 26756 26174 78 171 0 26583 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 112380

[startup+642.302 s]
/proc/loadavg: 1.00 1.09 1.21 2/66 21853
/proc/meminfo: memFree=1620080/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=112564 CPUtime=640.89
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 27595 0 0 0 64060 29 0 0 25 0 1 0 96167999 115265536 27580 1992294400 134512640 135214827 4294956208 18446744073709551615 134527581 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 28141 27580 78 171 0 27968 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 117920

[startup+702.301 s]
/proc/loadavg: 1.12 1.10 1.20 2/66 21853
/proc/meminfo: memFree=1618736/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=113752 CPUtime=700.86
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 27895 0 0 0 70057 29 0 0 25 0 1 0 96167999 116482048 27880 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 28438 27880 78 171 0 28265 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 119108

[startup+762.306 s]
/proc/loadavg: 1.10 1.09 1.19 2/66 21853
/proc/meminfo: memFree=1618608/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=113752 CPUtime=760.82
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 27918 0 0 0 76053 29 0 0 25 0 1 0 96167999 116482048 27903 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 28438 27903 78 171 0 28265 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 119108

[startup+822.302 s]
/proc/loadavg: 1.10 1.09 1.18 2/66 21853
/proc/meminfo: memFree=1618544/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=113752 CPUtime=820.78
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 27931 0 0 0 82049 29 0 0 25 0 1 0 96167999 116482048 27916 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 28438 27916 78 171 0 28265 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 119108

[startup+882.301 s]
/proc/loadavg: 1.08 1.09 1.17 2/66 21853
/proc/meminfo: memFree=1618544/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=113752 CPUtime=880.75
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 27931 0 0 0 88046 29 0 0 25 0 1 0 96167999 116482048 27916 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 28438 27916 78 171 0 28265 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 119108

[startup+942.302 s]
/proc/loadavg: 1.08 1.08 1.17 2/66 21853
/proc/meminfo: memFree=1618480/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=113752 CPUtime=940.72
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 27937 0 0 0 94043 29 0 0 25 0 1 0 96167999 116482048 27922 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 28438 27922 78 171 0 28265 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 119108

[startup+1002.3 s]
/proc/loadavg: 1.07 1.08 1.16 2/66 21853
/proc/meminfo: memFree=1618416/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=113752 CPUtime=1000.69
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 27944 0 0 0 100040 29 0 0 25 0 1 0 96167999 116482048 27929 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 28438 27929 78 171 0 28265 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 119108

[startup+1062.3 s]
/proc/loadavg: 1.19 1.11 1.16 2/66 21853
/proc/meminfo: memFree=1615920/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=116660 CPUtime=1060.67
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 28661 0 0 0 106037 30 0 0 25 0 1 0 96167999 119459840 28646 1992294400 134512640 135214827 4294956208 18446744073709551615 134529463 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 29165 28646 78 171 0 28992 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 122016

[startup+1122.3 s]
/proc/loadavg: 1.17 1.12 1.16 2/66 21859
/proc/meminfo: memFree=1610160/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=122520 CPUtime=1120.65
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 29980 0 0 0 112033 32 0 0 25 0 1 0 96167999 125460480 29965 1992294400 134512640 135214827 4294956208 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 30630 29965 78 171 0 30457 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 127876

[startup+1182.3 s]
/proc/loadavg: 1.16 1.12 1.16 2/66 21859
/proc/meminfo: memFree=1607920/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=124904 CPUtime=1180.63
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 30563 0 0 0 118030 33 0 0 25 0 1 0 96167999 127901696 30548 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 31226 30548 78 171 0 31053 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 130260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.18 1.13 1.16 2/66 21859
/proc/meminfo: memFree=1606896/2055920 swapFree=4181324/4192956
[pid=21850] ppid=21848 vsize=5356 CPUtime=1.12
/proc/21850/stat : 21850 (lysat.sh) S 21848 21850 21750 0 -1 4194304 310 3435 0 0 0 0 110 2 19 0 1 0 96167886 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21850/statm: 1339 237 195 169 0 50 0
[pid=21853] ppid=21850 vsize=126024 CPUtime=1198.93
/proc/21853/stat : 21853 (LySATc) R 21850 21850 21750 0 -1 4194304 30821 0 0 0 119860 33 0 0 25 0 1 0 96167999 129048576 30806 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21853/statm: 31506 30806 78 171 0 31333 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 131380

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

Real time (s): 1200.61
CPU time (s): 1200.05
CPU user time (s): 1199.7
CPU system time (s): 0.35
CPU usage (%): 99.9531
Max. virtual memory (cumulated for all children) (KiB): 131380

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

runsolver used 0.996848 second user time and 3.37849 second system time

The end

Launcher Data

Begin job on node19 at 2009-04-25 19:42:26
IDJOB=1722953
IDBENCH=71100
IDSOLVER=512
FILE ID=node19/1722953-1240681346
PBS_JOBID= 9186699
Free space on /tmp= 66240 MiB

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

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

MD5SUM BENCH= 604e1311b2fcb3c933399ca7195c63f1
RANDOM SEED=804462272

node19.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.236
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.236
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:       1734624 kB
Buffers:         47500 kB
Cached:         198812 kB
SwapCached:       5424 kB
Active:          73120 kB
Inactive:       181064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734624 kB
SwapTotal:     4192956 kB
SwapFree:      4181324 kB
Dirty:            4312 kB
Writeback:           0 kB
Mapped:          13472 kB
Slab:            53120 kB
Committed_AS:   335616 kB
PageTables:       1452 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= 66236 MiB
End job on node19 at 2009-04-25 20:02:29