Trace number 3293726

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
glucose 2? (TO) 1300.02 1300.01

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_k.cnf
MD5SUM932387240a0c17f4c88af52c4ca151c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark325.87
Satisfiable
(Un)Satisfiability was proved
Number of variables89315
Number of clauses5584003
Sum of the clauses size16593705
Maximum clause length295
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25473787
Number of clauses of size 337063
Number of clauses of size 4514
Number of clauses of size 5453
Number of clauses of size over 572185

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 = 5584003
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

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-3293726-1303783742/watcher-3293726-1303783742 -o /tmp/evaluation-result-3293726-1303783742/solver-3293726-1303783742 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3293726-1303783742.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: 2.58 3.59 3.73 4/187 3077
/proc/meminfo: memFree=19426320/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=11800 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (runsolver) S 3075 3077 3024 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 489971665 12083200 52 33554432000 4194304 5434984 140736966573296 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699960631 0 0 17 3 0 0 0
/proc/3077/statm: 2950 52 31 303 0 2644 0

[startup+0.0322619 s]
/proc/loadavg: 2.58 3.59 3.73 4/187 3077
/proc/meminfo: memFree=19426320/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100221 s]
/proc/loadavg: 2.58 3.59 3.73 4/187 3077
/proc/meminfo: memFree=19426320/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300175 s]
/proc/loadavg: 2.58 3.59 3.73 4/187 3077
/proc/meminfo: memFree=19426320/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701099 s]
/proc/loadavg: 2.58 3.59 3.73 4/187 3077
/proc/meminfo: memFree=19426320/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/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: 2.58 3.59 3.73 5/194 3090
/proc/meminfo: memFree=18758756/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=302240 CPUtime=1.48 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 69366 0 0 0 138 10 0 0 25 0 1 0 489971666 309493760 63685 33554432000 4194304 4260849 140733771527136 18446744073709551615 4224509 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 75560 63685 239 17 0 72201 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 310944

[startup+3.10061 s]
/proc/loadavg: 2.58 3.59 3.73 5/194 3090
/proc/meminfo: memFree=18325700/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=303784 CPUtime=3.09 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 70259 0 0 0 297 12 0 0 25 0 1 0 489971666 311074816 64577 33554432000 4194304 4260849 140733771527136 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 75946 64577 239 17 0 72587 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 312488

[startup+6.30097 s]
/proc/loadavg: 2.94 3.65 3.74 4/189 3117
/proc/meminfo: memFree=18858364/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=387896 CPUtime=6.28 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 85373 0 0 0 613 15 0 0 25 0 1 0 489971666 397205504 79677 33554432000 4194304 4260849 140733771527136 18446744073709551615 4226333 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 96974 79677 249 17 0 93615 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 396600

[startup+12.7007 s]
/proc/loadavg: 2.94 3.64 3.74 4/187 3145
/proc/meminfo: memFree=18740860/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=388336 CPUtime=12.69 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 159347 0 0 0 1241 28 0 0 25 0 1 0 489971666 397656064 88170 33554432000 4194304 4260849 140733771527136 18446744073709551615 4224696 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 97084 88170 250 17 0 93725 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 397040

[startup+25.5012 s]
/proc/loadavg: 2.80 3.57 3.72 3/180 3165
/proc/meminfo: memFree=19116060/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=388952 CPUtime=25.48 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 288648 0 0 0 2502 46 0 0 25 0 1 0 489971666 398286848 80343 33554432000 4194304 4260849 140733771527136 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 97238 80343 250 17 0 93879 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 397656

[startup+51.1011 s]
/proc/loadavg: 2.53 3.45 3.67 3/180 3166
/proc/meminfo: memFree=18954488/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=522168 CPUtime=51.08 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 495355 0 0 0 5035 73 0 0 25 0 1 0 489971666 534700032 119684 33554432000 4194304 4260849 140733771527136 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 130542 119684 250 17 0 127183 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 530872

[startup+102.301 s]
/proc/loadavg: 2.23 3.22 3.58 4/180 3167
/proc/meminfo: memFree=18700328/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=1087724 CPUtime=102.27 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 934778 0 0 0 10093 134 0 0 25 0 1 0 489971666 1113829376 182569 33554432000 4194304 4260849 140733771527136 18446744073709551615 4209925 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 271931 182569 250 17 0 268572 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1096428

[startup+162.301 s]
/proc/loadavg: 2.08 3.00 3.48 3/180 3169
/proc/meminfo: memFree=18876756/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=740024 CPUtime=162.27 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 1597245 0 0 0 16007 220 0 0 25 0 1 0 489971666 757784576 134935 33554432000 4194304 4260849 140733771527136 18446744073709551615 4209338 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 185006 134935 250 17 0 181647 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 748728

[startup+222.301 s]
/proc/loadavg: 2.03 2.81 3.38 3/180 3170
/proc/meminfo: memFree=18822816/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=740996 CPUtime=222.26 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 1882436 0 0 0 21971 255 0 0 25 0 1 0 489971666 758779904 148777 33554432000 4194304 4260849 140733771527136 18446744073709551615 4209463 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 185249 148777 250 17 0 181890 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 749700

[startup+282.301 s]
/proc/loadavg: 2.01 2.66 3.29 3/180 3172
/proc/meminfo: memFree=18484568/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=1091264 CPUtime=282.27 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 2257969 0 0 0 27927 300 0 0 25 0 1 0 489971666 1117454336 228260 33554432000 4194304 4260849 140733771527136 18446744073709551615 4224352 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 272816 228260 250 17 0 269457 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 1099968

[startup+342.301 s]
/proc/loadavg: 2.00 2.54 3.21 3/180 3174
/proc/meminfo: memFree=18665968/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=1092448 CPUtime=342.27 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 2613206 0 0 0 33878 349 0 0 25 0 1 0 489971666 1118666752 188103 33554432000 4194304 4260849 140733771527136 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 273112 188103 250 17 0 269753 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 1101152

[startup+402.301 s]
/proc/loadavg: 2.00 2.44 3.13 3/180 3175
/proc/meminfo: memFree=18670540/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3

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

/proc/3081/statm: 273976 266081 250 17 0 270617 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 1104608

[startup+642.301 s]
/proc/loadavg: 2.06 2.20 2.87 3/180 3186
/proc/meminfo: memFree=17873732/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=1664440 CPUtime=642.28 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 4965691 0 0 0 63579 649 0 0 25 0 1 0 489971666 1704386560 370334 33554432000 4194304 4260849 140733771527136 18446744073709551615 4209292 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 416110 370334 250 17 0 412751 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 1673144

[startup+702.301 s]
/proc/loadavg: 2.02 2.16 2.81 3/180 3187
/proc/meminfo: memFree=17816420/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=1665452 CPUtime=702.28 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 5386457 0 0 0 69524 704 0 0 25 0 1 0 489971666 1705422848 388401 33554432000 4194304 4260849 140733771527136 18446744073709551615 4224348 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 416363 388401 250 17 0 413004 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 1674156

[startup+762.301 s]
/proc/loadavg: 2.00 2.13 2.76 3/180 3189
/proc/meminfo: memFree=18711428/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=749228 CPUtime=762.29 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 5888767 0 0 0 75457 772 0 0 25 0 1 0 489971666 767209472 162038 33554432000 4194304 4260849 140733771527136 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 187307 162038 250 17 0 183948 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 757932

[startup+822.301 s]
/proc/loadavg: 2.00 2.11 2.71 3/180 3190
/proc/meminfo: memFree=18399924/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=1098760 CPUtime=822.29 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 6329908 0 0 0 81394 835 0 0 25 0 1 0 489971666 1125130240 213961 33554432000 4194304 4260849 140733771527136 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 274690 213961 250 17 0 271331 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 1107464

[startup+882.301 s]
/proc/loadavg: 2.00 2.08 2.66 3/180 3192
/proc/meminfo: memFree=18492780/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=1099756 CPUtime=882.3 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 6761600 0 0 0 87332 898 0 0 25 0 1 0 489971666 1126150144 228478 33554432000 4194304 4260849 140733771527136 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 274939 228478 250 17 0 271580 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1108460

[startup+942.301 s]
/proc/loadavg: 2.00 2.07 2.62 3/180 3194
/proc/meminfo: memFree=18560960/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=1099756 CPUtime=942.3 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 7231384 0 0 0 93267 963 0 0 25 0 1 0 489971666 1126150144 206046 33554432000 4194304 4260849 140733771527136 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 274939 206046 250 17 0 271580 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 1108460

[startup+1002.3 s]
/proc/loadavg: 2.00 2.05 2.58 3/180 3195
/proc/meminfo: memFree=18593304/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=1100936 CPUtime=1002.3 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 7666929 0 0 0 99204 1026 0 0 25 0 1 0 489971666 1127358464 181078 33554432000 4194304 4260849 140733771527136 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 275234 181078 250 17 0 271875 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 1109640

[startup+1062.3 s]
/proc/loadavg: 2.00 2.04 2.54 3/180 3197
/proc/meminfo: memFree=17201496/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=2590700 CPUtime=1062.3 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 8022701 0 0 0 105162 1068 0 0 25 0 1 0 489971666 2652876800 536786 33554432000 4194304 4260849 140733771527136 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 647675 536787 250 17 0 644316 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 2599404

[startup+1122.31 s]
/proc/loadavg: 2.00 2.03 2.50 3/180 3198
/proc/meminfo: memFree=17428760/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=2590888 CPUtime=1122.32 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 8492639 0 0 0 111096 1136 0 0 25 0 1 0 489971666 2653069312 471564 33554432000 4194304 4260849 140733771527136 18446744073709551615 4209599 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 647722 471564 250 17 0 644363 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 2599592

[startup+1182.3 s]
/proc/loadavg: 2.03 2.03 2.47 3/180 3200
/proc/meminfo: memFree=17662340/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=1668784 CPUtime=1182.31 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 8966395 0 0 0 117032 1199 0 0 25 0 1 0 489971666 1708834816 406553 33554432000 4194304 4260849 140733771527136 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 417196 406553 250 17 0 413837 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1677488

[startup+1242.3 s]
/proc/loadavg: 2.01 2.03 2.44 3/180 3202
/proc/meminfo: memFree=18121488/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=1669168 CPUtime=1242.31 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 9393380 0 0 0 122970 1261 0 0 25 0 1 0 489971666 1709228032 296448 33554432000 4194304 4260849 140733771527136 18446744073709551615 4209674 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 417292 296448 250 17 0 413933 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1677872



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.02 2.41 2/177 3204
/proc/meminfo: memFree=18935060/32950928 swapFree=67111528/67111528
[pid=3077] ppid=3075 vsize=8704 CPUtime=0 cores=1,3
/proc/3077/stat : 3077 (glucose.sh) S 3075 3077 3024 0 -1 4202496 360 112 0 0 0 0 0 0 21 0 1 0 489971665 8912896 254 33554432000 4194304 4922060 140737200795728 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/3077/statm: 2176 254 211 178 0 69 0
[pid=3081] ppid=3077 vsize=1103228 CPUtime=1300.02 cores=1,3
/proc/3081/stat : 3081 (glucose_static) R 3077 3077 3024 0 -1 4202496 9776935 0 0 0 128683 1319 0 0 25 0 1 0 489971666 1129705472 183680 33554432000 4194304 4260849 140733771527136 18446744073709551615 4209318 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3081/statm: 275807 183680 250 17 0 272448 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1111932

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3077 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.001999
# 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): 1286.83
CPU system time (s): 13.19
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 3160496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
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= 472
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 4

runsolver used 2.10168 second user time and 4.99024 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-26 04:09:10
IDJOB=3293726
IDBENCH=88167
IDSOLVER=1651
FILE ID=node149/3293726-1303783742
RUNJOBID= node149-1303783742-3044
PBS_JOBID= 13157237
Free space on /tmp= 71812 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_k.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293726-1303783742/watcher-3293726-1303783742 -o /tmp/evaluation-result-3293726-1303783742/solver-3293726-1303783742 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3293726-1303783742.cnf 

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

MD5SUM BENCH= 932387240a0c17f4c88af52c4ca151c6
RANDOM SEED=1880078188

node149.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.806
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.806
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.806
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:      19428988 kB
Buffers:       2175420 kB
Cached:       10535384 kB
SwapCached:          0 kB
Active:        2214744 kB
Inactive:     10760992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19428988 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          367528 kB
Writeback:           0 kB
AnonPages:      264580 kB
Mapped:          15460 kB
Slab:           480344 kB
PageTables:       5480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   452872 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= 71968 MiB
End job on node149 at 2011-04-26 04:30:52