Trace number 3700214

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 NameAnswerobjective functionCPU timeWall clock time
npSolver inc? (TO) 1800.13 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=11-P1=37-P2=59-P3=23-P4=53-P5=31-P6=59-P7=29-P8=2-P9=67-B.opb
MD5SUM48d9b1801c3e1b4883cb62109d96eb3c
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.05599
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables162
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Solver Data

1.89/1.96	c run inc solver
1.89/1.96	c [INC SYSTEM] run initial solver
1.89/1.96	c [INC SYSTEM] preprocess with white file
9.56/9.61	c [INC SYSTEM] finished preprocessing in 7 s
9.56/9.61	c [INC SYSTEM] execute solver
249.45/249.55	c [INC SEARCH] formula is SAT
249.45/249.58	c [INC SYSTEM] solved the initial formula
249.45/249.58	c model valid
249.45/249.58	c current solution ok
252.37/252.50	o 47
252.37/252.50	c execute binary inc search
252.37/252.50	c [INC SEARCH] current bound: 23
252.37/252.50	c [INC SEARCH] iteration: 0
252.37/252.50	c [INC SEARCH] lower bound: 0 upperbound 47 current bound: 23 best value:47
252.37/252.50	c [INC SYSTEM] there exists a inc, kill it!
252.37/252.50	c write failed with 2
252.37/252.51	c [INC SYSTEM] create new solver instance
252.37/252.51	c [INC] encode full formula
252.37/252.51	c set iterative enc to: swc
252.47/252.60	c [INC SEARCH] isOptimum variable: 0
948.92/949.19	c [INC SEARCH] formula is SAT
949.02/949.22	c [INC SEARCH] copied best model
949.02/949.22	c sat variable: 1 optimum/unsat variable: 0
949.02/949.22	c model valid
949.02/949.22	c current solution ok
949.02/949.22	o 7
949.02/949.22	c [INC SEARCH] current bound: 3
949.02/949.22	c [INC SEARCH] iteration: 1
949.02/949.22	c [INC SEARCH] lower bound: 0 upperbound 7 current bound: 3 best value:7
949.02/949.22	c [INC ENCODE] setup new number of clauses ...
949.02/949.22	c [INC] encode incremental formula
949.02/949.22	c return only the limitting unit clause for 3
949.02/949.22	c [INC SYSTEM] transmit new clauses to solver: 1
949.02/949.22	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.41	c an unexpexted return value has been received, exit
1800.08/1800.41	s UNKNOWN
1800.08/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.08/1800.41	c write failed with -1
1800.08/1800.41	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x2aec940)

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-3700214-1338074624/watcher-3700214-1338074624 -o /tmp/evaluation-result-3700214-1338074624/solver-3700214-1338074624 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700214-1338074624.opb 1160183778 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.08 3/179 3711
/proc/meminfo: memFree=27201108/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0

[startup+0.0585469 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 3711
/proc/meminfo: memFree=27201108/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100266 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 3711
/proc/meminfo: memFree=27201108/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300254 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 3711
/proc/meminfo: memFree=27201108/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700232 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 3711
/proc/meminfo: memFree=27201108/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 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.00 2.00 2.08 3/181 3713
/proc/meminfo: memFree=27167072/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=107460 CPUtime=1.48 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) R 3711 3711 339 0 -1 4202496 8472 0 0 0 147 1 0 0 20 0 1 0 273589143 110039040 18648 33554432000 4194304 5992684 140736260763104 140736260758008 5044375 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3712/statm: 26865 18648 157 440 0 26421 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 116608

[startup+3.10041 s]
/proc/loadavg: 2.00 2.00 2.08 3/183 3715
/proc/meminfo: memFree=27020536/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=121780 CPUtime=1.95 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) S 3711 3711 339 0 -1 4202496 10392 0 0 0 185 10 0 0 20 0 1 0 273589143 124702720 27443 33554432000 4194304 5992684 140736260763104 140736260757552 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3712/statm: 30445 27443 164 440 0 30001 0
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (cp2_pre.sh) S 3712 3711 339 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273589339 9367552 277 33554432000 4194304 5064252 140733427892096 140733427890800 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3714/statm: 2287 277 234 213 0 72 0
[pid=3715] ppid=3714 vsize=300556 CPUtime=1.11 cores=1,3,5,7
/proc/3715/stat : 3715 (coprocessor) R 3714 3711 339 0 -1 4202496 32374 0 0 0 104 7 0 0 20 0 1 0 273589339 307769344 67141 33554432000 4194304 6586260 140734217451520 140734217448280 5638230 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/3715/statm: 75139 67141 166 584 0 74551 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 440632

[startup+6.30042 s]
/proc/loadavg: 2.00 2.00 2.08 3/183 3715
/proc/meminfo: memFree=26669412/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=121780 CPUtime=1.95 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) S 3711 3711 339 0 -1 4202496 10392 0 0 0 185 10 0 0 20 0 1 0 273589143 124702720 27443 33554432000 4194304 5992684 140736260763104 140736260757552 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3712/statm: 30445 27443 164 440 0 30001 0
[pid=3714] ppid=3712 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3714/stat : 3714 (cp2_pre.sh) S 3712 3711 339 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273589339 9367552 277 33554432000 4194304 5064252 140733427892096 140733427890800 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/3714/statm: 2287 277 234 213 0 72 0
[pid=3715] ppid=3714 vsize=371772 CPUtime=4.32 cores=1,3,5,7
/proc/3715/stat : 3715 (coprocessor) R 3714 3711 339 0 -1 4202496 49038 0 0 0 421 11 0 0 20 0 1 0 273589339 380694528 89937 33554432000 4194304 6586260 140734217451520 140734217447544 4753883 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/3715/statm: 92943 89937 182 584 0 92355 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 511848

[startup+12.7004 s]
/proc/loadavg: 2.15 2.03 2.09 3/182 3717
/proc/meminfo: memFree=26871316/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=121780 CPUtime=9.59 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) S 3711 3711 339 0 -1 4202496 10408 59062 0 0 185 10 738 26 20 0 1 0 273589143 124702720 27445 33554432000 4194304 5992684 140736260763104 140736260749368 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3712/statm: 30445 27445 166 440 0 30001 0
[pid=3717] ppid=3712 vsize=213956 CPUtime=3.08 cores=1,3,5,7
/proc/3717/stat : 3717 (glucosInc) R 3712 3711 339 0 -1 4202496 30675 0 0 0 302 6 0 0 20 0 1 0 273590104 219090944 41298 33554432000 4194304 5654031 140735313408000 140735313405784 4642425 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3717/statm: 53489 41298 140 357 0 53129 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 344884

[startup+25.5005 s]
/proc/loadavg: 2.12 2.03 2.09 3/182 3717
/proc/meminfo: memFree=26852316/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=121780 CPUtime=9.59 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) S 3711 3711 339 0 -1 4202496 10408 59062 0 0 185 10 738 26 20 0 1 0 273589143 124702720 27445 33554432000 4194304 5992684 140736260763104 140736260749368 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3712/statm: 30445 27445 166 440 0 30001 0
[pid=3717] ppid=3712 vsize=230876 CPUtime=15.88 cores=1,3,5,7
/proc/3717/stat : 3717 (glucosInc) R 3712 3711 339 0 -1 4202496 35290 0 0 0 1581 7 0 0 20 0 1 0 273590104 236417024 46424 33554432000 4194304 5654031 140735313408000 140735313405608 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3717/statm: 57719 46424 140 357 0 57359 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 361804

[startup+51.1005 s]
/proc/loadavg: 2.08 2.03 2.09 3/182 3717
/proc/meminfo: memFree=26832540/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=121780 CPUtime=9.59 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) S 3711 3711 339 0 -1 4202496 10408 59062 0 0 185 10 738 26 20 0 1 0 273589143 124702720 27445 33554432000 4194304 5992684 140736260763104 140736260749368 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3712/statm: 30445 27445 166 440 0 30001 0
[pid=3717] ppid=3712 vsize=248648 CPUtime=41.47 cores=1,3,5,7
/proc/3717/stat : 3717 (glucosInc) R 3712 3711 339 0 -1 4202496 39347 0 0 0 4140 7 0 0 20 0 1 0 273590104 254615552 51503 33554432000 4194304 5654031 140735313408000 140735313395816 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3717/statm: 62162 51503 140 357 0 61802 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 379576

[startup+102.3 s]
/proc/loadavg: 2.03 2.02 2.08 3/181 3718
/proc/meminfo: memFree=26819272/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=121780 CPUtime=9.59 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) S 3711 3711 339 0 -1 4202496 10408 59062 0 0 185 10 738 26 20 0 1 0 273589143 124702720 27445 33554432000 4194304 5992684 140736260763104 140736260749368 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3712/statm: 30445 27445 166 440 0 30001 0
[pid=3717] ppid=3712 vsize=253236 CPUtime=92.67 cores=1,3,5,7
/proc/3717/stat : 3717 (glucosInc) R 3712 3711 339 0 -1 4202496 40434 0 0 0 9260 7 0 0 20 0 1 0 273590104 259313664 54634 33554432000 4194304 5654031 140735313408000 140735313395816 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3717/statm: 63309 54634 140 357 0 62949 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 384164

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.08 3/181 3718
/proc/meminfo: memFree=26824728/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=121780 CPUtime=9.59 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) S 3711 3711 339 0 -1 4202496 10408 59062 0 0 185 10 738 26 20 0 1 0 273589143 124702720 27445 33554432000 4194304 5992684 140736260763104 140736260749368 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3712/statm: 30445 27445 166 440 0 30001 0
[pid=3717] ppid=3712 vsize=256536 CPUtime=152.66 cores=1,3,5,7
/proc/3717/stat : 3717 (glucosInc) R 3712 3711 339 0 -1 4202496 41449 0 0 0 15257 9 0 0 20 0 1 0 273590104 262692864 53258 33554432000 4194304 5654031 140735313408000 140735313405784 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3717/statm: 64134 53258 141 357 0 63774 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 387464

[startup+222.307 s]
/proc/loadavg: 2.00 2.01 2.07 3/181 3718
/proc/meminfo: memFree=26816784/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=121780 CPUtime=9.59 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) S 3711 3711 339 0 -1 4202496 10408 59062 0 0 185 10 738 26 20 0 1 0 273589143 124702720 27445 33554432000 4194304 5992684 140736260763104 140736260749368 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3712/statm: 30445 27445 166 440 0 30001 0
[pid=3717] ppid=3712 vsize=256536 CPUtime=212.65 cores=1,3,5,7
/proc/3717/stat : 3717 (glucosInc) R 3712 3711 339 0 -1 4202496 41459 0 0 0 21256 9 0 0 20 0 1 0 273590104 262692864 55312 33554432000 4194304 5654031 140735313408000 140735313395816 4233332 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3717/statm: 64134 55312 141 357 0 63774 0
Current children cumulated CPU time (s) 222.24

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

/proc/meminfo: memFree=26753552/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=131524 CPUtime=252.59 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) S 3711 3711 339 0 -1 4202496 13349 101578 0 0 245 244 24717 53 20 0 1 0 273589143 134680576 29506 33554432000 4194304 5992684 140736260763104 140736260748008 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3712/statm: 32881 29506 178 440 0 32437 0
[pid=3721] ppid=3712 vsize=267716 CPUtime=1049.47 cores=1,3,5,7
/proc/3721/stat : 3721 (glucosInc) R 3712 3711 339 0 -1 4202496 46406 0 0 0 104932 15 0 0 20 0 1 0 273614403 274141184 58426 33554432000 4194304 5654031 140734241469120 140734241456936 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3721/statm: 66929 58426 151 357 0 66569 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 408388

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3776
/proc/meminfo: memFree=26768300/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=131524 CPUtime=252.59 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) S 3711 3711 339 0 -1 4202496 13349 101578 0 0 245 244 24717 53 20 0 1 0 273589143 134680576 29506 33554432000 4194304 5992684 140736260763104 140736260748008 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3712/statm: 32881 29506 178 440 0 32437 0
[pid=3721] ppid=3712 vsize=267716 CPUtime=1109.46 cores=1,3,5,7
/proc/3721/stat : 3721 (glucosInc) R 3712 3711 339 0 -1 4202496 46419 0 0 0 110931 15 0 0 20 0 1 0 273614403 274141184 59461 33554432000 4194304 5654031 140734241469120 140734241456936 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3721/statm: 66929 59461 151 357 0 66569 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 408388

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3776
/proc/meminfo: memFree=26762576/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=131524 CPUtime=252.59 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) S 3711 3711 339 0 -1 4202496 13349 101578 0 0 245 244 24717 53 20 0 1 0 273589143 134680576 29506 33554432000 4194304 5992684 140736260763104 140736260748008 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3712/statm: 32881 29506 178 440 0 32437 0
[pid=3721] ppid=3712 vsize=267716 CPUtime=1169.46 cores=1,3,5,7
/proc/3721/stat : 3721 (glucosInc) R 3712 3711 339 0 -1 4202496 46476 0 0 0 116931 15 0 0 20 0 1 0 273614403 274141184 60540 33554432000 4194304 5654031 140734241469120 140734241456936 4232927 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3721/statm: 66929 60540 151 357 0 66569 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 408388

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3776
/proc/meminfo: memFree=26742316/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=131524 CPUtime=252.59 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) S 3711 3711 339 0 -1 4202496 13349 101578 0 0 245 244 24717 53 20 0 1 0 273589143 134680576 29506 33554432000 4194304 5992684 140736260763104 140736260748008 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3712/statm: 32881 29506 178 440 0 32437 0
[pid=3721] ppid=3712 vsize=270032 CPUtime=1229.44 cores=1,3,5,7
/proc/3721/stat : 3721 (glucosInc) R 3712 3711 339 0 -1 4202496 47058 0 0 0 122929 15 0 0 20 0 1 0 273614403 276512768 62655 33554432000 4194304 5654031 140734241469120 140734241456936 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3721/statm: 67508 62655 151 357 0 67148 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 410704

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3776
/proc/meminfo: memFree=26738284/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=131524 CPUtime=252.59 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) S 3711 3711 339 0 -1 4202496 13349 101578 0 0 245 244 24717 53 20 0 1 0 273589143 134680576 29506 33554432000 4194304 5992684 140736260763104 140736260748008 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3712/statm: 32881 29506 178 440 0 32437 0
[pid=3721] ppid=3712 vsize=320120 CPUtime=1289.43 cores=1,3,5,7
/proc/3721/stat : 3721 (glucosInc) R 3712 3711 339 0 -1 4202496 47576 0 0 0 128928 15 0 0 20 0 1 0 273614403 327802880 63677 33554432000 4194304 5654031 140734241469120 140734241456936 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3721/statm: 80030 63677 151 357 0 79670 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 460792

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3779
/proc/meminfo: memFree=26663280/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=131524 CPUtime=252.59 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) S 3711 3711 339 0 -1 4202496 13349 101578 0 0 245 244 24717 53 20 0 1 0 273589143 134680576 29506 33554432000 4194304 5992684 140736260763104 140736260748008 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3712/statm: 32881 29506 178 440 0 32437 0
[pid=3721] ppid=3712 vsize=320120 CPUtime=1349.42 cores=1,3,5,7
/proc/3721/stat : 3721 (glucosInc) R 3712 3711 339 0 -1 4202496 47599 0 0 0 134927 15 0 0 20 0 1 0 273614403 327802880 65233 33554432000 4194304 5654031 140734241469120 140734241456936 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3721/statm: 80030 65233 151 357 0 79670 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 460792

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3780
/proc/meminfo: memFree=26656268/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=131524 CPUtime=252.59 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) S 3711 3711 339 0 -1 4202496 13349 101578 0 0 245 244 24717 53 20 0 1 0 273589143 134680576 29506 33554432000 4194304 5992684 140736260763104 140736260748008 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3712/statm: 32881 29506 178 440 0 32437 0
[pid=3721] ppid=3712 vsize=320440 CPUtime=1409.42 cores=1,3,5,7
/proc/3721/stat : 3721 (glucosInc) R 3712 3711 339 0 -1 4202496 47771 0 0 0 140926 16 0 0 20 0 1 0 273614403 328130560 66427 33554432000 4194304 5654031 140734241469120 140734241456936 4208676 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3721/statm: 80110 66427 151 357 0 79750 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 461112

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 3780
/proc/meminfo: memFree=26672588/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=131524 CPUtime=252.59 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) S 3711 3711 339 0 -1 4202496 13349 101578 0 0 245 244 24717 53 20 0 1 0 273589143 134680576 29506 33554432000 4194304 5992684 140736260763104 140736260748008 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3712/statm: 32881 29506 178 440 0 32437 0
[pid=3721] ppid=3712 vsize=270492 CPUtime=1469.4 cores=1,3,5,7
/proc/3721/stat : 3721 (glucosInc) R 3712 3711 339 0 -1 4202496 48268 0 0 0 146923 17 0 0 20 0 1 0 273614403 276983808 61211 33554432000 4194304 5654031 140734241469120 140734241456936 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3721/statm: 67623 61211 151 357 0 67263 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 411164

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 3780
/proc/meminfo: memFree=26604904/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=131524 CPUtime=252.59 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) S 3711 3711 339 0 -1 4202496 13349 101578 0 0 245 244 24717 53 20 0 1 0 273589143 134680576 29506 33554432000 4194304 5992684 140736260763104 140736260748008 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3712/statm: 32881 29506 178 440 0 32437 0
[pid=3721] ppid=3712 vsize=271172 CPUtime=1529.39 cores=1,3,5,7
/proc/3721/stat : 3721 (glucosInc) R 3712 3711 339 0 -1 4202496 48435 0 0 0 152922 17 0 0 20 0 1 0 273614403 277680128 62400 33554432000 4194304 5654031 140734241469120 140734241456936 4233457 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3721/statm: 67793 62400 151 357 0 67433 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 411844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 3780
/proc/meminfo: memFree=26601984/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=131524 CPUtime=252.59 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) S 3711 3711 339 0 -1 4202496 13349 101578 0 0 245 244 24717 53 20 0 1 0 273589143 134680576 29506 33554432000 4194304 5992684 140736260763104 140736260748008 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3712/statm: 32881 29506 178 440 0 32437 0
[pid=3721] ppid=3712 vsize=271172 CPUtime=1547.49 cores=1,3,5,7
/proc/3721/stat : 3721 (glucosInc) R 3712 3711 339 0 -1 4202496 48438 0 0 0 154732 17 0 0 20 0 1 0 273614403 277680128 62969 33554432000 4194304 5654031 140734241469120 140734241456936 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3721/statm: 67793 62969 151 357 0 67433 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 411844

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.05 2.01 2.00 3/181 3780
/proc/meminfo: memFree=26601984/32873648 swapFree=6844/6844
[pid=3711] ppid=3709 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3711/stat : 3711 (npSolver-pbo-I.) S 3709 3711 339 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273589142 9367552 275 33554432000 4194304 5064252 140735491523776 140735491522688 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3711/statm: 2287 275 233 213 0 72 0
[pid=3712] ppid=3711 vsize=131524 CPUtime=252.59 cores=1,3,5,7
/proc/3712/stat : 3712 (npSolver-pbo) S 3711 3711 339 0 -1 4202496 13349 101578 0 0 245 244 24717 53 20 0 1 0 273589143 134680576 29506 33554432000 4194304 5992684 140736260763104 140736260748008 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3712/statm: 32881 29506 178 440 0 32437 0
[pid=3721] ppid=3712 vsize=271172 CPUtime=1547.49 cores=1,3,5,7
/proc/3721/stat : 3721 (glucosInc) R 3712 3711 339 0 -1 4202496 48438 0 0 0 154732 17 0 0 20 0 1 0 273614403 277680128 62969 33554432000 4194304 5654031 140734241469120 140734241456936 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3721/statm: 67793 62969 151 357 0 67433 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 411844

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.13
CPU user time (s): 1796.97
CPU system time (s): 3.16452
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 568768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.97
system time used= 3.16452
maximum resident set size= 430968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163741
page faults= 0
swaps= 0
block input operations= 0
block output operations= 523760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2112
involuntary context switches= 1916

runsolver used 3.86641 second user time and 9.06662 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-27 01:23:44
IDJOB=3700214
IDBENCH=47933
IDSOLVER=2276
FILE ID=node115/3700214-1338074624
RUNJOBID= node115-1338051787-356
PBS_JOBID= 14624382
Free space on /tmp= 71144 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=11-P1=37-P2=59-P3=23-P4=53-P5=31-P6=59-P7=29-P8=2-P9=67-B.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700214-1338074624/watcher-3700214-1338074624 -o /tmp/evaluation-result-3700214-1338074624/solver-3700214-1338074624 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3700214-1338074624.opb 1160183778 HOME HOME

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

MD5SUM BENCH= 48d9b1801c3e1b4883cb62109d96eb3c
RANDOM SEED=1160183778

node115.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.462
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.92
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.462
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.462
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		: 2666.462
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.462
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.92
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.462
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.462
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.462
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:       32873648 kB
MemFree:        27201528 kB
Buffers:          288796 kB
Cached:          3597364 kB
SwapCached:            0 kB
Active:          2475488 kB
Inactive:        2385560 kB
Active(anon):     977260 kB
Inactive(anon):        0 kB
Active(file):    1498228 kB
Inactive(file):  2385560 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8152 kB
Writeback:             0 kB
AnonPages:       1079804 kB
Mapped:            15736 kB
Shmem:               200 kB
Slab:             671208 kB
SReclaimable:     115224 kB
SUnreclaim:       555984 kB
KernelStack:        1504 kB
PageTables:         5720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1192372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    983040 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= 71208 MiB
End job on node115 at 2012-05-27 01:53:44