Trace number 3713213

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
npSolver 1.0? (TO) 1800.09 1800.41

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-91-90--soft-0-100-0.wbo
MD5SUMdd3ef6bbe4855ee6a3bf373100fffb0f
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.437933
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables8190
Total number of constraints181
Number of soft constraints181
Number of constraints which are clauses91
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint91
Top cost 8850
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 8849
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 92
Number of bits of the biggest sum of numbers7
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.76	c run usual solver
8.88/8.94	o 3674
8.88/8.94	c current bound: 1837
8.88/8.94	c fallback to adder encoding
9.95/10.06	o 1837
9.95/10.06	c current bound: 918
36.07/36.11	o 917
36.07/36.11	c current bound: 458
41.07/41.66	o 456
41.07/41.66	c current bound: 228
51.55/51.61	o 228
51.55/51.61	c current bound: 114
83.83/84.23	o 55
83.83/84.23	c current bound: 27
91.33/91.46	o 25
91.33/91.46	c current bound: 12
94.26/94.33	o 12
94.26/94.33	c current bound: 6
100.73/100.80	o 6
100.73/100.80	c current bound: 3
104.46/104.51	o 3
104.46/104.51	c current bound: 1
106.90/107.23	o 1
106.90/107.23	c current bound: 0
106.90/107.23	c [SWC] exit 4
1800.05/1800.40	./satsolver.sh: line 5:  9474 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.40	c error: unexpected solver exit code
1800.05/1800.40	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-3713213-1338209373/watcher-3713213-1338209373 -o /tmp/evaluation-result-3713213-1338209373/solver-3713213-1338209373 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713213-1338209373.wbo 1786856556 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.00 2.00 2.00 3/179 9386
/proc/meminfo: memFree=31039564/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0

[startup+0.031502 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9386
/proc/meminfo: memFree=31039564/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100271 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9386
/proc/meminfo: memFree=31039564/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300271 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9386
/proc/meminfo: memFree=31039564/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700247 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9386
/proc/meminfo: memFree=31039564/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9390
/proc/meminfo: memFree=30905248/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
[pid=9387] ppid=9386 vsize=27132 CPUtime=0.75 cores=0,2,4,6
/proc/9387/stat : 9387 (npSolver-wbo) S 9386 9386 7066 0 -1 4202496 5141 0 0 0 73 2 0 0 20 0 1 0 287062871 27783168 5196 33554432000 4194304 5990268 140733502599472 140733502592624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9387/statm: 6783 5196 156 439 0 6340 0
[pid=9389] ppid=9387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9389/stat : 9389 (cp2_pre.sh) S 9387 9386 7066 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 287062947 9367552 277 33554432000 4194304 5064252 140735778169104 140735778167808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9389/statm: 2287 277 234 213 0 72 0
[pid=9390] ppid=9389 vsize=145924 CPUtime=0.72 cores=0,2,4,6
/proc/9390/stat : 9390 (coprocessor) R 9389 9386 7066 0 -1 4202496 24996 0 0 0 67 5 0 0 20 0 1 0 287062947 149426176 34679 33554432000 4194304 6586260 140735618523744 140735618520008 4768456 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/9390/statm: 36481 34679 175 584 0 35893 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 191352

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9390
/proc/meminfo: memFree=30839480/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
[pid=9387] ppid=9386 vsize=27132 CPUtime=0.75 cores=0,2,4,6
/proc/9387/stat : 9387 (npSolver-wbo) S 9386 9386 7066 0 -1 4202496 5141 0 0 0 73 2 0 0 20 0 1 0 287062871 27783168 5196 33554432000 4194304 5990268 140733502599472 140733502592624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9387/statm: 6783 5196 156 439 0 6340 0
[pid=9389] ppid=9387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9389/stat : 9389 (cp2_pre.sh) S 9387 9386 7066 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 287062947 9367552 277 33554432000 4194304 5064252 140735778169104 140735778167808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9389/statm: 2287 277 234 213 0 72 0
[pid=9390] ppid=9389 vsize=175016 CPUtime=2.32 cores=0,2,4,6
/proc/9390/stat : 9390 (coprocessor) R 9389 9386 7066 0 -1 4202496 29981 0 0 0 226 6 0 0 20 0 1 0 287062947 179216384 42219 33554432000 4194304 6586260 140735618523744 140735618519336 5599198 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/9390/statm: 43754 42219 191 584 0 43166 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 220444

[startup+6.3004 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 9390
/proc/meminfo: memFree=30835324/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
[pid=9387] ppid=9386 vsize=27132 CPUtime=0.75 cores=0,2,4,6
/proc/9387/stat : 9387 (npSolver-wbo) S 9386 9386 7066 0 -1 4202496 5141 0 0 0 73 2 0 0 20 0 1 0 287062871 27783168 5196 33554432000 4194304 5990268 140733502599472 140733502592624 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9387/statm: 6783 5196 156 439 0 6340 0
[pid=9389] ppid=9387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9389/stat : 9389 (cp2_pre.sh) S 9387 9386 7066 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 287062947 9367552 277 33554432000 4194304 5064252 140735778169104 140735778167808 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9389/statm: 2287 277 234 213 0 72 0
[pid=9390] ppid=9389 vsize=210656 CPUtime=5.52 cores=0,2,4,6
/proc/9390/stat : 9390 (coprocessor) R 9389 9386 7066 0 -1 4202496 32404 0 0 0 542 10 0 0 20 0 1 0 287062947 215711744 50120 33554432000 4194304 6586260 140735618523744 140735618519512 5732496 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/9390/statm: 52664 50120 198 584 0 52076 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 256084

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 9407
/proc/meminfo: memFree=30817532/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
[pid=9387] ppid=9386 vsize=63480 CPUtime=10.25 cores=0,2,4,6
/proc/9387/stat : 9387 (npSolver-wbo) S 9386 9386 7066 0 -1 4202496 12665 74928 0 0 104 32 801 88 20 0 1 0 287062871 65003520 13617 33554432000 4194304 5990268 140733502599472 140733502590912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9387/statm: 15870 13617 170 439 0 15427 0
[pid=9406] ppid=9387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9406/stat : 9406 (satsolver.sh) S 9387 9386 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287063898 9367552 266 33554432000 4194304 5064252 140733539875680 140733539874592 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9406/statm: 2287 266 226 213 0 72 0
[pid=9407] ppid=9406 vsize=137804 CPUtime=2.41 cores=0,2,4,6
/proc/9407/stat : 9407 (glucose) R 9406 9386 7066 0 -1 4202496 27063 0 0 0 237 4 0 0 20 0 1 0 287063898 141111296 32564 33554432000 4194304 5208918 140736426561120 140736426559064 4211656 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9407/statm: 34451 32564 103 248 0 34200 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 219580

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 9407
/proc/meminfo: memFree=30799732/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
[pid=9387] ppid=9386 vsize=63480 CPUtime=10.25 cores=0,2,4,6
/proc/9387/stat : 9387 (npSolver-wbo) S 9386 9386 7066 0 -1 4202496 12665 74928 0 0 104 32 801 88 20 0 1 0 287062871 65003520 13617 33554432000 4194304 5990268 140733502599472 140733502590912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9387/statm: 15870 13617 170 439 0 15427 0
[pid=9406] ppid=9387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9406/stat : 9406 (satsolver.sh) S 9387 9386 7066 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287063898 9367552 266 33554432000 4194304 5064252 140733539875680 140733539874592 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9406/statm: 2287 266 226 213 0 72 0
[pid=9407] ppid=9406 vsize=153192 CPUtime=15.21 cores=0,2,4,6
/proc/9407/stat : 9407 (glucose) R 9406 9386 7066 0 -1 4202496 28489 0 0 0 1517 4 0 0 20 0 1 0 287063898 156868608 34492 33554432000 4194304 5208918 140736426561120 140736426559064 4229021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9407/statm: 38298 34492 103 248 0 38047 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 234968

[startup+51.1005 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 9424
/proc/meminfo: memFree=30860400/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
[pid=9387] ppid=9386 vsize=53748 CPUtime=41.68 cores=0,2,4,6
/proc/9387/stat : 9387 (npSolver-wbo) S 9386 9386 7066 0 -1 4202496 21837 144636 0 0 121 35 3868 144 20 0 1 0 287062871 55037952 11832 33554432000 4194304 5990268 140733502599472 140733502590912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9387/statm: 13437 11832 170 439 0 12994 0
[pid=9423] ppid=9387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9423/stat : 9423 (satsolver.sh) S 9387 9386 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287067042 9367552 267 33554432000 4194304 5064252 140733556929920 140733556928832 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9423/statm: 2287 267 226 213 0 72 0
[pid=9424] ppid=9423 vsize=92732 CPUtime=9.36 cores=0,2,4,6
/proc/9424/stat : 9424 (glucose) R 9423 9386 7066 0 -1 4202496 17565 0 0 0 933 3 0 0 20 0 1 0 287067043 94957568 20643 33554432000 4194304 5208918 140734734980736 140734734978600 4607488 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9424/statm: 23183 20643 105 248 0 22932 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 164776

[startup+102.307 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 9460
/proc/meminfo: memFree=30880344/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
[pid=9387] ppid=9386 vsize=53748 CPUtime=100.74 cores=0,2,4,6
/proc/9387/stat : 9387 (npSolver-wbo) S 9386 9386 7066 0 -1 4202496 32187 263823 0 0 134 37 9710 193 20 0 1 0 287062871 55037952 11832 33554432000 4194304 5990268 140733502599472 140733502590912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9387/statm: 13437 11832 170 439 0 12994 0
[pid=9459] ppid=9387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9459/stat : 9459 (satsolver.sh) S 9387 9386 7066 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287072951 9367552 266 33554432000 4194304 5064252 140735396293536 140735396292448 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9459/statm: 2287 266 226 213 0 72 0
[pid=9460] ppid=9459 vsize=56344 CPUtime=1.49 cores=0,2,4,6
/proc/9460/stat : 9460 (glucose) R 9459 9386 7066 0 -1 4202496 11614 0 0 0 147 2 0 0 20 0 1 0 287072951 57696256 11914 33554432000 4194304 5208918 140736662865216 140736662863064 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9460/statm: 14086 11914 103 248 0 13835 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 128388

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 9474
/proc/meminfo: memFree=30855308/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
[pid=9387] ppid=9386 vsize=53748 CPUtime=107.17 cores=0,2,4,6
/proc/9387/stat : 9387 (npSolver-wbo) S 9386 9386 7066 0 -1 4202496 36105 307137 0 0 137 38 10335 207 20 0 1 0 287062871 55037952 11832 33554432000 4194304 5990268 140733502599472 140733502590912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9387/statm: 13437 11832 170 439 0 12994 0
[pid=9473] ppid=9387 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 9507
/proc/meminfo: memFree=30595136/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
[pid=9387] ppid=9386 vsize=53748 CPUtime=107.17 cores=0,2,4,6
/proc/9387/stat : 9387 (npSolver-wbo) S 9386 9386 7066 0 -1 4202496 36105 307137 0 0 137 38 10335 207 20 0 1 0 287062871 55037952 11832 33554432000 4194304 5990268 140733502599472 140733502590912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9387/statm: 13437 11832 170 439 0 12994 0
[pid=9473] ppid=9387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9473/stat : 9473 (satsolver.sh) S 9387 9386 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287073594 9367552 267 33554432000 4194304 5064252 140735586267552 140735586266464 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9473/statm: 2287 267 226 213 0 72 0
[pid=9474] ppid=9473 vsize=234776 CPUtime=1254.84 cores=0,2,4,6
/proc/9474/stat : 9474 (glucose) R 9473 9386 7066 0 -1 4202496 26462 0 0 0 125467 17 0 0 20 0 1 0 287073594 240410624 52634 33554432000 4194304 5208918 140737114193456 140737114189832 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9474/statm: 58694 52634 104 248 0 58443 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 306820

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9507
/proc/meminfo: memFree=30591340/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
[pid=9387] ppid=9386 vsize=53748 CPUtime=107.17 cores=0,2,4,6
/proc/9387/stat : 9387 (npSolver-wbo) S 9386 9386 7066 0 -1 4202496 36105 307137 0 0 137 38 10335 207 20 0 1 0 287062871 55037952 11832 33554432000 4194304 5990268 140733502599472 140733502590912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9387/statm: 13437 11832 170 439 0 12994 0
[pid=9473] ppid=9387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9473/stat : 9473 (satsolver.sh) S 9387 9386 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287073594 9367552 267 33554432000 4194304 5064252 140735586267552 140735586266464 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9473/statm: 2287 267 226 213 0 72 0
[pid=9474] ppid=9473 vsize=234776 CPUtime=1314.84 cores=0,2,4,6
/proc/9474/stat : 9474 (glucose) R 9473 9386 7066 0 -1 4202496 26971 0 0 0 131466 18 0 0 20 0 1 0 287073594 240410624 51652 33554432000 4194304 5208918 140737114193456 140737114189832 4205139 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9474/statm: 58694 51652 104 248 0 58443 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 306820

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 9507
/proc/meminfo: memFree=30576868/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
[pid=9387] ppid=9386 vsize=53748 CPUtime=107.17 cores=0,2,4,6
/proc/9387/stat : 9387 (npSolver-wbo) S 9386 9386 7066 0 -1 4202496 36105 307137 0 0 137 38 10335 207 20 0 1 0 287062871 55037952 11832 33554432000 4194304 5990268 140733502599472 140733502590912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9387/statm: 13437 11832 170 439 0 12994 0
[pid=9473] ppid=9387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9473/stat : 9473 (satsolver.sh) S 9387 9386 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287073594 9367552 267 33554432000 4194304 5064252 140735586267552 140735586266464 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9473/statm: 2287 267 226 213 0 72 0
[pid=9474] ppid=9473 vsize=234776 CPUtime=1374.82 cores=0,2,4,6
/proc/9474/stat : 9474 (glucose) R 9473 9386 7066 0 -1 4202496 26977 0 0 0 137464 18 0 0 20 0 1 0 287073594 240410624 54724 33554432000 4194304 5208918 140737114193456 140737114189832 4229853 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9474/statm: 58694 54724 104 248 0 58443 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 306820

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 9507
/proc/meminfo: memFree=30578532/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
[pid=9387] ppid=9386 vsize=53748 CPUtime=107.17 cores=0,2,4,6
/proc/9387/stat : 9387 (npSolver-wbo) S 9386 9386 7066 0 -1 4202496 36105 307137 0 0 137 38 10335 207 20 0 1 0 287062871 55037952 11832 33554432000 4194304 5990268 140733502599472 140733502590912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9387/statm: 13437 11832 170 439 0 12994 0
[pid=9473] ppid=9387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9473/stat : 9473 (satsolver.sh) S 9387 9386 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287073594 9367552 267 33554432000 4194304 5064252 140735586267552 140735586266464 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9473/statm: 2287 267 226 213 0 72 0
[pid=9474] ppid=9473 vsize=234776 CPUtime=1434.81 cores=0,2,4,6
/proc/9474/stat : 9474 (glucose) R 9473 9386 7066 0 -1 4202496 27951 0 0 0 143462 19 0 0 20 0 1 0 287073594 240410624 53742 33554432000 4194304 5208918 140737114193456 140737114189832 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9474/statm: 58694 53742 104 248 0 58443 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 306820

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 9508
/proc/meminfo: memFree=30580892/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
[pid=9387] ppid=9386 vsize=53748 CPUtime=107.17 cores=0,2,4,6
/proc/9387/stat : 9387 (npSolver-wbo) S 9386 9386 7066 0 -1 4202496 36105 307137 0 0 137 38 10335 207 20 0 1 0 287062871 55037952 11832 33554432000 4194304 5990268 140733502599472 140733502590912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9387/statm: 13437 11832 170 439 0 12994 0
[pid=9473] ppid=9387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9473/stat : 9473 (satsolver.sh) S 9387 9386 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287073594 9367552 267 33554432000 4194304 5064252 140735586267552 140735586266464 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9473/statm: 2287 267 226 213 0 72 0
[pid=9474] ppid=9473 vsize=234776 CPUtime=1494.8 cores=0,2,4,6
/proc/9474/stat : 9474 (glucose) R 9473 9386 7066 0 -1 4202496 28946 0 0 0 149460 20 0 0 20 0 1 0 287073594 240410624 52634 33554432000 4194304 5208918 140737114193456 140737114189144 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9474/statm: 58694 52634 104 248 0 58443 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 306820

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9508
/proc/meminfo: memFree=30567536/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
[pid=9387] ppid=9386 vsize=53748 CPUtime=107.17 cores=0,2,4,6
/proc/9387/stat : 9387 (npSolver-wbo) S 9386 9386 7066 0 -1 4202496 36105 307137 0 0 137 38 10335 207 20 0 1 0 287062871 55037952 11832 33554432000 4194304 5990268 140733502599472 140733502590912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9387/statm: 13437 11832 170 439 0 12994 0
[pid=9473] ppid=9387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9473/stat : 9473 (satsolver.sh) S 9387 9386 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287073594 9367552 267 33554432000 4194304 5064252 140735586267552 140735586266464 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9473/statm: 2287 267 226 213 0 72 0
[pid=9474] ppid=9473 vsize=265596 CPUtime=1554.79 cores=0,2,4,6
/proc/9474/stat : 9474 (glucose) R 9473 9386 7066 0 -1 4202496 29437 0 0 0 155458 21 0 0 20 0 1 0 287073594 271970304 55147 33554432000 4194304 5208918 140737114193456 140737114189832 4229299 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9474/statm: 66399 55147 104 248 0 66148 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 337640

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9560
/proc/meminfo: memFree=30755956/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
[pid=9387] ppid=9386 vsize=53748 CPUtime=107.17 cores=0,2,4,6
/proc/9387/stat : 9387 (npSolver-wbo) S 9386 9386 7066 0 -1 4202496 36105 307137 0 0 137 38 10335 207 20 0 1 0 287062871 55037952 11832 33554432000 4194304 5990268 140733502599472 140733502590912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9387/statm: 13437 11832 170 439 0 12994 0
[pid=9473] ppid=9387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9473/stat : 9473 (satsolver.sh) S 9387 9386 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287073594 9367552 267 33554432000 4194304 5064252 140735586267552 140735586266464 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9473/statm: 2287 267 226 213 0 72 0
[pid=9474] ppid=9473 vsize=234776 CPUtime=1614.78 cores=0,2,4,6
/proc/9474/stat : 9474 (glucose) R 9473 9386 7066 0 -1 4202496 30014 0 0 0 161456 22 0 0 20 0 1 0 287073594 240410624 54170 33554432000 4194304 5208918 140737114193456 140737114189768 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9474/statm: 58694 54170 104 248 0 58443 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 306820

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 9560
/proc/meminfo: memFree=30756704/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
[pid=9387] ppid=9386 vsize=53748 CPUtime=107.17 cores=0,2,4,6
/proc/9387/stat : 9387 (npSolver-wbo) S 9386 9386 7066 0 -1 4202496 36105 307137 0 0 137 38 10335 207 20 0 1 0 287062871 55037952 11832 33554432000 4194304 5990268 140733502599472 140733502590912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9387/statm: 13437 11832 170 439 0 12994 0
[pid=9473] ppid=9387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9473/stat : 9473 (satsolver.sh) S 9387 9386 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287073594 9367552 267 33554432000 4194304 5064252 140735586267552 140735586266464 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9473/statm: 2287 267 226 213 0 72 0
[pid=9474] ppid=9473 vsize=234776 CPUtime=1674.78 cores=0,2,4,6
/proc/9474/stat : 9474 (glucose) R 9473 9386 7066 0 -1 4202496 31077 0 0 0 167454 24 0 0 20 0 1 0 287073594 240410624 52122 33554432000 4194304 5208918 140737114193456 140737114191544 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9474/statm: 58694 52122 104 248 0 58443 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 306820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 9560
/proc/meminfo: memFree=30750188/32873844 swapFree=7624/7624
[pid=9386] ppid=9384 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (npSolver-wbo.sh) S 9384 9386 7066 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 287062870 9367552 274 33554432000 4194304 5064252 140735768248080 140735768246992 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9386/statm: 2287 274 233 213 0 72 0
[pid=9387] ppid=9386 vsize=53748 CPUtime=107.17 cores=0,2,4,6
/proc/9387/stat : 9387 (npSolver-wbo) S 9386 9386 7066 0 -1 4202496 36105 307137 0 0 137 38 10335 207 20 0 1 0 287062871 55037952 11832 33554432000 4194304 5990268 140733502599472 140733502590912 5173822 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9387/statm: 13437 11832 170 439 0 12994 0
[pid=9473] ppid=9387 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9473/stat : 9473 (satsolver.sh) S 9387 9386 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 287073594 9367552 267 33554432000 4194304 5064252 140735586267552 140735586266464 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/9473/statm: 2287 267 226 213 0 72 0
[pid=9474] ppid=9473 vsize=234776 CPUtime=1692.88 cores=0,2,4,6
/proc/9474/stat : 9474 (glucose) R 9473 9386 7066 0 -1 4202496 31079 0 0 0 169264 24 0 0 20 0 1 0 287073594 240410624 53146 33554432000 4194304 5208918 140737114193456 140737114189832 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9474/statm: 58694 53146 104 248 0 58443 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 306820

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.09
CPU user time (s): 1797.38
CPU system time (s): 2.71459
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 386960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.38
system time used= 2.71459
maximum resident set size= 263508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 375312
page faults= 0
swaps= 0
block input operations= 0
block output operations= 317096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6715
involuntary context switches= 2166

runsolver used 5.38418 second user time and 19.3621 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 14:49:33
IDJOB=3713213
IDBENCH=79185
IDSOLVER=2294
FILE ID=node130/3713213-1338209373
RUNJOBID= node130-1338193034-7082
PBS_JOBID= 14624584
Free space on /tmp= 71464 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-91-90--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713213-1338209373/watcher-3713213-1338209373 -o /tmp/evaluation-result-3713213-1338209373/solver-3713213-1338209373 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713213-1338209373.wbo 1786856556 HOME HOME

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

MD5SUM BENCH= dd3ef6bbe4855ee6a3bf373100fffb0f
RANDOM SEED=1786856556

node130.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.875
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	: 5333.75
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.875
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.875
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.91
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.875
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.86
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.875
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		: 2666.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31039796 kB
Buffers:          355788 kB
Cached:           578672 kB
SwapCached:         4508 kB
Active:           796840 kB
Inactive:         196980 kB
Active(anon):      49176 kB
Inactive(anon):     9016 kB
Active(file):     747664 kB
Inactive(file):   187964 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099916 kB
Dirty:              8496 kB
Writeback:             0 kB
AnonPages:         52236 kB
Mapped:            12716 kB
Shmem:                 8 kB
Slab:             698516 kB
SReclaimable:     140332 kB
SUnreclaim:       558184 kB
KernelStack:        1496 kB
PageTables:         4168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     180272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71428 MiB
End job on node130 at 2012-05-28 15:19:33