Trace number 3309095

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

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1263.53
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

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 = 9676386
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:  482093                                               |
0.00/0.00	c |  Number of clauses:    9676386                                              |
3.08/3.15	c |  Parsing time:         2.92         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-3309095-1303985837/watcher-3309095-1303985837 -o /tmp/evaluation-result-3309095-1303985837/solver-3309095-1303985837 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309095-1303985837.cnf 

running on 2 cores: 5,7

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: 3.00 3.04 3.12 3/185 23894
/proc/meminfo: memFree=13511132/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) R 23892 23894 23274 0 -1 4202496 341 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594686869 0 65538 4100 65536 0 0 0 17 5 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0

[startup+0.0101509 s]
/proc/loadavg: 3.00 3.04 3.12 3/185 23894
/proc/meminfo: memFree=13511132/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100128 s]
/proc/loadavg: 3.00 3.04 3.12 3/185 23894
/proc/meminfo: memFree=13511132/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301092 s]
/proc/loadavg: 3.00 3.04 3.12 3/185 23894
/proc/meminfo: memFree=13511132/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701022 s]
/proc/loadavg: 3.00 3.04 3.12 3/185 23894
/proc/meminfo: memFree=13511132/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50088 s]
/proc/loadavg: 3.00 3.04 3.12 4/187 23898
/proc/meminfo: memFree=13340956/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=264668 CPUtime=1.49 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 63373 0 0 0 138 11 0 0 25 0 1 0 510183090 271020032 63326 33554432000 134512640 135217611 4286798480 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 66167 63328 60 173 0 65992 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 273372

[startup+3.1006 s]
/proc/loadavg: 3.00 3.04 3.12 4/187 23898
/proc/meminfo: memFree=13340956/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=542336 CPUtime=3.08 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 129720 0 0 0 286 22 0 0 25 0 1 0 510183090 555352064 129673 33554432000 134512640 135217611 4286798480 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 135584 129673 60 173 0 135409 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 551040

[startup+6.30103 s]
/proc/loadavg: 3.00 3.04 3.12 4/187 23898
/proc/meminfo: memFree=12968512/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=567956 CPUtime=6.29 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 136279 0 0 0 605 24 0 0 25 0 1 0 510183090 581586944 136229 33554432000 134512640 135217611 4286798480 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 141989 136229 74 173 0 141814 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 576660

[startup+12.7009 s]
/proc/loadavg: 3.00 3.04 3.12 4/187 23898
/proc/meminfo: memFree=12959332/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=577088 CPUtime=12.69 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 138286 0 0 0 1244 25 0 0 25 0 1 0 510183090 590938112 138236 33554432000 134512640 135217611 4286798480 18446744073709551615 134532754 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 144272 138236 76 173 0 144097 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 585792

[startup+25.5006 s]
/proc/loadavg: 3.00 3.04 3.12 4/187 23898
/proc/meminfo: memFree=12956712/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=579828 CPUtime=25.48 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 139004 0 0 0 2523 25 0 0 25 0 1 0 510183090 593743872 138954 33554432000 134512640 135217611 4286798480 18446744073709551615 134527948 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 144957 138954 76 173 0 144782 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 588532

[startup+51.1011 s]
/proc/loadavg: 3.00 3.03 3.11 4/187 23899
/proc/meminfo: memFree=12944284/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=592780 CPUtime=51.09 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 142170 0 0 0 5082 27 0 0 25 0 1 0 510183090 607006720 142120 33554432000 134512640 135217611 4286798480 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 148195 142120 76 173 0 148020 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 601484

[startup+102.307 s]
/proc/loadavg: 3.00 3.03 3.10 4/187 23900
/proc/meminfo: memFree=12931864/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=603596 CPUtime=102.3 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 144855 0 0 0 10202 28 0 0 25 0 1 0 510183090 618082304 144805 33554432000 134512640 135217611 4286798480 18446744073709551615 134526177 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 150899 144805 76 173 0 150724 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 612300

[startup+162.301 s]
/proc/loadavg: 3.00 3.02 3.09 4/187 23902
/proc/meminfo: memFree=12927876/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=603796 CPUtime=162.29 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 144873 0 0 0 16201 28 0 0 25 0 1 0 510183090 618287104 144823 33554432000 134512640 135217611 4286798480 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 150949 144823 76 173 0 150774 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 612500

[startup+222.301 s]
/proc/loadavg: 2.85 2.98 3.07 3/180 23921
/proc/meminfo: memFree=12994380/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=603796 CPUtime=222.29 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 144885 0 0 0 22201 28 0 0 25 0 1 0 510183090 618287104 144835 33554432000 134512640 135217611 4286798480 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 150949 144835 76 173 0 150774 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 612500

[startup+282.3 s]
/proc/loadavg: 2.01 2.73 2.98 2/173 23942
/proc/meminfo: memFree=13044624/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=605332 CPUtime=282.29 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 145264 0 0 0 28201 28 0 0 25 0 1 0 510183090 619859968 145214 33554432000 134512640 135217611 4286798480 18446744073709551615 134522384 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 151333 145214 76 173 0 151158 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 614036

[startup+342.301 s]
/proc/loadavg: 1.37 2.42 2.86 2/173 23944
/proc/meminfo: memFree=13044232/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=605620 CPUtime=342.29 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 145361 0 0 0 34201 28 0 0 25 0 1 0 510183090 620154880 145311 33554432000 134512640 135217611 4286798480 18446744073709551615 134533127 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 151405 145311 76 173 0 151230 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 614324

[startup+402.3 s]
/proc/loadavg: 1.13 2.16 2.74 2/173 23945
/proc/meminfo: memFree=13037012/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7

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

/proc/23896/statm: 158160 152011 76 173 0 157985 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 641344

[startup+702.3 s]
/proc/loadavg: 1.02 1.43 2.25 2/173 23953
/proc/meminfo: memFree=13017320/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=633180 CPUtime=702.3 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 152175 0 0 0 70200 30 0 0 25 0 1 0 510183090 648376320 152125 33554432000 134512640 135217611 4286798480 18446744073709551615 134532688 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 158295 152125 76 173 0 158120 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 641884

[startup+762.307 s]
/proc/loadavg: 1.01 1.35 2.17 2/173 23955
/proc/meminfo: memFree=13016928/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=633664 CPUtime=762.31 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 152255 0 0 0 76201 30 0 0 25 0 1 0 510183090 648871936 152205 33554432000 134512640 135217611 4286798480 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 158416 152205 76 173 0 158241 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 642368

[startup+822.3 s]
/proc/loadavg: 1.00 1.28 2.09 2/173 23956
/proc/meminfo: memFree=13017036/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=633824 CPUtime=822.3 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 152275 0 0 0 82200 30 0 0 25 0 1 0 510183090 649035776 152225 33554432000 134512640 135217611 4286798480 18446744073709551615 134533350 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 158456 152225 76 173 0 158281 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 642528

[startup+882.301 s]
/proc/loadavg: 1.00 1.23 2.02 3/173 23958
/proc/meminfo: memFree=13016280/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=634704 CPUtime=882.3 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 152444 0 0 0 88200 30 0 0 25 0 1 0 510183090 649936896 152394 33554432000 134512640 135217611 4286798480 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 158676 152394 76 173 0 158501 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 643408

[startup+942.301 s]
/proc/loadavg: 1.00 1.18 1.96 2/173 23960
/proc/meminfo: memFree=13006968/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=647544 CPUtime=942.31 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 155626 0 0 0 94200 31 0 0 25 0 1 0 510183090 663085056 155576 33554432000 134512640 135217611 4286798480 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 161886 155576 76 173 0 161711 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 656248

[startup+1002.3 s]
/proc/loadavg: 1.00 1.15 1.89 2/173 23961
/proc/meminfo: memFree=12893372/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=757904 CPUtime=1002.31 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 183182 0 0 0 100195 36 0 0 25 0 1 0 510183090 776093696 183132 33554432000 134512640 135217611 4286798480 18446744073709551615 134532591 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 189476 183132 76 173 0 189301 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 766608

[startup+1062.3 s]
/proc/loadavg: 1.00 1.12 1.83 2/173 23963
/proc/meminfo: memFree=12893228/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=758332 CPUtime=1062.31 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 183196 0 0 0 106195 36 0 0 25 0 1 0 510183090 776531968 183146 33554432000 134512640 135217611 4286798480 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 189583 183146 76 173 0 189408 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 767036

[startup+1122.3 s]
/proc/loadavg: 1.00 1.09 1.78 2/173 23964
/proc/meminfo: memFree=12893328/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=758332 CPUtime=1122.31 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 183199 0 0 0 112195 36 0 0 25 0 1 0 510183090 776531968 183149 33554432000 134512640 135217611 4286798480 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 189583 183149 76 173 0 189408 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 767036

[startup+1182.3 s]
/proc/loadavg: 1.00 1.07 1.73 2/173 23966
/proc/meminfo: memFree=12893308/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=758332 CPUtime=1182.31 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 183201 0 0 0 118195 36 0 0 25 0 1 0 510183090 776531968 183151 33554432000 134512640 135217611 4286798480 18446744073709551615 134526356 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 189583 183151 76 173 0 189408 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 767036

[startup+1242.3 s]
/proc/loadavg: 1.04 1.07 1.68 2/173 23968
/proc/meminfo: memFree=12893164/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=758332 CPUtime=1242.31 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 183205 0 0 0 124195 36 0 0 25 0 1 0 510183090 776531968 183155 33554432000 134512640 135217611 4286798480 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 189583 183155 76 173 0 189408 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 767036



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.01 1.06 1.64 2/173 23969
/proc/meminfo: memFree=12893140/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=758332 CPUtime=1300.02 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 183207 0 0 0 129966 36 0 0 25 0 1 0 510183090 776531968 183157 33554432000 134512640 135217611 4286798480 18446744073709551615 134527845 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 189583 183157 76 173 0 189408 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 767036

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: 1.01 1.06 1.64 2/173 23969
/proc/meminfo: memFree=12893140/32950928 swapFree=67111528/67111528
[pid=23894] ppid=23892 vsize=8704 CPUtime=0 cores=5,7
/proc/23894/stat : 23894 (glucose.sh) S 23892 23894 23274 0 -1 4202496 359 111 0 0 0 0 0 0 24 0 1 0 510183089 8912896 254 33554432000 4194304 4922060 140736616290992 18446744073709551615 235594685573 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23894/statm: 2176 254 211 178 0 69 0
[pid=23896] ppid=23894 vsize=758332 CPUtime=1300.02 cores=5,7
/proc/23896/stat : 23896 (glucose_static) R 23894 23894 23274 0 -1 4202496 183207 0 0 0 129966 36 0 0 25 0 1 0 510183090 776531968 183157 33554432000 134512640 135217611 4286798480 18446744073709551615 134527845 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/23896/statm: 189583 183157 76 173 0 189408 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 767036

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23894 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.02
#
# 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.02
CPU user time (s): 1299.66
CPU system time (s): 0.36
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 767036

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= 7
involuntary context switches= 3

runsolver used 1.77673 second user time and 4.6003 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-28 12:17:23
IDJOB=3309095
IDBENCH=85008
IDSOLVER=1691
FILE ID=node120/3309095-1303985837
RUNJOBID= node120-1303983220-23296
PBS_JOBID= 13168706
Free space on /tmp= 71860 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309095-1303985837/watcher-3309095-1303985837 -o /tmp/evaluation-result-3309095-1303985837/solver-3309095-1303985837 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309095-1303985837.cnf

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=903626049

node120.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.809
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.61
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.809
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	: 5226.07
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.809
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.82
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.809
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.75
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.809
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.78
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.809
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.809
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.82
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.809
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13511280 kB
Buffers:       2476840 kB
Cached:       16219844 kB
SwapCached:          0 kB
Active:       11083160 kB
Inactive:      7780084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13511280 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          215012 kB
Writeback:           0 kB
AnonPages:      165620 kB
Mapped:          15972 kB
Slab:           511200 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   337720 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= 71864 MiB
End job on node120 at 2011-04-28 12:39:05