Trace number 3713903

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 inc? (TO) 1800.05 1800.51

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-75-70--soft-0-100-0.wbo
MD5SUM3c416dfc7b9a20db215e1b491e013711
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.281957
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5250
Total number of constraints145
Number of soft constraints145
Number of constraints which are clauses75
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint75
Top cost 7458
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 7457
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 76
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.62	c run usual solver
6.78/6.82	o 3056
6.78/6.82	c current bound: 1528
6.78/6.82	c fallback to adder encoding
7.24/7.53	o 1272
7.24/7.53	c current bound: 636
436.60/436.72	o 575
436.60/436.72	c current bound: 287
455.48/455.67	o 285
455.48/455.67	c current bound: 142
488.52/488.96	o 139
488.52/488.96	c current bound: 69
498.13/498.53	o 66
498.13/498.53	c current bound: 33
500.50/500.88	o 31
500.50/500.88	c current bound: 15
502.92/503.46	o 7
502.92/503.46	c current bound: 3
505.25/505.78	o 3
505.25/505.78	c current bound: 1
507.33/507.60	o 1
507.33/507.60	c current bound: 0
507.33/507.60	c [SWC] exit 4
1800.02/1800.51	./satsolver.sh: line 5: 24357 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1800.51	c error: unexpected solver exit code
1800.02/1800.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3713903-1338209184/watcher-3713903-1338209184 -o /tmp/evaluation-result-3713903-1338209184/solver-3713903-1338209184 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3713903-1338209184.wbo 310951624 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 3/181 24167
/proc/meminfo: memFree=27421944/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0

[startup+0.0809109 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24167
/proc/meminfo: memFree=27421944/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100294 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24167
/proc/meminfo: memFree=27421944/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300278 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24167
/proc/meminfo: memFree=27421944/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700285 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 24167
/proc/meminfo: memFree=27421944/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50042 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 24171
/proc/meminfo: memFree=27303464/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
[pid=24168] ppid=24167 vsize=26988 CPUtime=0.61 cores=1,3,5,7
/proc/24168/stat : 24168 (npSolver-wbo) S 24167 24167 21976 0 -1 4202496 5395 0 0 0 59 2 0 0 20 0 1 0 287043801 27635712 4267 33554432000 4194304 5990268 140737229726656 140737229719808 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24168/statm: 6747 4267 156 439 0 6304 0
[pid=24170] ppid=24168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24170/stat : 24170 (cp2_pre.sh) S 24168 24167 21976 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 287043864 9367552 277 33554432000 4194304 5064252 140737195822592 140737195821296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24170/statm: 2287 277 234 213 0 72 0
[pid=24171] ppid=24170 vsize=119116 CPUtime=0.86 cores=1,3,5,7
/proc/24171/stat : 24171 (coprocessor) R 24170 24167 21976 0 -1 4202496 21666 0 0 0 81 5 0 0 20 0 1 0 287043864 121974784 28513 33554432000 4194304 6586260 140736323221616 140736323218376 4753832 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/24171/statm: 29779 28513 182 584 0 29191 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 164400

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 24171
/proc/meminfo: memFree=27256636/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
[pid=24168] ppid=24167 vsize=26988 CPUtime=0.61 cores=1,3,5,7
/proc/24168/stat : 24168 (npSolver-wbo) S 24167 24167 21976 0 -1 4202496 5395 0 0 0 59 2 0 0 20 0 1 0 287043801 27635712 4267 33554432000 4194304 5990268 140737229726656 140737229719808 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24168/statm: 6747 4267 156 439 0 6304 0
[pid=24170] ppid=24168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24170/stat : 24170 (cp2_pre.sh) S 24168 24167 21976 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 287043864 9367552 277 33554432000 4194304 5064252 140737195822592 140737195821296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24170/statm: 2287 277 234 213 0 72 0
[pid=24171] ppid=24170 vsize=141868 CPUtime=2.46 cores=1,3,5,7
/proc/24171/stat : 24171 (coprocessor) R 24170 24167 21976 0 -1 4202496 25561 0 0 0 240 6 0 0 20 0 1 0 287043864 145272832 34452 33554432000 4194304 6586260 140736323221616 140736323217208 5599279 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/24171/statm: 35467 34452 191 584 0 34879 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 187152

[startup+6.30028 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 24171
/proc/meminfo: memFree=27218600/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
[pid=24168] ppid=24167 vsize=26988 CPUtime=5.78 cores=1,3,5,7
/proc/24168/stat : 24168 (npSolver-wbo) S 24167 24167 21976 0 -1 4202496 5404 28530 0 0 59 2 448 69 20 0 1 0 287043801 27635712 4268 33554432000 4194304 5990268 140737229726656 140737229720896 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24168/statm: 6747 4268 157 439 0 6304 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 36136

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 24188
/proc/meminfo: memFree=27261320/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
[pid=24168] ppid=24167 vsize=54040 CPUtime=7.63 cores=1,3,5,7
/proc/24168/stat : 24168 (npSolver-wbo) S 24167 24167 21976 0 -1 4202496 10490 64082 0 0 76 22 582 83 20 0 1 0 287043801 55336960 10821 33554432000 4194304 5990268 140737229726656 140737229718096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24168/statm: 13510 10821 169 439 0 13067 0
[pid=24187] ppid=24168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24187/stat : 24187 (satsolver.sh) S 24168 24167 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287044566 9367552 267 33554432000 4194304 5064252 140733451388272 140733451387184 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24187/statm: 2287 267 226 213 0 72 0
[pid=24188] ppid=24187 vsize=97488 CPUtime=5.04 cores=1,3,5,7
/proc/24188/stat : 24188 (glucose) R 24187 24167 21976 0 -1 4202496 20103 0 0 0 500 4 0 0 20 0 1 0 287044566 99827712 20939 33554432000 4194304 5208918 140734864347904 140734864345992 4229850 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24188/statm: 24372 20939 104 248 0 24121 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 169824

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 24188
/proc/meminfo: memFree=27227364/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
[pid=24168] ppid=24167 vsize=54040 CPUtime=7.63 cores=1,3,5,7
/proc/24168/stat : 24168 (npSolver-wbo) S 24167 24167 21976 0 -1 4202496 10490 64082 0 0 76 22 582 83 20 0 1 0 287043801 55336960 10821 33554432000 4194304 5990268 140737229726656 140737229718096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24168/statm: 13510 10821 169 439 0 13067 0
[pid=24187] ppid=24168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24187/stat : 24187 (satsolver.sh) S 24168 24167 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287044566 9367552 267 33554432000 4194304 5064252 140733451388272 140733451387184 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24187/statm: 2287 267 226 213 0 72 0
[pid=24188] ppid=24187 vsize=128016 CPUtime=17.83 cores=1,3,5,7
/proc/24188/stat : 24188 (glucose) R 24187 24167 21976 0 -1 4202496 21883 0 0 0 1778 5 0 0 20 0 1 0 287044566 131088384 28733 33554432000 4194304 5208918 140734864347904 140734864345848 4229532 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24188/statm: 32004 28733 104 248 0 31753 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 200352

[startup+51.1004 s]
/proc/loadavg: 2.06 2.02 2.00 3/184 24188
/proc/meminfo: memFree=27229596/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
[pid=24168] ppid=24167 vsize=54040 CPUtime=7.63 cores=1,3,5,7
/proc/24168/stat : 24168 (npSolver-wbo) S 24167 24167 21976 0 -1 4202496 10490 64082 0 0 76 22 582 83 20 0 1 0 287043801 55336960 10821 33554432000 4194304 5990268 140737229726656 140737229718096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24168/statm: 13510 10821 169 439 0 13067 0
[pid=24187] ppid=24168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24187/stat : 24187 (satsolver.sh) S 24168 24167 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287044566 9367552 267 33554432000 4194304 5064252 140733451388272 140733451387184 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24187/statm: 2287 267 226 213 0 72 0
[pid=24188] ppid=24187 vsize=146868 CPUtime=43.43 cores=1,3,5,7
/proc/24188/stat : 24188 (glucose) R 24187 24167 21976 0 -1 4202496 22833 0 0 0 4337 6 0 0 20 0 1 0 287044566 150392832 32702 33554432000 4194304 5208918 140734864347904 140734864345768 4229712 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24188/statm: 36717 32702 104 248 0 36466 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 219204

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/185 24297
/proc/meminfo: memFree=27413452/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
[pid=24168] ppid=24167 vsize=54040 CPUtime=7.63 cores=1,3,5,7
/proc/24168/stat : 24168 (npSolver-wbo) S 24167 24167 21976 0 -1 4202496 10490 64082 0 0 76 22 582 83 20 0 1 0 287043801 55336960 10821 33554432000 4194304 5990268 140737229726656 140737229718096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24168/statm: 13510 10821 169 439 0 13067 0
[pid=24187] ppid=24168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24187/stat : 24187 (satsolver.sh) S 24168 24167 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287044566 9367552 267 33554432000 4194304 5064252 140733451388272 140733451387184 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24187/statm: 2287 267 226 213 0 72 0
[pid=24188] ppid=24187 vsize=146868 CPUtime=94.63 cores=1,3,5,7
/proc/24188/stat : 24188 (glucose) R 24187 24167 21976 0 -1 4202496 24625 0 0 0 9455 8 0 0 20 0 1 0 287044566 150392832 31924 33554432000 4194304 5208918 140734864347904 140734864345848 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24188/statm: 36717 31924 104 248 0 36466 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 219204

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/185 24297
/proc/meminfo: memFree=27366028/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
[pid=24168] ppid=24167 vsize=54040 CPUtime=7.63 cores=1,3,5,7
/proc/24168/stat : 24168 (npSolver-wbo) S 24167 24167 21976 0 -1 4202496 10490 64082 0 0 76 22 582 83 20 0 1 0 287043801 55336960 10821 33554432000 4194304 5990268 140737229726656 140737229718096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24168/statm: 13510 10821 169 439 0 13067 0
[pid=24187] ppid=24168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24187/stat : 24187 (satsolver.sh) S 24168 24167 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287044566 9367552 267 33554432000 4194304 5064252 140733451388272 140733451387184 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24187/statm: 2287 267 226 213 0 72 0
[pid=24188] ppid=24187 vsize=180844 CPUtime=154.6 cores=1,3,5,7
/proc/24188/stat : 24188 (glucose) R 24187 24167 21976 0 -1 4202496 25199 0 0 0 15452 8 0 0 20 0 1 0 287044566 185184256 34517 33554432000 4194304 5208918 140734864347904 140734864345848 4229776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24188/statm: 45211 34517 104 248 0 44960 0
Current children cumulated CPU time (s) 162.23

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/186 24389
/proc/meminfo: memFree=27178284/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
[pid=24168] ppid=24167 vsize=41492 CPUtime=507.34 cores=1,3,5,7
/proc/24168/stat : 24168 (npSolver-wbo) S 24167 24167 21976 0 -1 4202496 26171 244945 0 0 95 25 50441 173 20 0 1 0 287043801 42487808 7529 33554432000 4194304 5990268 140737229726656 140737229718096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24168/statm: 10373 7529 169 439 0 9930 0
[pid=24356] ppid=24168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24356/stat : 24356 (satsolver.sh) S 24168 24167 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287094562 9367552 266 33554432000 4194304 5064252 140736606548560 140736606547472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24356/statm: 2287 266 226 213 0 72 0
[pid=24357] ppid=24356 vsize=222140 CPUtime=914.53 cores=1,3,5,7
/proc/24357/stat : 24357 (glucose) R 24356 24167 21976 0 -1 4202496 19944 0 0 0 91436 17 0 0 20 0 1 0 287094562 227471360 52615 33554432000 4194304 5208918 140736079442320 140736079438696 4229383 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24357/statm: 55535 52615 105 248 0 55284 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 281928

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 24389
/proc/meminfo: memFree=27176316/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
[pid=24168] ppid=24167 vsize=41492 CPUtime=507.34 cores=1,3,5,7
/proc/24168/stat : 24168 (npSolver-wbo) S 24167 24167 21976 0 -1 4202496 26171 244945 0 0 95 25 50441 173 20 0 1 0 287043801 42487808 7529 33554432000 4194304 5990268 140737229726656 140737229718096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24168/statm: 10373 7529 169 439 0 9930 0
[pid=24356] ppid=24168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24356/stat : 24356 (satsolver.sh) S 24168 24167 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287094562 9367552 266 33554432000 4194304 5064252 140736606548560 140736606547472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24356/statm: 2287 266 226 213 0 72 0
[pid=24357] ppid=24356 vsize=222140 CPUtime=974.52 cores=1,3,5,7
/proc/24357/stat : 24357 (glucose) R 24356 24167 21976 0 -1 4202496 20223 0 0 0 97434 18 0 0 20 0 1 0 287094562 227471360 52103 33554432000 4194304 5208918 140736079442320 140736079438632 4229885 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24357/statm: 55535 52103 105 248 0 55284 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 281928

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 24389
/proc/meminfo: memFree=27168172/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
[pid=24168] ppid=24167 vsize=41492 CPUtime=507.34 cores=1,3,5,7
/proc/24168/stat : 24168 (npSolver-wbo) S 24167 24167 21976 0 -1 4202496 26171 244945 0 0 95 25 50441 173 20 0 1 0 287043801 42487808 7529 33554432000 4194304 5990268 140737229726656 140737229718096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24168/statm: 10373 7529 169 439 0 9930 0
[pid=24356] ppid=24168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24356/stat : 24356 (satsolver.sh) S 24168 24167 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287094562 9367552 266 33554432000 4194304 5064252 140736606548560 140736606547472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24356/statm: 2287 266 226 213 0 72 0
[pid=24357] ppid=24356 vsize=222140 CPUtime=1034.51 cores=1,3,5,7
/proc/24357/stat : 24357 (glucose) R 24356 24167 21976 0 -1 4202496 20502 0 0 0 103432 19 0 0 20 0 1 0 287094562 227471360 52103 33554432000 4194304 5208918 140736079442320 140736079438632 4229296 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24357/statm: 55535 52103 105 248 0 55284 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 281928

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 24390
/proc/meminfo: memFree=27170036/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
[pid=24168] ppid=24167 vsize=41492 CPUtime=507.34 cores=1,3,5,7
/proc/24168/stat : 24168 (npSolver-wbo) S 24167 24167 21976 0 -1 4202496 26171 244945 0 0 95 25 50441 173 20 0 1 0 287043801 42487808 7529 33554432000 4194304 5990268 140737229726656 140737229718096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24168/statm: 10373 7529 169 439 0 9930 0
[pid=24356] ppid=24168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24356/stat : 24356 (satsolver.sh) S 24168 24167 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287094562 9367552 266 33554432000 4194304 5064252 140736606548560 140736606547472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24356/statm: 2287 266 226 213 0 72 0
[pid=24357] ppid=24356 vsize=222140 CPUtime=1094.5 cores=1,3,5,7
/proc/24357/stat : 24357 (glucose) R 24356 24167 21976 0 -1 4202496 21231 0 0 0 109429 21 0 0 20 0 1 0 287094562 227471360 51079 33554432000 4194304 5208918 140736079442320 140736079438632 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24357/statm: 55535 51079 105 248 0 55284 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 281928

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 24390
/proc/meminfo: memFree=27167852/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
[pid=24168] ppid=24167 vsize=41492 CPUtime=507.34 cores=1,3,5,7
/proc/24168/stat : 24168 (npSolver-wbo) S 24167 24167 21976 0 -1 4202496 26171 244945 0 0 95 25 50441 173 20 0 1 0 287043801 42487808 7529 33554432000 4194304 5990268 140737229726656 140737229718096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24168/statm: 10373 7529 169 439 0 9930 0
[pid=24356] ppid=24168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24356/stat : 24356 (satsolver.sh) S 24168 24167 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287094562 9367552 266 33554432000 4194304 5064252 140736606548560 140736606547472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24356/statm: 2287 266 226 213 0 72 0
[pid=24357] ppid=24356 vsize=222140 CPUtime=1154.5 cores=1,3,5,7
/proc/24357/stat : 24357 (glucose) R 24356 24167 21976 0 -1 4202496 21810 0 0 0 115428 22 0 0 20 0 1 0 287094562 227471360 50567 33554432000 4194304 5208918 140736079442320 140736079440312 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24357/statm: 55535 50567 105 248 0 55284 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 281928

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 24390
/proc/meminfo: memFree=27200436/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
[pid=24168] ppid=24167 vsize=41492 CPUtime=507.34 cores=1,3,5,7
/proc/24168/stat : 24168 (npSolver-wbo) S 24167 24167 21976 0 -1 4202496 26171 244945 0 0 95 25 50441 173 20 0 1 0 287043801 42487808 7529 33554432000 4194304 5990268 140737229726656 140737229718096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24168/statm: 10373 7529 169 439 0 9930 0
[pid=24356] ppid=24168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24356/stat : 24356 (satsolver.sh) S 24168 24167 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287094562 9367552 266 33554432000 4194304 5064252 140736606548560 140736606547472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24356/statm: 2287 266 226 213 0 72 0
[pid=24357] ppid=24356 vsize=172820 CPUtime=1214.48 cores=1,3,5,7
/proc/24357/stat : 24357 (glucose) R 24356 24167 21976 0 -1 4202496 22415 0 0 0 121425 23 0 0 20 0 1 0 287094562 176967680 41606 33554432000 4194304 5208918 140736079442320 140736079438696 4229424 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24357/statm: 43205 41606 105 248 0 42954 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 232608

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 24390
/proc/meminfo: memFree=27137620/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
[pid=24168] ppid=24167 vsize=41492 CPUtime=507.34 cores=1,3,5,7
/proc/24168/stat : 24168 (npSolver-wbo) S 24167 24167 21976 0 -1 4202496 26171 244945 0 0 95 25 50441 173 20 0 1 0 287043801 42487808 7529 33554432000 4194304 5990268 140737229726656 140737229718096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24168/statm: 10373 7529 169 439 0 9930 0
[pid=24356] ppid=24168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24356/stat : 24356 (satsolver.sh) S 24168 24167 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287094562 9367552 266 33554432000 4194304 5064252 140736606548560 140736606547472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24356/statm: 2287 266 226 213 0 72 0
[pid=24357] ppid=24356 vsize=252960 CPUtime=1274.47 cores=1,3,5,7
/proc/24357/stat : 24357 (glucose) R 24356 24167 21976 0 -1 4202496 23294 0 0 0 127423 24 0 0 20 0 1 0 287094562 259031040 54730 33554432000 4194304 5208918 140736079442320 140736079438696 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24357/statm: 63240 54730 105 248 0 62989 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 312748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.08 2.02 2.01 3/185 24390
/proc/meminfo: memFree=27179648/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
[pid=24168] ppid=24167 vsize=41492 CPUtime=507.34 cores=1,3,5,7
/proc/24168/stat : 24168 (npSolver-wbo) S 24167 24167 21976 0 -1 4202496 26171 244945 0 0 95 25 50441 173 20 0 1 0 287043801 42487808 7529 33554432000 4194304 5990268 140737229726656 140737229718096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24168/statm: 10373 7529 169 439 0 9930 0
[pid=24356] ppid=24168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24356/stat : 24356 (satsolver.sh) S 24168 24167 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287094562 9367552 266 33554432000 4194304 5064252 140736606548560 140736606547472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24356/statm: 2287 266 226 213 0 72 0
[pid=24357] ppid=24356 vsize=172820 CPUtime=1292.68 cores=1,3,5,7
/proc/24357/stat : 24357 (glucose) R 24356 24167 21976 0 -1 4202496 23296 0 0 0 129243 25 0 0 20 0 1 0 287094562 176967680 41606 33554432000 4194304 5208918 140736079442320 140736079440408 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24357/statm: 43205 41606 105 248 0 42954 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 232608

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.08 2.02 2.01 3/185 24390
/proc/meminfo: memFree=27179648/32873844 swapFree=7124/7124
[pid=24167] ppid=24165 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24167/stat : 24167 (npSolver-wbo-I.) S 24165 24167 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 287043801 9367552 275 33554432000 4194304 5064252 140734001734736 140734001733648 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/24167/statm: 2287 275 233 213 0 72 0
[pid=24168] ppid=24167 vsize=41492 CPUtime=507.34 cores=1,3,5,7
/proc/24168/stat : 24168 (npSolver-wbo) S 24167 24167 21976 0 -1 4202496 26171 244945 0 0 95 25 50441 173 20 0 1 0 287043801 42487808 7529 33554432000 4194304 5990268 140737229726656 140737229718096 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/24168/statm: 10373 7529 169 439 0 9930 0
[pid=24356] ppid=24168 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24356/stat : 24356 (satsolver.sh) S 24168 24167 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287094562 9367552 266 33554432000 4194304 5064252 140736606548560 140736606547472 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/24356/statm: 2287 266 226 213 0 72 0
[pid=24357] ppid=24356 vsize=172820 CPUtime=1292.68 cores=1,3,5,7
/proc/24357/stat : 24357 (glucose) R 24356 24167 21976 0 -1 4202496 23296 0 0 0 129243 25 0 0 20 0 1 0 287094562 176967680 41606 33554432000 4194304 5208918 140736079442320 140736079440408 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24357/statm: 43205 41606 105 248 0 42954 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 232608

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.05
CPU user time (s): 1797.81
CPU system time (s): 2.24566
CPU usage (%): 99.9745
Max. virtual memory (cumulated for all children) (KiB): 312748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.81
system time used= 2.24566
maximum resident set size= 223016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 295401
page faults= 0
swaps= 0
block input operations= 0
block output operations= 205488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4797
involuntary context switches= 2001

runsolver used 3.01954 second user time and 8.58769 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-28 14:46:24
IDJOB=3713903
IDBENCH=79179
IDSOLVER=2295
FILE ID=node134/3713903-1338209184
RUNJOBID= node134-1338192934-21993
PBS_JOBID= 14624583
Free space on /tmp= 71004 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-75-70--soft-0-100-0.wbo
COMMAND LINE= DIR/npSolver-wbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713903-1338209184/watcher-3713903-1338209184 -o /tmp/evaluation-result-3713903-1338209184/solver-3713903-1338209184 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3713903-1338209184.wbo 310951624 HOME HOME

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

MD5SUM BENCH= 3c416dfc7b9a20db215e1b491e013711
RANDOM SEED=310951624

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27421944 kB
Buffers:          463432 kB
Cached:          3896592 kB
SwapCached:            0 kB
Active:          1839588 kB
Inactive:        2741488 kB
Active(anon):     216988 kB
Inactive(anon):     5996 kB
Active(file):    1622600 kB
Inactive(file):  2735492 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8648 kB
Writeback:             0 kB
AnonPages:        231200 kB
Mapped:            15356 kB
Shmem:               212 kB
Slab:             726356 kB
SReclaimable:     167920 kB
SUnreclaim:       558436 kB
KernelStack:        1536 kB
PageTables:         4332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     390592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    114688 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= 70976 MiB
End job on node134 at 2012-05-28 15:16:25