Trace number 1773054

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 10003.7

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.13.unsat.cnf
MD5SUM8ca1246723b65c8e0ae1eddb535ce13f
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 variables2010
Number of clauses6802
Sum of the clauses size17668
Maximum clause length25
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22961
Number of clauses of size 33733
Number of clauses of size 443
Number of clauses of size 546
Number of clauses of size over 516

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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    6799    17665 |    2039       0        0     nan |  0.000 % |
0.00/0.03	c |         0 |    5732    16991 |      --       0       --      -- |     --   | -1017/-571
0.00/0.03	c ==============================================================================
0.00/0.03	c Result  :   #vars: 1384   #clauses: 5732   #literals: 16991
0.00/0.03	c CPU time:   0.029995 s
0.00/0.03	c ==============================================================================
0.00/0.04	c
0.00/0.04	c Starting glucose
0.00/0.04	c
0.00/0.04	
0.00/0.04	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.04	
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Number of variables:  1384                                                 |
0.00/0.04	c |  Number of clauses:    5732                                                 |
0.00/0.04	c |  Parsing time:         0.00         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-1773054-1241256132/watcher-1773054-1241256132 -o /tmp/evaluation-result-1773054-1241256132/solver-1773054-1241256132 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1773054-1241256132.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.96 1.01 1.00 3/64 1385
/proc/meminfo: memFree=1301880/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5356 CPUtime=0
/proc/1385/stat : 1385 (glucose.sh) R 1383 1385 1348 0 -1 4194304 209 0 0 0 0 0 0 0 20 0 1 0 153641596 5484544 176 1992294400 4194304 4889804 548682068816 18446744073709551615 4541216 0 0 4100 0 0 0 0 17 1 0 0
/proc/1385/statm: 1339 186 151 169 0 50 0

[startup+0.050199 s]
/proc/loadavg: 0.96 1.01 1.00 3/64 1385
/proc/meminfo: memFree=1301880/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5360

[startup+0.101203 s]
/proc/loadavg: 0.96 1.01 1.00 3/64 1385
/proc/meminfo: memFree=1301880/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5360

[startup+0.301231 s]
/proc/loadavg: 0.96 1.01 1.00 3/64 1385
/proc/meminfo: memFree=1301880/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5360

[startup+0.70129 s]
/proc/loadavg: 0.96 1.01 1.00 3/64 1385
/proc/meminfo: memFree=1301880/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5360

[startup+1.50241 s]
/proc/loadavg: 0.96 1.01 1.00 2/66 1388
/proc/meminfo: memFree=1299368/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=4300 CPUtime=1.45
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 720 0 0 0 145 0 0 0 25 0 1 0 153641600 4403200 706 1992294400 134512640 135217611 4294956288 18446744073709551615 134528205 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 1075 706 76 172 0 900 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9660

[startup+3.10164 s]
/proc/loadavg: 0.97 1.01 1.00 2/66 1388
/proc/meminfo: memFree=1298728/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=4828 CPUtime=3.05
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 878 0 0 0 305 0 0 0 25 0 1 0 153641600 4943872 864 1992294400 134512640 135217611 4294956288 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 1207 864 76 172 0 1032 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10188

[startup+6.30211 s]
/proc/loadavg: 0.97 1.01 1.00 2/66 1388
/proc/meminfo: memFree=1297768/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=5280 CPUtime=6.25
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 964 0 0 0 625 0 0 0 25 0 1 0 153641600 5406720 950 1992294400 134512640 135217611 4294956288 18446744073709551615 134539609 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 1320 950 76 172 0 1145 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10640

[startup+12.7011 s]
/proc/loadavg: 0.97 1.00 1.00 2/66 1388
/proc/meminfo: memFree=1296744/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=6212 CPUtime=12.64
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 1219 0 0 0 1264 0 0 0 25 0 1 0 153641600 6361088 1205 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 1553 1205 76 172 0 1378 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11572

[startup+25.5019 s]
/proc/loadavg: 0.98 1.00 1.00 2/66 1388
/proc/meminfo: memFree=1295528/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=7608 CPUtime=25.44
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 1547 0 0 0 2544 0 0 0 25 0 1 0 153641600 7790592 1533 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 1902 1533 76 172 0 1727 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12968

[startup+51.1017 s]
/proc/loadavg: 0.98 1.00 1.00 2/66 1388
/proc/meminfo: memFree=1293288/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=9884 CPUtime=51.03
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 2125 0 0 0 5102 1 0 0 25 0 1 0 153641600 10121216 2111 1992294400 134512640 135217611 4294956288 18446744073709551615 134537319 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 2471 2111 76 172 0 2296 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 15244

[startup+102.306 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 1388
/proc/meminfo: memFree=1291112/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=11996 CPUtime=102.2
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 2633 0 0 0 10219 1 0 0 25 0 1 0 153641600 12283904 2619 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 2999 2619 76 172 0 2824 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 17356

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 1388
/proc/meminfo: memFree=1286184/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=17248 CPUtime=162.18
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 3864 0 0 0 16215 3 0 0 25 0 1 0 153641600 17661952 3850 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 4312 3850 76 172 0 4137 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 22608

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 1388
/proc/meminfo: memFree=1285608/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=17644 CPUtime=222.15
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 3992 0 0 0 22211 4 0 0 25 0 1 0 153641600 18067456 3978 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 4411 3978 76 172 0 4236 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 23004

[startup+282.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 1388
/proc/meminfo: memFree=1283496/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=19908 CPUtime=282.12
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 4554 0 0 0 28208 4 0 0 25 0 1 0 153641600 20385792 4540 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 4977 4540 76 172 0 4802 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 25268

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 1388
/proc/meminfo: memFree=1282728/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=20800 CPUtime=342.09
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 4749 0 0 0 34204 5 0 0 25 0 1 0 153641600 21299200 4735 1992294400 134512640 135217611 4294956288 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 5200 4735 76 172 0 5025 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 26160

[startup+402.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 1388
/proc/meminfo: memFree=1281640/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=21828 CPUtime=402.04
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 5011 0 0 0 40199 5 0 0 25 0 1 0 153641600 22351872 4997 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 5457 4997 76 172 0 5282 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 27188

[startup+462.301 s]

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

/proc/1388/statm: 18966 17323 76 172 0 18791 0
Current children cumulated CPU time (s) 9398.83
Current children cumulated vsize (KiB) 81224

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1406
/proc/meminfo: memFree=1231464/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=75864 CPUtime=9458.78
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 17362 0 0 0 945855 23 0 0 25 0 1 0 153641600 77684736 17323 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 18966 17323 76 172 0 18791 0
Current children cumulated CPU time (s) 9458.81
Current children cumulated vsize (KiB) 81224

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1406
/proc/meminfo: memFree=1231336/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=76008 CPUtime=9518.76
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 17421 0 0 0 951853 23 0 0 25 0 1 0 153641600 77832192 17378 1992294400 134512640 135217611 4294956288 18446744073709551615 134533371 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 19002 17378 76 172 0 18827 0
Current children cumulated CPU time (s) 9518.79
Current children cumulated vsize (KiB) 81368

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1412
/proc/meminfo: memFree=1231016/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=76116 CPUtime=9578.75
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 17439 0 0 0 957851 24 0 0 25 0 1 0 153641600 77942784 17396 1992294400 134512640 135217611 4294956288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 19029 17396 76 172 0 18854 0
Current children cumulated CPU time (s) 9578.78
Current children cumulated vsize (KiB) 81476

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1412
/proc/meminfo: memFree=1231016/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=76116 CPUtime=9638.73
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 17441 0 0 0 963849 24 0 0 25 0 1 0 153641600 77942784 17398 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 19029 17398 76 172 0 18854 0
Current children cumulated CPU time (s) 9638.76
Current children cumulated vsize (KiB) 81476

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1412
/proc/meminfo: memFree=1231016/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=76116 CPUtime=9698.71
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 17442 0 0 0 969847 24 0 0 25 0 1 0 153641600 77942784 17399 1992294400 134512640 135217611 4294956288 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 19029 17399 76 172 0 18854 0
Current children cumulated CPU time (s) 9698.74
Current children cumulated vsize (KiB) 81476

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1412
/proc/meminfo: memFree=1230952/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=76332 CPUtime=9758.69
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 17470 0 0 0 975845 24 0 0 25 0 1 0 153641600 78163968 17427 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 19083 17427 76 172 0 18908 0
Current children cumulated CPU time (s) 9758.72
Current children cumulated vsize (KiB) 81692

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1412
/proc/meminfo: memFree=1230760/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=76440 CPUtime=9818.68
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 17520 0 0 0 981844 24 0 0 25 0 1 0 153641600 78274560 17477 1992294400 134512640 135217611 4294956288 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 19110 17477 76 172 0 18935 0
Current children cumulated CPU time (s) 9818.71
Current children cumulated vsize (KiB) 81800

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1412
/proc/meminfo: memFree=1230760/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=76440 CPUtime=9878.66
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 17520 0 0 0 987842 24 0 0 25 0 1 0 153641600 78274560 17477 1992294400 134512640 135217611 4294956288 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 19110 17477 76 172 0 18935 0
Current children cumulated CPU time (s) 9878.69
Current children cumulated vsize (KiB) 81800

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1412
/proc/meminfo: memFree=1230760/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=76440 CPUtime=9938.64
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 17522 0 0 0 993840 24 0 0 25 0 1 0 153641600 78274560 17479 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 19110 17479 76 172 0 18935 0
Current children cumulated CPU time (s) 9938.67
Current children cumulated vsize (KiB) 81800

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1412
/proc/meminfo: memFree=1230760/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=76440 CPUtime=9998.64
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 17553 0 0 0 999839 25 0 0 25 0 1 0 153641600 78274560 17510 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 19110 17510 76 172 0 18935 0
Current children cumulated CPU time (s) 9998.67
Current children cumulated vsize (KiB) 81800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+10003.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1412
/proc/meminfo: memFree=1230760/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=76440 CPUtime=10000
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 17555 0 0 0 999978 25 0 0 25 0 1 0 153641600 78274560 17512 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 19110 17512 76 172 0 18935 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 81800

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

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

[startup+10003.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1412
/proc/meminfo: memFree=1230760/2055920 swapFree=4144868/4192956
[pid=1385] ppid=1383 vsize=5360 CPUtime=0.03
/proc/1385/stat : 1385 (glucose.sh) S 1383 1385 1348 0 -1 4194304 313 386 0 0 0 0 3 0 19 0 1 0 153641596 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1385/statm: 1340 238 195 169 0 51 0
[pid=1388] ppid=1385 vsize=76440 CPUtime=10000
/proc/1388/stat : 1388 (glucose_static) R 1385 1385 1348 0 -1 4194304 17555 0 0 0 999978 25 0 0 25 0 1 0 153641600 78274560 17512 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/1388/statm: 19110 17512 76 172 0 18935 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 81800

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 10003.7
CPU time (s): 10000.1
CPU user time (s): 9999.81
CPU system time (s): 0.25
CPU usage (%): 99.9635
Max. virtual memory (cumulated for all children) (KiB): 81800

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

runsolver used 9.1746 second user time and 27.2089 second system time

The end

Launcher Data

Begin job on node39 at 2009-05-02 11:22:12
IDJOB=1773054
IDBENCH=20470
IDSOLVER=610
FILE ID=node39/1773054-1241256132
PBS_JOBID= 9224916
Free space on /tmp= 66556 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.13.unsat.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773054-1241256132/watcher-1773054-1241256132 -o /tmp/evaluation-result-1773054-1241256132/solver-1773054-1241256132 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1773054-1241256132.cnf

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

MD5SUM BENCH= 8ca1246723b65c8e0ae1eddb535ce13f
RANDOM SEED=1459257804

node39.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.281
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.281
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:       1302296 kB
Buffers:         84004 kB
Cached:         532340 kB
SwapCached:      42372 kB
Active:          41228 kB
Inactive:       619792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1302296 kB
SwapTotal:     4192956 kB
SwapFree:      4144868 kB
Dirty:            1996 kB
Writeback:           0 kB
Mapped:          13368 kB
Slab:            78644 kB
Committed_AS:   760404 kB
PageTables:       1380 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 node39 at 2009-05-02 14:08:58