Trace number 3713901

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.08 1800.41

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-65-60--soft-0-100-0.wbo
MD5SUM2e8bafba6181eaf32525647669a5fbcc
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.884865
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3900
Total number of constraints125
Number of soft constraints125
Number of constraints which are clauses65
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 constraint65
Top cost 6098
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 6097
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 66
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.20	c run usual solver
1.88/1.95	o 3540
1.88/1.95	c current bound: 1770
1.88/1.95	c fallback to adder encoding
2.12/2.22	o 1766
2.12/2.22	c current bound: 883
23.62/24.08	o 630
23.62/24.08	c current bound: 315
25.79/26.01	o 273
25.79/26.01	c current bound: 136
41.57/41.60	o 130
41.57/41.60	c current bound: 65
66.44/66.56	o 65
66.44/66.56	c current bound: 32
68.12/68.24	o 30
68.12/68.24	c current bound: 15
69.16/69.27	o 12
69.16/69.27	c current bound: 6
69.91/70.03	o 4
69.91/70.03	c current bound: 2
70.34/70.45	o 2
70.34/70.45	c current bound: 1
71.21/71.32	o 1
71.21/71.32	c current bound: 0
71.21/71.32	c [SWC] exit 4
1800.04/1800.41	./satsolver.sh: line 5: 13191 Terminated              ./glucose $1 > $2 2> /dev/null
1800.04/1800.41	c error: unexpected solver exit code
1800.04/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-3713901-1338210079/watcher-3713901-1338210079 -o /tmp/evaluation-result-3713901-1338210079/solver-3713901-1338210079 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713901-1338210079.wbo 2147453097 HOME HOME 

running on 4 cores: 1,3,5,7

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 2/180 13033
/proc/meminfo: memFree=28675868/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0

[startup+0.0820129 s]
/proc/loadavg: 2.00 2.00 2.00 2/180 13033
/proc/meminfo: memFree=28675868/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10026 s]
/proc/loadavg: 2.00 2.00 2.00 2/180 13033
/proc/meminfo: memFree=28675868/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.3002 s]
/proc/loadavg: 2.00 2.00 2.00 2/180 13033
/proc/meminfo: memFree=28675868/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700183 s]
/proc/loadavg: 2.00 2.00 2.00 2/180 13033
/proc/meminfo: memFree=28675868/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/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.00 2.00 2.00 3/184 13037
/proc/meminfo: memFree=28621740/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
[pid=13034] ppid=13033 vsize=8472 CPUtime=0.19 cores=1,3,5,7
/proc/13034/stat : 13034 (npSolver-wbo) S 13033 13033 11248 0 -1 4202496 3567 0 0 0 19 0 0 0 20 0 1 0 287133318 8675328 1458 33554432000 4194304 5990268 140734223806352 140734223799504 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13034/statm: 2118 1458 156 439 0 1675 0
[pid=13036] ppid=13034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13036/stat : 13036 (cp2_pre.sh) S 13034 13033 11248 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 287133339 9367552 277 33554432000 4194304 5064252 140734607005424 140734607004128 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13036/statm: 2287 277 234 213 0 72 0
[pid=13037] ppid=13036 vsize=58128 CPUtime=1.28 cores=1,3,5,7
/proc/13037/stat : 13037 (coprocessor) R 13036 13033 11248 0 -1 4202496 12754 0 0 0 115 13 0 0 20 0 1 0 287133339 59523072 13842 33554432000 4194304 6586260 140735173490976 140735173486840 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/13037/statm: 14532 13842 198 584 0 13944 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 84896

[startup+3.10022 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 13047
/proc/meminfo: memFree=28644700/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
[pid=13034] ppid=13033 vsize=30156 CPUtime=2.34 cores=1,3,5,7
/proc/13034/stat : 13034 (npSolver-wbo) S 13033 13033 11248 0 -1 4202496 8183 32538 0 0 35 11 168 20 20 0 1 0 287133318 30879744 5015 33554432000 4194304 5990268 140734223806352 140734223797792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13034/statm: 7539 5015 169 439 0 7096 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 39304
heavy processes:

[startup+6.30037 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13099
/proc/meminfo: memFree=28885100/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
[pid=13034] ppid=13033 vsize=30156 CPUtime=2.34 cores=1,3,5,7
/proc/13034/stat : 13034 (npSolver-wbo) S 13033 13033 11248 0 -1 4202496 8183 32538 0 0 35 11 168 20 20 0 1 0 287133318 30879744 5015 33554432000 4194304 5990268 140734223806352 140734223797792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13034/statm: 7539 5015 169 439 0 7096 0
[pid=13053] ppid=13034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13053/stat : 13053 (satsolver.sh) S 13034 13033 11248 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287133554 9367552 266 33554432000 4194304 5064252 140736423930704 140736423929616 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13053/statm: 2287 266 226 213 0 72 0
[pid=13054] ppid=13053 vsize=80512 CPUtime=3.93 cores=1,3,5,7
/proc/13054/stat : 13054 (glucose) R 13053 13033 11248 0 -1 4202496 16497 0 0 0 390 3 0 0 20 0 1 0 287133554 82444288 18369 33554432000 4194304 5208918 140734174309104 140734174306952 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13054/statm: 20128 18369 104 248 0 19877 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 128964

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 13128
/proc/meminfo: memFree=28871136/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
[pid=13034] ppid=13033 vsize=30156 CPUtime=2.34 cores=1,3,5,7
/proc/13034/stat : 13034 (npSolver-wbo) S 13033 13033 11248 0 -1 4202496 8183 32538 0 0 35 11 168 20 20 0 1 0 287133318 30879744 5015 33554432000 4194304 5990268 140734223806352 140734223797792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13034/statm: 7539 5015 169 439 0 7096 0
[pid=13053] ppid=13034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13053/stat : 13053 (satsolver.sh) S 13034 13033 11248 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287133554 9367552 266 33554432000 4194304 5064252 140736423930704 140736423929616 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13053/statm: 2287 266 226 213 0 72 0
[pid=13054] ppid=13053 vsize=88492 CPUtime=10.33 cores=1,3,5,7
/proc/13054/stat : 13054 (glucose) R 13053 13033 11248 0 -1 4202496 17226 0 0 0 1029 4 0 0 20 0 1 0 287133554 90615808 19083 33554432000 4194304 5208918 140734174309104 140734174306952 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13054/statm: 22123 19083 104 248 0 21872 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 136944

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 13135
/proc/meminfo: memFree=28914528/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
[pid=13034] ppid=13033 vsize=17484 CPUtime=24.1 cores=1,3,5,7
/proc/13034/stat : 13034 (npSolver-wbo) S 13033 13033 11248 0 -1 4202496 10018 57056 0 0 39 11 2321 39 20 0 1 0 287133318 17903616 3409 33554432000 4194304 5990268 140734223806352 140734223797792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13034/statm: 4371 3409 169 439 0 3928 0
[pid=13134] ppid=13034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13134/stat : 13134 (satsolver.sh) S 13034 13033 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287135730 9367552 267 33554432000 4194304 5064252 140733288975968 140733288974880 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13134/statm: 2287 267 226 213 0 72 0
[pid=13135] ppid=13134 vsize=43416 CPUtime=1.36 cores=1,3,5,7
/proc/13135/stat : 13135 (glucose) R 13134 13033 11248 0 -1 4202496 8948 0 0 0 134 2 0 0 20 0 1 0 287135731 44457984 9035 33554432000 4194304 5208918 140736327833200 140736327831352 4229850 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13135/statm: 10854 9035 103 248 0 10603 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 79196

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13149
/proc/meminfo: memFree=28904376/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
[pid=13034] ppid=13033 vsize=17484 CPUtime=41.58 cores=1,3,5,7
/proc/13034/stat : 13034 (npSolver-wbo) S 13033 13033 11248 0 -1 4202496 12198 85821 0 0 42 12 4051 53 20 0 1 0 287133318 17903616 3409 33554432000 4194304 5990268 140734223806352 140734223797792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13034/statm: 4371 3409 169 439 0 3928 0
[pid=13148] ppid=13034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13148/stat : 13148 (satsolver.sh) S 13034 13033 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287137479 9367552 267 33554432000 4194304 5064252 140736286253296 140736286252208 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13148/statm: 2287 267 226 213 0 72 0
[pid=13149] ppid=13148 vsize=32288 CPUtime=9.47 cores=1,3,5,7
/proc/13149/stat : 13149 (glucose) R 13148 13033 11248 0 -1 4202496 7323 0 0 0 946 1 0 0 20 0 1 0 287137479 33062912 7395 33554432000 4194304 5208918 140733830724512 140733830722376 4211712 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13149/statm: 8072 7395 103 248 0 7821 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 68068

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13191
/proc/meminfo: memFree=28874644/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
[pid=13034] ppid=13033 vsize=17484 CPUtime=71.28 cores=1,3,5,7
/proc/13034/stat : 13034 (npSolver-wbo) S 13033 13033 11248 0 -1 4202496 15132 149384 0 0 44 12 7001 71 20 0 1 0 287133318 17903616 3409 33554432000 4194304 5990268 140734223806352 140734223797792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13034/statm: 4371 3409 169 439 0 3928 0
[pid=13190] ppid=13034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13190/stat : 13190 (satsolver.sh) S 13034 13033 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287140450 9367552 267 33554432000 4194304 5064252 140736422762752 140736422761664 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13190/statm: 2287 267 226 213 0 72 0
[pid=13191] ppid=13190 vsize=49320 CPUtime=30.96 cores=1,3,5,7
/proc/13191/stat : 13191 (glucose) R 13190 13033 11248 0 -1 4202496 8536 0 0 0 3094 2 0 0 20 0 1 0 287140450 50503680 11076 33554432000 4194304 5208918 140736050721776 140736050719720 4229757 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13191/statm: 12330 11076 105 248 0 12079 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 85100

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13191
/proc/meminfo: memFree=28838976/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
[pid=13034] ppid=13033 vsize=17484 CPUtime=71.28 cores=1,3,5,7
/proc/13034/stat : 13034 (npSolver-wbo) S 13033 13033 11248 0 -1 4202496 15132 149384 0 0 44 12 7001 71 20 0 1 0 287133318 17903616 3409 33554432000 4194304 5990268 140734223806352 140734223797792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13034/statm: 4371 3409 169 439 0 3928 0
[pid=13190] ppid=13034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13190/stat : 13190 (satsolver.sh) S 13034 13033 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287140450 9367552 267 33554432000 4194304 5064252 140736422762752 140736422761664 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13190/statm: 2287 267 226 213 0 72 0
[pid=13191] ppid=13190 vsize=61844 CPUtime=90.95 cores=1,3,5,7
/proc/13191/stat : 13191 (glucose) R 13190 13033 11248 0 -1 4202496 10467 0 0 0 9091 4 0 0 20 0 1 0 287140450 63328256 14793 33554432000 4194304 5208918 140736050721776 140736050719624 4229344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13191/statm: 15461 14793 105 248 0 15210 0

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13201
/proc/meminfo: memFree=28610360/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
[pid=13034] ppid=13033 vsize=17484 CPUtime=71.28 cores=1,3,5,7
/proc/13034/stat : 13034 (npSolver-wbo) S 13033 13033 11248 0 -1 4202496 15132 149384 0 0 44 12 7001 71 20 0 1 0 287133318 17903616 3409 33554432000 4194304 5990268 140734223806352 140734223797792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13034/statm: 4371 3409 169 439 0 3928 0
[pid=13190] ppid=13034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13190/stat : 13190 (satsolver.sh) S 13034 13033 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287140450 9367552 267 33554432000 4194304 5064252 140736422762752 140736422761664 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13190/statm: 2287 267 226 213 0 72 0
[pid=13191] ppid=13190 vsize=237576 CPUtime=1290.73 cores=1,3,5,7
/proc/13191/stat : 13191 (glucose) R 13190 13033 11248 0 -1 4202496 34560 0 0 0 129032 41 0 0 20 0 1 0 287140450 243277824 56178 33554432000 4194304 5208918 140736050721776 140736050718152 4229347 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13191/statm: 59394 56178 105 248 0 59143 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 273356

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13201
/proc/meminfo: memFree=28603120/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
[pid=13034] ppid=13033 vsize=17484 CPUtime=71.28 cores=1,3,5,7
/proc/13034/stat : 13034 (npSolver-wbo) S 13033 13033 11248 0 -1 4202496 15132 149384 0 0 44 12 7001 71 20 0 1 0 287133318 17903616 3409 33554432000 4194304 5990268 140734223806352 140734223797792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13034/statm: 4371 3409 169 439 0 3928 0
[pid=13190] ppid=13034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13190/stat : 13190 (satsolver.sh) S 13034 13033 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287140450 9367552 267 33554432000 4194304 5064252 140736422762752 140736422761664 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13190/statm: 2287 267 226 213 0 72 0
[pid=13191] ppid=13190 vsize=237576 CPUtime=1350.72 cores=1,3,5,7
/proc/13191/stat : 13191 (glucose) R 13190 13033 11248 0 -1 4202496 35262 0 0 0 135030 42 0 0 20 0 1 0 287140450 243277824 57269 33554432000 4194304 5208918 140736050721776 140736050718152 4229296 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13191/statm: 59394 57269 105 248 0 59143 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 273356

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13201
/proc/meminfo: memFree=28571760/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
[pid=13034] ppid=13033 vsize=17484 CPUtime=71.28 cores=1,3,5,7
/proc/13034/stat : 13034 (npSolver-wbo) S 13033 13033 11248 0 -1 4202496 15132 149384 0 0 44 12 7001 71 20 0 1 0 287133318 17903616 3409 33554432000 4194304 5990268 140734223806352 140734223797792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13034/statm: 4371 3409 169 439 0 3928 0
[pid=13190] ppid=13034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13190/stat : 13190 (satsolver.sh) S 13034 13033 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287140450 9367552 267 33554432000 4194304 5064252 140736422762752 140736422761664 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13190/statm: 2287 267 226 213 0 72 0
[pid=13191] ppid=13190 vsize=237576 CPUtime=1410.72 cores=1,3,5,7
/proc/13191/stat : 13191 (glucose) R 13190 13033 11248 0 -1 4202496 35879 0 0 0 141027 45 0 0 20 0 1 0 287140450 243277824 58360 33554432000 4194304 5208918 140736050721776 140736050718152 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13191/statm: 59394 58360 105 248 0 59143 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 273356

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13202
/proc/meminfo: memFree=28562932/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
[pid=13034] ppid=13033 vsize=17484 CPUtime=71.28 cores=1,3,5,7
/proc/13034/stat : 13034 (npSolver-wbo) S 13033 13033 11248 0 -1 4202496 15132 149384 0 0 44 12 7001 71 20 0 1 0 287133318 17903616 3409 33554432000 4194304 5990268 140734223806352 140734223797792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13034/statm: 4371 3409 169 439 0 3928 0
[pid=13190] ppid=13034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13190/stat : 13190 (satsolver.sh) S 13034 13033 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287140450 9367552 267 33554432000 4194304 5064252 140736422762752 140736422761664 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13190/statm: 2287 267 226 213 0 72 0
[pid=13191] ppid=13190 vsize=237576 CPUtime=1470.7 cores=1,3,5,7
/proc/13191/stat : 13191 (glucose) R 13190 13033 11248 0 -1 4202496 37042 0 0 0 147024 46 0 0 20 0 1 0 287140450 243277824 58859 33554432000 4194304 5208918 140736050721776 140736050718152 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13191/statm: 59394 58859 105 248 0 59143 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 273356

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13202
/proc/meminfo: memFree=28550552/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
[pid=13034] ppid=13033 vsize=17484 CPUtime=71.28 cores=1,3,5,7
/proc/13034/stat : 13034 (npSolver-wbo) S 13033 13033 11248 0 -1 4202496 15132 149384 0 0 44 12 7001 71 20 0 1 0 287133318 17903616 3409 33554432000 4194304 5990268 140734223806352 140734223797792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13034/statm: 4371 3409 169 439 0 3928 0
[pid=13190] ppid=13034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13190/stat : 13190 (satsolver.sh) S 13034 13033 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287140450 9367552 267 33554432000 4194304 5064252 140736422762752 140736422761664 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13190/statm: 2287 267 226 213 0 72 0
[pid=13191] ppid=13190 vsize=287664 CPUtime=1530.7 cores=1,3,5,7
/proc/13191/stat : 13191 (glucose) R 13190 13033 11248 0 -1 4202496 37965 0 0 0 153021 49 0 0 20 0 1 0 287140450 294567936 59509 33554432000 4194304 5208918 140736050721776 140736050719928 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13191/statm: 71916 59509 105 248 0 71665 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 323444

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 13202
/proc/meminfo: memFree=28548184/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
[pid=13034] ppid=13033 vsize=17484 CPUtime=71.28 cores=1,3,5,7
/proc/13034/stat : 13034 (npSolver-wbo) S 13033 13033 11248 0 -1 4202496 15132 149384 0 0 44 12 7001 71 20 0 1 0 287133318 17903616 3409 33554432000 4194304 5990268 140734223806352 140734223797792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13034/statm: 4371 3409 169 439 0 3928 0
[pid=13190] ppid=13034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13190/stat : 13190 (satsolver.sh) S 13034 13033 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287140450 9367552 267 33554432000 4194304 5064252 140736422762752 140736422761664 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13190/statm: 2287 267 226 213 0 72 0
[pid=13191] ppid=13190 vsize=287664 CPUtime=1590.69 cores=1,3,5,7
/proc/13191/stat : 13191 (glucose) R 13190 13033 11248 0 -1 4202496 38742 0 0 0 159017 52 0 0 20 0 1 0 287140450 294567936 60021 33554432000 4194304 5208918 140736050721776 140736050719928 4229203 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13191/statm: 71916 60021 105 248 0 71665 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 323444

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 13202
/proc/meminfo: memFree=28559528/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
[pid=13034] ppid=13033 vsize=17484 CPUtime=71.28 cores=1,3,5,7
/proc/13034/stat : 13034 (npSolver-wbo) S 13033 13033 11248 0 -1 4202496 15132 149384 0 0 44 12 7001 71 20 0 1 0 287133318 17903616 3409 33554432000 4194304 5990268 140734223806352 140734223797792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13034/statm: 4371 3409 169 439 0 3928 0
[pid=13190] ppid=13034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13190/stat : 13190 (satsolver.sh) S 13034 13033 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287140450 9367552 267 33554432000 4194304 5064252 140736422762752 140736422761664 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13190/statm: 2287 267 226 213 0 72 0
[pid=13191] ppid=13190 vsize=287664 CPUtime=1650.67 cores=1,3,5,7
/proc/13191/stat : 13191 (glucose) R 13190 13033 11248 0 -1 4202496 39524 0 0 0 165013 54 0 0 20 0 1 0 287140450 294567936 60533 33554432000 4194304 5208918 140736050721776 140736050718152 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13191/statm: 71916 60533 105 248 0 71665 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 323444

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13205
/proc/meminfo: memFree=28600056/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
[pid=13034] ppid=13033 vsize=17484 CPUtime=71.28 cores=1,3,5,7
/proc/13034/stat : 13034 (npSolver-wbo) S 13033 13033 11248 0 -1 4202496 15132 149384 0 0 44 12 7001 71 20 0 1 0 287133318 17903616 3409 33554432000 4194304 5990268 140734223806352 140734223797792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13034/statm: 4371 3409 169 439 0 3928 0
[pid=13190] ppid=13034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13190/stat : 13190 (satsolver.sh) S 13034 13033 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287140450 9367552 267 33554432000 4194304 5064252 140736422762752 140736422761664 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13190/statm: 2287 267 226 213 0 72 0
[pid=13191] ppid=13190 vsize=290252 CPUtime=1710.66 cores=1,3,5,7
/proc/13191/stat : 13191 (glucose) R 13190 13033 11248 0 -1 4202496 40949 0 0 0 171009 57 0 0 20 0 1 0 287140450 297218048 61695 33554432000 4194304 5208918 140736050721776 140736050719624 4229493 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13191/statm: 72563 61695 105 248 0 72312 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 326032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 13205
/proc/meminfo: memFree=28547596/32873648 swapFree=6864/6864
[pid=13033] ppid=13031 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13033/stat : 13033 (npSolver-wbo.sh) S 13031 13033 11248 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287133318 9367552 275 33554432000 4194304 5064252 140733858911888 140733858910800 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13033/statm: 2287 275 233 213 0 72 0
[pid=13034] ppid=13033 vsize=17484 CPUtime=71.28 cores=1,3,5,7
/proc/13034/stat : 13034 (npSolver-wbo) S 13033 13033 11248 0 -1 4202496 15132 149384 0 0 44 12 7001 71 20 0 1 0 287133318 17903616 3409 33554432000 4194304 5990268 140734223806352 140734223797792 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13034/statm: 4371 3409 169 439 0 3928 0
[pid=13190] ppid=13034 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13190/stat : 13190 (satsolver.sh) S 13034 13033 11248 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287140450 9367552 267 33554432000 4194304 5064252 140736422762752 140736422761664 270707353166 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/13190/statm: 2287 267 226 213 0 72 0
[pid=13191] ppid=13190 vsize=291060 CPUtime=1728.76 cores=1,3,5,7
/proc/13191/stat : 13191 (glucose) R 13190 13033 11248 0 -1 4202496 41183 0 0 0 172818 58 0 0 20 0 1 0 287140450 298045440 64468 33554432000 4194304 5208918 140736050721776 140736050719624 4213824 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13191/statm: 72765 64468 105 248 0 72514 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 326840

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.08
CPU user time (s): 1798.64
CPU system time (s): 1.43478
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 405096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 1.43478
maximum resident set size= 312760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206690
page faults= 0
swaps= 0
block input operations= 0
block output operations= 102016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2044
involuntary context switches= 1990

runsolver used 2.6326 second user time and 7.2089 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-28 15:01:19
IDJOB=3713901
IDBENCH=79186
IDSOLVER=2294
FILE ID=node125/3713901-1338210079
RUNJOBID= node125-1338195650-11265
PBS_JOBID= 14624609
Free space on /tmp= 71236 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-65-60--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-3713901-1338210079/watcher-3713901-1338210079 -o /tmp/evaluation-result-3713901-1338210079/solver-3713901-1338210079 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713901-1338210079.wbo 2147453097 HOME HOME

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

MD5SUM BENCH= 2e8bafba6181eaf32525647669a5fbcc
RANDOM SEED=2147453097

node125.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.373
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.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:        28676232 kB
Buffers:          512084 kB
Cached:          2504848 kB
SwapCached:         2304 kB
Active:          1810696 kB
Inactive:        1516660 kB
Active(anon):     302112 kB
Inactive(anon):     9556 kB
Active(file):    1508584 kB
Inactive(file):  1507104 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102616 kB
Dirty:              8236 kB
Writeback:             0 kB
AnonPages:        254912 kB
Mapped:            15236 kB
Shmem:               104 kB
Slab:             724592 kB
SReclaimable:     168568 kB
SUnreclaim:       556024 kB
KernelStack:        1528 kB
PageTables:         4564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     464384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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= 71236 MiB
End job on node125 at 2012-05-28 15:31:19