Trace number 3717365

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
wbo2satCp2 2012-05-19? (TO) 1800.04 1800.41

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-61-60--soft-0-100-0.wbo
MD5SUM01a077d3621ba64f6c6e6b6c3ebb8e99
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.149976
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3660
Total number of constraints121
Number of soft constraints121
Number of constraints which are clauses61
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 constraint60
Maximum length of a constraint61
Top cost 5857
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 5856
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 62
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.61	o 2893
0.00/0.61	c current bound: 1446
0.00/0.61	c fallback to adder encoding
0.00/0.99	o 1437
0.00/0.99	c current bound: 718
26.75/26.87	o 512
26.75/26.87	c current bound: 256
33.35/33.44	o 203
33.35/33.44	c current bound: 101
34.85/34.95	o 96
34.85/34.95	c current bound: 48
41.84/41.96	o 48
41.84/41.96	c current bound: 24
41.91/42.26	o 19
41.91/42.26	c current bound: 9
42.94/43.03	o 6
42.94/43.03	c current bound: 3
44.23/44.34	o 2
44.23/44.34	c current bound: 1
45.63/45.78	o 1
45.63/45.78	c current bound: 0
1800.00/1800.41	./satsolver.sh: line 5: 20605 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.00/1800.41	c error: unexpected solver exit code
1800.00/1800.41	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-3717365-1338208035/watcher-3717365-1338208035 -o /tmp/evaluation-result-3717365-1338208035/solver-3717365-1338208035 -C 1800 -W 1900 -M 15500 HOME/runWbo2satCp2.sh HOME/instance-3717365-1338208035.wbo 1221033098 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: 1.84 2.05 2.70 3/176 20503
/proc/meminfo: memFree=31415140/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0

[startup+0.074289 s]
/proc/loadavg: 1.84 2.05 2.70 3/176 20503
/proc/meminfo: memFree=31415140/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100184 s]
/proc/loadavg: 1.84 2.05 2.70 3/176 20503
/proc/meminfo: memFree=31415140/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300138 s]
/proc/loadavg: 1.84 2.05 2.70 3/176 20503
/proc/meminfo: memFree=31415140/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700135 s]
/proc/loadavg: 1.84 2.05 2.70 3/176 20503
/proc/meminfo: memFree=31415140/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50013 s]
/proc/loadavg: 1.84 2.05 2.70 4/182 20515
/proc/meminfo: memFree=31398200/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
[pid=20504] ppid=20503 vsize=21672 CPUtime=1.06 cores=0,2,4,6
/proc/20504/stat : 20504 (wbo2sat) S 20503 20503 14514 0 -1 4202496 6332 11194 0 0 30 18 55 3 20 0 1 0 286929021 22192128 4681 33554432000 4194304 5872148 140734657588720 140734657581992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20504/statm: 5418 4681 180 410 0 5000 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 30820

[startup+3.10029 s]
/proc/loadavg: 1.84 2.05 2.70 3/184 20517
/proc/meminfo: memFree=31325800/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
[pid=20504] ppid=20503 vsize=21672 CPUtime=1.06 cores=0,2,4,6
/proc/20504/stat : 20504 (wbo2sat) S 20503 20503 14514 0 -1 4202496 6332 11194 0 0 30 18 55 3 20 0 1 0 286929021 22192128 4681 33554432000 4194304 5872148 140734657588720 140734657581992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20504/statm: 5418 4681 180 410 0 5000 0
[pid=20516] ppid=20504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20516/stat : 20516 (satsolver.sh) S 20504 20503 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286929128 9367552 267 33554432000 4194304 5064252 140735954905488 140735954904400 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20516/statm: 2287 267 226 213 0 72 0
[pid=20517] ppid=20516 vsize=66744 CPUtime=2.01 cores=0,2,4,6
/proc/20517/stat : 20517 (glucose_static) R 20516 20503 14514 0 -1 4202496 13022 0 0 0 200 1 0 0 20 0 1 0 286929128 68345856 13913 33554432000 4194304 4896791 140735460995904 140735460993112 4225148 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20517/statm: 16686 13913 78 172 0 16512 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 106712

[startup+6.30037 s]
/proc/loadavg: 1.85 2.05 2.69 4/184 20517
/proc/meminfo: memFree=31321468/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
[pid=20504] ppid=20503 vsize=21672 CPUtime=1.06 cores=0,2,4,6
/proc/20504/stat : 20504 (wbo2sat) S 20503 20503 14514 0 -1 4202496 6332 11194 0 0 30 18 55 3 20 0 1 0 286929021 22192128 4681 33554432000 4194304 5872148 140734657588720 140734657581992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20504/statm: 5418 4681 180 410 0 5000 0
[pid=20516] ppid=20504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20516/stat : 20516 (satsolver.sh) S 20504 20503 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286929128 9367552 267 33554432000 4194304 5064252 140735954905488 140735954904400 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20516/statm: 2287 267 226 213 0 72 0
[pid=20517] ppid=20516 vsize=67380 CPUtime=5.21 cores=0,2,4,6
/proc/20517/stat : 20517 (glucose_static) R 20516 20503 14514 0 -1 4202496 13185 0 0 0 520 1 0 0 20 0 1 0 286929128 68997120 14076 33554432000 4194304 4896791 140735460995904 140735460993112 4204897 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20517/statm: 16845 14076 78 172 0 16671 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 107348

[startup+12.7004 s]
/proc/loadavg: 1.86 2.05 2.69 4/184 20520
/proc/meminfo: memFree=31319496/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
[pid=20504] ppid=20503 vsize=21672 CPUtime=1.06 cores=0,2,4,6
/proc/20504/stat : 20504 (wbo2sat) S 20503 20503 14514 0 -1 4202496 6332 11194 0 0 30 18 55 3 20 0 1 0 286929021 22192128 4681 33554432000 4194304 5872148 140734657588720 140734657581992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20504/statm: 5418 4681 180 410 0 5000 0
[pid=20516] ppid=20504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20516/stat : 20516 (satsolver.sh) S 20504 20503 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286929128 9367552 267 33554432000 4194304 5064252 140735954905488 140735954904400 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20516/statm: 2287 267 226 213 0 72 0
[pid=20517] ppid=20516 vsize=68180 CPUtime=11.6 cores=0,2,4,6
/proc/20517/stat : 20517 (glucose_static) R 20516 20503 14514 0 -1 4202496 13704 0 0 0 1159 1 0 0 20 0 1 0 286929128 69816320 14595 33554432000 4194304 4896791 140735460995904 140735460993224 4225157 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20517/statm: 17045 14595 78 172 0 16871 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 108148

[startup+25.5003 s]
/proc/loadavg: 1.96 2.06 2.68 3/184 20581
/proc/meminfo: memFree=31175188/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
[pid=20504] ppid=20503 vsize=21672 CPUtime=1.06 cores=0,2,4,6
/proc/20504/stat : 20504 (wbo2sat) S 20503 20503 14514 0 -1 4202496 6332 11194 0 0 30 18 55 3 20 0 1 0 286929021 22192128 4681 33554432000 4194304 5872148 140734657588720 140734657581992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20504/statm: 5418 4681 180 410 0 5000 0
[pid=20516] ppid=20504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20516/stat : 20516 (satsolver.sh) S 20504 20503 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286929128 9367552 267 33554432000 4194304 5064252 140735954905488 140735954904400 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20516/statm: 2287 267 226 213 0 72 0
[pid=20517] ppid=20516 vsize=69008 CPUtime=24.39 cores=0,2,4,6
/proc/20517/stat : 20517 (glucose_static) R 20516 20503 14514 0 -1 4202496 14305 0 0 0 2437 2 0 0 20 0 1 0 286929128 70664192 14787 33554432000 4194304 4896791 140735460995904 140735460993112 4225151 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/20517/statm: 17252 14787 78 172 0 17078 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 108976

[startup+51.1003 s]
/proc/loadavg: 1.97 2.06 2.66 3/183 20605
/proc/meminfo: memFree=31222512/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
[pid=20504] ppid=20503 vsize=15056 CPUtime=45.73 cores=0,2,4,6
/proc/20504/stat : 20504 (wbo2sat) S 20503 20503 14514 0 -1 4202496 11415 73320 0 0 39 18 4496 20 20 0 1 0 286929021 15417344 3198 33554432000 4194304 5872148 140734657588720 140734657581992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20504/statm: 3764 3198 180 410 0 3346 0
[pid=20604] ppid=20504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20604/stat : 20604 (satsolver.sh) S 20504 20503 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286933599 9367552 267 33554432000 4194304 5064252 140734008744272 140734008743184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20604/statm: 2287 267 226 213 0 72 0
[pid=20605] ppid=20604 vsize=22344 CPUtime=5.31 cores=0,2,4,6
/proc/20605/stat : 20605 (glucose_static) R 20604 20503 14514 0 -1 4202496 5997 0 0 0 530 1 0 0 20 0 1 0 286933599 22880256 4944 33554432000 4194304 4896791 140737418589504 140737418586824 4225088 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20605/statm: 5586 4944 78 172 0 5412 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 55696

[startup+102.307 s]
/proc/loadavg: 2.06 2.06 2.63 3/183 20612
/proc/meminfo: memFree=31243876/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
[pid=20504] ppid=20503 vsize=15056 CPUtime=45.73 cores=0,2,4,6
/proc/20504/stat : 20504 (wbo2sat) S 20503 20503 14514 0 -1 4202496 11415 73320 0 0 39 18 4496 20 20 0 1 0 286929021 15417344 3198 33554432000 4194304 5872148 140734657588720 140734657581992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20504/statm: 3764 3198 180 410 0 3346 0
[pid=20604] ppid=20504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20604/stat : 20604 (satsolver.sh) S 20504 20503 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286933599 9367552 267 33554432000 4194304 5064252 140734008744272 140734008743184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20604/statm: 2287 267 226 213 0 72 0
[pid=20605] ppid=20604 vsize=36060 CPUtime=56.5 cores=0,2,4,6
/proc/20605/stat : 20605 (glucose_static) R 20604 20503 14514 0 -1 4202496 14686 0 0 0 5645 5 0 0 20 0 1 0 286933599 36925440 8371 33554432000 4194304 4896791 140737418589504 140737418586648 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20605/statm: 9015 8371 78 172 0 8841 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 69412

[startup+162.3 s]
/proc/loadavg: 2.08 2.06 2.60 3/183 20618
/proc/meminfo: memFree=31237172/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
[pid=20504] ppid=20503 vsize=15056 CPUtime=45.73 cores=0,2,4,6
/proc/20504/stat : 20504 (wbo2sat) S 20503 20503 14514 0 -1 4202496 11415 73320 0 0 39 18 4496 20 20 0 1 0 286929021 15417344 3198 33554432000 4194304 5872148 140734657588720 140734657581992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20504/statm: 3764 3198 180 410 0 3346 0
[pid=20604] ppid=20504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20604/stat : 20604 (satsolver.sh) S 20504 20503 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286933599 9367552 267 33554432000 4194304 5064252 140734008744272 140734008743184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20604/statm: 2287 267 226 213 0 72 0
[pid=20605] ppid=20604 vsize=56184 CPUtime=116.48 cores=0,2,4,6
/proc/20605/stat : 20605 (glucose_static) R 20604 20503 14514 0 -1 4202496 23972 0 0 0 11640 8 0 0 20 0 1 0 286933599 57532416 12345 33554432000 4194304 4896791 140737418589504 140737418586712 4225008 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20605/statm: 14046 12345 78 172 0 13872 0
Current children cumulated CPU time (s) 162.21

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.14 3/183 20640
/proc/meminfo: memFree=31034260/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
[pid=20504] ppid=20503 vsize=15056 CPUtime=45.73 cores=0,2,4,6
/proc/20504/stat : 20504 (wbo2sat) S 20503 20503 14514 0 -1 4202496 11415 73320 0 0 39 18 4496 20 20 0 1 0 286929021 15417344 3198 33554432000 4194304 5872148 140734657588720 140734657581992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20504/statm: 3764 3198 180 410 0 3346 0
[pid=20604] ppid=20504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20604/stat : 20604 (satsolver.sh) S 20504 20503 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286933599 9367552 267 33554432000 4194304 5064252 140734008744272 140734008743184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20604/statm: 2287 267 226 213 0 72 0
[pid=20605] ppid=20604 vsize=182456 CPUtime=1316.24 cores=0,2,4,6
/proc/20605/stat : 20605 (glucose_static) R 20604 20503 14514 0 -1 4202496 72359 0 0 0 131571 53 0 0 20 0 1 0 286933599 186834944 37985 33554432000 4194304 4896791 140737418589504 140737418586712 4225025 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20605/statm: 45614 37985 78 172 0 45440 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 215808

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.12 3/184 20643
/proc/meminfo: memFree=31039000/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
[pid=20504] ppid=20503 vsize=15056 CPUtime=45.73 cores=0,2,4,6
/proc/20504/stat : 20504 (wbo2sat) S 20503 20503 14514 0 -1 4202496 11415 73320 0 0 39 18 4496 20 20 0 1 0 286929021 15417344 3198 33554432000 4194304 5872148 140734657588720 140734657581992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20504/statm: 3764 3198 180 410 0 3346 0
[pid=20604] ppid=20504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20604/stat : 20604 (satsolver.sh) S 20504 20503 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286933599 9367552 267 33554432000 4194304 5064252 140734008744272 140734008743184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20604/statm: 2287 267 226 213 0 72 0
[pid=20605] ppid=20604 vsize=184320 CPUtime=1376.25 cores=0,2,4,6
/proc/20605/stat : 20605 (glucose_static) R 20604 20503 14514 0 -1 4202496 73723 0 0 0 137570 55 0 0 20 0 1 0 286933599 188743680 38498 33554432000 4194304 4896791 140737418589504 140737418587032 4225124 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20605/statm: 46080 38498 78 172 0 45906 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 217672

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/183 20643
/proc/meminfo: memFree=31024676/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
[pid=20504] ppid=20503 vsize=15056 CPUtime=45.73 cores=0,2,4,6
/proc/20504/stat : 20504 (wbo2sat) S 20503 20503 14514 0 -1 4202496 11415 73320 0 0 39 18 4496 20 20 0 1 0 286929021 15417344 3198 33554432000 4194304 5872148 140734657588720 140734657581992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20504/statm: 3764 3198 180 410 0 3346 0
[pid=20604] ppid=20504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20604/stat : 20604 (satsolver.sh) S 20504 20503 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286933599 9367552 267 33554432000 4194304 5064252 140734008744272 140734008743184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20604/statm: 2287 267 226 213 0 72 0
[pid=20605] ppid=20604 vsize=188644 CPUtime=1436.23 cores=0,2,4,6
/proc/20605/stat : 20605 (glucose_static) R 20604 20503 14514 0 -1 4202496 74870 0 0 0 143566 57 0 0 20 0 1 0 286933599 193171456 38292 33554432000 4194304 4896791 140737418589504 140737418587032 4224975 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20605/statm: 47161 38292 78 172 0 46987 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 221996

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/183 20643
/proc/meminfo: memFree=31028312/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
[pid=20504] ppid=20503 vsize=15056 CPUtime=45.73 cores=0,2,4,6
/proc/20504/stat : 20504 (wbo2sat) S 20503 20503 14514 0 -1 4202496 11415 73320 0 0 39 18 4496 20 20 0 1 0 286929021 15417344 3198 33554432000 4194304 5872148 140734657588720 140734657581992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20504/statm: 3764 3198 180 410 0 3346 0
[pid=20604] ppid=20504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20604/stat : 20604 (satsolver.sh) S 20504 20503 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286933599 9367552 267 33554432000 4194304 5064252 140734008744272 140734008743184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20604/statm: 2287 267 226 213 0 72 0
[pid=20605] ppid=20604 vsize=159280 CPUtime=1496.21 cores=0,2,4,6
/proc/20605/stat : 20605 (glucose_static) R 20604 20503 14514 0 -1 4202496 75749 0 0 0 149563 58 0 0 20 0 1 0 286933599 163102720 38310 33554432000 4194304 4896791 140737418589504 140737418585240 4225008 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20605/statm: 39820 38310 78 172 0 39646 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 192632

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/183 20643
/proc/meminfo: memFree=31012708/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
[pid=20504] ppid=20503 vsize=15056 CPUtime=45.73 cores=0,2,4,6
/proc/20504/stat : 20504 (wbo2sat) S 20503 20503 14514 0 -1 4202496 11415 73320 0 0 39 18 4496 20 20 0 1 0 286929021 15417344 3198 33554432000 4194304 5872148 140734657588720 140734657581992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20504/statm: 3764 3198 180 410 0 3346 0
[pid=20604] ppid=20504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20604/stat : 20604 (satsolver.sh) S 20504 20503 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286933599 9367552 267 33554432000 4194304 5064252 140734008744272 140734008743184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20604/statm: 2287 267 226 213 0 72 0
[pid=20605] ppid=20604 vsize=161012 CPUtime=1556.19 cores=0,2,4,6
/proc/20605/stat : 20605 (glucose_static) R 20604 20503 14514 0 -1 4202496 77009 0 0 0 155559 60 0 0 20 0 1 0 286933599 164876288 38454 33554432000 4194304 4896791 140737418589504 140737418587080 4225008 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20605/statm: 40253 38454 78 172 0 40079 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 194364

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.09 3/183 20644
/proc/meminfo: memFree=30995324/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
[pid=20504] ppid=20503 vsize=15056 CPUtime=45.73 cores=0,2,4,6
/proc/20504/stat : 20504 (wbo2sat) S 20503 20503 14514 0 -1 4202496 11415 73320 0 0 39 18 4496 20 20 0 1 0 286929021 15417344 3198 33554432000 4194304 5872148 140734657588720 140734657581992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20504/statm: 3764 3198 180 410 0 3346 0
[pid=20604] ppid=20504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20604/stat : 20604 (satsolver.sh) S 20504 20503 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286933599 9367552 267 33554432000 4194304 5064252 140734008744272 140734008743184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20604/statm: 2287 267 226 213 0 72 0
[pid=20605] ppid=20604 vsize=193152 CPUtime=1616.19 cores=0,2,4,6
/proc/20605/stat : 20605 (glucose_static) R 20604 20503 14514 0 -1 4202496 77966 0 0 0 161557 62 0 0 20 0 1 0 286933599 197787648 44499 33554432000 4194304 4896791 140737418589504 140737418584568 4224684 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20605/statm: 48288 44499 78 172 0 48114 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 226504

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.08 3/183 20644
/proc/meminfo: memFree=30986596/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
[pid=20504] ppid=20503 vsize=15056 CPUtime=45.73 cores=0,2,4,6
/proc/20504/stat : 20504 (wbo2sat) S 20503 20503 14514 0 -1 4202496 11415 73320 0 0 39 18 4496 20 20 0 1 0 286929021 15417344 3198 33554432000 4194304 5872148 140734657588720 140734657581992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20504/statm: 3764 3198 180 410 0 3346 0
[pid=20604] ppid=20504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20604/stat : 20604 (satsolver.sh) S 20504 20503 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286933599 9367552 267 33554432000 4194304 5064252 140734008744272 140734008743184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20604/statm: 2287 267 226 213 0 72 0
[pid=20605] ppid=20604 vsize=194604 CPUtime=1676.18 cores=0,2,4,6
/proc/20605/stat : 20605 (glucose_static) R 20604 20503 14514 0 -1 4202496 79156 0 0 0 167554 64 0 0 20 0 1 0 286933599 199274496 43818 33554432000 4194304 4896791 140737418589504 140737418586712 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20605/statm: 48651 43818 78 172 0 48477 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 227956

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.08 3/183 20644
/proc/meminfo: memFree=30979352/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
[pid=20504] ppid=20503 vsize=15056 CPUtime=45.73 cores=0,2,4,6
/proc/20504/stat : 20504 (wbo2sat) S 20503 20503 14514 0 -1 4202496 11415 73320 0 0 39 18 4496 20 20 0 1 0 286929021 15417344 3198 33554432000 4194304 5872148 140734657588720 140734657581992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20504/statm: 3764 3198 180 410 0 3346 0
[pid=20604] ppid=20504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20604/stat : 20604 (satsolver.sh) S 20504 20503 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286933599 9367552 267 33554432000 4194304 5064252 140734008744272 140734008743184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20604/statm: 2287 267 226 213 0 72 0
[pid=20605] ppid=20604 vsize=196184 CPUtime=1736.17 cores=0,2,4,6
/proc/20605/stat : 20605 (glucose_static) R 20604 20503 14514 0 -1 4202496 80432 0 0 0 173551 66 0 0 20 0 1 0 286933599 200892416 43207 33554432000 4194304 4896791 140737418589504 140737418587032 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20605/statm: 49046 43207 78 172 0 48872 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 229536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.08 3/183 20644
/proc/meminfo: memFree=30996376/32873648 swapFree=7116/7116
[pid=20503] ppid=20499 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20503/stat : 20503 (runWbo2satCp2.s) S 20499 20503 14514 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286929020 9367552 275 33554432000 4194304 5064252 140736767241472 140736767240384 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/20503/statm: 2287 275 233 213 0 72 0
[pid=20504] ppid=20503 vsize=15056 CPUtime=45.73 cores=0,2,4,6
/proc/20504/stat : 20504 (wbo2sat) S 20503 20503 14514 0 -1 4202496 11415 73320 0 0 39 18 4496 20 20 0 1 0 286929021 15417344 3198 33554432000 4194304 5872148 140734657588720 140734657581992 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/20504/statm: 3764 3198 180 410 0 3346 0
[pid=20604] ppid=20504 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/20604/stat : 20604 (satsolver.sh) S 20504 20503 14514 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286933599 9367552 267 33554432000 4194304 5064252 140734008744272 140734008743184 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/20604/statm: 2287 267 226 213 0 72 0
[pid=20605] ppid=20604 vsize=196732 CPUtime=1754.27 cores=0,2,4,6
/proc/20605/stat : 20605 (glucose_static) R 20604 20503 14514 0 -1 4202496 80552 0 0 0 175361 66 0 0 20 0 1 0 286933599 201453568 44860 33554432000 4194304 4896791 140737418589504 140737418586712 4224992 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20605/statm: 49183 44860 78 172 0 49009 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 230084

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1798.97
CPU system time (s): 1.06984
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 278204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.97
system time used= 1.06984
maximum resident set size= 232284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166276
page faults= 0
swaps= 0
block input operations= 0
block output operations= 90808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 192
involuntary context switches= 2839

runsolver used 3.20651 second user time and 7.70183 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-28 14:27:15
IDJOB=3717365
IDBENCH=79177
IDSOLVER=2299
FILE ID=node123/3717365-1338208035
RUNJOBID= node123-1338208035-20476
PBS_JOBID= 14624606
Free space on /tmp= 71680 MiB

SOLVER NAME= wbo2satCp2 2012-05-19
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-61-60--soft-0-100-0.wbo
COMMAND LINE= DIR/runWbo2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717365-1338208035/watcher-3717365-1338208035 -o /tmp/evaluation-result-3717365-1338208035/solver-3717365-1338208035 -C 1800 -W 1900 -M 15500  HOME/runWbo2satCp2.sh HOME/instance-3717365-1338208035.wbo 1221033098 HOME HOME

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

MD5SUM BENCH= 01a077d3621ba64f6c6e6b6c3ebb8e99
RANDOM SEED=1221033098

node123.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		: 2667.217
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	: 5334.43
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		: 2667.217
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		: 2667.217
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		: 2667.217
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		: 2667.217
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.91
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		: 2667.217
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		: 2667.217
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		: 2667.217
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:        31415792 kB
Buffers:          315248 kB
Cached:           296132 kB
SwapCached:          956 kB
Active:           310248 kB
Inactive:         309360 kB
Active(anon):       1960 kB
Inactive(anon):     8336 kB
Active(file):     308288 kB
Inactive(file):   301024 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67102956 kB
Dirty:             17100 kB
Writeback:             0 kB
AnonPages:         14680 kB
Mapped:             9520 kB
Shmem:                 0 kB
Slab:             700572 kB
SReclaimable:     144984 kB
SUnreclaim:       555588 kB
KernelStack:        1384 kB
PageTables:         3912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71640 MiB
End job on node123 at 2012-05-28 14:57:16