Trace number 3713936

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.06 1800.51

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j3046_4-unsat--soft-0-100-0.wbo
MD5SUM2b00d8b927b7b07d427d99ed9c18c554
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.05999
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3968
Total number of constraints13430
Number of soft constraints13430
Number of constraints which are clauses13178
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints252
Minimum length of a constraint1
Maximum length of a constraint30
Top cost 682149
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 682148
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 187
Number of bits of the biggest sum of numbers8
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.48	c run usual solver
3.64/3.88	o 3217
3.64/3.88	c current bound: 1608
3.64/3.88	c fallback to adder encoding
6.34/6.56	o 1096
6.34/6.56	c current bound: 548
6.34/6.56	c fallback to adder encoding
863.08/863.47	o 548
863.08/863.47	c current bound: 274
863.08/863.47	c fallback to adder encoding
1347.55/1348.48	o 274
1347.55/1348.48	c current bound: 137
1347.55/1348.48	c fallback to adder encoding
1800.01/1800.51	./satsolver.sh: line 5: 16472 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1800.51	c error: unexpected solver exit code
1800.01/1800.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3713936-1338214361/watcher-3713936-1338214361 -o /tmp/evaluation-result-3713936-1338214361/solver-3713936-1338214361 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-I.sh HOME/instance-3713936-1338214361.wbo 734198178 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.01 2.05 2.00 3/177 16015
/proc/meminfo: memFree=28591200/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0

[startup+0.023761 s]
/proc/loadavg: 2.01 2.05 2.00 3/177 16015
/proc/meminfo: memFree=28591200/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100234 s]
/proc/loadavg: 2.01 2.05 2.00 3/177 16015
/proc/meminfo: memFree=28591200/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300258 s]
/proc/loadavg: 2.01 2.05 2.00 3/177 16015
/proc/meminfo: memFree=28591200/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700308 s]
/proc/loadavg: 2.01 2.05 2.00 3/177 16015
/proc/meminfo: memFree=28591200/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.01 2.05 2.00 3/181 16019
/proc/meminfo: memFree=28498540/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
[pid=16016] ppid=16015 vsize=19092 CPUtime=0.49 cores=1,3,5,7
/proc/16016/stat : 16016 (npSolver-wbo) S 16015 16015 11794 0 -1 4202496 5044 0 0 0 46 3 0 0 20 0 1 0 287562058 19550208 3418 33554432000 4194304 5990268 140736713127024 140736713120176 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16016/statm: 4773 3418 153 439 0 4330 0
[pid=16018] ppid=16016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16018/stat : 16018 (cp2_pre.sh) S 16016 16015 11794 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 287562108 9367552 277 33554432000 4194304 5064252 140734947709936 140734947708640 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16018/statm: 2287 277 234 213 0 72 0
[pid=16019] ppid=16018 vsize=91920 CPUtime=0.98 cores=1,3,5,7
/proc/16019/stat : 16019 (coprocessor) R 16018 16015 11794 0 -1 4202496 17582 0 0 0 95 3 0 0 20 0 1 0 287562109 94126080 21873 33554432000 4194304 6586260 140734404435392 140734404431208 5599305 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/16019/statm: 22980 21873 191 584 0 22392 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 129308

[startup+3.10042 s]
/proc/loadavg: 2.01 2.05 2.00 3/181 16019
/proc/meminfo: memFree=28484196/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
[pid=16016] ppid=16015 vsize=19092 CPUtime=0.49 cores=1,3,5,7
/proc/16016/stat : 16016 (npSolver-wbo) S 16015 16015 11794 0 -1 4202496 5044 0 0 0 46 3 0 0 20 0 1 0 287562058 19550208 3418 33554432000 4194304 5990268 140736713127024 140736713120176 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16016/statm: 4773 3418 153 439 0 4330 0
[pid=16018] ppid=16016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16018/stat : 16018 (cp2_pre.sh) S 16016 16015 11794 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 287562108 9367552 277 33554432000 4194304 5064252 140734947709936 140734947708640 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16018/statm: 2287 277 234 213 0 72 0
[pid=16019] ppid=16018 vsize=109984 CPUtime=2.58 cores=1,3,5,7
/proc/16019/stat : 16019 (coprocessor) R 16018 16015 11794 0 -1 4202496 19706 0 0 0 232 26 0 0 20 0 1 0 287562109 112623616 25457 33554432000 4194304 6586260 140734404435392 140734404430936 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/16019/statm: 27496 25457 200 584 0 26908 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 147372

[startup+6.30032 s]
/proc/loadavg: 2.01 2.04 2.00 3/181 16029
/proc/meminfo: memFree=28295460/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
[pid=16016] ppid=16015 vsize=100908 CPUtime=5.78 cores=1,3,5,7
/proc/16016/stat : 16016 (npSolver-wbo) S 16015 16015 11794 0 -1 4202496 11856 65997 0 0 133 37 363 45 20 0 1 0 287562058 103329792 21554 33554432000 4194304 5990268 140736713127024 140736713117952 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/16016/statm: 25227 21554 165 439 0 24784 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 110056

[startup+12.7005 s]
/proc/loadavg: 2.09 2.06 2.01 3/181 16036
/proc/meminfo: memFree=28309864/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
[pid=16016] ppid=16015 vsize=92720 CPUtime=7.23 cores=1,3,5,7
/proc/16016/stat : 16016 (npSolver-wbo) S 16015 16015 11794 0 -1 4202496 18397 73144 0 0 205 48 404 66 20 0 1 0 287562058 94945280 18516 33554432000 4194304 5990268 140736713127024 140736713118464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/16016/statm: 23180 18516 166 439 0 22737 0
[pid=16035] ppid=16016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16035/stat : 16035 (satsolver.sh) S 16016 16015 11794 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287562797 9367552 267 33554432000 4194304 5064252 140735228471712 140735228470624 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16035/statm: 2287 267 226 213 0 72 0
[pid=16036] ppid=16035 vsize=151872 CPUtime=5.29 cores=1,3,5,7
/proc/16036/stat : 16036 (glucose) R 16035 16015 11794 0 -1 4202496 31479 0 0 0 520 9 0 0 20 0 1 0 287562797 155516928 36023 33554432000 4194304 5208918 140737347689152 140737347687112 4210824 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16036/statm: 37968 36023 104 248 0 37717 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 262888

[startup+25.5005 s]
/proc/loadavg: 2.07 2.06 2.00 3/181 16036
/proc/meminfo: memFree=28308120/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
[pid=16016] ppid=16015 vsize=92720 CPUtime=7.23 cores=1,3,5,7
/proc/16016/stat : 16016 (npSolver-wbo) S 16015 16015 11794 0 -1 4202496 18397 73144 0 0 205 48 404 66 20 0 1 0 287562058 94945280 18516 33554432000 4194304 5990268 140736713127024 140736713118464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/16016/statm: 23180 18516 166 439 0 22737 0
[pid=16035] ppid=16016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16035/stat : 16035 (satsolver.sh) S 16016 16015 11794 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287562797 9367552 267 33554432000 4194304 5064252 140735228471712 140735228470624 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16035/statm: 2287 267 226 213 0 72 0
[pid=16036] ppid=16035 vsize=153672 CPUtime=18.09 cores=1,3,5,7
/proc/16036/stat : 16036 (glucose) R 16035 16015 11794 0 -1 4202496 31859 0 0 0 1800 9 0 0 20 0 1 0 287562797 157360128 36403 33554432000 4194304 5208918 140737347689152 140737347686984 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16036/statm: 38418 36403 104 248 0 38167 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 264688

[startup+51.1005 s]
/proc/loadavg: 2.05 2.05 2.00 3/181 16036
/proc/meminfo: memFree=28307220/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
[pid=16016] ppid=16015 vsize=92720 CPUtime=7.23 cores=1,3,5,7
/proc/16016/stat : 16016 (npSolver-wbo) S 16015 16015 11794 0 -1 4202496 18397 73144 0 0 205 48 404 66 20 0 1 0 287562058 94945280 18516 33554432000 4194304 5990268 140736713127024 140736713118464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/16016/statm: 23180 18516 166 439 0 22737 0
[pid=16035] ppid=16016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16035/stat : 16035 (satsolver.sh) S 16016 16015 11794 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287562797 9367552 267 33554432000 4194304 5064252 140735228471712 140735228470624 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16035/statm: 2287 267 226 213 0 72 0
[pid=16036] ppid=16035 vsize=153672 CPUtime=43.69 cores=1,3,5,7
/proc/16036/stat : 16036 (glucose) R 16035 16015 11794 0 -1 4202496 31859 0 0 0 4360 9 0 0 20 0 1 0 287562797 157360128 36403 33554432000 4194304 5208918 140737347689152 140737347686984 4211141 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16036/statm: 38418 36403 104 248 0 38167 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 264688

[startup+102.307 s]
/proc/loadavg: 2.02 2.04 2.00 3/181 16036
/proc/meminfo: memFree=28304000/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
[pid=16016] ppid=16015 vsize=92720 CPUtime=7.23 cores=1,3,5,7
/proc/16016/stat : 16016 (npSolver-wbo) S 16015 16015 11794 0 -1 4202496 18397 73144 0 0 205 48 404 66 20 0 1 0 287562058 94945280 18516 33554432000 4194304 5990268 140736713127024 140736713118464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/16016/statm: 23180 18516 166 439 0 22737 0
[pid=16035] ppid=16016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16035/stat : 16035 (satsolver.sh) S 16016 16015 11794 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287562797 9367552 267 33554432000 4194304 5064252 140735228471712 140735228470624 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16035/statm: 2287 267 226 213 0 72 0
[pid=16036] ppid=16035 vsize=153672 CPUtime=94.89 cores=1,3,5,7
/proc/16036/stat : 16036 (glucose) R 16035 16015 11794 0 -1 4202496 31956 0 0 0 9479 10 0 0 20 0 1 0 287562797 157360128 36490 33554432000 4194304 5208918 140737347689152 140737347686984 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16036/statm: 38418 36490 104 248 0 38167 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 264688

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 16037
/proc/meminfo: memFree=28299468/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
[pid=16016] ppid=16015 vsize=92720 CPUtime=7.23 cores=1,3,5,7
/proc/16016/stat : 16016 (npSolver-wbo) S 16015 16015 11794 0 -1 4202496 18397 73144 0 0 205 48 404 66 20 0 1 0 287562058 94945280 18516 33554432000 4194304 5990268 140736713127024 140736713118464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/16016/statm: 23180 18516 166 439 0 22737 0
[pid=16035] ppid=16016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16035/stat : 16035 (satsolver.sh) S 16016 16015 11794 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287562797 9367552 267 33554432000 4194304 5064252 140735228471712 140735228470624 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16035/statm: 2287 267 226 213 0 72 0
[pid=16036] ppid=16035 vsize=153672 CPUtime=154.88 cores=1,3,5,7
/proc/16036/stat : 16036 (glucose) R 16035 16015 11794 0 -1 4202496 32020 0 0 0 15478 10 0 0 20 0 1 0 287562797 157360128 36545 33554432000 4194304 5208918 140737347689152 140737347686984 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16036/statm: 38418 36545 104 248 0 38167 0
Current children cumulated CPU time (s) 162.11

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


[startup+1422.31 s]
/proc/loadavg: 2.02 2.00 2.00 3/181 16473
/proc/meminfo: memFree=28478108/32873852 swapFree=6852/6852
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
[pid=16016] ppid=16015 vsize=91224 CPUtime=1348.75 cores=1,3,5,7
/proc/16016/stat : 16016 (npSolver-wbo) S 16015 16015 11794 0 -1 4202496 29274 154306 0 0 329 68 134349 129 20 0 1 0 287562058 93413376 15582 33554432000 4194304 5990268 140736713127024 140736713118464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/16016/statm: 22806 15582 166 439 0 22363 0
[pid=16471] ppid=16016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16471/stat : 16471 (satsolver.sh) S 16016 16015 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287696972 9367552 266 33554432000 4194304 5064252 140735215620128 140735215619040 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16471/statm: 2287 266 226 213 0 72 0
[pid=16472] ppid=16471 vsize=139372 CPUtime=73.13 cores=1,3,5,7
/proc/16472/stat : 16472 (glucose) R 16471 16015 11794 0 -1 4202496 26230 0 0 0 7307 6 0 0 20 0 1 0 287696972 142716928 29983 33554432000 4194304 5208918 140736207443152 140736207441000 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16472/statm: 34843 29983 103 248 0 34592 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 248892

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16473
/proc/meminfo: memFree=28473624/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
[pid=16016] ppid=16015 vsize=91224 CPUtime=1348.75 cores=1,3,5,7
/proc/16016/stat : 16016 (npSolver-wbo) S 16015 16015 11794 0 -1 4202496 29274 154306 0 0 329 68 134349 129 20 0 1 0 287562058 93413376 15582 33554432000 4194304 5990268 140736713127024 140736713118464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/16016/statm: 22806 15582 166 439 0 22363 0
[pid=16471] ppid=16016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16471/stat : 16471 (satsolver.sh) S 16016 16015 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287696972 9367552 266 33554432000 4194304 5064252 140735215620128 140735215619040 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16471/statm: 2287 266 226 213 0 72 0
[pid=16472] ppid=16471 vsize=140112 CPUtime=133.11 cores=1,3,5,7
/proc/16472/stat : 16472 (glucose) R 16471 16015 11794 0 -1 4202496 26379 0 0 0 13305 6 0 0 20 0 1 0 287696972 143474688 31013 33554432000 4194304 5208918 140736207443152 140736207441112 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16472/statm: 35028 31013 103 248 0 34777 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 249632

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16473
/proc/meminfo: memFree=28473252/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
[pid=16016] ppid=16015 vsize=91224 CPUtime=1348.75 cores=1,3,5,7
/proc/16016/stat : 16016 (npSolver-wbo) S 16015 16015 11794 0 -1 4202496 29274 154306 0 0 329 68 134349 129 20 0 1 0 287562058 93413376 15582 33554432000 4194304 5990268 140736713127024 140736713118464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/16016/statm: 22806 15582 166 439 0 22363 0
[pid=16471] ppid=16016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16471/stat : 16471 (satsolver.sh) S 16016 16015 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287696972 9367552 266 33554432000 4194304 5064252 140735215620128 140735215619040 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16471/statm: 2287 266 226 213 0 72 0
[pid=16472] ppid=16471 vsize=140348 CPUtime=193.1 cores=1,3,5,7
/proc/16472/stat : 16472 (glucose) R 16471 16015 11794 0 -1 4202496 26422 0 0 0 19304 6 0 0 20 0 1 0 287696972 143716352 31056 33554432000 4194304 5208918 140736207443152 140736207440824 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16472/statm: 35087 31056 103 248 0 34836 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 249868

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16473
/proc/meminfo: memFree=28471764/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
[pid=16016] ppid=16015 vsize=91224 CPUtime=1348.75 cores=1,3,5,7
/proc/16016/stat : 16016 (npSolver-wbo) S 16015 16015 11794 0 -1 4202496 29274 154306 0 0 329 68 134349 129 20 0 1 0 287562058 93413376 15582 33554432000 4194304 5990268 140736713127024 140736713118464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/16016/statm: 22806 15582 166 439 0 22363 0
[pid=16471] ppid=16016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16471/stat : 16471 (satsolver.sh) S 16016 16015 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287696972 9367552 266 33554432000 4194304 5064252 140735215620128 140735215619040 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16471/statm: 2287 266 226 213 0 72 0
[pid=16472] ppid=16471 vsize=140948 CPUtime=253.1 cores=1,3,5,7
/proc/16472/stat : 16472 (glucose) R 16471 16015 11794 0 -1 4202496 26611 0 0 0 25303 7 0 0 20 0 1 0 287696972 144330752 31245 33554432000 4194304 5208918 140736207443152 140736207441048 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16472/statm: 35237 31245 104 248 0 34986 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 250468

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 16476
/proc/meminfo: memFree=28467508/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
[pid=16016] ppid=16015 vsize=91224 CPUtime=1348.75 cores=1,3,5,7
/proc/16016/stat : 16016 (npSolver-wbo) S 16015 16015 11794 0 -1 4202496 29274 154306 0 0 329 68 134349 129 20 0 1 0 287562058 93413376 15582 33554432000 4194304 5990268 140736713127024 140736713118464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/16016/statm: 22806 15582 166 439 0 22363 0
[pid=16471] ppid=16016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16471/stat : 16471 (satsolver.sh) S 16016 16015 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287696972 9367552 266 33554432000 4194304 5064252 140735215620128 140735215619040 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16471/statm: 2287 266 226 213 0 72 0
[pid=16472] ppid=16471 vsize=142216 CPUtime=313.08 cores=1,3,5,7
/proc/16472/stat : 16472 (glucose) R 16471 16015 11794 0 -1 4202496 26908 0 0 0 31301 7 0 0 20 0 1 0 287696972 145629184 31542 33554432000 4194304 5208918 140736207443152 140736207440904 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16472/statm: 35554 31542 104 248 0 35303 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 251736

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16477
/proc/meminfo: memFree=28464660/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
[pid=16016] ppid=16015 vsize=91224 CPUtime=1348.75 cores=1,3,5,7
/proc/16016/stat : 16016 (npSolver-wbo) S 16015 16015 11794 0 -1 4202496 29274 154306 0 0 329 68 134349 129 20 0 1 0 287562058 93413376 15582 33554432000 4194304 5990268 140736713127024 140736713118464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/16016/statm: 22806 15582 166 439 0 22363 0
[pid=16471] ppid=16016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16471/stat : 16471 (satsolver.sh) S 16016 16015 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287696972 9367552 266 33554432000 4194304 5064252 140735215620128 140735215619040 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16471/statm: 2287 266 226 213 0 72 0
[pid=16472] ppid=16471 vsize=142872 CPUtime=373.07 cores=1,3,5,7
/proc/16472/stat : 16472 (glucose) R 16471 16015 11794 0 -1 4202496 27097 0 0 0 37300 7 0 0 20 0 1 0 287696972 146300928 32241 33554432000 4194304 5208918 140736207443152 140736207441048 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16472/statm: 35718 32241 104 248 0 35467 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 252392

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16477
/proc/meminfo: memFree=28462428/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
[pid=16016] ppid=16015 vsize=91224 CPUtime=1348.75 cores=1,3,5,7
/proc/16016/stat : 16016 (npSolver-wbo) S 16015 16015 11794 0 -1 4202496 29274 154306 0 0 329 68 134349 129 20 0 1 0 287562058 93413376 15582 33554432000 4194304 5990268 140736713127024 140736713118464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/16016/statm: 22806 15582 166 439 0 22363 0
[pid=16471] ppid=16016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16471/stat : 16471 (satsolver.sh) S 16016 16015 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287696972 9367552 266 33554432000 4194304 5064252 140735215620128 140735215619040 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16471/statm: 2287 266 226 213 0 72 0
[pid=16472] ppid=16471 vsize=143896 CPUtime=433.06 cores=1,3,5,7
/proc/16472/stat : 16472 (glucose) R 16471 16015 11794 0 -1 4202496 27352 0 0 0 43299 7 0 0 20 0 1 0 287696972 147349504 32496 33554432000 4194304 5208918 140736207443152 140736207440824 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16472/statm: 35974 32496 104 248 0 35723 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 253416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16477
/proc/meminfo: memFree=28456844/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
[pid=16016] ppid=16015 vsize=91224 CPUtime=1348.75 cores=1,3,5,7
/proc/16016/stat : 16016 (npSolver-wbo) S 16015 16015 11794 0 -1 4202496 29274 154306 0 0 329 68 134349 129 20 0 1 0 287562058 93413376 15582 33554432000 4194304 5990268 140736713127024 140736713118464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/16016/statm: 22806 15582 166 439 0 22363 0
[pid=16471] ppid=16016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16471/stat : 16471 (satsolver.sh) S 16016 16015 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287696972 9367552 266 33554432000 4194304 5064252 140735215620128 140735215619040 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16471/statm: 2287 266 226 213 0 72 0
[pid=16472] ppid=16471 vsize=144592 CPUtime=451.26 cores=1,3,5,7
/proc/16472/stat : 16472 (glucose) R 16471 16015 11794 0 -1 4202496 27502 0 0 0 45119 7 0 0 20 0 1 0 287696972 148062208 33157 33554432000 4194304 5208918 140736207443152 140736207440824 4211537 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16472/statm: 36148 33157 104 248 0 35897 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 254112

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16477
/proc/meminfo: memFree=28456844/32873852 swapFree=6856/6856
[pid=16015] ppid=16013 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16015/stat : 16015 (npSolver-wbo-I.) S 16013 16015 11794 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287562057 9367552 274 33554432000 4194304 5064252 140736495655984 140736495654896 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16015/statm: 2287 274 233 213 0 72 0
[pid=16016] ppid=16015 vsize=91224 CPUtime=1348.75 cores=1,3,5,7
/proc/16016/stat : 16016 (npSolver-wbo) S 16015 16015 11794 0 -1 4202496 29274 154306 0 0 329 68 134349 129 20 0 1 0 287562058 93413376 15582 33554432000 4194304 5990268 140736713127024 140736713118464 5173822 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 13 0 0
/proc/16016/statm: 22806 15582 166 439 0 22363 0
[pid=16471] ppid=16016 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16471/stat : 16471 (satsolver.sh) S 16016 16015 11794 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 287696972 9367552 266 33554432000 4194304 5064252 140735215620128 140735215619040 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16471/statm: 2287 266 226 213 0 72 0
[pid=16472] ppid=16471 vsize=144592 CPUtime=451.26 cores=1,3,5,7
/proc/16472/stat : 16472 (glucose) R 16471 16015 11794 0 -1 4202496 27502 0 0 0 45119 7 0 0 20 0 1 0 287696972 148062208 33157 33554432000 4194304 5208918 140736207443152 140736207440824 4211537 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16472/statm: 36148 33157 104 248 0 35897 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 254112

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1797.99
CPU system time (s): 2.06969
CPU usage (%): 99.9746
Max. virtual memory (cumulated for all children) (KiB): 351172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.99
system time used= 2.06968
maximum resident set size= 196576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212071
page faults= 0
swaps= 0
block input operations= 0
block output operations= 478504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2566
involuntary context switches= 1909

runsolver used 3.64245 second user time and 9.56855 second system time

The end

Launcher Data

Begin job on node128 at 2012-05-28 16:12:41
IDJOB=3713936
IDBENCH=79344
IDSOLVER=2295
FILE ID=node128/3713936-1338214361
RUNJOBID= node128-1338195517-11811
PBS_JOBID= 14624607
Free space on /tmp= 71132 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB10/oliveras/j30/normalized-j3046_4-unsat--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-3713936-1338214361/watcher-3713936-1338214361 -o /tmp/evaluation-result-3713936-1338214361/solver-3713936-1338214361 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-I.sh HOME/instance-3713936-1338214361.wbo 734198178 HOME HOME

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

MD5SUM BENCH= 2b00d8b927b7b07d427d99ed9c18c554
RANDOM SEED=734198178

node128.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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.77
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.389
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.389
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	: 5438.56
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.389
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		: 2666.389
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.389
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		: 2666.389
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.389
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:       32873852 kB
MemFree:        28591736 kB
Buffers:          495800 kB
Cached:          2629600 kB
SwapCached:          584 kB
Active:          1639384 kB
Inactive:        1777724 kB
Active(anon):     281232 kB
Inactive(anon):    12300 kB
Active(file):    1358152 kB
Inactive(file):  1765424 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67107332 kB
Dirty:              8520 kB
Writeback:             0 kB
AnonPages:        374740 kB
Mapped:            15260 kB
Shmem:               200 kB
Slab:             726380 kB
SReclaimable:     168388 kB
SUnreclaim:       557992 kB
KernelStack:        1528 kB
PageTables:         4384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     512356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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= 71132 MiB
End job on node128 at 2012-05-28 16:42:42