Trace number 1783904

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.04 5002.21

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-sat-gt-040.sat05-1297.reshuffled-07.cnf
MD5SUMa12e117c336ca4cea22ec458f6b2361c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.0205
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses60099
Sum of the clauses size180957
Maximum clause length39
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2780
Number of clauses of size 359279
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   60099   180957 |   18029       0        0     nan |  0.000 % |
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 1560   #clauses: 60099   #literals: 180957
0.00/0.05	c CPU time:   0.041993 s
0.00/0.05	c ==============================================================================
0.08/0.10	c
0.08/0.10	c Starting glucose
0.08/0.10	c
0.08/0.11	
0.08/0.11	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.08/0.11	
0.08/0.11	c ============================[ Problem Statistics ]=============================
0.08/0.11	c |                                                                             |
0.08/0.11	c |  Number of variables:  1560                                                 |
0.08/0.11	c |  Number of clauses:    60099                                                |
0.08/0.15	c |  Parsing time:         0.03         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-1783904-1241898020/watcher-1783904-1241898020 -o /tmp/evaluation-result-1783904-1241898020/solver-1783904-1241898020 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783904-1241898020.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: 1.00 1.00 1.00 3/65 26704
/proc/meminfo: memFree=1712064/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 217835764 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 236 195 169 0 51 0
[pid=26705] ppid=26704 vsize=5360 CPUtime=0
/proc/26705/stat : 26705 (glucose.sh) R 26704 26704 26555 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 217835764 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 228706544935 0 0 4096 0 0 0 0 17 1 0 0
/proc/26705/statm: 1340 236 195 169 0 51 0

[startup+0.0682511 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 26704
/proc/meminfo: memFree=1712064/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 217835764 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 236 195 169 0 51 0
[pid=26705] ppid=26704 vsize=4544 CPUtime=0.05
/proc/26705/stat : 26705 (SatELite_releas) R 26704 26704 26555 0 -1 4194304 1018 0 0 0 5 0 0 0 19 0 1 0 217835764 4653056 1002 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26705/statm: 1136 1002 78 174 0 959 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9904

[startup+0.101253 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 26704
/proc/meminfo: memFree=1712064/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 217835764 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 236 195 169 0 51 0
[pid=26705] ppid=26704 vsize=4544 CPUtime=0.08
/proc/26705/stat : 26705 (SatELite_releas) R 26704 26704 26555 0 -1 4194304 1018 0 0 0 8 0 0 0 19 0 1 0 217835764 4653056 1002 1992294400 134512640 135225430 4294956176 18446744073709551615 134735630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26705/statm: 1136 1002 78 174 0 959 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9904

[startup+0.301282 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 26704
/proc/meminfo: memFree=1712064/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.701322 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 26704
/proc/meminfo: memFree=1712064/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+1.50138 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26707
/proc/meminfo: memFree=1702384/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=10876 CPUtime=1.38
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 2601 0 0 0 137 1 0 0 25 0 1 0 217835775 11137024 2587 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 2719 2587 75 172 0 2544 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 16236

[startup+3.10154 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26707
/proc/meminfo: memFree=1698608/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=14480 CPUtime=2.98
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 3508 0 0 0 296 2 0 0 25 0 1 0 217835775 14827520 3494 1992294400 134512640 135217611 4294956304 18446744073709551615 134538454 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 3620 3494 77 172 0 3445 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 19840

[startup+6.30183 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26707
/proc/meminfo: memFree=1694320/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=18120 CPUtime=6.18
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 4404 0 0 0 616 2 0 0 25 0 1 0 217835775 18554880 4390 1992294400 134512640 135217611 4294956304 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 4530 4390 77 172 0 4355 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 23480

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26707
/proc/meminfo: memFree=1689712/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=21760 CPUtime=12.58
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 5282 0 0 0 1255 3 0 0 25 0 1 0 217835775 22282240 5268 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 5440 5268 77 172 0 5265 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27120

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26707
/proc/meminfo: memFree=1686320/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=25372 CPUtime=25.38
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 6160 0 0 0 2534 4 0 0 25 0 1 0 217835775 25980928 6146 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 6343 6146 77 172 0 6168 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 30732

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26707
/proc/meminfo: memFree=1679856/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=32068 CPUtime=50.96
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 7776 0 0 0 5091 5 0 0 25 0 1 0 217835775 32837632 7762 1992294400 134512640 135217611 4294956304 18446744073709551615 134544609 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 8017 7762 77 172 0 7842 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 37428

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26707
/proc/meminfo: memFree=1672880/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=39164 CPUtime=102.14
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 9481 0 0 0 10208 6 0 0 25 0 1 0 217835775 40103936 9463 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 9791 9463 77 172 0 9616 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 44524

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26707
/proc/meminfo: memFree=1666224/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=46092 CPUtime=162.12
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 11143 0 0 0 16204 8 0 0 25 0 1 0 217835775 47198208 11125 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 11523 11125 77 172 0 11348 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 51452

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26707
/proc/meminfo: memFree=1659952/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=52560 CPUtime=222.09
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 12711 0 0 0 22200 9 0 0 25 0 1 0 217835775 53821440 12693 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 13140 12693 77 172 0 12965 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 57920

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26707
/proc/meminfo: memFree=1655664/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=56964 CPUtime=282.06
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 13789 0 0 0 28196 10 0 0 25 0 1 0 217835775 58331136 13767 1992294400 134512640 135217611 4294956304 18446744073709551615 134538561 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 14241 13767 77 172 0 14066 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 62324

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26707
/proc/meminfo: memFree=1650032/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=63344 CPUtime=342.04
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 15261 0 0 0 34193 11 0 0 25 0 1 0 217835775 64864256 15239 1992294400 134512640 135217611 4294956304 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/26707/statm: 15836 15239 77 172 0 15661 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 68704

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26707
/proc/meminfo: memFree=1640688/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09

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

/proc/26707/statm: 60317 54789 77 172 0 60142 0
Current children cumulated CPU time (s) 4300.44
Current children cumulated vsize (KiB) 246628

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26715
/proc/meminfo: memFree=1488624/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=242568 CPUtime=4360.33
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 55495 0 0 0 435986 47 0 0 25 0 1 0 217835775 248389632 55060 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 60642 55060 77 172 0 60467 0
Current children cumulated CPU time (s) 4360.42
Current children cumulated vsize (KiB) 247928

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26715
/proc/meminfo: memFree=1486832/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=244368 CPUtime=4420.31
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 55919 0 0 0 441984 47 0 0 25 0 1 0 217835775 250232832 55484 1992294400 134512640 135217611 4294956304 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 61092 55484 77 172 0 60917 0
Current children cumulated CPU time (s) 4420.4
Current children cumulated vsize (KiB) 249728

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26715
/proc/meminfo: memFree=1485808/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=245568 CPUtime=4480.28
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 56194 0 0 0 447981 47 0 0 25 0 1 0 217835775 251461632 55759 1992294400 134512640 135217611 4294956304 18446744073709551615 134533124 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 61392 55759 77 172 0 61217 0
Current children cumulated CPU time (s) 4480.37
Current children cumulated vsize (KiB) 250928

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26715
/proc/meminfo: memFree=1484464/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=246700 CPUtime=4540.25
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 56500 0 0 0 453977 48 0 0 25 0 1 0 217835775 252620800 56065 1992294400 134512640 135217611 4294956304 18446744073709551615 134522443 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 61675 56065 77 172 0 61500 0
Current children cumulated CPU time (s) 4540.34
Current children cumulated vsize (KiB) 252060

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26715
/proc/meminfo: memFree=1482864/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=248576 CPUtime=4600.23
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 56880 0 0 0 459974 49 0 0 25 0 1 0 217835775 254541824 56445 1992294400 134512640 135217611 4294956304 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 62144 56445 77 172 0 61969 0
Current children cumulated CPU time (s) 4600.32
Current children cumulated vsize (KiB) 253936

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26715
/proc/meminfo: memFree=1481584/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=250140 CPUtime=4660.2
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 57190 0 0 0 465971 49 0 0 25 0 1 0 217835775 256143360 56755 1992294400 134512640 135217611 4294956304 18446744073709551615 134533181 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 62535 56755 77 172 0 62360 0
Current children cumulated CPU time (s) 4660.29
Current children cumulated vsize (KiB) 255500

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26715
/proc/meminfo: memFree=1479408/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=252828 CPUtime=4720.17
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 57731 0 0 0 471967 50 0 0 25 0 1 0 217835775 258895872 57296 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 63207 57296 77 172 0 63032 0
Current children cumulated CPU time (s) 4720.26
Current children cumulated vsize (KiB) 258188

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26715
/proc/meminfo: memFree=1478256/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=254576 CPUtime=4780.14
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 57998 0 0 0 477964 50 0 0 25 0 1 0 217835775 260685824 57563 1992294400 134512640 135217611 4294956304 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 63644 57563 77 172 0 63469 0
Current children cumulated CPU time (s) 4780.23
Current children cumulated vsize (KiB) 259936

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26721
/proc/meminfo: memFree=1475952/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=257120 CPUtime=4840.11
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 58539 0 0 0 483960 51 0 0 25 0 1 0 217835775 263290880 58082 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 64280 58082 77 172 0 64105 0
Current children cumulated CPU time (s) 4840.2
Current children cumulated vsize (KiB) 262480

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26721
/proc/meminfo: memFree=1474288/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=259436 CPUtime=4900.08
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 58990 0 0 0 489957 51 0 0 25 0 1 0 217835775 265662464 58533 1992294400 134512640 135217611 4294956304 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 64859 58533 77 172 0 64684 0
Current children cumulated CPU time (s) 4900.17
Current children cumulated vsize (KiB) 264796

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26721
/proc/meminfo: memFree=1472112/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=262020 CPUtime=4960.06
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 59542 0 0 0 495954 52 0 0 25 0 1 0 217835775 268308480 59085 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 65505 59085 77 172 0 65330 0
Current children cumulated CPU time (s) 4960.15
Current children cumulated vsize (KiB) 267380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26721
/proc/meminfo: memFree=1470448/2055920 swapFree=4167404/4192956
[pid=26704] ppid=26702 vsize=5360 CPUtime=0.09
/proc/26704/stat : 26704 (glucose.sh) S 26702 26704 26555 0 -1 4194304 313 1019 0 0 0 0 9 0 15 0 1 0 217835764 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26704/statm: 1340 238 195 169 0 51 0
[pid=26707] ppid=26704 vsize=263588 CPUtime=4999.95
/proc/26707/stat : 26707 (glucose_static) R 26704 26704 26555 0 -1 4194304 59958 0 0 0 499942 53 0 0 25 0 1 0 217835775 269914112 59501 1992294400 134512640 135217611 4294956304 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/26707/statm: 65897 59501 77 172 0 65722 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 268948

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26704 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=94985
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=11998
# CPU time returned by wait4() is 0.106983
# while last known CPU time is 5000.04
#
# 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.04
CPU user time (s): 4999.51
CPU system time (s): 0.53
CPU usage (%): 99.9566
Max. virtual memory (cumulated for all children) (KiB): 268948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.094985
system time used= 0.011998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1332
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= 6
involuntary context switches= 4

runsolver used 5.19321 second user time and 13.004 second system time

The end

Launcher Data

Begin job on node8 at 2009-05-09 21:40:20
IDJOB=1783904
IDBENCH=24727
IDSOLVER=610
FILE ID=node8/1783904-1241898020
PBS_JOBID= 9264708
Free space on /tmp= 66096 MiB

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

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

MD5SUM BENCH= a12e117c336ca4cea22ec458f6b2361c
RANDOM SEED=270131684

node8.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1712608 kB
Buffers:         45208 kB
Cached:         215388 kB
SwapCached:      19088 kB
Active:         100272 kB
Inactive:       181076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712608 kB
SwapTotal:     4192956 kB
SwapFree:      4167404 kB
Dirty:            2540 kB
Writeback:           0 kB
Mapped:          14252 kB
Slab:            47792 kB
Committed_AS:   840596 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66092 MiB
End job on node8 at 2009-05-09 23:03:45