Trace number 1783900

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) 5000.08 5002.21

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-unsat-gt-060.sat05-1312.reshuffled-07.cnf
MD5SUMdff294238660aead84de7aec33e643fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark50.8403
Satisfiable
(Un)Satisfiability was proved
Number of variables3540
Number of clauses207150
Sum of the clauses size623040
Maximum clause length59
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21770
Number of clauses of size 3205320
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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.10/0.17	c ==============================================================================
0.10/0.17	c |           |     ORIGINAL     |              LEARNT              |          |
0.10/0.17	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.10/0.17	c ==============================================================================
0.10/0.17	c |         0 |  207150   623040 |   62144       0        0     nan |  0.000 % |
0.10/0.17	c ==============================================================================
0.10/0.17	c Result  :   #vars: 3540   #clauses: 207150   #literals: 623040
0.10/0.17	c CPU time:   0.149977 s
0.10/0.17	c ==============================================================================
0.29/0.36	c
0.29/0.36	c Starting glucose
0.29/0.36	c
0.29/0.36	
0.29/0.36	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.29/0.36	
0.29/0.36	c ============================[ Problem Statistics ]=============================
0.29/0.36	c |                                                                             |
0.29/0.36	c |  Number of variables:  3540                                                 |
0.29/0.36	c |  Number of clauses:    207150                                               |
0.36/0.51	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-1783900-1241897816/watcher-1783900-1241897816 -o /tmp/evaluation-result-1783900-1241897816/solver-1783900-1241897816 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783900-1241897816.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.99 0.99 0.99 3/64 25485
/proc/meminfo: memFree=1529880/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 217809577 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 236 195 169 0 51 0
[pid=25486] ppid=25485 vsize=1360 CPUtime=0
/proc/25486/stat : 25486 (SatELite_releas) R 25485 25485 25368 0 -1 4194304 212 0 0 0 0 0 0 0 19 0 1 0 217809577 1392640 196 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/25486/statm: 340 198 50 174 0 163 0

[startup+0.106467 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 25485
/proc/meminfo: memFree=1529880/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 217809577 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 236 195 169 0 51 0
[pid=25486] ppid=25485 vsize=8528 CPUtime=0.1
/proc/25486/stat : 25486 (SatELite_releas) R 25485 25485 25368 0 -1 4194304 1905 0 0 0 9 1 0 0 20 0 1 0 217809577 8732672 1890 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/25486/statm: 2132 1890 50 174 0 1955 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13888

[startup+0.201475 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 25485
/proc/meminfo: memFree=1529880/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 217809577 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 236 195 169 0 51 0
[pid=25486] ppid=25485 vsize=13416 CPUtime=0.18
/proc/25486/stat : 25486 (SatELite_releas) R 25485 25485 25368 0 -1 4194304 3207 0 0 0 17 1 0 0 20 0 1 0 217809577 13737984 3191 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25486/statm: 3354 3191 77 174 0 3177 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 18776

[startup+0.301487 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 25485
/proc/meminfo: memFree=1529880/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 217809577 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 236 195 169 0 51 0
[pid=25486] ppid=25485 vsize=13416 CPUtime=0.29
/proc/25486/stat : 25486 (SatELite_releas) R 25485 25485 25368 0 -1 4194304 3207 0 0 0 27 2 0 0 21 0 1 0 217809577 13737984 3191 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25486/statm: 3354 3191 77 174 0 3177 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18776

[startup+0.701536 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 25485
/proc/meminfo: memFree=1529880/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 5360

[startup+1.50161 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 25488
/proc/meminfo: memFree=1509768/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=18196 CPUtime=1.12
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 4439 0 0 0 111 1 0 0 25 0 1 0 217809613 18632704 4425 1992294400 134512640 135217611 4294956304 18446744073709551615 134527828 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 4549 4425 75 172 0 4374 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23556

[startup+3.10277 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 25488
/proc/meminfo: memFree=1505608/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=25080 CPUtime=2.72
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 6179 0 0 0 270 2 0 0 25 0 1 0 217809613 25681920 6165 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 6270 6165 77 172 0 6095 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 30440

[startup+6.3011 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 25488
/proc/meminfo: memFree=1496328/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=30448 CPUtime=5.91
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 7497 0 0 0 588 3 0 0 25 0 1 0 217809613 31178752 7483 1992294400 134512640 135217611 4294956304 18446744073709551615 134537945 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 7612 7483 77 172 0 7437 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 35808

[startup+12.7017 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 25488
/proc/meminfo: memFree=1492432/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=33960 CPUtime=12.31
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 8366 0 0 0 1227 4 0 0 25 0 1 0 217809613 34775040 8352 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 8490 8352 77 172 0 8315 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 39320

[startup+25.5011 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 25488
/proc/meminfo: memFree=1486096/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=40476 CPUtime=25.1
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 9978 0 0 0 2505 5 0 0 25 0 1 0 217809613 41447424 9964 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 10119 9964 77 172 0 9944 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 45836

[startup+51.1017 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 25488
/proc/meminfo: memFree=1480976/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=45636 CPUtime=50.68
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 11242 0 0 0 5063 5 0 0 25 0 1 0 217809613 46731264 11228 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 11409 11228 77 172 0 11234 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 50996

[startup+102.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 25488
/proc/meminfo: memFree=1472848/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=53876 CPUtime=101.87
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 13265 0 0 0 10181 6 0 0 25 0 1 0 217809613 55169024 13251 1992294400 134512640 135217611 4294956304 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 13469 13251 77 172 0 13294 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 59236

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 25488
/proc/meminfo: memFree=1466512/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=60288 CPUtime=161.83
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 14848 0 0 0 16176 7 0 0 25 0 1 0 217809613 61734912 14834 1992294400 134512640 135217611 4294956304 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 15072 14834 77 172 0 14897 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 65648

[startup+222.305 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 25488
/proc/meminfo: memFree=1462224/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=64896 CPUtime=221.82
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 15918 0 0 0 22174 8 0 0 25 0 1 0 217809613 66453504 15904 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 16224 15904 77 172 0 16049 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 70256

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 25490
/proc/meminfo: memFree=1457552/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=69288 CPUtime=281.78
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 17039 0 0 0 28169 9 0 0 25 0 1 0 217809613 70950912 17025 1992294400 134512640 135217611 4294956304 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 17322 17025 77 172 0 17147 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 74648

[startup+342.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 25490
/proc/meminfo: memFree=1452752/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=74328 CPUtime=341.76
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 18234 0 0 0 34166 10 0 0 25 0 1 0 217809613 76111872 18220 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 18582 18220 77 172 0 18407 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 79688

[startup+402.301 s]

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

/proc/25488/statm: 61182 58052 77 172 0 61007 0
Current children cumulated CPU time (s) 4360.44
Current children cumulated vsize (KiB) 250088

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25498
/proc/meminfo: memFree=1290896/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=246056 CPUtime=4420.06
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 58718 0 0 0 441958 48 0 0 25 0 1 0 217809613 251961344 58333 1992294400 134512640 135217611 4294956304 18446744073709551615 134522607 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 61514 58333 77 172 0 61339 0
Current children cumulated CPU time (s) 4420.42
Current children cumulated vsize (KiB) 251416

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25498
/proc/meminfo: memFree=1290192/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=246756 CPUtime=4480.03
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 58904 0 0 0 447955 48 0 0 25 0 1 0 217809613 252678144 58519 1992294400 134512640 135217611 4294956304 18446744073709551615 134522684 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 61689 58519 77 172 0 61514 0
Current children cumulated CPU time (s) 4480.39
Current children cumulated vsize (KiB) 252116

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25498
/proc/meminfo: memFree=1289744/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=247096 CPUtime=4540.01
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 58995 0 0 0 453953 48 0 0 25 0 1 0 217809613 253026304 58610 1992294400 134512640 135217611 4294956304 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 61774 58610 77 172 0 61599 0
Current children cumulated CPU time (s) 4540.37
Current children cumulated vsize (KiB) 252456

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25498
/proc/meminfo: memFree=1288976/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=248176 CPUtime=4599.98
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 59165 0 0 0 459950 48 0 0 25 0 1 0 217809613 254132224 58780 1992294400 134512640 135217611 4294956304 18446744073709551615 134536977 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 62044 58780 77 172 0 61869 0
Current children cumulated CPU time (s) 4600.34
Current children cumulated vsize (KiB) 253536

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25498
/proc/meminfo: memFree=1287632/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=249612 CPUtime=4659.95
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 59482 0 0 0 465947 48 0 0 25 0 1 0 217809613 255602688 59097 1992294400 134512640 135217611 4294956304 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 62403 59097 77 172 0 62228 0
Current children cumulated CPU time (s) 4660.31
Current children cumulated vsize (KiB) 254972

[startup+4722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25498
/proc/meminfo: memFree=1286736/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=250460 CPUtime=4719.93
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 59697 0 0 0 471944 49 0 0 25 0 1 0 217809613 256471040 59312 1992294400 134512640 135217611 4294956304 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 62615 59312 77 172 0 62440 0
Current children cumulated CPU time (s) 4720.29
Current children cumulated vsize (KiB) 255820

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25498
/proc/meminfo: memFree=1285008/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=252600 CPUtime=4779.9
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 60134 0 0 0 477941 49 0 0 25 0 1 0 217809613 258662400 59749 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 63150 59749 77 172 0 62975 0
Current children cumulated CPU time (s) 4780.26
Current children cumulated vsize (KiB) 257960

[startup+4842.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25498
/proc/meminfo: memFree=1284432/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=253176 CPUtime=4839.88
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 60261 0 0 0 483939 49 0 0 25 0 1 0 217809613 259252224 59876 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 63294 59876 77 172 0 63119 0
Current children cumulated CPU time (s) 4840.24
Current children cumulated vsize (KiB) 258536

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25498
/proc/meminfo: memFree=1279056/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=258888 CPUtime=4899.85
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 61613 0 0 0 489935 50 0 0 25 0 1 0 217809613 265101312 61228 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 64722 61228 77 172 0 64547 0
Current children cumulated CPU time (s) 4900.21
Current children cumulated vsize (KiB) 264248

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25498
/proc/meminfo: memFree=1275280/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=263048 CPUtime=4959.83
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 62558 0 0 0 495931 52 0 0 25 0 1 0 217809613 269361152 62173 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 65762 62173 77 172 0 65587 0
Current children cumulated CPU time (s) 4960.19
Current children cumulated vsize (KiB) 268408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25498
/proc/meminfo: memFree=1274704/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=263772 CPUtime=4999.72
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 62686 0 0 0 499920 52 0 0 25 0 1 0 217809613 270102528 62301 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 65943 62301 77 172 0 65768 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 269132

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

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

[startup+5002.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 25498
/proc/meminfo: memFree=1274704/2055920 swapFree=4179768/4192956
[pid=25485] ppid=25483 vsize=5360 CPUtime=0.36
/proc/25485/stat : 25485 (glucose.sh) S 25483 25485 25368 0 -1 4194304 313 3208 0 0 0 0 33 3 17 0 1 0 217809577 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25485/statm: 1340 238 195 169 0 51 0
[pid=25488] ppid=25485 vsize=263772 CPUtime=4999.72
/proc/25488/stat : 25488 (glucose_static) R 25485 25485 25368 0 -1 4194304 62686 0 0 0 499920 52 0 0 25 0 1 0 217809613 270102528 62301 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/25488/statm: 65943 62301 77 172 0 65768 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 269132

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 5002.21
CPU time (s): 5000.08
CPU user time (s): 4999.53
CPU system time (s): 0.55
CPU usage (%): 99.9574
Max. virtual memory (cumulated for all children) (KiB): 269132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.331949
system time used= 0.033994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3521
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 4.73028 second user time and 13.471 second system time

The end

Launcher Data

Begin job on node45 at 2009-05-09 21:36:57
IDJOB=1783900
IDBENCH=24724
IDSOLVER=610
FILE ID=node45/1783900-1241897816
PBS_JOBID= 9264705
Free space on /tmp= 66192 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/gt-ordering-unsat-gt-060.sat05-1312.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783900-1241897816/watcher-1783900-1241897816 -o /tmp/evaluation-result-1783900-1241897816/solver-1783900-1241897816 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783900-1241897816.cnf

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

MD5SUM BENCH= dff294238660aead84de7aec33e643fc
RANDOM SEED=619580276

node45.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.231
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.231
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:       1530360 kB
Buffers:         43536 kB
Cached:         416472 kB
SwapCached:       6948 kB
Active:         121140 kB
Inactive:       347208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1530360 kB
SwapTotal:     4192956 kB
SwapFree:      4179768 kB
Dirty:            5136 kB
Writeback:           0 kB
Mapped:          14048 kB
Slab:            43272 kB
Committed_AS:   724840 kB
PageTables:       1376 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= 66188 MiB
End job on node45 at 2009-05-09 23:00:21