Trace number 1774954

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
glucose 1.0? (TO) 10000 10004.2

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_10_UNKNOWN.cnf
MD5SUMe868383f091c36fa9594c670095c9824
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 variables1584
Number of clauses91646
Sum of the clauses size272553
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22569
Number of clauses of size 389054
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
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   91646   272553 |   27493       0        0     nan |  0.000 % |
0.58/0.60	c |         0 |   90841   386353 |      --       0       --      -- |     --   | -805/113800
0.58/0.60	c ==============================================================================
0.58/0.60	c Result  :   #vars: 958   #clauses: 90841   #literals: 386353
0.58/0.60	c CPU time:   0.58591 s
0.58/0.60	c ==============================================================================
0.69/0.71	c
0.69/0.71	c Starting glucose
0.69/0.71	c
0.69/0.71	
0.69/0.71	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.69/0.71	
0.69/0.71	c ============================[ Problem Statistics ]=============================
0.69/0.71	c |                                                                             |
0.69/0.71	c |  Number of variables:  958                                                  |
0.69/0.71	c |  Number of clauses:    90841                                                |
0.69/0.77	c |  Parsing time:         0.05         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-1774954-1241269052/watcher-1774954-1241269052 -o /tmp/evaluation-result-1774954-1241269052/solver-1774954-1241269052 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774954-1241269052.cnf 

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: 1.00 0.98 0.99 3/64 1311
/proc/meminfo: memFree=1127324/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0
/proc/1311/stat : 1311 (glucose.sh) R 1309 1311 1212 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154937779 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 266134416031 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/1311/statm: 1340 235 194 169 0 51 0
[pid=1312] ppid=1311 vsize=1308 CPUtime=0
/proc/1312/stat : 1312 (SatELite_releas) R 1311 1311 1212 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 154937779 1339392 167 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/1312/statm: 327 169 50 174 0 150 0

[startup+0.08204 s]
/proc/loadavg: 1.00 0.98 0.99 3/64 1311
/proc/meminfo: memFree=1127324/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154937779 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1311/statm: 1340 236 195 169 0 51 0
[pid=1312] ppid=1311 vsize=7720 CPUtime=0.07
/proc/1312/stat : 1312 (SatELite_releas) R 1311 1311 1212 0 -1 4194304 1784 0 0 0 6 1 0 0 19 0 1 0 154937779 7905280 1768 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/1312/statm: 1930 1768 76 174 0 1753 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13080

[startup+0.101041 s]
/proc/loadavg: 1.00 0.98 0.99 3/64 1311
/proc/meminfo: memFree=1127324/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154937779 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1311/statm: 1340 236 195 169 0 51 0
[pid=1312] ppid=1311 vsize=7984 CPUtime=0.09
/proc/1312/stat : 1312 (SatELite_releas) R 1311 1311 1212 0 -1 4194304 1848 0 0 0 8 1 0 0 19 0 1 0 154937779 8175616 1832 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1312/statm: 1996 1832 76 174 0 1819 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13344

[startup+0.301064 s]
/proc/loadavg: 1.00 0.98 0.99 3/64 1311
/proc/meminfo: memFree=1127324/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154937779 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1311/statm: 1340 236 195 169 0 51 0
[pid=1312] ppid=1311 vsize=10372 CPUtime=0.28
/proc/1312/stat : 1312 (SatELite_releas) R 1311 1311 1212 0 -1 4194304 2413 0 0 0 27 1 0 0 21 0 1 0 154937779 10620928 2397 1992294400 134512640 135225430 4294956176 18446744073709551615 134586072 0 0 4096 3 0 0 0 17 0 0 0
/proc/1312/statm: 2593 2397 77 174 0 2416 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15732

[startup+0.701108 s]
/proc/loadavg: 1.00 0.98 0.99 3/64 1311
/proc/meminfo: memFree=1127324/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154937779 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1311/statm: 1340 236 195 169 0 51 0
[pid=1312] ppid=1311 vsize=9608 CPUtime=0.69
/proc/1312/stat : 1312 (SatELite_releas) R 1311 1311 1212 0 -1 4194304 2417 0 0 0 67 2 0 0 25 0 1 0 154937779 9838592 2222 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1312/statm: 2402 2222 80 174 0 2225 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14968

[startup+1.50119 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 1314
/proc/meminfo: memFree=1116876/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=9284 CPUtime=0.77
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 2206 0 0 0 76 1 0 0 24 0 1 0 154937851 9506816 2192 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 2321 2192 77 172 0 2146 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 14644

[startup+3.10137 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 1314
/proc/meminfo: memFree=1115276/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=11444 CPUtime=2.37
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 2751 0 0 0 235 2 0 0 25 0 1 0 154937851 11718656 2737 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 2861 2737 77 172 0 2686 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16804

[startup+6.30172 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 1314
/proc/meminfo: memFree=1112012/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=13468 CPUtime=5.57
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 3234 0 0 0 555 2 0 0 25 0 1 0 154937851 13791232 3220 1992294400 134512640 135217611 4294956288 18446744073709551615 134537805 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 3367 3220 77 172 0 3192 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 18828

[startup+12.7024 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 1314
/proc/meminfo: memFree=1109836/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=15568 CPUtime=11.97
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 3747 0 0 0 1194 3 0 0 25 0 1 0 154937851 15941632 3733 1992294400 134512640 135217611 4294956288 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 3892 3733 77 172 0 3717 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 20928

[startup+25.5018 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 1314
/proc/meminfo: memFree=1107404/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=18108 CPUtime=24.76
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 4373 0 0 0 2473 3 0 0 25 0 1 0 154937851 18542592 4359 1992294400 134512640 135217611 4294956288 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 4527 4359 77 172 0 4352 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 23468

[startup+51.1016 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 1314
/proc/meminfo: memFree=1105612/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=20068 CPUtime=50.35
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 4834 0 0 0 5031 4 0 0 25 0 1 0 154937851 20549632 4820 1992294400 134512640 135217611 4294956288 18446744073709551615 134533286 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 5017 4820 77 172 0 4842 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 25428

[startup+102.305 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 1314
/proc/meminfo: memFree=1102348/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=23492 CPUtime=101.53
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 5637 0 0 0 10149 4 0 0 25 0 1 0 154937851 24055808 5623 1992294400 134512640 135217611 4294956288 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 5873 5623 77 172 0 5698 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 28852

[startup+162.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 1314
/proc/meminfo: memFree=1099276/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=26760 CPUtime=161.51
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 6405 0 0 0 16146 5 0 0 25 0 1 0 154937851 27402240 6391 1992294400 134512640 135217611 4294956288 18446744073709551615 134533260 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 6690 6391 77 172 0 6515 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 32120

[startup+222.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 1322
/proc/meminfo: memFree=1096844/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=29072 CPUtime=221.47
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 6950 0 0 0 22142 5 0 0 25 0 1 0 154937851 29769728 6936 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 7268 6936 77 172 0 7093 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 34432

[startup+282.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 1322
/proc/meminfo: memFree=1096076/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=29984 CPUtime=281.45
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 7179 0 0 0 28139 6 0 0 25 0 1 0 154937851 30703616 7165 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 7496 7165 77 172 0 7321 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 35344

[startup+342.302 s]
/proc/loadavg: 1.00 0.98 0.99 2/66 1322
/proc/meminfo: memFree=1093836/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=32468 CPUtime=341.42
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 7739 0 0 0 34135 7 0 0 25 0 1 0 154937851 33247232 7725 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 8117 7725 77 172 0 7942 0
Current children cumulated CPU time (s) 342.12

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

/proc/1314/statm: 33064 30128 77 172 0 32889 0
Current children cumulated CPU time (s) 9338.4
Current children cumulated vsize (KiB) 137616

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1338
/proc/meminfo: memFree=1003404/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=132688 CPUtime=9397.67
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 30380 0 0 0 939727 40 0 0 25 0 1 0 154937851 135872512 30224 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 33172 30224 77 172 0 32997 0
Current children cumulated CPU time (s) 9398.37
Current children cumulated vsize (KiB) 138048

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1338
/proc/meminfo: memFree=1003212/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=132956 CPUtime=9457.65
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 30431 0 0 0 945725 40 0 0 25 0 1 0 154937851 136146944 30275 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 33239 30275 77 172 0 33064 0
Current children cumulated CPU time (s) 9458.35
Current children cumulated vsize (KiB) 138316

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1338
/proc/meminfo: memFree=1003148/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=132956 CPUtime=9517.62
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 30436 0 0 0 951722 40 0 0 25 0 1 0 154937851 136146944 30280 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 33239 30280 77 172 0 33064 0
Current children cumulated CPU time (s) 9518.32
Current children cumulated vsize (KiB) 138316

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1338
/proc/meminfo: memFree=1003020/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=133172 CPUtime=9577.59
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 30479 0 0 0 957719 40 0 0 25 0 1 0 154937851 136368128 30323 1992294400 134512640 135217611 4294956288 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 33293 30323 77 172 0 33118 0
Current children cumulated CPU time (s) 9578.29
Current children cumulated vsize (KiB) 138532

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1338
/proc/meminfo: memFree=1002956/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=133172 CPUtime=9637.58
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 30479 0 0 0 963717 41 0 0 25 0 1 0 154937851 136368128 30323 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 33293 30323 77 172 0 33118 0
Current children cumulated CPU time (s) 9638.28
Current children cumulated vsize (KiB) 138532

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1338
/proc/meminfo: memFree=1002572/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=133656 CPUtime=9697.56
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 30597 0 0 0 969715 41 0 0 25 0 1 0 154937851 136863744 30441 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 33414 30441 77 172 0 33239 0
Current children cumulated CPU time (s) 9698.26
Current children cumulated vsize (KiB) 139016

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1340
/proc/meminfo: memFree=999628/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=136428 CPUtime=9757.52
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 31271 0 0 0 975711 41 0 0 25 0 1 0 154937851 139702272 31115 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 34107 31115 77 172 0 33932 0
Current children cumulated CPU time (s) 9758.22
Current children cumulated vsize (KiB) 141788

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1340
/proc/meminfo: memFree=999628/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=136428 CPUtime=9817.49
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 31271 0 0 0 981708 41 0 0 25 0 1 0 154937851 139702272 31115 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 34107 31115 77 172 0 33932 0
Current children cumulated CPU time (s) 9818.19
Current children cumulated vsize (KiB) 141788

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1340
/proc/meminfo: memFree=999628/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=136428 CPUtime=9877.47
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 31273 0 0 0 987706 41 0 0 25 0 1 0 154937851 139702272 31117 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 34107 31117 77 172 0 33932 0
Current children cumulated CPU time (s) 9878.17
Current children cumulated vsize (KiB) 141788

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1340
/proc/meminfo: memFree=999628/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=136428 CPUtime=9937.44
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 31275 0 0 0 993703 41 0 0 25 0 1 0 154937851 139702272 31119 1992294400 134512640 135217611 4294956288 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 34107 31119 77 172 0 33932 0
Current children cumulated CPU time (s) 9938.14
Current children cumulated vsize (KiB) 141788

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1340
/proc/meminfo: memFree=999692/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=136500 CPUtime=9997.43
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 31296 0 0 0 999701 42 0 0 25 0 1 0 154937851 139776000 31140 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 34125 31140 77 172 0 33950 0
Current children cumulated CPU time (s) 9998.13
Current children cumulated vsize (KiB) 141860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10004.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1340
/proc/meminfo: memFree=999692/2055920 swapFree=4181296/4192956
[pid=1311] ppid=1309 vsize=5360 CPUtime=0.7
/proc/1311/stat : 1311 (glucose.sh) S 1309 1311 1212 0 -1 4194304 313 2418 0 0 0 0 68 2 16 0 1 0 154937779 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1311/statm: 1340 238 195 169 0 51 0
[pid=1314] ppid=1311 vsize=136500 CPUtime=9999.33
/proc/1314/stat : 1314 (glucose_static) R 1311 1311 1212 0 -1 4194304 31296 0 0 0 999891 42 0 0 25 0 1 0 154937851 139776000 31140 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1314/statm: 34125 31140 77 172 0 33950 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 141860

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

Real time (s): 10004.2
CPU time (s): 10000
CPU user time (s): 9999.59
CPU system time (s): 0.44
CPU usage (%): 99.9582
Max. virtual memory (cumulated for all children) (KiB): 141860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.690894
system time used= 0.025996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2731
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 9.70752 second user time and 26.6769 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-02 14:57:32
IDJOB=1774954
IDBENCH=71066
IDSOLVER=610
FILE ID=node35/1774954-1241269052
PBS_JOBID= 9224968
Free space on /tmp= 66556 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_10_UNKNOWN.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774954-1241269052/watcher-1774954-1241269052 -o /tmp/evaluation-result-1774954-1241269052/solver-1774954-1241269052 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774954-1241269052.cnf

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

MD5SUM BENCH= e868383f091c36fa9594c670095c9824
RANDOM SEED=1196444797

node35.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.214
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.214
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:       1127812 kB
Buffers:         93160 kB
Cached:         725636 kB
SwapCached:       5500 kB
Active:          67812 kB
Inactive:       758892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1127812 kB
SwapTotal:     4192956 kB
SwapFree:      4181296 kB
Dirty:            3024 kB
Writeback:           0 kB
Mapped:          13620 kB
Slab:            87464 kB
Committed_AS:   749144 kB
PageTables:       1396 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= 66552 MiB
End job on node35 at 2009-05-02 17:44:18