Trace number 3713210

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

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.77/6.83	o 3056
6.77/6.83	c current bound: 1528
6.77/6.83	c fallback to adder encoding
7.17/7.46	o 1272
7.17/7.46	c current bound: 636
378.19/378.32	o 575
378.19/378.32	c current bound: 287
396.98/397.18	o 285
396.98/397.18	c current bound: 142
429.67/429.80	o 139
429.67/429.80	c current bound: 69
439.18/439.59	o 66
439.18/439.59	c current bound: 33
441.60/441.99	o 31
441.60/441.99	c current bound: 15
444.17/444.57	o 7
444.17/444.57	c current bound: 3
446.51/446.92	o 3
446.51/446.92	c current bound: 1
448.56/448.77	o 1
448.56/448.77	c current bound: 0
448.56/448.77	c [SWC] exit 4
1800.02/1800.40	./satsolver.sh: line 5:  9251 Terminated              ./glucose $1 > $2 2> /dev/null
1800.02/1800.40	c error: unexpected solver exit code
1800.02/1800.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3713210-1338207572/watcher-3713210-1338207572 -o /tmp/evaluation-result-3713210-1338207572/solver-3713210-1338207572 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo.sh HOME/instance-3713210-1338207572.wbo 731632677 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9169
/proc/meminfo: memFree=31017320/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0

[startup+0.0140181 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9169
/proc/meminfo: memFree=31017320/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100277 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9169
/proc/meminfo: memFree=31017320/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300268 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9169
/proc/meminfo: memFree=31017320/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700159 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 9169
/proc/meminfo: memFree=31017320/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/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/183 9173
/proc/meminfo: memFree=30896592/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
[pid=9170] ppid=9169 vsize=26988 CPUtime=0.62 cores=0,2,4,6
/proc/9170/stat : 9170 (npSolver-wbo) S 9169 9169 7066 0 -1 4202496 5427 0 0 0 60 2 0 0 20 0 1 0 286882809 27635712 4299 33554432000 4194304 5990268 140735274230128 140735274223280 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9170/statm: 6747 4299 156 439 0 6304 0
[pid=9172] ppid=9170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9172/stat : 9172 (cp2_pre.sh) S 9170 9169 7066 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 286882872 9367552 276 33554432000 4194304 5064252 140735139229840 140735139228544 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9172/statm: 2287 276 234 213 0 72 0
[pid=9173] ppid=9172 vsize=141592 CPUtime=0.86 cores=0,2,4,6
/proc/9173/stat : 9173 (coprocessor) R 9172 9169 7066 0 -1 4202496 25475 0 0 0 82 4 0 0 20 0 1 0 286882872 144990208 34366 33554432000 4194304 6586260 140737281311088 140737281307288 5599182 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/9173/statm: 35398 34366 190 584 0 34810 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 186876

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9173
/proc/meminfo: memFree=30853796/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
[pid=9170] ppid=9169 vsize=26988 CPUtime=0.62 cores=0,2,4,6
/proc/9170/stat : 9170 (npSolver-wbo) S 9169 9169 7066 0 -1 4202496 5427 0 0 0 60 2 0 0 20 0 1 0 286882809 27635712 4299 33554432000 4194304 5990268 140735274230128 140735274223280 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9170/statm: 6747 4299 156 439 0 6304 0
[pid=9172] ppid=9170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9172/stat : 9172 (cp2_pre.sh) S 9170 9169 7066 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 286882872 9367552 276 33554432000 4194304 5064252 140735139229840 140735139228544 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9172/statm: 2287 276 234 213 0 72 0
[pid=9173] ppid=9172 vsize=141868 CPUtime=2.46 cores=0,2,4,6
/proc/9173/stat : 9173 (coprocessor) R 9172 9169 7066 0 -1 4202496 25564 0 0 0 242 4 0 0 20 0 1 0 286882872 145272832 34455 33554432000 4194304 6586260 140737281311088 140737281306680 5599316 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/9173/statm: 35467 34455 191 584 0 34879 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 187152

[startup+6.30016 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9173
/proc/meminfo: memFree=30810604/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
[pid=9170] ppid=9169 vsize=26988 CPUtime=5.83 cores=0,2,4,6
/proc/9170/stat : 9170 (npSolver-wbo) S 9169 9169 7066 0 -1 4202496 5435 28516 0 0 60 2 453 68 20 0 1 0 286882809 27635712 4300 33554432000 4194304 5990268 140735274230128 140735274224368 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9170/statm: 6747 4300 157 439 0 6304 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 36136

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9190
/proc/meminfo: memFree=30857196/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
[pid=9170] ppid=9169 vsize=54040 CPUtime=7.56 cores=0,2,4,6
/proc/9170/stat : 9170 (npSolver-wbo) S 9169 9169 7066 0 -1 4202496 11676 64193 0 0 77 21 578 80 20 0 1 0 286882809 55336960 10853 33554432000 4194304 5990268 140735274230128 140735274221568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9170/statm: 13510 10853 169 439 0 13067 0
[pid=9189] ppid=9170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9189/stat : 9189 (satsolver.sh) S 9170 9169 7066 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 286883566 9367552 267 33554432000 4194304 5064252 140735443821632 140735443820544 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9189/statm: 2287 267 226 213 0 72 0
[pid=9190] ppid=9189 vsize=97492 CPUtime=5.11 cores=0,2,4,6
/proc/9190/stat : 9190 (glucose) R 9189 9169 7066 0 -1 4202496 20021 0 0 0 506 5 0 0 20 0 1 0 286883567 99831808 20927 33554432000 4194304 5208918 140736597894560 140736597892648 4205139 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9190/statm: 24373 20927 104 248 0 24122 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 169828

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9190
/proc/meminfo: memFree=30827152/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
[pid=9170] ppid=9169 vsize=54040 CPUtime=7.56 cores=0,2,4,6
/proc/9170/stat : 9170 (npSolver-wbo) S 9169 9169 7066 0 -1 4202496 11676 64193 0 0 77 21 578 80 20 0 1 0 286882809 55336960 10853 33554432000 4194304 5990268 140735274230128 140735274221568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9170/statm: 13510 10853 169 439 0 13067 0
[pid=9189] ppid=9170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9189/stat : 9189 (satsolver.sh) S 9170 9169 7066 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 286883566 9367552 267 33554432000 4194304 5064252 140735443821632 140735443820544 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9189/statm: 2287 267 226 213 0 72 0
[pid=9190] ppid=9189 vsize=128020 CPUtime=17.91 cores=0,2,4,6
/proc/9190/stat : 9190 (glucose) R 9189 9169 7066 0 -1 4202496 21712 0 0 0 1785 6 0 0 20 0 1 0 286883567 131092480 28729 33554432000 4194304 5208918 140736597894560 140736597892504 4229770 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9190/statm: 32005 28729 104 248 0 31754 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 200356

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 9194
/proc/meminfo: memFree=30820992/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
[pid=9170] ppid=9169 vsize=54040 CPUtime=7.56 cores=0,2,4,6
/proc/9170/stat : 9170 (npSolver-wbo) S 9169 9169 7066 0 -1 4202496 11676 64193 0 0 77 21 578 80 20 0 1 0 286882809 55336960 10853 33554432000 4194304 5990268 140735274230128 140735274221568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9170/statm: 13510 10853 169 439 0 13067 0
[pid=9189] ppid=9170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9189/stat : 9189 (satsolver.sh) S 9170 9169 7066 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 286883566 9367552 267 33554432000 4194304 5064252 140735443821632 140735443820544 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9189/statm: 2287 267 226 213 0 72 0
[pid=9190] ppid=9189 vsize=146872 CPUtime=43.5 cores=0,2,4,6
/proc/9190/stat : 9190 (glucose) R 9189 9169 7066 0 -1 4202496 22596 0 0 0 4344 6 0 0 20 0 1 0 286883567 150396928 33152 33554432000 4194304 5208918 140736597894560 140736597892424 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9190/statm: 36718 33152 104 248 0 36467 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 219208

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9194
/proc/meminfo: memFree=30779836/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
[pid=9170] ppid=9169 vsize=54040 CPUtime=7.56 cores=0,2,4,6
/proc/9170/stat : 9170 (npSolver-wbo) S 9169 9169 7066 0 -1 4202496 11676 64193 0 0 77 21 578 80 20 0 1 0 286882809 55336960 10853 33554432000 4194304 5990268 140735274230128 140735274221568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9170/statm: 13510 10853 169 439 0 13067 0
[pid=9189] ppid=9170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9189/stat : 9189 (satsolver.sh) S 9170 9169 7066 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 286883566 9367552 267 33554432000 4194304 5064252 140735443821632 140735443820544 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9189/statm: 2287 267 226 213 0 72 0
[pid=9190] ppid=9189 vsize=146872 CPUtime=94.68 cores=0,2,4,6
/proc/9190/stat : 9190 (glucose) R 9189 9169 7066 0 -1 4202496 24384 0 0 0 9461 7 0 0 20 0 1 0 286883567 150396928 32418 33554432000 4194304 5208918 140736597894560 140736597892504 4229538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9190/statm: 36718 32418 104 248 0 36467 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 219208

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9194
/proc/meminfo: memFree=30749344/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
[pid=9170] ppid=9169 vsize=54040 CPUtime=7.56 cores=0,2,4,6
/proc/9170/stat : 9170 (npSolver-wbo) S 9169 9169 7066 0 -1 4202496 11676 64193 0 0 77 21 578 80 20 0 1 0 286882809 55336960 10853 33554432000 4194304 5990268 140735274230128 140735274221568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9170/statm: 13510 10853 169 439 0 13067 0
[pid=9189] ppid=9170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9189/stat : 9189 (satsolver.sh) S 9170 9169 7066 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 286883566 9367552 267 33554432000 4194304 5064252 140735443821632 140735443820544 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9189/statm: 2287 267 226 213 0 72 0
[pid=9190] ppid=9189 vsize=180848 CPUtime=154.66 cores=0,2,4,6
/proc/9190/stat : 9190 (glucose) R 9189 9169 7066 0 -1 4202496 25150 0 0 0 15458 8 0 0 20 0 1 0 286883567 185188352 37308 33554432000 4194304 5208918 140736597894560 140736597892504 4211623 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9190/statm: 45212 37308 104 248 0 44961 0
Current children cumulated CPU time (s) 162.22

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9260
/proc/meminfo: memFree=30625232/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
[pid=9170] ppid=9169 vsize=41492 CPUtime=448.63 cores=0,2,4,6
/proc/9170/stat : 9170 (npSolver-wbo) S 9169 9169 7066 0 -1 4202496 27950 243247 0 0 96 23 44581 163 20 0 1 0 286882809 42487808 7691 33554432000 4194304 5990268 140735274230128 140735274221568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9170/statm: 10373 7691 169 439 0 9930 0
[pid=9250] ppid=9170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9250/stat : 9250 (satsolver.sh) S 9170 9169 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286927686 9367552 266 33554432000 4194304 5064252 140734458323696 140734458322608 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9250/statm: 2287 266 226 213 0 72 0
[pid=9251] ppid=9250 vsize=222140 CPUtime=913.35 cores=0,2,4,6
/proc/9251/stat : 9251 (glucose) R 9250 9169 7066 0 -1 4202496 20534 0 0 0 91322 13 0 0 20 0 1 0 286927686 227471360 51932 33554432000 4194304 5208918 140734202123280 140734202119592 4229319 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9251/statm: 55535 51932 105 248 0 55284 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 281928

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9260
/proc/meminfo: memFree=30615860/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
[pid=9170] ppid=9169 vsize=41492 CPUtime=448.63 cores=0,2,4,6
/proc/9170/stat : 9170 (npSolver-wbo) S 9169 9169 7066 0 -1 4202496 27950 243247 0 0 96 23 44581 163 20 0 1 0 286882809 42487808 7691 33554432000 4194304 5990268 140735274230128 140735274221568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9170/statm: 10373 7691 169 439 0 9930 0
[pid=9250] ppid=9170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9250/stat : 9250 (satsolver.sh) S 9170 9169 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286927686 9367552 266 33554432000 4194304 5064252 140734458323696 140734458322608 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9250/statm: 2287 266 226 213 0 72 0
[pid=9251] ppid=9250 vsize=222140 CPUtime=973.35 cores=0,2,4,6
/proc/9251/stat : 9251 (glucose) R 9250 9169 7066 0 -1 4202496 20758 0 0 0 97321 14 0 0 20 0 1 0 286927686 227471360 52444 33554432000 4194304 5208918 140734202123280 140734202119656 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9251/statm: 55535 52444 105 248 0 55284 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 281928

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9260
/proc/meminfo: memFree=30613564/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
[pid=9170] ppid=9169 vsize=41492 CPUtime=448.63 cores=0,2,4,6
/proc/9170/stat : 9170 (npSolver-wbo) S 9169 9169 7066 0 -1 4202496 27950 243247 0 0 96 23 44581 163 20 0 1 0 286882809 42487808 7691 33554432000 4194304 5990268 140735274230128 140735274221568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9170/statm: 10373 7691 169 439 0 9930 0
[pid=9250] ppid=9170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9250/stat : 9250 (satsolver.sh) S 9170 9169 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286927686 9367552 266 33554432000 4194304 5064252 140734458323696 140734458322608 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9250/statm: 2287 266 226 213 0 72 0
[pid=9251] ppid=9250 vsize=222140 CPUtime=1033.34 cores=0,2,4,6
/proc/9251/stat : 9251 (glucose) R 9250 9169 7066 0 -1 4202496 21492 0 0 0 103318 16 0 0 20 0 1 0 286927686 227471360 52444 33554432000 4194304 5208918 140734202123280 140734202119656 4228992 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9251/statm: 55535 52444 105 248 0 55284 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 281928

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 9260
/proc/meminfo: memFree=30612000/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
[pid=9170] ppid=9169 vsize=41492 CPUtime=448.63 cores=0,2,4,6
/proc/9170/stat : 9170 (npSolver-wbo) S 9169 9169 7066 0 -1 4202496 27950 243247 0 0 96 23 44581 163 20 0 1 0 286882809 42487808 7691 33554432000 4194304 5990268 140735274230128 140735274221568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9170/statm: 10373 7691 169 439 0 9930 0
[pid=9250] ppid=9170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9250/stat : 9250 (satsolver.sh) S 9170 9169 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286927686 9367552 266 33554432000 4194304 5064252 140734458323696 140734458322608 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9250/statm: 2287 266 226 213 0 72 0
[pid=9251] ppid=9250 vsize=222140 CPUtime=1093.32 cores=0,2,4,6
/proc/9251/stat : 9251 (glucose) R 9250 9169 7066 0 -1 4202496 22072 0 0 0 109316 16 0 0 20 0 1 0 286927686 227471360 52444 33554432000 4194304 5208918 140734202123280 140734202119064 4229365 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9251/statm: 55535 52444 105 248 0 55284 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 281928

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 9261
/proc/meminfo: memFree=30615664/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
[pid=9170] ppid=9169 vsize=41492 CPUtime=448.63 cores=0,2,4,6
/proc/9170/stat : 9170 (npSolver-wbo) S 9169 9169 7066 0 -1 4202496 27950 243247 0 0 96 23 44581 163 20 0 1 0 286882809 42487808 7691 33554432000 4194304 5990268 140735274230128 140735274221568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9170/statm: 10373 7691 169 439 0 9930 0
[pid=9250] ppid=9170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9250/stat : 9250 (satsolver.sh) S 9170 9169 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286927686 9367552 266 33554432000 4194304 5064252 140734458323696 140734458322608 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9250/statm: 2287 266 226 213 0 72 0
[pid=9251] ppid=9250 vsize=222140 CPUtime=1153.32 cores=0,2,4,6
/proc/9251/stat : 9251 (glucose) R 9250 9169 7066 0 -1 4202496 22892 0 0 0 115313 19 0 0 20 0 1 0 286927686 227471360 51932 33554432000 4194304 5208918 140734202123280 140734202119656 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9251/statm: 55535 51932 105 248 0 55284 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 281928

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9261
/proc/meminfo: memFree=30617468/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
[pid=9170] ppid=9169 vsize=41492 CPUtime=448.63 cores=0,2,4,6
/proc/9170/stat : 9170 (npSolver-wbo) S 9169 9169 7066 0 -1 4202496 27950 243247 0 0 96 23 44581 163 20 0 1 0 286882809 42487808 7691 33554432000 4194304 5990268 140735274230128 140735274221568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9170/statm: 10373 7691 169 439 0 9930 0
[pid=9250] ppid=9170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9250/stat : 9250 (satsolver.sh) S 9170 9169 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286927686 9367552 266 33554432000 4194304 5064252 140734458323696 140734458322608 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9250/statm: 2287 266 226 213 0 72 0
[pid=9251] ppid=9250 vsize=222140 CPUtime=1213.3 cores=0,2,4,6
/proc/9251/stat : 9251 (glucose) R 9250 9169 7066 0 -1 4202496 23714 0 0 0 121310 20 0 0 20 0 1 0 286927686 227471360 50396 33554432000 4194304 5208918 140734202123280 140734202119656 4213123 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9251/statm: 55535 50396 105 248 0 55284 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 281928

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9327
/proc/meminfo: memFree=30817532/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
[pid=9170] ppid=9169 vsize=41492 CPUtime=448.63 cores=0,2,4,6
/proc/9170/stat : 9170 (npSolver-wbo) S 9169 9169 7066 0 -1 4202496 27950 243247 0 0 96 23 44581 163 20 0 1 0 286882809 42487808 7691 33554432000 4194304 5990268 140735274230128 140735274221568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9170/statm: 10373 7691 169 439 0 9930 0
[pid=9250] ppid=9170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9250/stat : 9250 (satsolver.sh) S 9170 9169 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286927686 9367552 266 33554432000 4194304 5064252 140734458323696 140734458322608 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9250/statm: 2287 266 226 213 0 72 0
[pid=9251] ppid=9250 vsize=222140 CPUtime=1273.29 cores=0,2,4,6
/proc/9251/stat : 9251 (glucose) R 9250 9169 7066 0 -1 4202496 24530 0 0 0 127307 22 0 0 20 0 1 0 286927686 227471360 49884 33554432000 4194304 5208918 140734202123280 140734202121272 4228975 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9251/statm: 55535 49884 105 248 0 55284 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 281928

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9348
/proc/meminfo: memFree=30780872/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
[pid=9170] ppid=9169 vsize=41492 CPUtime=448.63 cores=0,2,4,6
/proc/9170/stat : 9170 (npSolver-wbo) S 9169 9169 7066 0 -1 4202496 27950 243247 0 0 96 23 44581 163 20 0 1 0 286882809 42487808 7691 33554432000 4194304 5990268 140735274230128 140735274221568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9170/statm: 10373 7691 169 439 0 9930 0
[pid=9250] ppid=9170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9250/stat : 9250 (satsolver.sh) S 9170 9169 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286927686 9367552 266 33554432000 4194304 5064252 140734458323696 140734458322608 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9250/statm: 2287 266 226 213 0 72 0
[pid=9251] ppid=9250 vsize=252960 CPUtime=1333.28 cores=0,2,4,6
/proc/9251/stat : 9251 (glucose) R 9250 9169 7066 0 -1 4202496 25141 0 0 0 133305 23 0 0 20 0 1 0 286927686 259031040 56095 33554432000 4194304 5208918 140734202123280 140734202118968 4229021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9251/statm: 63240 56095 105 248 0 62989 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 312748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9348
/proc/meminfo: memFree=30789888/32873844 swapFree=7624/7624
[pid=9169] ppid=9167 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9169/stat : 9169 (npSolver-wbo.sh) S 9167 9169 7066 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 286882809 9367552 275 33554432000 4194304 5064252 140735894570560 140735894569472 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9169/statm: 2287 275 233 213 0 72 0
[pid=9170] ppid=9169 vsize=41492 CPUtime=448.63 cores=0,2,4,6
/proc/9170/stat : 9170 (npSolver-wbo) S 9169 9169 7066 0 -1 4202496 27950 243247 0 0 96 23 44581 163 20 0 1 0 286882809 42487808 7691 33554432000 4194304 5990268 140735274230128 140735274221568 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9170/statm: 10373 7691 169 439 0 9930 0
[pid=9250] ppid=9170 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9250/stat : 9250 (satsolver.sh) S 9170 9169 7066 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 286927686 9367552 266 33554432000 4194304 5064252 140734458323696 140734458322608 214369461838 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9250/statm: 2287 266 226 213 0 72 0
[pid=9251] ppid=9250 vsize=222140 CPUtime=1351.39 cores=0,2,4,6
/proc/9251/stat : 9251 (glucose) R 9250 9169 7066 0 -1 4202496 25394 0 0 0 135115 24 0 0 20 0 1 0 286927686 227471360 50908 33554432000 4194304 5208918 140734202123280 140734202119656 4229365 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9251/statm: 55535 50908 105 248 0 55284 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 281928

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.07
CPU user time (s): 1797.93
CPU system time (s): 2.13168
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 362068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.93
system time used= 2.13167
maximum resident set size= 259996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297583
page faults= 0
swaps= 0
block input operations= 0
block output operations= 205584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4792
involuntary context switches= 2437

runsolver used 3.82142 second user time and 10.3554 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 14:19:32
IDJOB=3713210
IDBENCH=79179
IDSOLVER=2294
FILE ID=node130/3713210-1338207572
RUNJOBID= node130-1338193034-7082
PBS_JOBID= 14624584
Free space on /tmp= 71460 MiB

SOLVER NAME= npSolver 1.0
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.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713210-1338207572/watcher-3713210-1338207572 -o /tmp/evaluation-result-3713210-1338207572/solver-3713210-1338207572 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo.sh HOME/instance-3713210-1338207572.wbo 731632677 HOME HOME

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

MD5SUM BENCH= 3c416dfc7b9a20db215e1b491e013711
RANDOM SEED=731632677

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31017312 kB
Buffers:          354476 kB
Cached:           581988 kB
SwapCached:         4508 kB
Active:           816932 kB
Inactive:         196164 kB
Active(anon):      66712 kB
Inactive(anon):     9016 kB
Active(file):     750220 kB
Inactive(file):   187148 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099916 kB
Dirty:              8632 kB
Writeback:             0 kB
AnonPages:         77828 kB
Mapped:            12568 kB
Shmem:                 8 kB
Slab:             698948 kB
SReclaimable:     140220 kB
SUnreclaim:       558728 kB
KernelStack:        1528 kB
PageTables:         4060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     203340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 71440 MiB
End job on node130 at 2012-05-28 14:49:33