Trace number 3714595

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-71-70--soft-0-100-0.wbo
MD5SUM60c1b790b835b31f32d3b92e41ae62ac
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.830873
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4970
Total number of constraints141
Number of soft constraints141
Number of constraints which are clauses71
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 constraint71
Top cost 7546
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 7545
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 72
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.59	c run usual solver
6.68/6.71	o 3688
6.68/6.71	c current bound: 1844
6.68/6.71	c fallback to adder encoding
7.07/7.35	o 1776
7.07/7.35	c current bound: 888
26.46/27.15	o 883
26.46/27.15	c current bound: 441
89.54/90.03	o 438
89.54/90.03	c current bound: 219
156.25/156.31	o 194
156.25/156.31	c current bound: 97
158.94/159.29	o 92
158.94/159.29	c current bound: 46
168.23/168.37	o 46
168.23/168.37	c current bound: 23
175.16/175.47	o 22
175.16/175.47	c current bound: 11
177.64/177.70	o 9
177.64/177.70	c current bound: 4
181.91/182.22	o 4
181.91/182.22	c current bound: 2
184.74/184.80	o 2
184.74/184.80	c current bound: 1
1800.07/1800.41	./satsolver.sh: line 5: 24051 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.41	c error: unexpected solver exit code
1800.07/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-3714595-1338207379/watcher-3714595-1338207379 -o /tmp/evaluation-result-3714595-1338207379/solver-3714595-1338207379 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3714595-1338207379.wbo 1895290036 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/181 23858
/proc/meminfo: memFree=27385080/32873844 swapFree=7124/7124
[pid=23858] ppid=23856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23858/stat : 23858 (npSolver-wbo-I.) S 23856 23858 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286863280 9367552 275 33554432000 4194304 5064252 140736352236976 140736352235888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23858/statm: 2287 275 233 213 0 72 0

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

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

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

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

[startup+1.50043 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 23862
/proc/meminfo: memFree=27267508/32873844 swapFree=7124/7124
[pid=23858] ppid=23856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23858/stat : 23858 (npSolver-wbo-I.) S 23856 23858 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286863280 9367552 275 33554432000 4194304 5064252 140736352236976 140736352235888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23858/statm: 2287 275 233 213 0 72 0
[pid=23859] ppid=23858 vsize=18784 CPUtime=0.58 cores=1,3,5,7
/proc/23859/stat : 23859 (npSolver-wbo) S 23858 23858 21976 0 -1 4202496 5773 0 0 0 56 2 0 0 20 0 1 0 286863280 19234816 3821 33554432000 4194304 5990268 140736957203504 140736957196656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23859/statm: 4696 3821 156 439 0 4253 0
[pid=23861] ppid=23859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23861/stat : 23861 (cp2_pre.sh) S 23859 23858 21976 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 286863339 9367552 277 33554432000 4194304 5064252 140733846558976 140733846557680 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23861/statm: 2287 277 234 213 0 72 0
[pid=23862] ppid=23861 vsize=134120 CPUtime=0.9 cores=1,3,5,7
/proc/23862/stat : 23862 (coprocessor) R 23861 23858 21976 0 -1 4202496 23364 0 0 0 85 5 0 0 20 0 1 0 286863339 137338880 32255 33554432000 4194304 6586260 140734849946608 140734849942872 5511711 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/23862/statm: 33530 32256 184 584 0 32942 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 171200

[startup+3.10033 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 23862
/proc/meminfo: memFree=27228548/32873844 swapFree=7124/7124
[pid=23858] ppid=23856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23858/stat : 23858 (npSolver-wbo-I.) S 23856 23858 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286863280 9367552 275 33554432000 4194304 5064252 140736352236976 140736352235888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23858/statm: 2287 275 233 213 0 72 0
[pid=23859] ppid=23858 vsize=18784 CPUtime=0.58 cores=1,3,5,7
/proc/23859/stat : 23859 (npSolver-wbo) S 23858 23858 21976 0 -1 4202496 5773 0 0 0 56 2 0 0 20 0 1 0 286863280 19234816 3821 33554432000 4194304 5990268 140736957203504 140736957196656 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23859/statm: 4696 3821 156 439 0 4253 0
[pid=23861] ppid=23859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23861/stat : 23861 (cp2_pre.sh) S 23859 23858 21976 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 286863339 9367552 277 33554432000 4194304 5064252 140733846558976 140733846557680 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/23861/statm: 2287 277 234 213 0 72 0
[pid=23862] ppid=23861 vsize=135340 CPUtime=2.5 cores=1,3,5,7
/proc/23862/stat : 23862 (coprocessor) R 23861 23858 21976 0 -1 4202496 23908 0 0 0 245 5 0 0 20 0 1 0 286863339 138588160 32799 33554432000 4194304 6586260 140734849946608 140734849942200 5599216 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/23862/statm: 33835 32799 191 584 0 33247 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 172420

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 23862
/proc/meminfo: memFree=27184808/32873844 swapFree=7124/7124
[pid=23858] ppid=23856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23858/stat : 23858 (npSolver-wbo-I.) S 23856 23858 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286863280 9367552 275 33554432000 4194304 5064252 140736352236976 140736352235888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23858/statm: 2287 275 233 213 0 72 0
[pid=23859] ppid=23858 vsize=18784 CPUtime=6.24 cores=1,3,5,7
/proc/23859/stat : 23859 (npSolver-wbo) S 23858 23858 21976 0 -1 4202496 5791 37209 0 0 56 2 500 66 20 0 1 0 286863280 19234816 3823 33554432000 4194304 5990268 140736957203504 140736957197232 5173822 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23859/statm: 4696 3823 158 439 0 4253 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 27932

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 23879
/proc/meminfo: memFree=27203828/32873844 swapFree=7124/7124
[pid=23858] ppid=23856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23858/stat : 23858 (npSolver-wbo-I.) S 23856 23858 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286863280 9367552 275 33554432000 4194304 5064252 140736352236976 140736352235888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23858/statm: 2287 275 233 213 0 72 0
[pid=23859] ppid=23858 vsize=47112 CPUtime=7.5 cores=1,3,5,7
/proc/23859/stat : 23859 (npSolver-wbo) S 23858 23858 21976 0 -1 4202496 12802 62981 0 0 77 20 575 78 20 0 1 0 286863280 48242688 9823 33554432000 4194304 5990268 140736957203504 140736957194944 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23859/statm: 11778 9823 170 439 0 11335 0
[pid=23878] ppid=23859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23878/stat : 23878 (satsolver.sh) S 23859 23858 21976 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286864031 9367552 266 33554432000 4194304 5064252 140734380064464 140734380063376 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23878/statm: 2287 266 226 213 0 72 0
[pid=23879] ppid=23878 vsize=127716 CPUtime=5.17 cores=1,3,5,7
/proc/23879/stat : 23879 (glucose) R 23878 23858 21976 0 -1 4202496 22188 0 0 0 512 5 0 0 20 0 1 0 286864032 130781184 25421 33554432000 4194304 5208918 140736450920336 140736450918184 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23879/statm: 31929 25421 103 248 0 31678 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 193124

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 23880
/proc/meminfo: memFree=27184332/32873844 swapFree=7124/7124
[pid=23858] ppid=23856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23858/stat : 23858 (npSolver-wbo-I.) S 23856 23858 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286863280 9367552 275 33554432000 4194304 5064252 140736352236976 140736352235888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23858/statm: 2287 275 233 213 0 72 0
[pid=23859] ppid=23858 vsize=47112 CPUtime=7.5 cores=1,3,5,7
/proc/23859/stat : 23859 (npSolver-wbo) S 23858 23858 21976 0 -1 4202496 12802 62981 0 0 77 20 575 78 20 0 1 0 286863280 48242688 9823 33554432000 4194304 5990268 140736957203504 140736957194944 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23859/statm: 11778 9823 170 439 0 11335 0
[pid=23878] ppid=23859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23878/stat : 23878 (satsolver.sh) S 23859 23858 21976 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 286864031 9367552 266 33554432000 4194304 5064252 140734380064464 140734380063376 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23878/statm: 2287 266 226 213 0 72 0
[pid=23879] ppid=23878 vsize=128820 CPUtime=17.97 cores=1,3,5,7
/proc/23879/stat : 23879 (glucose) R 23878 23858 21976 0 -1 4202496 22661 0 0 0 1792 5 0 0 20 0 1 0 286864032 131911680 25710 33554432000 4194304 5208918 140736450920336 140736450918280 4212442 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23879/statm: 32205 25710 104 248 0 31954 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 194228

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 23887
/proc/meminfo: memFree=27276688/32873844 swapFree=7124/7124
[pid=23858] ppid=23856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23858/stat : 23858 (npSolver-wbo-I.) S 23856 23858 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286863280 9367552 275 33554432000 4194304 5064252 140736352236976 140736352235888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23858/statm: 2287 275 233 213 0 72 0
[pid=23859] ppid=23858 vsize=41844 CPUtime=27.21 cores=1,3,5,7
/proc/23859/stat : 23859 (npSolver-wbo) S 23858 23858 21976 0 -1 4202496 17707 95900 0 0 85 22 2509 105 20 0 1 0 286863280 42848256 9038 33554432000 4194304 5990268 140736957203504 140736957194944 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23859/statm: 10461 9038 170 439 0 10018 0
[pid=23886] ppid=23859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23886/stat : 23886 (satsolver.sh) S 23859 23858 21976 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286866003 9367552 267 33554432000 4194304 5064252 140734889882704 140734889881616 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23886/statm: 2287 267 226 213 0 72 0
[pid=23887] ppid=23886 vsize=111960 CPUtime=23.84 cores=1,3,5,7
/proc/23887/stat : 23887 (glucose) R 23886 23858 21976 0 -1 4202496 17112 0 0 0 2380 4 0 0 20 0 1 0 286866003 114647040 24964 33554432000 4194304 5208918 140733329654272 140733329652216 4229299 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23887/statm: 27990 24964 103 248 0 27739 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 172100

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 23995
/proc/meminfo: memFree=27488152/32873844 swapFree=7124/7124
[pid=23858] ppid=23856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23858/stat : 23858 (npSolver-wbo-I.) S 23856 23858 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286863280 9367552 275 33554432000 4194304 5064252 140736352236976 140736352235888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23858/statm: 2287 275 233 213 0 72 0
[pid=23859] ppid=23858 vsize=41844 CPUtime=90.04 cores=1,3,5,7
/proc/23859/stat : 23859 (npSolver-wbo) S 23858 23858 21976 0 -1 4202496 21508 123831 0 0 89 23 8768 124 20 0 1 0 286863280 42848256 9038 33554432000 4194304 5990268 140736957203504 140736957194944 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23859/statm: 10461 9038 170 439 0 10018 0
[pid=23994] ppid=23859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23994/stat : 23994 (satsolver.sh) S 23859 23858 21976 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286872287 9367552 266 33554432000 4194304 5064252 140736670264096 140736670263008 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23994/statm: 2287 266 226 213 0 72 0
[pid=23995] ppid=23994 vsize=78468 CPUtime=12.22 cores=1,3,5,7
/proc/23995/stat : 23995 (glucose) R 23994 23858 21976 0 -1 4202496 13994 0 0 0 1218 4 0 0 20 0 1 0 286872287 80351232 17399 33554432000 4194304 5208918 140736577947760 140736577945624 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23995/statm: 19617 17399 104 248 0 19366 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 138608

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 24016
/proc/meminfo: memFree=27498488/32873844 swapFree=7124/7124
[pid=23858] ppid=23856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23858/stat : 23858 (npSolver-wbo-I.) S 23856 23858 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286863280 9367552 275 33554432000 4194304 5064252 140736352236976 140736352235888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23858/statm: 2287 275 233 213 0 72 0
[pid=23859] ppid=23858 vsize=41844 CPUtime=159.25 cores=1,3,5,7
/proc/23859/stat : 23859 (npSolver-wbo) S 23858 23858 21976 0 -1 4202496 25223 169057 0 0 93 24 15660 148 20 0 1 0 286863280 42848256 9038 33554432000 4194304 5990268 140736957203504 140736957194944 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23859/statm: 10461 9038 170 439 0 10018 0
[pid=24015] ppid=23859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24015/stat : 24015 (satsolver.sh) S 23859 23858 21976 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 286879209 9367552 267 33554432000 4194304 5064252 140735567079312 140735567078224 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24015/statm: 2287 267 226 213 0 72 0
[pid=24016] ppid=24015 vsize=45188 CPUtime=2.99 cores=1,3,5,7
/proc/24016/stat : 24016 (glucose) R 24015 23858 21976 0 -1 4202496 10530 0 0 0 297 2 0 0 20 0 1 0 286879210 46272512 8930 33554432000 4194304 5208918 140735872439872 140735872437720 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24016/statm: 11297 8930 104 248 0 11046 0
Current children cumulated CPU time (s) 162.24

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


[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/185 24061
/proc/meminfo: memFree=27191116/32873844 swapFree=7124/7124
[pid=23858] ppid=23856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23858/stat : 23858 (npSolver-wbo-I.) S 23856 23858 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286863280 9367552 275 33554432000 4194304 5064252 140736352236976 140736352235888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23858/statm: 2287 275 233 213 0 72 0
[pid=23859] ppid=23858 vsize=41844 CPUtime=184.75 cores=1,3,5,7
/proc/23859/stat : 23859 (npSolver-wbo) S 23858 23858 21976 0 -1 4202496 32660 265447 0 0 100 26 18164 185 20 0 1 0 286863280 42848256 9038 33554432000 4194304 5990268 140736957203504 140736957194944 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23859/statm: 10461 9038 170 439 0 10018 0
[pid=24050] ppid=23859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24050/stat : 24050 (satsolver.sh) S 23859 23858 21976 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286881761 9367552 266 33554432000 4194304 5064252 140735065320576 140735065319488 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24050/statm: 2287 266 226 213 0 72 0
[pid=24051] ppid=24050 vsize=225520 CPUtime=1177.28 cores=1,3,5,7
/proc/24051/stat : 24051 (glucose) R 24050 23858 21976 0 -1 4202496 20363 0 0 0 117707 21 0 0 20 0 1 0 286881761 230932480 53967 33554432000 4194304 5208918 140736295508816 140736295505128 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24051/statm: 56380 53967 105 248 0 56129 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 285660

[startup+1422.31 s]
/proc/loadavg: 2.10 2.03 2.01 3/186 24064
/proc/meminfo: memFree=27174904/32873844 swapFree=7124/7124
[pid=23858] ppid=23856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23858/stat : 23858 (npSolver-wbo-I.) S 23856 23858 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286863280 9367552 275 33554432000 4194304 5064252 140736352236976 140736352235888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23858/statm: 2287 275 233 213 0 72 0
[pid=23859] ppid=23858 vsize=41844 CPUtime=184.75 cores=1,3,5,7
/proc/23859/stat : 23859 (npSolver-wbo) S 23858 23858 21976 0 -1 4202496 32660 265447 0 0 100 26 18164 185 20 0 1 0 286863280 42848256 9038 33554432000 4194304 5990268 140736957203504 140736957194944 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23859/statm: 10461 9038 170 439 0 10018 0
[pid=24050] ppid=23859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24050/stat : 24050 (satsolver.sh) S 23859 23858 21976 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286881761 9367552 266 33554432000 4194304 5064252 140735065320576 140735065319488 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24050/statm: 2287 266 226 213 0 72 0
[pid=24051] ppid=24050 vsize=225520 CPUtime=1237.28 cores=1,3,5,7
/proc/24051/stat : 24051 (glucose) R 24050 23858 21976 0 -1 4202496 21093 0 0 0 123705 23 0 0 20 0 1 0 286881761 230932480 52943 33554432000 4194304 5208918 140736295508816 140736295505128 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24051/statm: 56380 52943 105 248 0 56129 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 285660

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/186 24064
/proc/meminfo: memFree=27212364/32873844 swapFree=7124/7124
[pid=23858] ppid=23856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23858/stat : 23858 (npSolver-wbo-I.) S 23856 23858 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286863280 9367552 275 33554432000 4194304 5064252 140736352236976 140736352235888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23858/statm: 2287 275 233 213 0 72 0
[pid=23859] ppid=23858 vsize=41844 CPUtime=184.75 cores=1,3,5,7
/proc/23859/stat : 23859 (npSolver-wbo) S 23858 23858 21976 0 -1 4202496 32660 265447 0 0 100 26 18164 185 20 0 1 0 286863280 42848256 9038 33554432000 4194304 5990268 140736957203504 140736957194944 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23859/statm: 10461 9038 170 439 0 10018 0
[pid=24050] ppid=23859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24050/stat : 24050 (satsolver.sh) S 23859 23858 21976 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286881761 9367552 266 33554432000 4194304 5064252 140735065320576 140735065319488 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24050/statm: 2287 266 226 213 0 72 0
[pid=24051] ppid=24050 vsize=225520 CPUtime=1297.27 cores=1,3,5,7
/proc/24051/stat : 24051 (glucose) R 24050 23858 21976 0 -1 4202496 21825 0 0 0 129702 25 0 0 20 0 1 0 286881761 230932480 52431 33554432000 4194304 5208918 140736295508816 140736295505192 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24051/statm: 56380 52431 105 248 0 56129 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 285660

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/185 24064
/proc/meminfo: memFree=27175500/32873844 swapFree=7124/7124
[pid=23858] ppid=23856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23858/stat : 23858 (npSolver-wbo-I.) S 23856 23858 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286863280 9367552 275 33554432000 4194304 5064252 140736352236976 140736352235888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23858/statm: 2287 275 233 213 0 72 0
[pid=23859] ppid=23858 vsize=41844 CPUtime=184.75 cores=1,3,5,7
/proc/23859/stat : 23859 (npSolver-wbo) S 23858 23858 21976 0 -1 4202496 32660 265447 0 0 100 26 18164 185 20 0 1 0 286863280 42848256 9038 33554432000 4194304 5990268 140736957203504 140736957194944 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23859/statm: 10461 9038 170 439 0 10018 0
[pid=24050] ppid=23859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24050/stat : 24050 (satsolver.sh) S 23859 23858 21976 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286881761 9367552 266 33554432000 4194304 5064252 140735065320576 140735065319488 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24050/statm: 2287 266 226 213 0 72 0
[pid=24051] ppid=24050 vsize=256340 CPUtime=1357.25 cores=1,3,5,7
/proc/24051/stat : 24051 (glucose) R 24050 23858 21976 0 -1 4202496 22420 0 0 0 135700 25 0 0 20 0 1 0 286881761 262492160 57106 33554432000 4194304 5208918 140736295508816 140736295505192 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24051/statm: 64085 57106 105 248 0 63834 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 316480

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 24065
/proc/meminfo: memFree=27170044/32873844 swapFree=7124/7124
[pid=23858] ppid=23856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23858/stat : 23858 (npSolver-wbo-I.) S 23856 23858 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286863280 9367552 275 33554432000 4194304 5064252 140736352236976 140736352235888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23858/statm: 2287 275 233 213 0 72 0
[pid=23859] ppid=23858 vsize=41844 CPUtime=184.75 cores=1,3,5,7
/proc/23859/stat : 23859 (npSolver-wbo) S 23858 23858 21976 0 -1 4202496 32660 265447 0 0 100 26 18164 185 20 0 1 0 286863280 42848256 9038 33554432000 4194304 5990268 140736957203504 140736957194944 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23859/statm: 10461 9038 170 439 0 10018 0
[pid=24050] ppid=23859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24050/stat : 24050 (satsolver.sh) S 23859 23858 21976 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286881761 9367552 266 33554432000 4194304 5064252 140735065320576 140735065319488 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24050/statm: 2287 266 226 213 0 72 0
[pid=24051] ppid=24050 vsize=225520 CPUtime=1417.24 cores=1,3,5,7
/proc/24051/stat : 24051 (glucose) R 24050 23858 21976 0 -1 4202496 22966 0 0 0 141698 26 0 0 20 0 1 0 286881761 230932480 54350 33554432000 4194304 5208918 140736295508816 140736295504600 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24051/statm: 56380 54350 105 248 0 56129 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 285660

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/185 24065
/proc/meminfo: memFree=27159308/32873844 swapFree=7124/7124
[pid=23858] ppid=23856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23858/stat : 23858 (npSolver-wbo-I.) S 23856 23858 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286863280 9367552 275 33554432000 4194304 5064252 140736352236976 140736352235888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23858/statm: 2287 275 233 213 0 72 0
[pid=23859] ppid=23858 vsize=41844 CPUtime=184.75 cores=1,3,5,7
/proc/23859/stat : 23859 (npSolver-wbo) S 23858 23858 21976 0 -1 4202496 32660 265447 0 0 100 26 18164 185 20 0 1 0 286863280 42848256 9038 33554432000 4194304 5990268 140736957203504 140736957194944 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23859/statm: 10461 9038 170 439 0 10018 0
[pid=24050] ppid=23859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24050/stat : 24050 (satsolver.sh) S 23859 23858 21976 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286881761 9367552 266 33554432000 4194304 5064252 140735065320576 140735065319488 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24050/statm: 2287 266 226 213 0 72 0
[pid=24051] ppid=24050 vsize=225520 CPUtime=1477.24 cores=1,3,5,7
/proc/24051/stat : 24051 (glucose) R 24050 23858 21976 0 -1 4202496 23321 0 0 0 147696 28 0 0 20 0 1 0 286881761 230932480 52943 33554432000 4194304 5208918 140736295508816 140736295505192 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24051/statm: 56380 52943 105 248 0 56129 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 285660

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 24065
/proc/meminfo: memFree=27148576/32873844 swapFree=7124/7124
[pid=23858] ppid=23856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23858/stat : 23858 (npSolver-wbo-I.) S 23856 23858 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286863280 9367552 275 33554432000 4194304 5064252 140736352236976 140736352235888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23858/statm: 2287 275 233 213 0 72 0
[pid=23859] ppid=23858 vsize=41844 CPUtime=184.75 cores=1,3,5,7
/proc/23859/stat : 23859 (npSolver-wbo) S 23858 23858 21976 0 -1 4202496 32660 265447 0 0 100 26 18164 185 20 0 1 0 286863280 42848256 9038 33554432000 4194304 5990268 140736957203504 140736957194944 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23859/statm: 10461 9038 170 439 0 10018 0
[pid=24050] ppid=23859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24050/stat : 24050 (satsolver.sh) S 23859 23858 21976 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286881761 9367552 266 33554432000 4194304 5064252 140735065320576 140735065319488 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24050/statm: 2287 266 226 213 0 72 0
[pid=24051] ppid=24050 vsize=225520 CPUtime=1537.23 cores=1,3,5,7
/proc/24051/stat : 24051 (glucose) R 24050 23858 21976 0 -1 4202496 24071 0 0 0 153692 31 0 0 20 0 1 0 286881761 230932480 51919 33554432000 4194304 5208918 140736295508816 140736295505192 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24051/statm: 56380 51919 105 248 0 56129 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 285660

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 24065
/proc/meminfo: memFree=27169964/32873844 swapFree=7124/7124
[pid=23858] ppid=23856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23858/stat : 23858 (npSolver-wbo-I.) S 23856 23858 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286863280 9367552 275 33554432000 4194304 5064252 140736352236976 140736352235888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23858/statm: 2287 275 233 213 0 72 0
[pid=23859] ppid=23858 vsize=41844 CPUtime=184.75 cores=1,3,5,7
/proc/23859/stat : 23859 (npSolver-wbo) S 23858 23858 21976 0 -1 4202496 32660 265447 0 0 100 26 18164 185 20 0 1 0 286863280 42848256 9038 33554432000 4194304 5990268 140736957203504 140736957194944 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23859/statm: 10461 9038 170 439 0 10018 0
[pid=24050] ppid=23859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24050/stat : 24050 (satsolver.sh) S 23859 23858 21976 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286881761 9367552 266 33554432000 4194304 5064252 140735065320576 140735065319488 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24050/statm: 2287 266 226 213 0 72 0
[pid=24051] ppid=24050 vsize=256340 CPUtime=1597.22 cores=1,3,5,7
/proc/24051/stat : 24051 (glucose) R 24050 23858 21976 0 -1 4202496 24671 0 0 0 159690 32 0 0 20 0 1 0 286881761 262492160 57106 33554432000 4194304 5208918 140736295508816 140736295505192 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24051/statm: 64085 57106 105 248 0 63834 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 316480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 24065
/proc/meminfo: memFree=27173764/32873844 swapFree=7124/7124
[pid=23858] ppid=23856 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23858/stat : 23858 (npSolver-wbo-I.) S 23856 23858 21976 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286863280 9367552 275 33554432000 4194304 5064252 140736352236976 140736352235888 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23858/statm: 2287 275 233 213 0 72 0
[pid=23859] ppid=23858 vsize=41844 CPUtime=184.75 cores=1,3,5,7
/proc/23859/stat : 23859 (npSolver-wbo) S 23858 23858 21976 0 -1 4202496 32660 265447 0 0 100 26 18164 185 20 0 1 0 286863280 42848256 9038 33554432000 4194304 5990268 140736957203504 140736957194944 5173822 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23859/statm: 10461 9038 170 439 0 10018 0
[pid=24050] ppid=23859 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/24050/stat : 24050 (satsolver.sh) S 23859 23858 21976 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 286881761 9367552 266 33554432000 4194304 5064252 140735065320576 140735065319488 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/24050/statm: 2287 266 226 213 0 72 0
[pid=24051] ppid=24050 vsize=225520 CPUtime=1615.32 cores=1,3,5,7
/proc/24051/stat : 24051 (glucose) R 24050 23858 21976 0 -1 4202496 24814 0 0 0 161499 33 0 0 20 0 1 0 286881761 230932480 50895 33554432000 4194304 5208918 140736295508816 140736295506904 4229344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24051/statm: 56380 50895 105 248 0 56129 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 285660

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.12
CPU user time (s): 1797.65
CPU system time (s): 2.46563
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 365800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.65
system time used= 2.46563
maximum resident set size= 267764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 323909
page faults= 0
swaps= 0
block input operations= 0
block output operations= 221480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5175
involuntary context switches= 2034

runsolver used 2.97755 second user time and 8.48971 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-28 14:16:19
IDJOB=3714595
IDBENCH=79171
IDSOLVER=2295
FILE ID=node134/3714595-1338207379
RUNJOBID= node134-1338192934-21993
PBS_JOBID= 14624583
Free space on /tmp= 71000 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-71-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-3714595-1338207379/watcher-3714595-1338207379 -o /tmp/evaluation-result-3714595-1338207379/solver-3714595-1338207379 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3714595-1338207379.wbo 1895290036 HOME HOME

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

MD5SUM BENCH= 60c1b790b835b31f32d3b92e41ae62ac
RANDOM SEED=1895290036

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:        27385444 kB
Buffers:          462632 kB
Cached:          3900940 kB
SwapCached:            0 kB
Active:          1857332 kB
Inactive:        2742148 kB
Active(anon):     232068 kB
Inactive(anon):     5996 kB
Active(file):    1625264 kB
Inactive(file):  2736152 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8220 kB
Writeback:             0 kB
AnonPages:        265108 kB
Mapped:            15492 kB
Shmem:               212 kB
Slab:             725716 kB
SReclaimable:     167752 kB
SUnreclaim:       557964 kB
KernelStack:        1472 kB
PageTables:         4572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     405284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 70980 MiB
End job on node134 at 2012-05-28 14:46:19