Trace number 3309194

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.03 1300.01

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.301
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

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 = 8562505
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:  569795                                               |
0.00/0.00	c |  Number of clauses:    8562505                                              |
2.79/2.81	c |  Parsing time:         2.62         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-3309194-1303986038/watcher-3309194-1303986038 -o /tmp/evaluation-result-3309194-1303986038/solver-3309194-1303986038 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309194-1303986038.cnf 

running on 2 cores: 4,6

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: 1.13 1.79 2.30 5/186 22809
/proc/meminfo: memFree=15620292/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0

[startup+0.0413 s]
/proc/loadavg: 1.13 1.79 2.30 5/186 22809
/proc/meminfo: memFree=15620292/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.1003 s]
/proc/loadavg: 1.13 1.79 2.30 5/186 22809
/proc/meminfo: memFree=15620292/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300207 s]
/proc/loadavg: 1.13 1.79 2.30 5/186 22809
/proc/meminfo: memFree=15620292/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701136 s]
/proc/loadavg: 1.13 1.79 2.30 5/186 22809
/proc/meminfo: memFree=15620292/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50093 s]
/proc/loadavg: 1.13 1.79 2.30 5/194 22820
/proc/meminfo: memFree=15272532/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=277740 CPUtime=1.49 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 65650 0 0 0 140 9 0 0 25 0 1 0 510202664 284405760 65604 33554432000 134512640 135217611 4292324160 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 69435 65605 60 173 0 69260 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 286444

[startup+3.10065 s]
/proc/loadavg: 1.13 1.79 2.30 5/194 22821
/proc/meminfo: memFree=14950760/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=529008 CPUtime=3.09 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 124834 0 0 0 290 19 0 0 25 0 1 0 510202664 541704192 124780 33554432000 134512640 135217611 4292324160 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 132252 124780 73 173 0 132077 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 537712

[startup+6.30107 s]
/proc/loadavg: 1.36 1.82 2.30 5/194 22821
/proc/meminfo: memFree=14561268/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=535248 CPUtime=6.29 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 126381 0 0 0 606 23 0 0 25 0 1 0 510202664 548093952 126327 33554432000 134512640 135217611 4292324160 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 133812 126327 74 173 0 133637 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 543952

[startup+12.7009 s]
/proc/loadavg: 1.73 1.89 2.32 5/194 22821
/proc/meminfo: memFree=14562340/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=535912 CPUtime=12.69 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 126516 0 0 0 1238 31 0 0 25 0 1 0 510202664 548773888 126462 33554432000 134512640 135217611 4292324160 18446744073709551615 134532820 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 133978 126462 74 173 0 133803 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 544616

[startup+25.5006 s]
/proc/loadavg: 2.23 2.00 2.35 5/194 22821
/proc/meminfo: memFree=14552064/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=538952 CPUtime=25.49 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 127321 0 0 0 2518 31 0 0 25 0 1 0 510202664 551886848 127267 33554432000 134512640 135217611 4292324160 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 134738 127267 76 173 0 134563 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 547656

[startup+51.1071 s]
/proc/loadavg: 2.75 2.14 2.39 4/187 22840
/proc/meminfo: memFree=14605400/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=544100 CPUtime=51.1 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 128621 0 0 0 5078 32 0 0 25 0 1 0 510202664 557158400 128567 33554432000 134512640 135217611 4292324160 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 136025 128567 76 173 0 135850 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 552804

[startup+102.301 s]
/proc/loadavg: 2.89 2.27 2.42 4/187 22841
/proc/meminfo: memFree=14581184/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=551672 CPUtime=102.29 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 130502 0 0 0 10197 32 0 0 25 0 1 0 510202664 564912128 130448 33554432000 134512640 135217611 4292324160 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 137918 130448 76 173 0 137743 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 560376

[startup+162.3 s]
/proc/loadavg: 2.96 2.40 2.45 4/187 22843
/proc/meminfo: memFree=14547180/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=581180 CPUtime=162.29 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 137939 0 0 0 16195 34 0 0 25 0 1 0 510202664 595128320 137824 33554432000 134512640 135217611 4292324160 18446744073709551615 134533362 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 145295 137824 76 173 0 145120 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 589884

[startup+222.301 s]
/proc/loadavg: 2.98 2.51 2.48 4/187 22845
/proc/meminfo: memFree=14538220/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=581180 CPUtime=222.3 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 137942 0 0 0 22196 34 0 0 25 0 1 0 510202664 595128320 137827 33554432000 134512640 135217611 4292324160 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 145295 137827 76 173 0 145120 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 589884

[startup+282.301 s]
/proc/loadavg: 2.99 2.59 2.51 4/187 22846
/proc/meminfo: memFree=14535828/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=581180 CPUtime=282.3 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 137946 0 0 0 28196 34 0 0 25 0 1 0 510202664 595128320 137831 33554432000 134512640 135217611 4292324160 18446744073709551615 134532697 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 145295 137831 76 173 0 145120 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 589884

[startup+342.301 s]
/proc/loadavg: 3.03 2.68 2.55 4/187 22848
/proc/meminfo: memFree=14533692/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=581180 CPUtime=342.3 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 137948 0 0 0 34196 34 0 0 25 0 1 0 510202664 595128320 137833 33554432000 134512640 135217611 4292324160 18446744073709551615 134542219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 145295 137833 76 173 0 145120 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 589884

[startup+402.301 s]
/proc/loadavg: 3.01 2.73 2.57 4/187 22849
/proc/meminfo: memFree=14531548/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6

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

/proc/22811/statm: 145325 137847 76 173 0 145150 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 590004

[startup+702.307 s]
/proc/loadavg: 3.00 2.89 2.67 4/187 22857
/proc/meminfo: memFree=14510312/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=581300 CPUtime=702.31 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 137966 0 0 0 70197 34 0 0 25 0 1 0 510202664 595251200 137851 33554432000 134512640 135217611 4292324160 18446744073709551615 134527886 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 145325 137851 76 173 0 145150 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 590004

[startup+762.3 s]
/proc/loadavg: 3.00 2.91 2.69 4/187 22859
/proc/meminfo: memFree=14484356/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=581300 CPUtime=762.31 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 137968 0 0 0 76197 34 0 0 25 0 1 0 510202664 595251200 137853 33554432000 134512640 135217611 4292324160 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 145325 137853 76 173 0 145150 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 590004

[startup+822.301 s]
/proc/loadavg: 3.00 2.92 2.71 4/187 22861
/proc/meminfo: memFree=14483820/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=581300 CPUtime=822.31 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 137970 0 0 0 82197 34 0 0 25 0 1 0 510202664 595251200 137855 33554432000 134512640 135217611 4292324160 18446744073709551615 134542219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 145325 137855 76 173 0 145150 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 590004

[startup+882.301 s]
/proc/loadavg: 3.05 2.95 2.73 4/187 22862
/proc/meminfo: memFree=14479072/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=584484 CPUtime=882.31 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 138741 0 0 0 88197 34 0 0 25 0 1 0 510202664 598511616 138626 33554432000 134512640 135217611 4292324160 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 146121 138626 76 173 0 145946 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 593188

[startup+942.301 s]
/proc/loadavg: 3.02 2.95 2.74 4/187 22864
/proc/meminfo: memFree=14473960/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=588740 CPUtime=942.32 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 139830 0 0 0 94197 35 0 0 25 0 1 0 510202664 602869760 139715 33554432000 134512640 135217611 4292324160 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 147185 139715 76 173 0 147010 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 597444

[startup+1002.3 s]
/proc/loadavg: 3.00 2.96 2.75 4/187 22865
/proc/meminfo: memFree=14473312/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=588740 CPUtime=1002.32 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 139830 0 0 0 100197 35 0 0 25 0 1 0 510202664 602869760 139715 33554432000 134512640 135217611 4292324160 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 147185 139715 76 173 0 147010 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 597444

[startup+1062.3 s]
/proc/loadavg: 3.00 2.97 2.77 4/187 22867
/proc/meminfo: memFree=14471288/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=588740 CPUtime=1062.32 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 139830 0 0 0 106197 35 0 0 25 0 1 0 510202664 602869760 139715 33554432000 134512640 135217611 4292324160 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 147185 139715 76 173 0 147010 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 597444

[startup+1122.3 s]
/proc/loadavg: 3.00 2.97 2.78 4/187 22869
/proc/meminfo: memFree=14470140/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=588740 CPUtime=1122.32 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 139833 0 0 0 112197 35 0 0 25 0 1 0 510202664 602869760 139718 33554432000 134512640 135217611 4292324160 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 147185 139718 76 173 0 147010 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 597444

[startup+1182.3 s]
/proc/loadavg: 3.00 2.97 2.79 4/187 22870
/proc/meminfo: memFree=14468604/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=588740 CPUtime=1182.32 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 139835 0 0 0 118197 35 0 0 25 0 1 0 510202664 602869760 139720 33554432000 134512640 135217611 4292324160 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 147185 139720 76 173 0 147010 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 597444

[startup+1242.3 s]
/proc/loadavg: 3.00 2.97 2.80 4/187 22872
/proc/meminfo: memFree=14466100/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=588740 CPUtime=1242.33 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 139837 0 0 0 124198 35 0 0 25 0 1 0 510202664 602869760 139722 33554432000 134512640 135217611 4292324160 18446744073709551615 134528190 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 147185 139722 76 173 0 147010 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 597444



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 2.97 2.81 3/184 22874
/proc/meminfo: memFree=14536136/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=588740 CPUtime=1300.03 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 139837 0 0 0 129968 35 0 0 25 0 1 0 510202664 602869760 139722 33554432000 134512640 135217611 4292324160 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 147185 139722 76 173 0 147010 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 597444

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: 3.00 2.97 2.81 3/184 22874
/proc/meminfo: memFree=14536136/32950928 swapFree=67111528/67111528
[pid=22809] ppid=22807 vsize=8704 CPUtime=0 cores=4,6
/proc/22809/stat : 22809 (glucose.sh) S 22807 22809 22173 0 -1 4202496 359 111 0 0 0 0 0 0 22 0 1 0 510202664 8912896 254 33554432000 4194304 4922060 140734482365600 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22809/statm: 2176 254 211 178 0 69 0
[pid=22811] ppid=22809 vsize=588740 CPUtime=1300.03 cores=4,6
/proc/22811/stat : 22811 (glucose_static) R 22809 22809 22173 0 -1 4202496 139837 0 0 0 129968 35 0 0 25 0 1 0 510202664 602869760 139722 33554432000 134512640 135217611 4292324160 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/22811/statm: 147185 139722 76 173 0 147010 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 597444

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22809 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1300.03
#
# 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.03
CPU user time (s): 1299.68
CPU system time (s): 0.35
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 597444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
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= 6
involuntary context switches= 3

runsolver used 2.14367 second user time and 4.95425 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-28 12:20:39
IDJOB=3309194
IDBENCH=88159
IDSOLVER=1691
FILE ID=node122/3309194-1303986038
RUNJOBID= node122-1303986038-22775
PBS_JOBID= 13168704
Free space on /tmp= 71220 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309194-1303986038/watcher-3309194-1303986038 -o /tmp/evaluation-result-3309194-1303986038/solver-3309194-1303986038 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309194-1303986038.cnf

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

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=345698416

node122.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.820
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.64
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.820
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.75
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.820
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.820
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.83
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.820
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.820
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.75
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15620324 kB
Buffers:       1729156 kB
Cached:       14859852 kB
SwapCached:          0 kB
Active:        5717476 kB
Inactive:     11037852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15620324 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          454860 kB
Writeback:           0 kB
AnonPages:      165748 kB
Mapped:          15824 kB
Slab:           511644 kB
PageTables:       5412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   340128 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= 71252 MiB
End job on node122 at 2011-04-28 12:42:21