Trace number 3716272

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
wbo2sat 2012-05-19? (TO) 1800.07 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl30_31_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMea89038de81a2a24e795de2249a907ab
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.628903
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1860
Total number of constraints122
Number of soft constraints42
Number of constraints which are clauses62
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
Top cost 2134
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2133
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 32
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.25	o 1795
0.00/0.25	c current bound: 897
174.02/174.17	o 431
174.02/174.17	c current bound: 215
175.61/175.75	o 204
175.61/175.75	c current bound: 102
176.02/176.14	o 91
176.02/176.14	c current bound: 45
176.07/176.41	o 44
176.07/176.41	c current bound: 22
176.07/176.47	o 21
176.07/176.47	c current bound: 10
177.71/177.84	o 8
177.71/177.84	c current bound: 4
192.32/192.41	o 3
192.32/192.41	c current bound: 1
1800.04/1800.51	c error: unexpected solver exit code
1800.04/1800.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3716272-1338177823/watcher-3716272-1338177823 -o /tmp/evaluation-result-3716272-1338177823/solver-3716272-1338177823 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716272-1338177823.wbo 1875377553 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.13 2.03 2.01 3/179 26996
/proc/meminfo: memFree=31284728/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0

[startup+0.0922591 s]
/proc/loadavg: 2.13 2.03 2.01 3/179 26996
/proc/meminfo: memFree=31284728/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100285 s]
/proc/loadavg: 2.13 2.03 2.01 3/179 26996
/proc/meminfo: memFree=31284728/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30026 s]
/proc/loadavg: 2.13 2.03 2.01 3/179 26996
/proc/meminfo: memFree=31284728/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700254 s]
/proc/loadavg: 2.13 2.03 2.01 3/179 26996
/proc/meminfo: memFree=31284728/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.13 2.03 2.01 3/183 27003
/proc/meminfo: memFree=31255644/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
[pid=26997] ppid=26996 vsize=7708 CPUtime=0.26 cores=0,2,4,6
/proc/26997/stat : 26997 (wbo2sat) S 26996 26996 24824 0 -1 4202496 2997 3135 0 0 10 5 10 1 20 0 1 0 283909086 7892992 1342 33554432000 4194304 5872148 140737031168496 140737031161768 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26997/statm: 1927 1342 173 410 0 1509 0
[pid=27002] ppid=26997 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27002/stat : 27002 (satsolver.sh) S 26997 26996 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283909114 9367552 266 33554432000 4194304 5064252 140734276078992 140734276077904 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27002/statm: 2287 266 226 213 0 72 0
[pid=27003] ppid=27002 vsize=23748 CPUtime=1.21 cores=0,2,4,6
/proc/27003/stat : 27003 (glucose_static) R 27002 26996 24824 0 -1 4202496 4585 0 0 0 120 1 0 0 20 0 1 0 283909114 24317952 5292 33554432000 4194304 4896791 140734810212336 140734810209544 4225397 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27003/statm: 5937 5292 78 172 0 5763 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 49752

[startup+3.10035 s]
/proc/loadavg: 2.12 2.03 2.01 3/183 27003
/proc/meminfo: memFree=31252904/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
[pid=26997] ppid=26996 vsize=7708 CPUtime=0.26 cores=0,2,4,6
/proc/26997/stat : 26997 (wbo2sat) S 26996 26996 24824 0 -1 4202496 2997 3135 0 0 10 5 10 1 20 0 1 0 283909086 7892992 1342 33554432000 4194304 5872148 140737031168496 140737031161768 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26997/statm: 1927 1342 173 410 0 1509 0
[pid=27002] ppid=26997 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27002/stat : 27002 (satsolver.sh) S 26997 26996 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283909114 9367552 266 33554432000 4194304 5064252 140734276078992 140734276077904 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27002/statm: 2287 266 226 213 0 72 0
[pid=27003] ppid=27002 vsize=24308 CPUtime=2.81 cores=0,2,4,6
/proc/27003/stat : 27003 (glucose_static) R 27002 26996 24824 0 -1 4202496 4896 0 0 0 280 1 0 0 20 0 1 0 283909114 24891392 5415 33554432000 4194304 4896791 140734810212336 140734810209912 4203806 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27003/statm: 6077 5415 78 172 0 5903 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 50312

[startup+6.30035 s]
/proc/loadavg: 2.12 2.03 2.01 3/183 27003
/proc/meminfo: memFree=31267180/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
[pid=26997] ppid=26996 vsize=7708 CPUtime=0.26 cores=0,2,4,6
/proc/26997/stat : 26997 (wbo2sat) S 26996 26996 24824 0 -1 4202496 2997 3135 0 0 10 5 10 1 20 0 1 0 283909086 7892992 1342 33554432000 4194304 5872148 140737031168496 140737031161768 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26997/statm: 1927 1342 173 410 0 1509 0
[pid=27002] ppid=26997 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27002/stat : 27002 (satsolver.sh) S 26997 26996 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283909114 9367552 266 33554432000 4194304 5064252 140734276078992 140734276077904 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27002/statm: 2287 266 226 213 0 72 0
[pid=27003] ppid=27002 vsize=27636 CPUtime=6 cores=0,2,4,6
/proc/27003/stat : 27003 (glucose_static) R 27002 26996 24824 0 -1 4202496 5421 0 0 0 599 1 0 0 20 0 1 0 283909114 28299264 6258 33554432000 4194304 4896791 140734810212336 140734810209624 4203891 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27003/statm: 6909 6258 78 172 0 6735 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 53640

[startup+12.7004 s]
/proc/loadavg: 2.10 2.03 2.01 3/183 27003
/proc/meminfo: memFree=31249196/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
[pid=26997] ppid=26996 vsize=7708 CPUtime=0.26 cores=0,2,4,6
/proc/26997/stat : 26997 (wbo2sat) S 26996 26996 24824 0 -1 4202496 2997 3135 0 0 10 5 10 1 20 0 1 0 283909086 7892992 1342 33554432000 4194304 5872148 140737031168496 140737031161768 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26997/statm: 1927 1342 173 410 0 1509 0
[pid=27002] ppid=26997 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27002/stat : 27002 (satsolver.sh) S 26997 26996 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283909114 9367552 266 33554432000 4194304 5064252 140734276078992 140734276077904 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27002/statm: 2287 266 226 213 0 72 0
[pid=27003] ppid=27002 vsize=33256 CPUtime=12.41 cores=0,2,4,6
/proc/27003/stat : 27003 (glucose_static) R 27002 26996 24824 0 -1 4202496 6541 0 0 0 1239 2 0 0 20 0 1 0 283909114 34054144 6761 33554432000 4194304 4896791 140734810212336 140734810209624 4225148 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27003/statm: 8314 6762 78 172 0 8140 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 59260

[startup+25.5004 s]
/proc/loadavg: 2.08 2.03 2.01 3/183 27003
/proc/meminfo: memFree=31254156/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
[pid=26997] ppid=26996 vsize=7708 CPUtime=0.26 cores=0,2,4,6
/proc/26997/stat : 26997 (wbo2sat) S 26996 26996 24824 0 -1 4202496 2997 3135 0 0 10 5 10 1 20 0 1 0 283909086 7892992 1342 33554432000 4194304 5872148 140737031168496 140737031161768 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26997/statm: 1927 1342 173 410 0 1509 0
[pid=27002] ppid=26997 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27002/stat : 27002 (satsolver.sh) S 26997 26996 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283909114 9367552 266 33554432000 4194304 5064252 140734276078992 140734276077904 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27002/statm: 2287 266 226 213 0 72 0
[pid=27003] ppid=27002 vsize=34728 CPUtime=25.2 cores=0,2,4,6
/proc/27003/stat : 27003 (glucose_static) R 27002 26996 24824 0 -1 4202496 8563 0 0 0 2517 3 0 0 20 0 1 0 283909114 35561472 7670 33554432000 4194304 4896791 140734810212336 140734810209864 4225191 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27003/statm: 8682 7670 78 172 0 8508 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 60732

[startup+51.1004 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 27003
/proc/meminfo: memFree=31242564/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
[pid=26997] ppid=26996 vsize=7708 CPUtime=0.26 cores=0,2,4,6
/proc/26997/stat : 26997 (wbo2sat) S 26996 26996 24824 0 -1 4202496 2997 3135 0 0 10 5 10 1 20 0 1 0 283909086 7892992 1342 33554432000 4194304 5872148 140737031168496 140737031161768 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26997/statm: 1927 1342 173 410 0 1509 0
[pid=27002] ppid=26997 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27002/stat : 27002 (satsolver.sh) S 26997 26996 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283909114 9367552 266 33554432000 4194304 5064252 140734276078992 140734276077904 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27002/statm: 2287 266 226 213 0 72 0
[pid=27003] ppid=27002 vsize=37728 CPUtime=50.79 cores=0,2,4,6
/proc/27003/stat : 27003 (glucose_static) R 27002 26996 24824 0 -1 4202496 13249 0 0 0 5074 5 0 0 20 0 1 0 283909114 38633472 8346 33554432000 4194304 4896791 140734810212336 140734810209864 4225348 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27003/statm: 9432 8346 78 172 0 9258 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 63732

[startup+102.307 s]
/proc/loadavg: 2.11 2.05 2.01 3/183 27003
/proc/meminfo: memFree=31224960/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
[pid=26997] ppid=26996 vsize=7708 CPUtime=0.26 cores=0,2,4,6
/proc/26997/stat : 26997 (wbo2sat) S 26996 26996 24824 0 -1 4202496 2997 3135 0 0 10 5 10 1 20 0 1 0 283909086 7892992 1342 33554432000 4194304 5872148 140737031168496 140737031161768 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26997/statm: 1927 1342 173 410 0 1509 0
[pid=27002] ppid=26997 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27002/stat : 27002 (satsolver.sh) S 26997 26996 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 283909114 9367552 266 33554432000 4194304 5064252 140734276078992 140734276077904 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/27002/statm: 2287 266 226 213 0 72 0
[pid=27003] ppid=27002 vsize=48532 CPUtime=101.99 cores=0,2,4,6
/proc/27003/stat : 27003 (glucose_static) R 27002 26996 24824 0 -1 4202496 17125 0 0 0 10191 8 0 0 20 0 1 0 283909114 49696768 11006 33554432000 4194304 4896791 140734810212336 140734810209544 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/27003/statm: 12133 11006 78 172 0 11959 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 74536

[startup+162.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 27003
/proc/meminfo: memFree=31222760/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
[pid=26997] ppid=26996 vsize=7708 CPUtime=0.26 cores=0,2,4,6
/proc/26997/stat : 26997 (wbo2sat) S 26996 26996 24824 0 -1 4202496 2997 3135 0 0 10 5 10 1 20 0 1 0 283909086 7892992 1342 33554432000 4194304 5872148 140737031168496 140737031161768 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26997/statm: 1927 1342 173 410 0 1509 0
[pid=27002] ppid=26997 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 27035
/proc/meminfo: memFree=30905444/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
[pid=26997] ppid=26996 vsize=5996 CPUtime=192.34 cores=0,2,4,6
/proc/26997/stat : 26997 (wbo2sat) S 26996 26996 24824 0 -1 4202496 5221 63379 0 0 13 6 19192 23 20 0 1 0 283909086 6139904 1038 33554432000 4194304 5872148 140737031168496 140737031161768 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26997/statm: 1499 1038 173 410 0 1081 0
[pid=27023] ppid=26997 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27023/stat : 27023 (satsolver.sh) S 26997 26996 24824 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 283928327 9367552 267 33554432000 4194304 5064252 140734264812816 140734264811728 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27023/statm: 2287 267 226 213 0 72 0
[pid=27024] ppid=27023 vsize=148252 CPUtime=1229.57 cores=0,2,4,6
/proc/27024/stat : 27024 (glucose_static) R 27023 26996 24824 0 -1 4202496 109329 0 0 0 122876 81 0 0 20 0 1 0 283928328 151810048 34624 33554432000 4194304 4896791 140737338993024 140737338988760 4203856 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27024/statm: 37063 34624 78 172 0 36889 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 172544

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27035
/proc/meminfo: memFree=31005732/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
[pid=26997] ppid=26996 vsize=5996 CPUtime=192.34 cores=0,2,4,6
/proc/26997/stat : 26997 (wbo2sat) S 26996 26996 24824 0 -1 4202496 5221 63379 0 0 13 6 19192 23 20 0 1 0 283909086 6139904 1038 33554432000 4194304 5872148 140737031168496 140737031161768 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26997/statm: 1499 1038 173 410 0 1081 0
[pid=27023] ppid=26997 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27023/stat : 27023 (satsolver.sh) S 26997 26996 24824 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 283928327 9367552 267 33554432000 4194304 5064252 140734264812816 140734264811728 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27023/statm: 2287 267 226 213 0 72 0
[pid=27024] ppid=27023 vsize=181460 CPUtime=1289.55 cores=0,2,4,6
/proc/27024/stat : 27024 (glucose_static) R 27023 26996 24824 0 -1 4202496 111937 0 0 0 128870 85 0 0 20 0 1 0 283928328 185815040 38811 33554432000 4194304 4896791 140737338993024 140737338990232 4223833 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27024/statm: 45365 38811 78 172 0 45191 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 205752

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27036
/proc/meminfo: memFree=30893796/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
[pid=26997] ppid=26996 vsize=5996 CPUtime=192.34 cores=0,2,4,6
/proc/26997/stat : 26997 (wbo2sat) S 26996 26996 24824 0 -1 4202496 5221 63379 0 0 13 6 19192 23 20 0 1 0 283909086 6139904 1038 33554432000 4194304 5872148 140737031168496 140737031161768 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26997/statm: 1499 1038 173 410 0 1081 0
[pid=27023] ppid=26997 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27023/stat : 27023 (satsolver.sh) S 26997 26996 24824 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 283928327 9367552 267 33554432000 4194304 5064252 140734264812816 140734264811728 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27023/statm: 2287 267 226 213 0 72 0
[pid=27024] ppid=27023 vsize=183692 CPUtime=1349.55 cores=0,2,4,6
/proc/27024/stat : 27024 (glucose_static) R 27023 26996 24824 0 -1 4202496 113927 0 0 0 134866 89 0 0 20 0 1 0 283928328 188100608 42390 33554432000 4194304 4896791 140737338993024 140737338990232 4225136 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27024/statm: 45923 42390 78 172 0 45749 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 207984

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 27151
/proc/meminfo: memFree=31183844/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
[pid=26997] ppid=26996 vsize=5996 CPUtime=192.34 cores=0,2,4,6
/proc/26997/stat : 26997 (wbo2sat) S 26996 26996 24824 0 -1 4202496 5221 63379 0 0 13 6 19192 23 20 0 1 0 283909086 6139904 1038 33554432000 4194304 5872148 140737031168496 140737031161768 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26997/statm: 1499 1038 173 410 0 1081 0
[pid=27023] ppid=26997 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27023/stat : 27023 (satsolver.sh) S 26997 26996 24824 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 283928327 9367552 267 33554432000 4194304 5064252 140734264812816 140734264811728 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27023/statm: 2287 267 226 213 0 72 0
[pid=27024] ppid=27023 vsize=186372 CPUtime=1409.54 cores=0,2,4,6
/proc/27024/stat : 27024 (glucose_static) R 27023 26996 24824 0 -1 4202496 115604 0 0 0 140862 92 0 0 20 0 1 0 283928328 190844928 44680 33554432000 4194304 4896791 140737338993024 140737338990280 4225148 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27024/statm: 46593 44680 78 172 0 46419 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 210664

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27151
/proc/meminfo: memFree=31160988/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
[pid=26997] ppid=26996 vsize=5996 CPUtime=192.34 cores=0,2,4,6
/proc/26997/stat : 26997 (wbo2sat) S 26996 26996 24824 0 -1 4202496 5221 63379 0 0 13 6 19192 23 20 0 1 0 283909086 6139904 1038 33554432000 4194304 5872148 140737031168496 140737031161768 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26997/statm: 1499 1038 173 410 0 1081 0
[pid=27023] ppid=26997 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27023/stat : 27023 (satsolver.sh) S 26997 26996 24824 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 283928327 9367552 267 33554432000 4194304 5064252 140734264812816 140734264811728 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27023/statm: 2287 267 226 213 0 72 0
[pid=27024] ppid=27023 vsize=239140 CPUtime=1469.52 cores=0,2,4,6
/proc/27024/stat : 27024 (glucose_static) R 27023 26996 24824 0 -1 4202496 118367 0 0 0 146856 96 0 0 20 0 1 0 283928328 244879360 47571 33554432000 4194304 4896791 140737338993024 140737338990552 4224722 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27024/statm: 59785 47571 78 172 0 59611 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 263432

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27151
/proc/meminfo: memFree=31194892/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
[pid=26997] ppid=26996 vsize=5996 CPUtime=192.34 cores=0,2,4,6
/proc/26997/stat : 26997 (wbo2sat) S 26996 26996 24824 0 -1 4202496 5221 63379 0 0 13 6 19192 23 20 0 1 0 283909086 6139904 1038 33554432000 4194304 5872148 140737031168496 140737031161768 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26997/statm: 1499 1038 173 410 0 1081 0
[pid=27023] ppid=26997 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27023/stat : 27023 (satsolver.sh) S 26997 26996 24824 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 283928327 9367552 267 33554432000 4194304 5064252 140734264812816 140734264811728 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27023/statm: 2287 267 226 213 0 72 0
[pid=27024] ppid=27023 vsize=159348 CPUtime=1529.51 cores=0,2,4,6
/proc/27024/stat : 27024 (glucose_static) R 27023 26996 24824 0 -1 4202496 120123 0 0 0 152852 99 0 0 20 0 1 0 283928328 163172352 38064 33554432000 4194304 4896791 140737338993024 140737338990232 4224975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27024/statm: 39837 38064 78 172 0 39663 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 183640

[startup+1782.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/184 27158
/proc/meminfo: memFree=31197448/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
[pid=26997] ppid=26996 vsize=5996 CPUtime=192.34 cores=0,2,4,6
/proc/26997/stat : 26997 (wbo2sat) S 26996 26996 24824 0 -1 4202496 5221 63379 0 0 13 6 19192 23 20 0 1 0 283909086 6139904 1038 33554432000 4194304 5872148 140737031168496 140737031161768 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26997/statm: 1499 1038 173 410 0 1081 0
[pid=27023] ppid=26997 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27023/stat : 27023 (satsolver.sh) S 26997 26996 24824 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 283928327 9367552 267 33554432000 4194304 5064252 140734264812816 140734264811728 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27023/statm: 2287 267 226 213 0 72 0
[pid=27024] ppid=27023 vsize=191520 CPUtime=1589.5 cores=0,2,4,6
/proc/27024/stat : 27024 (glucose_static) R 27023 26996 24824 0 -1 4202496 122769 0 0 0 158847 103 0 0 20 0 1 0 283928328 196116480 40174 33554432000 4194304 4896791 140737338993024 140737338990552 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27024/statm: 47880 40174 78 172 0 47706 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 215812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.06 2.03 2.00 3/184 27159
/proc/meminfo: memFree=31169624/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
[pid=26997] ppid=26996 vsize=5996 CPUtime=192.34 cores=0,2,4,6
/proc/26997/stat : 26997 (wbo2sat) S 26996 26996 24824 0 -1 4202496 5221 63379 0 0 13 6 19192 23 20 0 1 0 283909086 6139904 1038 33554432000 4194304 5872148 140737031168496 140737031161768 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26997/statm: 1499 1038 173 410 0 1081 0
[pid=27023] ppid=26997 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27023/stat : 27023 (satsolver.sh) S 26997 26996 24824 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 283928327 9367552 267 33554432000 4194304 5064252 140734264812816 140734264811728 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27023/statm: 2287 267 226 213 0 72 0
[pid=27024] ppid=27023 vsize=191844 CPUtime=1607.7 cores=0,2,4,6
/proc/27024/stat : 27024 (glucose_static) R 27023 26996 24824 0 -1 4202496 122828 0 0 0 160667 103 0 0 20 0 1 0 283928328 196448256 44832 33554432000 4194304 4896791 140737338993024 140737338988696 4223805 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27024/statm: 47961 44832 78 172 0 47787 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 216136

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.06 2.03 2.00 3/184 27159
/proc/meminfo: memFree=31169624/32873648 swapFree=6852/6852
[pid=26996] ppid=26994 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26996/stat : 26996 (runWbo2sat.sh) S 26994 26996 24824 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 283909086 9367552 275 33554432000 4194304 5064252 140735322813376 140735322812288 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26996/statm: 2287 275 233 213 0 72 0
[pid=26997] ppid=26996 vsize=5996 CPUtime=192.34 cores=0,2,4,6
/proc/26997/stat : 26997 (wbo2sat) S 26996 26996 24824 0 -1 4202496 5221 63379 0 0 13 6 19192 23 20 0 1 0 283909086 6139904 1038 33554432000 4194304 5872148 140737031168496 140737031161768 5123914 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26997/statm: 1499 1038 173 410 0 1081 0
[pid=27023] ppid=26997 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/27023/stat : 27023 (satsolver.sh) S 26997 26996 24824 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 283928327 9367552 267 33554432000 4194304 5064252 140734264812816 140734264811728 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/27023/statm: 2287 267 226 213 0 72 0
[pid=27024] ppid=27023 vsize=191844 CPUtime=1607.7 cores=0,2,4,6
/proc/27024/stat : 27024 (glucose_static) R 27023 26996 24824 0 -1 4202496 122828 0 0 0 160667 103 0 0 20 0 1 0 283928328 196448256 44832 33554432000 4194304 4896791 140737338993024 140737338988696 4223805 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27024/statm: 47961 44832 78 172 0 47787 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 216136

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.07
CPU user time (s): 1798.73
CPU system time (s): 1.3348
CPU usage (%): 99.9753
Max. virtual memory (cumulated for all children) (KiB): 315220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.73
system time used= 1.3348
maximum resident set size= 240036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192407
page faults= 0
swaps= 0
block input operations= 0
block output operations= 23472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 279
involuntary context switches= 2010

runsolver used 2.6436 second user time and 7.19791 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-28 06:03:43
IDJOB=3716272
IDBENCH=78699
IDSOLVER=2298
FILE ID=node115/3716272-1338177823
RUNJOBID= node115-1338159625-24840
PBS_JOBID= 14624555
Free space on /tmp= 71632 MiB

SOLVER NAME= wbo2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl30_31_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= DIR/runWbo2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716272-1338177823/watcher-3716272-1338177823 -o /tmp/evaluation-result-3716272-1338177823/solver-3716272-1338177823 -C 1800 -W 1900 -M 15500  HOME/runWbo2sat.sh HOME/instance-3716272-1338177823.wbo 1875377553 HOME HOME

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ea89038de81a2a24e795de2249a907ab
RANDOM SEED=1875377553

node115.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        31285472 kB
Buffers:          347456 kB
Cached:           294012 kB
SwapCached:          972 kB
Active:           647180 kB
Inactive:          98848 kB
Active(anon):      97616 kB
Inactive(anon):     9248 kB
Active(file):     549564 kB
Inactive(file):    89600 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:              8608 kB
Writeback:             0 kB
AnonPages:        110200 kB
Mapped:            12616 kB
Shmem:                96 kB
Slab:             705408 kB
SReclaimable:     149640 kB
SUnreclaim:       555768 kB
KernelStack:        1480 kB
PageTables:         4128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     225736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71628 MiB
End job on node115 at 2012-05-28 06:33:44