Trace number 3714582

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-105-100--soft-0-100-0.wbo
MD5SUM74ceb63f540b1c0e7b9983b4b6436598
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.646901
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables10500
Total number of constraints205
Number of soft constraints205
Number of constraints which are clauses105
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint105
Top cost 10882
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 10881
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 106
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.87	c run usual solver
9.08/9.13	o 4100
9.08/9.13	c current bound: 2050
9.08/9.13	c fallback to adder encoding
10.19/10.54	o 2050
10.19/10.54	c current bound: 1025
10.19/10.54	c fallback to adder encoding
12.13/12.49	o 1021
12.13/12.49	c current bound: 510
22.00/22.03	o 509
22.00/22.03	c current bound: 254
26.31/26.77	o 250
26.31/26.77	c current bound: 125
38.38/38.44	o 110
38.38/38.44	c current bound: 55
52.00/52.35	o 49
52.00/52.35	c current bound: 24
53.83/54.16	o 24
53.83/54.16	c current bound: 12
55.13/55.46	o 12
55.13/55.46	c current bound: 6
57.20/57.21	o 5
57.20/57.21	c current bound: 2
59.74/60.06	o 1
59.74/60.06	c current bound: 0
59.74/60.06	c [SWC] exit 4
1800.09/1800.40	./satsolver.sh: line 5:  6388 Terminated              ./glucose $1 > $2 2> /dev/null
1800.09/1800.40	c error: unexpected solver exit code
1800.09/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-3714582-1338210435/watcher-3714582-1338210435 -o /tmp/evaluation-result-3714582-1338210435/solver-3714582-1338210435 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3714582-1338210435.wbo 2005950369 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/177 6296
/proc/meminfo: memFree=28332384/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0

[startup+0.0136519 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6296
/proc/meminfo: memFree=28332384/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100211 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6296
/proc/meminfo: memFree=28332384/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300218 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6296
/proc/meminfo: memFree=28332384/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700195 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6296
/proc/meminfo: memFree=28332384/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6300
/proc/meminfo: memFree=28276352/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
[pid=6297] ppid=6296 vsize=35440 CPUtime=0.87 cores=1,3,5,7
/proc/6297/stat : 6297 (npSolver-wbo) S 6296 6296 4385 0 -1 4202496 5628 0 0 0 84 3 0 0 20 0 1 0 287168923 36290560 5940 33554432000 4194304 5990268 140734734870912 140734734864064 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6297/statm: 8860 5940 156 439 0 8417 0
[pid=6299] ppid=6297 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6299/stat : 6299 (cp2_pre.sh) S 6297 6296 4385 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 287169011 9367552 277 33554432000 4194304 5064252 140735638694064 140735638692768 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6299/statm: 2287 277 234 213 0 72 0
[pid=6300] ppid=6299 vsize=159944 CPUtime=0.61 cores=1,3,5,7
/proc/6300/stat : 6300 (coprocessor) R 6299 6296 4385 0 -1 4202496 24163 0 0 0 58 3 0 0 20 0 1 0 287169011 163782656 34838 33554432000 4194304 6586260 140736733506192 140736733502456 5631587 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/6300/statm: 39986 34838 166 584 0 39398 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 213680

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6300
/proc/meminfo: memFree=28098828/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
[pid=6297] ppid=6296 vsize=35440 CPUtime=0.87 cores=1,3,5,7
/proc/6297/stat : 6297 (npSolver-wbo) S 6296 6296 4385 0 -1 4202496 5628 0 0 0 84 3 0 0 20 0 1 0 287168923 36290560 5940 33554432000 4194304 5990268 140734734870912 140734734864064 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6297/statm: 8860 5940 156 439 0 8417 0
[pid=6299] ppid=6297 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6299/stat : 6299 (cp2_pre.sh) S 6297 6296 4385 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 287169011 9367552 277 33554432000 4194304 5064252 140735638694064 140735638692768 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6299/statm: 2287 277 234 213 0 72 0
[pid=6300] ppid=6299 vsize=201932 CPUtime=2.21 cores=1,3,5,7
/proc/6300/stat : 6300 (coprocessor) R 6299 6296 4385 0 -1 4202496 32002 0 0 0 217 4 0 0 20 0 1 0 287169011 206778368 49349 33554432000 4194304 6586260 140736733506192 140736733501512 5598875 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/6300/statm: 50483 49349 191 584 0 49895 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 255668

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6300
/proc/meminfo: memFree=28098172/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
[pid=6297] ppid=6296 vsize=35440 CPUtime=0.87 cores=1,3,5,7
/proc/6297/stat : 6297 (npSolver-wbo) S 6296 6296 4385 0 -1 4202496 5628 0 0 0 84 3 0 0 20 0 1 0 287168923 36290560 5940 33554432000 4194304 5990268 140734734870912 140734734864064 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6297/statm: 8860 5940 156 439 0 8417 0
[pid=6299] ppid=6297 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6299/stat : 6299 (cp2_pre.sh) S 6297 6296 4385 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 287169011 9367552 277 33554432000 4194304 5064252 140735638694064 140735638692768 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6299/statm: 2287 277 234 213 0 72 0
[pid=6300] ppid=6299 vsize=219304 CPUtime=5.41 cores=1,3,5,7
/proc/6300/stat : 6300 (coprocessor) R 6299 6296 4385 0 -1 4202496 34282 0 0 0 536 5 0 0 20 0 1 0 287169011 224567296 53538 33554432000 4194304 6586260 140736733506192 140736733501784 4668240 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/6300/statm: 54826 53538 196 584 0 54238 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 273040

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6318
/proc/meminfo: memFree=28211152/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
[pid=6297] ppid=6296 vsize=73720 CPUtime=12.6 cores=1,3,5,7
/proc/6297/stat : 6297 (npSolver-wbo) S 6296 6296 4385 0 -1 4202496 14943 106960 0 0 113 34 1019 94 20 0 1 0 287168923 75489280 13679 33554432000 4194304 5990268 140734734870912 140734734862352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6297/statm: 18430 13679 170 439 0 17987 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 82868

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6332
/proc/meminfo: memFree=28158616/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
[pid=6297] ppid=6296 vsize=57336 CPUtime=22.08 cores=1,3,5,7
/proc/6297/stat : 6297 (npSolver-wbo) S 6296 6296 4385 0 -1 4202496 18567 141621 0 0 120 35 1943 110 20 0 1 0 287168923 58712064 11396 33554432000 4194304 5990268 140734734870912 140734734862352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6297/statm: 14334 11396 170 439 0 13891 0
[pid=6331] ppid=6297 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6331/stat : 6331 (satsolver.sh) S 6297 6296 4385 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287171132 9367552 267 33554432000 4194304 5064252 140737172083008 140737172081920 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6331/statm: 2287 267 226 213 0 72 0
[pid=6332] ppid=6331 vsize=93936 CPUtime=3.39 cores=1,3,5,7
/proc/6332/stat : 6332 (glucose) R 6331 6296 4385 0 -1 4202496 17782 0 0 0 336 3 0 0 20 0 1 0 287171132 96190464 20542 33554432000 4194304 5208918 140735977339696 140735977337544 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6332/statm: 23484 20542 103 248 0 23233 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 169568

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6353
/proc/meminfo: memFree=28220896/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
[pid=6297] ppid=6296 vsize=57336 CPUtime=38.44 cores=1,3,5,7
/proc/6297/stat : 6297 (npSolver-wbo) S 6296 6296 4385 0 -1 4202496 23159 195522 0 0 127 36 3547 134 20 0 1 0 287168923 58712064 11396 33554432000 4194304 5990268 140734734870912 140734734862352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6297/statm: 14334 11396 170 439 0 13891 0
[pid=6352] ppid=6297 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6352/stat : 6352 (satsolver.sh) S 6297 6296 4385 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287172767 9367552 266 33554432000 4194304 5064252 140736952197296 140736952196208 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6352/statm: 2287 266 226 213 0 72 0
[pid=6353] ppid=6352 vsize=89300 CPUtime=12.64 cores=1,3,5,7
/proc/6353/stat : 6353 (glucose) R 6352 6296 4385 0 -1 4202496 16403 0 0 0 1260 4 0 0 20 0 1 0 287172768 91443200 19502 33554432000 4194304 5208918 140734783946720 140734783944584 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6353/statm: 22325 19502 104 248 0 22074 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 164932

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6416
/proc/meminfo: memFree=28213604/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
[pid=6297] ppid=6296 vsize=57336 CPUtime=60.04 cores=1,3,5,7
/proc/6297/stat : 6297 (npSolver-wbo) S 6296 6296 4385 0 -1 4202496 32536 313331 0 0 136 37 5658 173 20 0 1 0 287168923 58712064 11396 33554432000 4194304 5990268 140734734870912 140734734862352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6297/statm: 14334 11396 170 439 0 13891 0
[pid=6387] ppid=6297 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6387/stat : 6387 (satsolver.sh) S 6297 6296 4385 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287174929 9367552 266 33554432000 4194304 5064252 140736966963056 140736966961968 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6387/statm: 2287 266 226 213 0 72 0
[pid=6388] ppid=6387 vsize=90264 CPUtime=42.22 cores=1,3,5,7
/proc/6388/stat : 6388 (glucose) R 6387 6296 4385 0 -1 4202496 15097 0 0 0 4220 2 0 0 20 0 1 0 287174929 92430336 19514 33554432000 4194304 5208918 140735103146432 140735103142808 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6388/statm: 22566 19514 105 248 0 22315 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 165896

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6416
/proc/meminfo: memFree=28167936/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
[pid=6297] ppid=6296 vsize=57336 CPUtime=60.04 cores=1,3,5,7
/proc/6297/stat : 6297 (npSolver-wbo) S 6296 6296 4385 0 -1 4202496 32536 313331 0 0 136 37 5658 173 20 0 1 0 287168923 58712064 11396 33554432000 4194304 5990268 140734734870912 140734734862352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6297/statm: 14334 11396 170 439 0 13891 0
[pid=6387] ppid=6297 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6387/stat : 6387 (satsolver.sh) S 6297 6296 4385 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287174929 9367552 266 33554432000 4194304 5064252 140736966963056 140736966961968 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6387/statm: 2287 266 226 213 0 72 0
[pid=6388] ppid=6387 vsize=116464 CPUtime=102.19 cores=1,3,5,7
/proc/6388/stat : 6388 (glucose) R 6387 6296 4385 0 -1 4202496 16922 0 0 0 10216 3 0 0 20 0 1 0 287174929 119259136 25317 33554432000 4194304 5208918 140735103146432 140735103142808 4229532 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6388/statm: 29116 25317 105 248 0 28865 0
Current children cumulated CPU time (s) 162.23

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6427
/proc/meminfo: memFree=27890372/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
[pid=6297] ppid=6296 vsize=57336 CPUtime=60.04 cores=1,3,5,7
/proc/6297/stat : 6297 (npSolver-wbo) S 6296 6296 4385 0 -1 4202496 32536 313331 0 0 136 37 5658 173 20 0 1 0 287168923 58712064 11396 33554432000 4194304 5990268 140734734870912 140734734862352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6297/statm: 14334 11396 170 439 0 13891 0
[pid=6387] ppid=6297 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6387/stat : 6387 (satsolver.sh) S 6297 6296 4385 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287174929 9367552 266 33554432000 4194304 5064252 140736966963056 140736966961968 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6387/statm: 2287 266 226 213 0 72 0
[pid=6388] ppid=6387 vsize=254840 CPUtime=1302.01 cores=1,3,5,7
/proc/6388/stat : 6388 (glucose) R 6387 6296 4385 0 -1 4202496 25578 0 0 0 130188 13 0 0 20 0 1 0 287174929 260956160 60442 33554432000 4194304 5208918 140735103146432 140735103142744 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6388/statm: 63710 60442 105 248 0 63459 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 330472

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 6430
/proc/meminfo: memFree=27892536/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
[pid=6297] ppid=6296 vsize=57336 CPUtime=60.04 cores=1,3,5,7
/proc/6297/stat : 6297 (npSolver-wbo) S 6296 6296 4385 0 -1 4202496 32536 313331 0 0 136 37 5658 173 20 0 1 0 287168923 58712064 11396 33554432000 4194304 5990268 140734734870912 140734734862352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6297/statm: 14334 11396 170 439 0 13891 0
[pid=6387] ppid=6297 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6387/stat : 6387 (satsolver.sh) S 6297 6296 4385 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287174929 9367552 266 33554432000 4194304 5064252 140736966963056 140736966961968 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6387/statm: 2287 266 226 213 0 72 0
[pid=6388] ppid=6387 vsize=254840 CPUtime=1362.01 cores=1,3,5,7
/proc/6388/stat : 6388 (glucose) R 6387 6296 4385 0 -1 4202496 26025 0 0 0 136187 14 0 0 20 0 1 0 287174929 260956160 59930 33554432000 4194304 5208918 140735103146432 140735103142120 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6388/statm: 63710 59930 105 248 0 63459 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 330472

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6430
/proc/meminfo: memFree=27900088/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
[pid=6297] ppid=6296 vsize=57336 CPUtime=60.04 cores=1,3,5,7
/proc/6297/stat : 6297 (npSolver-wbo) S 6296 6296 4385 0 -1 4202496 32536 313331 0 0 136 37 5658 173 20 0 1 0 287168923 58712064 11396 33554432000 4194304 5990268 140734734870912 140734734862352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6297/statm: 14334 11396 170 439 0 13891 0
[pid=6387] ppid=6297 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6387/stat : 6387 (satsolver.sh) S 6297 6296 4385 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287174929 9367552 266 33554432000 4194304 5064252 140736966963056 140736966961968 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6387/statm: 2287 266 226 213 0 72 0
[pid=6388] ppid=6387 vsize=254840 CPUtime=1421.99 cores=1,3,5,7
/proc/6388/stat : 6388 (glucose) R 6387 6296 4385 0 -1 4202496 26728 0 0 0 142184 15 0 0 20 0 1 0 287174929 260956160 58948 33554432000 4194304 5208918 140735103146432 140735103142808 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6388/statm: 63710 58948 105 248 0 63459 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 330472

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6431
/proc/meminfo: memFree=27906016/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
[pid=6297] ppid=6296 vsize=57336 CPUtime=60.04 cores=1,3,5,7
/proc/6297/stat : 6297 (npSolver-wbo) S 6296 6296 4385 0 -1 4202496 32536 313331 0 0 136 37 5658 173 20 0 1 0 287168923 58712064 11396 33554432000 4194304 5990268 140734734870912 140734734862352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6297/statm: 14334 11396 170 439 0 13891 0
[pid=6387] ppid=6297 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6387/stat : 6387 (satsolver.sh) S 6297 6296 4385 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287174929 9367552 266 33554432000 4194304 5064252 140736966963056 140736966961968 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6387/statm: 2287 266 226 213 0 72 0
[pid=6388] ppid=6387 vsize=254840 CPUtime=1481.99 cores=1,3,5,7
/proc/6388/stat : 6388 (glucose) R 6387 6296 4385 0 -1 4202496 27793 0 0 0 148183 16 0 0 20 0 1 0 287174929 260956160 58478 33554432000 4194304 5208918 140735103146432 140735103142808 4229483 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6388/statm: 63710 58478 105 248 0 63459 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 330472

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6431
/proc/meminfo: memFree=27876060/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
[pid=6297] ppid=6296 vsize=57336 CPUtime=60.04 cores=1,3,5,7
/proc/6297/stat : 6297 (npSolver-wbo) S 6296 6296 4385 0 -1 4202496 32536 313331 0 0 136 37 5658 173 20 0 1 0 287168923 58712064 11396 33554432000 4194304 5990268 140734734870912 140734734862352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6297/statm: 14334 11396 170 439 0 13891 0
[pid=6387] ppid=6297 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6387/stat : 6387 (satsolver.sh) S 6297 6296 4385 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287174929 9367552 266 33554432000 4194304 5064252 140736966963056 140736966961968 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6387/statm: 2287 266 226 213 0 72 0
[pid=6388] ppid=6387 vsize=285660 CPUtime=1541.97 cores=1,3,5,7
/proc/6388/stat : 6388 (glucose) R 6387 6296 4385 0 -1 4202496 28326 0 0 0 154181 16 0 0 20 0 1 0 287174929 292515840 62062 33554432000 4194304 5208918 140735103146432 140735103142808 4212485 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6388/statm: 71415 62062 105 248 0 71164 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 361292

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6431
/proc/meminfo: memFree=27884100/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
[pid=6297] ppid=6296 vsize=57336 CPUtime=60.04 cores=1,3,5,7
/proc/6297/stat : 6297 (npSolver-wbo) S 6296 6296 4385 0 -1 4202496 32536 313331 0 0 136 37 5658 173 20 0 1 0 287168923 58712064 11396 33554432000 4194304 5990268 140734734870912 140734734862352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6297/statm: 14334 11396 170 439 0 13891 0
[pid=6387] ppid=6297 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6387/stat : 6387 (satsolver.sh) S 6297 6296 4385 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287174929 9367552 266 33554432000 4194304 5064252 140736966963056 140736966961968 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6387/statm: 2287 266 226 213 0 72 0
[pid=6388] ppid=6387 vsize=254840 CPUtime=1601.96 cores=1,3,5,7
/proc/6388/stat : 6388 (glucose) R 6387 6296 4385 0 -1 4202496 28841 0 0 0 160179 17 0 0 20 0 1 0 287174929 260956160 60954 33554432000 4194304 5208918 140735103146432 140735103142808 4229776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6388/statm: 63710 60954 105 248 0 63459 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 330472

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6431
/proc/meminfo: memFree=27888556/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
[pid=6297] ppid=6296 vsize=57336 CPUtime=60.04 cores=1,3,5,7
/proc/6297/stat : 6297 (npSolver-wbo) S 6296 6296 4385 0 -1 4202496 32536 313331 0 0 136 37 5658 173 20 0 1 0 287168923 58712064 11396 33554432000 4194304 5990268 140734734870912 140734734862352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6297/statm: 14334 11396 170 439 0 13891 0
[pid=6387] ppid=6297 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6387/stat : 6387 (satsolver.sh) S 6297 6296 4385 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287174929 9367552 266 33554432000 4194304 5064252 140736966963056 140736966961968 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6387/statm: 2287 266 226 213 0 72 0
[pid=6388] ppid=6387 vsize=254840 CPUtime=1661.95 cores=1,3,5,7
/proc/6388/stat : 6388 (glucose) R 6387 6296 4385 0 -1 4202496 29958 0 0 0 166176 19 0 0 20 0 1 0 287174929 260956160 59930 33554432000 4194304 5208918 140735103146432 140735103142808 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6388/statm: 63710 59930 105 248 0 63459 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 330472

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6504
/proc/meminfo: memFree=28182716/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
[pid=6297] ppid=6296 vsize=57336 CPUtime=60.04 cores=1,3,5,7
/proc/6297/stat : 6297 (npSolver-wbo) S 6296 6296 4385 0 -1 4202496 32536 313331 0 0 136 37 5658 173 20 0 1 0 287168923 58712064 11396 33554432000 4194304 5990268 140734734870912 140734734862352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6297/statm: 14334 11396 170 439 0 13891 0
[pid=6387] ppid=6297 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6387/stat : 6387 (satsolver.sh) S 6297 6296 4385 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287174929 9367552 266 33554432000 4194304 5064252 140736966963056 140736966961968 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6387/statm: 2287 266 226 213 0 72 0
[pid=6388] ppid=6387 vsize=254840 CPUtime=1721.94 cores=1,3,5,7
/proc/6388/stat : 6388 (glucose) R 6387 6296 4385 0 -1 4202496 31075 0 0 0 172173 21 0 0 20 0 1 0 287174929 260956160 58906 33554432000 4194304 5208918 140735103146432 140735103144520 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6388/statm: 63710 58906 105 248 0 63459 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 330472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 6596
/proc/meminfo: memFree=28154352/32873624 swapFree=7104/7104
[pid=6296] ppid=6294 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6296/stat : 6296 (npSolver-wbo-I.) S 6294 6296 4385 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287168923 9367552 274 33554432000 4194304 5064252 140735346176016 140735346174928 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/6296/statm: 2287 274 233 213 0 72 0
[pid=6297] ppid=6296 vsize=57336 CPUtime=60.04 cores=1,3,5,7
/proc/6297/stat : 6297 (npSolver-wbo) S 6296 6296 4385 0 -1 4202496 32536 313331 0 0 136 37 5658 173 20 0 1 0 287168923 58712064 11396 33554432000 4194304 5990268 140734734870912 140734734862352 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6297/statm: 14334 11396 170 439 0 13891 0
[pid=6387] ppid=6297 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6387/stat : 6387 (satsolver.sh) S 6297 6296 4385 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 287174929 9367552 266 33554432000 4194304 5064252 140736966963056 140736966961968 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/6387/statm: 2287 266 226 213 0 72 0
[pid=6388] ppid=6387 vsize=254840 CPUtime=1740.05 cores=1,3,5,7
/proc/6388/stat : 6388 (glucose) R 6387 6296 4385 0 -1 4202496 31077 0 0 0 173984 21 0 0 20 0 1 0 287174929 260956160 59930 33554432000 4194304 5208918 140735103146432 140735103142808 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6388/statm: 63710 59930 105 248 0 63459 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 330472

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.14
CPU user time (s): 1797.8
CPU system time (s): 2.34064
CPU usage (%): 99.9849
Max. virtual memory (cumulated for all children) (KiB): 410612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.8
system time used= 2.34064
maximum resident set size= 288792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 377932
page faults= 0
swaps= 0
block input operations= 0
block output operations= 347648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7112
involuntary context switches= 1979

runsolver used 3.34149 second user time and 7.75082 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-28 15:07:15
IDJOB=3714582
IDBENCH=79183
IDSOLVER=2295
FILE ID=node121/3714582-1338210435
RUNJOBID= node121-1338194146-4402
PBS_JOBID= 14624594
Free space on /tmp= 71624 MiB

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

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

MD5SUM BENCH= 74ceb63f540b1c0e7b9983b4b6436598
RANDOM SEED=2005950369

node121.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.042
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.08
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.042
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		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873624 kB
MemFree:        28332392 kB
Buffers:          582668 kB
Cached:          2927096 kB
SwapCached:            0 kB
Active:          1126572 kB
Inactive:        2547556 kB
Active(anon):     161464 kB
Inactive(anon):        0 kB
Active(file):     965108 kB
Inactive(file):  2547556 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8196 kB
Writeback:             0 kB
AnonPages:        171668 kB
Mapped:            15324 kB
Shmem:               200 kB
Slab:             724828 kB
SReclaimable:     168700 kB
SUnreclaim:       556128 kB
KernelStack:        1504 kB
PageTables:         3924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     284980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71608 MiB
End job on node121 at 2012-05-28 15:37:15