Trace number 3308396

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
SAT09 reference solver:glucose 1.0? (TO) 1300.01 1300.01

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark485.526
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

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.00	c num clauses = 6069108
0.00/0.00	c too many clauses .. no preprocessing
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  306095                                               |
0.00/0.00	c |  Number of clauses:    6069108                                              |
1.49/2.00	c |  Parsing time:         1.83         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3308396-1303983200/watcher-3308396-1303983200 -o /tmp/evaluation-result-3308396-1303983200/solver-3308396-1303983200 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308396-1303983200.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.24 0.05 0.02 6/192 24314
/proc/meminfo: memFree=16452448/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) R 24312 24314 24250 0 -1 4202496 342 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204467605 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0

[startup+0.079527 s]
/proc/loadavg: 0.24 0.05 0.02 6/192 24314
/proc/meminfo: memFree=16452448/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100511 s]
/proc/loadavg: 0.24 0.05 0.02 6/192 24314
/proc/meminfo: memFree=16452448/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300491 s]
/proc/loadavg: 0.24 0.05 0.02 6/192 24314
/proc/meminfo: memFree=16452448/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700424 s]
/proc/loadavg: 0.24 0.05 0.02 6/192 24314
/proc/meminfo: memFree=16452448/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50029 s]
/proc/loadavg: 0.24 0.05 0.02 5/194 24318
/proc/meminfo: memFree=16192284/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=261964 CPUtime=1.49 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 62430 0 0 0 137 12 0 0 25 0 1 0 509918946 268251136 62384 33554432000 134512640 135217611 4294186784 18446744073709551615 134726799 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 65491 62385 60 173 0 65316 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 270668

[startup+3.19699 s]
/proc/loadavg: 0.24 0.05 0.02 5/194 24318
/proc/meminfo: memFree=16192284/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=355340 CPUtime=3.18 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 85475 0 0 0 301 17 0 0 25 0 1 0 509918946 363868160 85429 33554432000 134512640 135217611 4294186784 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 88835 85429 74 173 0 88660 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 364044

[startup+6.30047 s]
/proc/loadavg: 0.86 0.18 0.06 5/194 24319
/proc/meminfo: memFree=15967348/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=359668 CPUtime=6.28 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 86554 0 0 0 611 17 0 0 25 0 1 0 509918946 368300032 86508 33554432000 134512640 135217611 4294186784 18446744073709551615 134542224 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 89917 86508 76 173 0 89742 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 368372

[startup+12.7004 s]
/proc/loadavg: 1.34 0.31 0.10 5/194 24319
/proc/meminfo: memFree=15966780/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=362880 CPUtime=12.68 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 87314 0 0 0 1251 17 0 0 25 0 1 0 509918946 371589120 87268 33554432000 134512640 135217611 4294186784 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 90720 87268 76 173 0 90545 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 371584

[startup+25.5002 s]
/proc/loadavg: 1.74 0.43 0.14 4/188 24338
/proc/meminfo: memFree=15988312/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=368024 CPUtime=25.49 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 88574 0 0 0 2531 18 0 0 25 0 1 0 509918946 376856576 88528 33554432000 134512640 135217611 4294186784 18446744073709551615 134532693 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 92006 88528 76 173 0 91831 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 376728

[startup+51.1009 s]
/proc/loadavg: 2.51 0.71 0.24 5/194 24351
/proc/meminfo: memFree=15853228/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=380748 CPUtime=51.08 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 91712 0 0 0 5090 18 0 0 25 0 1 0 509918946 389885952 91666 33554432000 134512640 135217611 4294186784 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 95187 91666 76 173 0 95012 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 389452

[startup+102.3 s]
/proc/loadavg: 3.35 1.22 0.44 5/194 24352
/proc/meminfo: memFree=15824384/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=385376 CPUtime=102.29 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 92881 0 0 0 10210 19 0 0 25 0 1 0 509918946 394625024 92835 33554432000 134512640 135217611 4294186784 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 96344 92835 76 173 0 96169 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 394080

[startup+162.301 s]
/proc/loadavg: 3.76 1.72 0.66 5/194 24354
/proc/meminfo: memFree=15800520/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=396748 CPUtime=162.29 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 95724 0 0 0 16209 20 0 0 25 0 1 0 509918946 406269952 95678 33554432000 134512640 135217611 4294186784 18446744073709551615 134537558 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 99187 95678 76 173 0 99012 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 405452

[startup+222.301 s]
/proc/loadavg: 3.97 2.15 0.87 5/194 24355
/proc/meminfo: memFree=15771772/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=415764 CPUtime=222.29 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 100474 0 0 0 22208 21 0 0 25 0 1 0 509918946 425742336 100428 33554432000 134512640 135217611 4294186784 18446744073709551615 134526230 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 103941 100428 76 173 0 103766 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 424468

[startup+282.301 s]
/proc/loadavg: 4.07 2.51 1.07 5/194 24357
/proc/meminfo: memFree=15762656/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=419272 CPUtime=282.29 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 101349 0 0 0 28208 21 0 0 25 0 1 0 509918946 429334528 101303 33554432000 134512640 135217611 4294186784 18446744073709551615 134526230 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 104818 101303 76 173 0 104643 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 427976

[startup+342.301 s]
/proc/loadavg: 4.02 2.78 1.25 5/194 24390
/proc/meminfo: memFree=15476844/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=419272 CPUtime=342.29 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 101353 0 0 0 34208 21 0 0 25 0 1 0 509918946 429334528 101307 33554432000 134512640 135217611 4294186784 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 104818 101307 76 173 0 104643 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 427976

[startup+402.301 s]
/proc/loadavg: 4.01 3.00 1.42 5/194 24391
/proc/meminfo: memFree=15412628/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3

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

/proc/24316/statm: 104935 101398 76 173 0 104760 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 428444

[startup+702.301 s]
/proc/loadavg: 4.00 3.63 2.13 5/194 24399
/proc/meminfo: memFree=15217176/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=419848 CPUtime=702.29 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 101469 0 0 0 70208 21 0 0 25 0 1 0 509918946 429924352 101423 33554432000 134512640 135217611 4294186784 18446744073709551615 134527948 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 104962 101423 76 173 0 104787 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 428552

[startup+762.301 s]
/proc/loadavg: 4.00 3.70 2.24 5/194 24401
/proc/meminfo: memFree=15215664/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=419848 CPUtime=762.29 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 101489 0 0 0 76208 21 0 0 25 0 1 0 509918946 429924352 101443 33554432000 134512640 135217611 4294186784 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 104962 101443 76 173 0 104787 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 428552

[startup+822.301 s]
/proc/loadavg: 4.00 3.75 2.35 5/194 24402
/proc/meminfo: memFree=15206596/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=419848 CPUtime=822.29 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 101492 0 0 0 82208 21 0 0 25 0 1 0 509918946 429924352 101446 33554432000 134512640 135217611 4294186784 18446744073709551615 134526275 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 104962 101446 76 173 0 104787 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 428552

[startup+882.301 s]
/proc/loadavg: 4.00 3.79 2.45 5/190 24427
/proc/meminfo: memFree=15167880/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=419848 CPUtime=882.29 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 101497 0 0 0 88208 21 0 0 25 0 1 0 509918946 429924352 101451 33554432000 134512640 135217611 4294186784 18446744073709551615 134542266 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 104962 101451 76 173 0 104787 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 428552

[startup+942.301 s]
/proc/loadavg: 4.03 3.84 2.55 5/194 24437
/proc/meminfo: memFree=14593420/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=419848 CPUtime=942.29 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 101501 0 0 0 94208 21 0 0 25 0 1 0 509918946 429924352 101455 33554432000 134512640 135217611 4294186784 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 104962 101455 76 173 0 104787 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 428552

[startup+1002.3 s]
/proc/loadavg: 4.01 3.87 2.64 5/194 24438
/proc/meminfo: memFree=14573512/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=419848 CPUtime=1002.29 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 101505 0 0 0 100208 21 0 0 25 0 1 0 509918946 429924352 101459 33554432000 134512640 135217611 4294186784 18446744073709551615 134533344 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 104962 101459 76 173 0 104787 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 428552

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.72 5/194 24440
/proc/meminfo: memFree=14525660/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=419848 CPUtime=1062.29 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 101507 0 0 0 106208 21 0 0 25 0 1 0 509918946 429924352 101461 33554432000 134512640 135217611 4294186784 18446744073709551615 134533770 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 104962 101461 76 173 0 104787 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 428552

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.80 5/194 24441
/proc/meminfo: memFree=14489212/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=419848 CPUtime=1122.3 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 101510 0 0 0 112209 21 0 0 25 0 1 0 509918946 429924352 101464 33554432000 134512640 135217611 4294186784 18446744073709551615 134532834 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 104962 101464 76 173 0 104787 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 428552

[startup+1182.3 s]
/proc/loadavg: 4.04 3.94 2.87 5/194 24443
/proc/meminfo: memFree=14484636/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=420028 CPUtime=1182.3 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 101557 0 0 0 118209 21 0 0 25 0 1 0 509918946 430108672 101511 33554432000 134512640 135217611 4294186784 18446744073709551615 134525320 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 105007 101511 76 173 0 104832 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 428732

[startup+1242.31 s]
/proc/loadavg: 4.01 3.95 2.95 5/194 24445
/proc/meminfo: memFree=14478088/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=425928 CPUtime=1242.31 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 102938 0 0 0 124209 22 0 0 25 0 1 0 509918946 436150272 102892 33554432000 134512640 135217611 4294186784 18446744073709551615 134526230 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 106482 102892 76 173 0 106307 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 434632



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.00 4/191 24447
/proc/meminfo: memFree=14699480/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=468860 CPUtime=1300.01 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 113652 0 0 0 129976 25 0 0 25 0 1 0 509918946 480112640 113606 33554432000 134512640 135217611 4294186784 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 117215 113606 76 173 0 117040 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 477564

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

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

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.00 4/191 24447
/proc/meminfo: memFree=14699480/32951124 swapFree=67111528/67111528
[pid=24314] ppid=24312 vsize=8704 CPUtime=0 cores=1,3
/proc/24314/stat : 24314 (glucose.sh) S 24312 24314 24250 0 -1 4202496 360 110 0 0 0 0 0 0 21 0 1 0 509918946 8912896 255 33554432000 4194304 4922060 140733934300432 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24314/statm: 2176 255 211 178 0 69 0
[pid=24316] ppid=24314 vsize=468860 CPUtime=1300.01 cores=1,3
/proc/24316/stat : 24316 (glucose_static) R 24314 24314 24250 0 -1 4202496 113652 0 0 0 129976 25 0 0 25 0 1 0 509918946 480112640 113606 33554432000 134512640 135217611 4294186784 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24316/statm: 117215 113606 76 173 0 117040 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 477564

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1300.01
CPU time (s): 1300.01
CPU user time (s): 1299.76
CPU system time (s): 0.25
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 477564

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

runsolver used 2.09568 second user time and 4.99724 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-28 11:33:24
IDJOB=3308396
IDBENCH=20580
IDSOLVER=1691
FILE ID=node130/3308396-1303983200
RUNJOBID= node130-1303983199-24270
PBS_JOBID= 13168696
Free space on /tmp= 71744 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308396-1303983200/watcher-3308396-1303983200 -o /tmp/evaluation-result-3308396-1303983200/solver-3308396-1303983200 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308396-1303983200.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=1547676936

node130.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16453216 kB
Buffers:       2123424 kB
Cached:       13539036 kB
SwapCached:          0 kB
Active:        7700496 kB
Inactive:      8237904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16453216 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          257608 kB
Writeback:           0 kB
AnonPages:      274644 kB
Mapped:          16248 kB
Slab:           495588 kB
PageTables:       5544 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   477872 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71576 MiB
End job on node130 at 2011-04-28 11:55:06