Trace number 1774974

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.1 10005.1

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_12_UNSAT.cnf
MD5SUMecc4810d82e30597ea8451526243ec09
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 variables2522
Number of clauses243459
Sum of the clauses size726523
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24164
Number of clauses of size 3239264
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.09/0.14	c ==============================================================================
0.09/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.14	c ==============================================================================
0.09/0.14	c |         0 |  243459   726523 |   73037       0        0     nan |  0.000 % |
3.19/3.24	c |         0 |  242248  1066319 |      --       0       --      -- |     --   | -1211/339796
3.19/3.24	c ==============================================================================
3.19/3.24	c Result  :   #vars: 1581   #clauses: 242248   #literals: 1066319
3.19/3.24	c CPU time:   3.20451 s
3.19/3.24	c ==============================================================================
3.49/3.55	c
3.49/3.55	c Starting glucose
3.49/3.55	c
3.49/3.55	
3.49/3.55	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.49/3.55	
3.49/3.55	c ============================[ Problem Statistics ]=============================
3.49/3.55	c |                                                                             |
3.49/3.55	c |  Number of variables:  1581                                                 |
3.49/3.55	c |  Number of clauses:    242248                                               |
3.54/3.71	c |  Parsing time:         0.14         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-1774974-1241269080/watcher-1774974-1241269080 -o /tmp/evaluation-result-1774974-1241269080/solver-1774974-1241269080 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774974-1241269080.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: 0.87 0.97 0.99 2/64 25600
/proc/meminfo: memFree=1037920/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=0
/proc/25600/stat : 25600 (glucose.sh) R 25598 25600 25532 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154940796 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 264907582111 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25600/statm: 1340 235 194 169 0 51 0
[pid=25601] ppid=25600 vsize=1508 CPUtime=0
/proc/25601/stat : 25601 (SatELite_releas) R 25600 25600 25532 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 154940797 1544192 199 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/25601/statm: 377 208 50 174 0 200 0

[startup+0.0604991 s]
/proc/loadavg: 0.87 0.97 0.99 2/64 25600
/proc/meminfo: memFree=1037920/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=0
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154940796 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25600/statm: 1340 236 195 169 0 51 0
[pid=25601] ppid=25600 vsize=6580 CPUtime=0.04
/proc/25601/stat : 25601 (SatELite_releas) R 25600 25600 25532 0 -1 4194304 1488 0 0 0 4 0 0 0 19 0 1 0 154940797 6737920 1472 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25601/statm: 1645 1473 50 174 0 1468 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11940

[startup+0.102515 s]
/proc/loadavg: 0.87 0.97 0.99 2/64 25600
/proc/meminfo: memFree=1037920/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=0
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154940796 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25600/statm: 1340 236 195 169 0 51 0
[pid=25601] ppid=25600 vsize=10396 CPUtime=0.09
/proc/25601/stat : 25601 (SatELite_releas) R 25600 25600 25532 0 -1 4194304 2373 0 0 0 8 1 0 0 19 0 1 0 154940797 10645504 2357 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/25601/statm: 2599 2358 50 174 0 2422 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15756

[startup+0.301533 s]
/proc/loadavg: 0.87 0.97 0.99 2/64 25600
/proc/meminfo: memFree=1037920/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=0
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154940796 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25600/statm: 1340 236 195 169 0 51 0
[pid=25601] ppid=25600 vsize=19244 CPUtime=0.29
/proc/25601/stat : 25601 (SatELite_releas) R 25600 25600 25532 0 -1 4194304 4639 0 0 0 27 2 0 0 21 0 1 0 154940797 19705856 4623 1992294400 134512640 135225430 4294956176 18446744073709551615 134586053 0 0 4096 3 0 0 0 17 0 0 0
/proc/25601/statm: 4811 4623 76 174 0 4634 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24604

[startup+0.701591 s]
/proc/loadavg: 0.87 0.97 0.99 2/64 25600
/proc/meminfo: memFree=1037920/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=0
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154940796 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25600/statm: 1340 236 195 169 0 51 0
[pid=25601] ppid=25600 vsize=22264 CPUtime=0.69
/proc/25601/stat : 25601 (SatELite_releas) R 25600 25600 25532 0 -1 4194304 5171 0 0 0 66 3 0 0 25 0 1 0 154940797 22798336 5155 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25601/statm: 5566 5155 76 174 0 5389 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27624

[startup+1.50171 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 25602
/proc/meminfo: memFree=1012304/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=0
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154940796 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25600/statm: 1340 236 195 169 0 51 0
[pid=25601] ppid=25600 vsize=27424 CPUtime=1.48
/proc/25601/stat : 25601 (SatELite_releas) R 25600 25600 25532 0 -1 4194304 6105 0 0 0 145 3 0 0 25 0 1 0 154940797 28082176 6089 1992294400 134512640 135225430 4294956176 18446744073709551615 134586067 0 0 4096 3 0 0 0 17 0 0 0
/proc/25601/statm: 6856 6089 77 174 0 6679 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32784

[startup+3.10194 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 25602
/proc/meminfo: memFree=1012176/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=0
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154940796 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25600/statm: 1340 236 195 169 0 51 0
[pid=25601] ppid=25600 vsize=27424 CPUtime=3.08
/proc/25601/stat : 25601 (SatELite_releas) R 25600 25600 25532 0 -1 4194304 6105 0 0 0 305 3 0 0 25 0 1 0 154940797 28082176 6089 1992294400 134512640 135225430 4294956176 18446744073709551615 134586136 0 0 4096 3 0 0 0 17 0 0 0
/proc/25601/statm: 6856 6089 77 174 0 6679 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32784

[startup+6.30141 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 25603
/proc/meminfo: memFree=1012240/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=20652 CPUtime=2.73
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 4991 0 0 0 270 3 0 0 25 0 1 0 154941152 21147648 4977 1992294400 134512640 135217611 4294956288 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/25603/statm: 5163 4977 75 172 0 4988 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 26012

[startup+12.7013 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 25603
/proc/meminfo: memFree=1005400/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=27612 CPUtime=9.13
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 6731 0 0 0 909 4 0 0 25 0 1 0 154941152 28274688 6717 1992294400 134512640 135217611 4294956288 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 6903 6717 77 172 0 6728 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 32972

[startup+25.5022 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 25603
/proc/meminfo: memFree=999704/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=32804 CPUtime=21.92
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 7977 0 0 0 2188 4 0 0 25 0 1 0 154941152 33591296 7963 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 8201 7963 77 172 0 8026 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 38164

[startup+51.1019 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 25603
/proc/meminfo: memFree=994584/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=38112 CPUtime=47.49
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 9237 0 0 0 4744 5 0 0 25 0 1 0 154941152 39026688 9223 1992294400 134512640 135217611 4294956288 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 9528 9223 77 172 0 9353 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 43472

[startup+102.305 s]
/proc/loadavg: 1.05 0.99 0.99 2/66 25603
/proc/meminfo: memFree=986968/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=46064 CPUtime=98.67
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 11151 0 0 0 9860 7 0 0 25 0 1 0 154941152 47169536 11137 1992294400 134512640 135217611 4294956288 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 11516 11137 77 172 0 11341 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 51424

[startup+162.303 s]
/proc/loadavg: 1.02 0.99 0.99 2/66 25603
/proc/meminfo: memFree=981848/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=51144 CPUtime=158.64
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 12422 0 0 0 15856 8 0 0 25 0 1 0 154941152 52371456 12408 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 12786 12408 77 172 0 12611 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 56504

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 25609
/proc/meminfo: memFree=978776/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=54372 CPUtime=218.61
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 13150 0 0 0 21852 9 0 0 25 0 1 0 154941152 55676928 13136 1992294400 134512640 135217611 4294956288 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 13593 13136 77 172 0 13418 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 59732

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 25609
/proc/meminfo: memFree=977944/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=55300 CPUtime=278.58
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 13356 0 0 0 27849 9 0 0 25 0 1 0 154941152 56627200 13342 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 13825 13342 77 172 0 13650 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 60660

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/66 25609
/proc/meminfo: memFree=977176/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=56092 CPUtime=338.55
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 13550 0 0 0 33846 9 0 0 25 0 1 0 154941152 57438208 13536 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 14023 13536 77 172 0 13848 0
Current children cumulated CPU time (s) 342.09

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

/proc/25603/statm: 42677 39408 77 172 0 42502 0
Current children cumulated CPU time (s) 9397.57
Current children cumulated vsize (KiB) 176068

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25625
/proc/meminfo: memFree=872984/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=171032 CPUtime=9454
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 39487 0 0 0 945355 45 0 0 25 0 1 0 154941152 175136768 39473 1992294400 134512640 135217611 4294956288 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 42758 39473 77 172 0 42583 0
Current children cumulated CPU time (s) 9457.54
Current children cumulated vsize (KiB) 176392

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25625
/proc/meminfo: memFree=872728/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=171248 CPUtime=9513.97
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 39542 0 0 0 951352 45 0 0 25 0 1 0 154941152 175357952 39528 1992294400 134512640 135217611 4294956288 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 42812 39528 77 172 0 42637 0
Current children cumulated CPU time (s) 9517.51
Current children cumulated vsize (KiB) 176608

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25625
/proc/meminfo: memFree=872472/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=171552 CPUtime=9573.94
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 39610 0 0 0 957349 45 0 0 25 0 1 0 154941152 175669248 39596 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 42888 39596 77 172 0 42713 0
Current children cumulated CPU time (s) 9577.48
Current children cumulated vsize (KiB) 176912

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25627
/proc/meminfo: memFree=872088/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=171876 CPUtime=9633.92
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 39665 0 0 0 963346 46 0 0 25 0 1 0 154941152 176001024 39651 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 42969 39651 77 172 0 42794 0
Current children cumulated CPU time (s) 9637.46
Current children cumulated vsize (KiB) 177236

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25627
/proc/meminfo: memFree=871768/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=172324 CPUtime=9693.89
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 39751 0 0 0 969343 46 0 0 25 0 1 0 154941152 176459776 39737 1992294400 134512640 135217611 4294956288 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 43081 39737 77 172 0 42906 0
Current children cumulated CPU time (s) 9697.43
Current children cumulated vsize (KiB) 177684

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25627
/proc/meminfo: memFree=871704/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=172324 CPUtime=9753.86
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 39758 0 0 0 975340 46 0 0 25 0 1 0 154941152 176459776 39744 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 43081 39744 77 172 0 42906 0
Current children cumulated CPU time (s) 9757.4
Current children cumulated vsize (KiB) 177684

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25627
/proc/meminfo: memFree=871448/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=172648 CPUtime=9813.83
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 39832 0 0 0 981337 46 0 0 25 0 1 0 154941152 176791552 39818 1992294400 134512640 135217611 4294956288 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 43162 39818 77 172 0 42987 0
Current children cumulated CPU time (s) 9817.37
Current children cumulated vsize (KiB) 178008

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25627
/proc/meminfo: memFree=871384/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=172808 CPUtime=9873.8
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 39846 0 0 0 987334 46 0 0 25 0 1 0 154941152 176955392 39832 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 43202 39832 77 172 0 43027 0
Current children cumulated CPU time (s) 9877.34
Current children cumulated vsize (KiB) 178168

[startup+9942.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 25627
/proc/meminfo: memFree=871320/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=173488 CPUtime=9933.77
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 39864 0 0 0 993331 46 0 0 25 0 1 0 154941152 177651712 39850 1992294400 134512640 135217611 4294956288 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 43372 39850 77 172 0 43197 0
Current children cumulated CPU time (s) 9937.31
Current children cumulated vsize (KiB) 178848

[startup+10002.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 25627
/proc/meminfo: memFree=871000/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=173920 CPUtime=9993.74
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 39942 0 0 0 999328 46 0 0 25 0 1 0 154941152 178094080 39928 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 43480 39928 77 172 0 43305 0
Current children cumulated CPU time (s) 9997.28
Current children cumulated vsize (KiB) 179280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10005.1 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 25627
/proc/meminfo: memFree=871000/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=173920 CPUtime=9996.54
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 39944 0 0 0 999608 46 0 0 25 0 1 0 154941152 178094080 39930 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 43480 39930 77 172 0 43305 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 179280

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

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

[startup+10005.1 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 25627
/proc/meminfo: memFree=871000/2055920 swapFree=4192812/4192956
[pid=25600] ppid=25598 vsize=5360 CPUtime=3.54
/proc/25600/stat : 25600 (glucose.sh) S 25598 25600 25532 0 -1 4194304 313 6109 0 0 0 0 348 6 16 0 1 0 154940796 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25600/statm: 1340 238 195 169 0 51 0
[pid=25603] ppid=25600 vsize=173920 CPUtime=9996.54
/proc/25603/stat : 25603 (glucose_static) R 25600 25600 25532 0 -1 4194304 39944 0 0 0 999608 46 0 0 25 0 1 0 154941152 178094080 39930 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25603/statm: 43480 39930 77 172 0 43305 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 179280

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 10005.1
CPU time (s): 10000.1
CPU user time (s): 9999.56
CPU system time (s): 0.52
CPU usage (%): 99.9497
Max. virtual memory (cumulated for all children) (KiB): 179280

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

runsolver used 9.71952 second user time and 26.6689 second system time

The end

Launcher Data

Begin job on node30 at 2009-05-02 14:58:00
IDJOB=1774974
IDBENCH=71068
IDSOLVER=610
FILE ID=node30/1774974-1241269080
PBS_JOBID= 9224980
Free space on /tmp= 66508 MiB

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

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

MD5SUM BENCH= ecc4810d82e30597ea8451526243ec09
RANDOM SEED=1771636745

node30.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.265
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.265
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:       1038464 kB
Buffers:         83972 kB
Cached:         815804 kB
SwapCached:          0 kB
Active:         101436 kB
Inactive:       812796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1038464 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5900 kB
Writeback:           0 kB
Mapped:          24232 kB
Slab:            89404 kB
Committed_AS:   767452 kB
PageTables:       1356 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= 66500 MiB
End job on node30 at 2009-05-02 17:44:47