Trace number 3703406

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-topdown-quickBound? (TO) 1800.03 1800.92

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.47/9.53	c [INC SYSTEM] finished preprocessing in 7 s
9.47/9.53	c [INC SYSTEM] execute solver
242.70/242.88	c [INC SEARCH] formula is SAT
242.80/242.91	c [INC SYSTEM] solved the initial formula
242.80/242.91	c model valid
242.80/242.91	c current solution ok
245.92/246.11	o 47
245.92/246.11	c starting approximation
245.92/246.11	c factor = 2
245.92/246.11	c current bound: 23
486.29/486.76	c model valid
486.29/486.76	c current solution ok
486.61/486.85	c current bound: 23
739.38/739.63	c model valid
739.38/739.63	c current solution ok
739.42/739.71	c current bound: 23
1036.34/1037.39	c model valid
1036.34/1037.39	c current solution ok
1036.64/1037.47	c current bound: 23
1284.13/1284.90	c model valid
1284.13/1284.90	c current solution ok
1284.13/1284.98	c current bound: 23
1532.23/1533.35	c model valid
1532.23/1533.35	c current solution ok
1532.54/1533.43	c current bound: 23
1773.01/1773.96	c model valid
1773.01/1773.96	c current solution ok
1773.10/1774.04	c current bound: 23
1800.03/1800.91	c error: unexpected solver exit code
1800.03/1800.91	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-3703406-1338075842/watcher-3703406-1338075842 -o /tmp/evaluation-result-3703406-1338075842/solver-3703406-1338075842 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703406-1338075842.opb 775212692 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.97 1.99 1.99 3/178 24116
/proc/meminfo: memFree=31877524/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0

[startup+0.051505 s]
/proc/loadavg: 1.97 1.99 1.99 3/178 24116
/proc/meminfo: memFree=31877524/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100274 s]
/proc/loadavg: 1.97 1.99 1.99 3/178 24116
/proc/meminfo: memFree=31877524/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30026 s]
/proc/loadavg: 1.97 1.99 1.99 3/178 24116
/proc/meminfo: memFree=31877524/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700238 s]
/proc/loadavg: 1.97 1.99 1.99 3/178 24116
/proc/meminfo: memFree=31877524/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 1.97 1.99 1.99 3/180 24118
/proc/meminfo: memFree=31826092/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
[pid=24117] ppid=24116 vsize=107460 CPUtime=1.48 cores=0,2,4,6
/proc/24117/stat : 24117 (npSolver-pbo) R 24116 24116 8327 0 -1 4202496 7401 0 0 0 146 2 0 0 20 0 1 0 273651207 110039040 19112 33554432000 4194304 5992684 140734010302016 140734010297064 4524709 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24117/statm: 26865 19112 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: 1.97 1.99 1.99 3/182 24120
/proc/meminfo: memFree=31658856/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
[pid=24117] ppid=24116 vsize=121780 CPUtime=1.95 cores=0,2,4,6
/proc/24117/stat : 24117 (npSolver-pbo) S 24116 24116 8327 0 -1 4202496 9236 0 0 0 184 11 0 0 20 0 1 0 273651207 124702720 27311 33554432000 4194304 5992684 140734010302016 140734010296464 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24117/statm: 30445 27311 164 440 0 30001 0
[pid=24119] ppid=24117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24119/stat : 24119 (cp2_pre.sh) S 24117 24116 8327 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273651403 9367552 277 33554432000 4194304 5064252 140736813643568 140736813642272 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24119/statm: 2287 277 234 213 0 72 0
[pid=24120] ppid=24119 vsize=300556 CPUtime=1.13 cores=0,2,4,6
/proc/24120/stat : 24120 (coprocessor) R 24119 24116 8327 0 -1 4202496 32528 0 0 0 105 8 0 0 20 0 1 0 273651403 307769344 66783 33554432000 4194304 6586260 140736222402256 140736222399016 4496495 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/24120/statm: 75139 66783 166 584 0 74551 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 440632

[startup+6.30041 s]
/proc/loadavg: 2.14 2.02 2.00 3/182 24120
/proc/meminfo: memFree=31250844/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
[pid=24117] ppid=24116 vsize=121780 CPUtime=1.95 cores=0,2,4,6
/proc/24117/stat : 24117 (npSolver-pbo) S 24116 24116 8327 0 -1 4202496 9236 0 0 0 184 11 0 0 20 0 1 0 273651207 124702720 27311 33554432000 4194304 5992684 140734010302016 140734010296464 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24117/statm: 30445 27311 164 440 0 30001 0
[pid=24119] ppid=24117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24119/stat : 24119 (cp2_pre.sh) S 24117 24116 8327 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273651403 9367552 277 33554432000 4194304 5064252 140736813643568 140736813642272 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/24119/statm: 2287 277 234 213 0 72 0
[pid=24120] ppid=24119 vsize=371772 CPUtime=4.33 cores=0,2,4,6
/proc/24120/stat : 24120 (coprocessor) R 24119 24116 8327 0 -1 4202496 48990 0 0 0 422 11 0 0 20 0 1 0 273651403 380694528 89888 33554432000 4194304 6586260 140736222402256 140736222398280 4754084 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/24120/statm: 92943 89888 182 584 0 92355 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 511848

[startup+12.7004 s]
/proc/loadavg: 2.12 2.02 2.00 3/181 24122
/proc/meminfo: memFree=31331156/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
[pid=24117] ppid=24116 vsize=121780 CPUtime=9.51 cores=0,2,4,6
/proc/24117/stat : 24117 (npSolver-pbo) S 24116 24116 8327 0 -1 4202496 9252 59526 0 0 184 11 730 26 20 0 1 0 273651207 124702720 27313 33554432000 4194304 5992684 140734010302016 140734010288280 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/24117/statm: 30445 27313 166 440 0 30001 0
[pid=24122] ppid=24117 vsize=216200 CPUtime=3.16 cores=0,2,4,6
/proc/24122/stat : 24122 (glucosInc) R 24117 24116 8327 0 -1 4202496 31738 0 0 0 309 7 0 0 20 0 1 0 273652160 221388800 41850 33554432000 4194304 5654031 140735045739904 140735045737688 4797458 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24122/statm: 54050 41850 140 357 0 53690 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 347128

[startup+25.5004 s]
/proc/loadavg: 2.10 2.02 2.00 3/181 24122
/proc/meminfo: memFree=30671300/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
[pid=24117] ppid=24116 vsize=121780 CPUtime=9.51 cores=0,2,4,6
/proc/24117/stat : 24117 (npSolver-pbo) S 24116 24116 8327 0 -1 4202496 9252 59526 0 0 184 11 730 26 20 0 1 0 273651207 124702720 27313 33554432000 4194304 5992684 140734010302016 140734010288280 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/24117/statm: 30445 27313 166 440 0 30001 0
[pid=24122] ppid=24117 vsize=230876 CPUtime=15.95 cores=0,2,4,6
/proc/24122/stat : 24122 (glucosInc) R 24117 24116 8327 0 -1 4202496 35753 0 0 0 1587 8 0 0 20 0 1 0 273652160 236417024 46376 33554432000 4194304 5654031 140735045739904 140735045737512 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24122/statm: 57719 46376 140 357 0 57359 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 361804

[startup+51.1004 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 24123
/proc/meminfo: memFree=30597400/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
[pid=24117] ppid=24116 vsize=121780 CPUtime=9.51 cores=0,2,4,6
/proc/24117/stat : 24117 (npSolver-pbo) S 24116 24116 8327 0 -1 4202496 9252 59526 0 0 184 11 730 26 20 0 1 0 273651207 124702720 27313 33554432000 4194304 5992684 140734010302016 140734010288280 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/24117/statm: 30445 27313 166 440 0 30001 0
[pid=24122] ppid=24117 vsize=248648 CPUtime=41.54 cores=0,2,4,6
/proc/24122/stat : 24122 (glucosInc) R 24117 24116 8327 0 -1 4202496 39810 0 0 0 4146 8 0 0 20 0 1 0 273652160 254615552 51455 33554432000 4194304 5654031 140735045739904 140735045727720 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24122/statm: 62162 51455 140 357 0 61802 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 379576

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 24123
/proc/meminfo: memFree=29663248/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
[pid=24117] ppid=24116 vsize=121780 CPUtime=9.51 cores=0,2,4,6
/proc/24117/stat : 24117 (npSolver-pbo) S 24116 24116 8327 0 -1 4202496 9252 59526 0 0 184 11 730 26 20 0 1 0 273651207 124702720 27313 33554432000 4194304 5992684 140734010302016 140734010288280 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/24117/statm: 30445 27313 166 440 0 30001 0
[pid=24122] ppid=24117 vsize=253236 CPUtime=92.74 cores=0,2,4,6
/proc/24122/stat : 24122 (glucosInc) R 24117 24116 8327 0 -1 4202496 40907 0 0 0 9265 9 0 0 20 0 1 0 273652160 259313664 54711 33554432000 4194304 5654031 140735045739904 140735045727720 4232707 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24122/statm: 63309 54711 140 357 0 62949 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 384164

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 24123
/proc/meminfo: memFree=28625380/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
[pid=24117] ppid=24116 vsize=121780 CPUtime=9.51 cores=0,2,4,6
/proc/24117/stat : 24117 (npSolver-pbo) S 24116 24116 8327 0 -1 4202496 9252 59526 0 0 184 11 730 26 20 0 1 0 273651207 124702720 27313 33554432000 4194304 5992684 140734010302016 140734010288280 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/24117/statm: 30445 27313 166 440 0 30001 0
[pid=24122] ppid=24117 vsize=256536 CPUtime=152.7 cores=0,2,4,6
/proc/24122/stat : 24122 (glucosInc) R 24117 24116 8327 0 -1 4202496 41933 0 0 0 15260 10 0 0 20 0 1 0 273652160 262692864 53949 33554432000 4194304 5654031 140735045739904 140735045737688 4233173 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24122/statm: 64134 53949 141 357 0 63774 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 387464

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24123
/proc/meminfo: memFree=27531304/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
[pid=24117] ppid=24116 vsize=121780 CPUtime=9.51 cores=0,2,4,6
/proc/24117/stat : 24117 (npSolver-pbo) S 24116 24116 8327 0 -1 4202496 9252 59526 0 0 184 11 730 26 20 0 1 0 273651207 124702720 27313 33554432000 4194304 5992684 140734010302016 140734010288280 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/24117/statm: 30445 27313 166 440 0 30001 0
[pid=24122] ppid=24117 vsize=256536 CPUtime=212.69 cores=0,2,4,6
/proc/24122/stat : 24122 (glucosInc) R 24117 24116 8327 0 -1 4202496 41939 0 0 0 21259 10 0 0 20 0 1 0 273652160 262692864 56086 33554432000 4194304 5654031 140735045739904 140735045727720 4208659 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24122/statm: 64134 56086 141 357 0 63774 0
Current children cumulated CPU time (s) 222.2

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

Current children cumulated vsize (KiB) 659476

[startup+1482.31 s]
/proc/loadavg: 2.00 2.25 2.37 4/185 24248
/proc/meminfo: memFree=29880752/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
[pid=24117] ppid=24116 vsize=126916 CPUtime=1050.95 cores=0,2,4,6
/proc/24117/stat : 24117 (npSolver-pbo) S 24116 24116 8327 0 -1 4202496 17626 255736 0 0 258 271 104438 128 20 0 1 0 273651207 129961984 28693 33554432000 4194304 5992684 140734010302016 140734010294304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24117/statm: 31729 28693 189 440 0 31285 0
[pid=24122] ppid=24117 vsize=256544 CPUtime=233.26 cores=0,2,4,6
/proc/24122/stat : 24122 (glucosInc) S 24117 24116 8327 0 -1 4202496 41950 0 0 0 23316 10 0 0 20 0 1 0 273652160 262701056 56682 33554432000 4194304 5654031 140735045739904 140735045738216 4976656 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24122/statm: 64136 56682 147 357 0 63776 0
[pid=24240] ppid=24117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24240/stat : 24240 (satsolver.sh) S 24117 24116 8327 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273779705 9367552 267 33554432000 4194304 5064252 140734548035456 140734548034368 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24240/statm: 2287 267 226 213 0 72 0
[pid=24241] ppid=24240 vsize=257720 CPUtime=197.28 cores=0,2,4,6
/proc/24241/stat : 24241 (glucose) R 24240 24116 8327 0 -1 4202496 42094 0 0 0 19718 10 0 0 20 0 1 0 273779705 263905280 54307 33554432000 4194304 5208918 140736485124320 140736485120696 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24241/statm: 64430 54307 104 248 0 64179 0
Current children cumulated CPU time (s) 1481.49
Current children cumulated vsize (KiB) 659476

[startup+1542.3 s]
/proc/loadavg: 2.04 2.21 2.35 4/185 24255
/proc/meminfo: memFree=29900348/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
[pid=24117] ppid=24116 vsize=126916 CPUtime=1299.37 cores=0,2,4,6
/proc/24117/stat : 24117 (npSolver-pbo) S 24116 24116 8327 0 -1 4202496 19353 305569 0 0 262 271 129251 153 20 0 1 0 273651207 129961984 28693 33554432000 4194304 5992684 140734010302016 140734010294304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24117/statm: 31729 28693 189 440 0 31285 0
[pid=24122] ppid=24117 vsize=256544 CPUtime=233.26 cores=0,2,4,6
/proc/24122/stat : 24122 (glucosInc) S 24117 24116 8327 0 -1 4202496 41950 0 0 0 23316 10 0 0 20 0 1 0 273652160 262701056 56682 33554432000 4194304 5654031 140735045739904 140735045738216 4976656 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24122/statm: 64136 56682 147 357 0 63776 0
[pid=24254] ppid=24117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24254/stat : 24254 (satsolver.sh) S 24117 24116 8327 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 273804550 9367552 267 33554432000 4194304 5064252 140734581011216 140734581010128 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24254/statm: 2287 267 226 213 0 72 0
[pid=24255] ppid=24254 vsize=230260 CPUtime=8.85 cores=0,2,4,6
/proc/24255/stat : 24255 (glucose) R 24254 24116 8327 0 -1 4202496 36178 0 0 0 878 7 0 0 20 0 1 0 273804550 235786240 46238 33554432000 4194304 5208918 140737086704736 140737086702584 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24255/statm: 57565 46238 103 248 0 57314 0
Current children cumulated CPU time (s) 1541.48
Current children cumulated vsize (KiB) 632016

[startup+1602.3 s]
/proc/loadavg: 2.06 2.19 2.33 4/186 24259
/proc/meminfo: memFree=29838964/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
[pid=24117] ppid=24116 vsize=126916 CPUtime=1299.37 cores=0,2,4,6
/proc/24117/stat : 24117 (npSolver-pbo) S 24116 24116 8327 0 -1 4202496 19353 305569 0 0 262 271 129251 153 20 0 1 0 273651207 129961984 28693 33554432000 4194304 5992684 140734010302016 140734010294304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24117/statm: 31729 28693 189 440 0 31285 0
[pid=24122] ppid=24117 vsize=256544 CPUtime=233.26 cores=0,2,4,6
/proc/24122/stat : 24122 (glucosInc) S 24117 24116 8327 0 -1 4202496 41950 0 0 0 23316 10 0 0 20 0 1 0 273652160 262701056 56682 33554432000 4194304 5654031 140735045739904 140735045738216 4976656 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24122/statm: 64136 56682 147 357 0 63776 0
[pid=24254] ppid=24117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24254/stat : 24254 (satsolver.sh) S 24117 24116 8327 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 273804550 9367552 267 33554432000 4194304 5064252 140734581011216 140734581010128 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24254/statm: 2287 267 226 213 0 72 0
[pid=24255] ppid=24254 vsize=257724 CPUtime=68.84 cores=0,2,4,6
/proc/24255/stat : 24255 (glucose) R 24254 24116 8327 0 -1 4202496 42322 0 0 0 6875 9 0 0 20 0 1 0 273804550 263909376 55448 33554432000 4194304 5208918 140737086704736 140737086701112 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24255/statm: 64431 55448 103 248 0 64180 0
Current children cumulated CPU time (s) 1601.47
Current children cumulated vsize (KiB) 659480

[startup+1662.3 s]
/proc/loadavg: 2.02 2.15 2.31 4/185 24266
/proc/meminfo: memFree=29875044/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
[pid=24117] ppid=24116 vsize=126916 CPUtime=1299.37 cores=0,2,4,6
/proc/24117/stat : 24117 (npSolver-pbo) S 24116 24116 8327 0 -1 4202496 19353 305569 0 0 262 271 129251 153 20 0 1 0 273651207 129961984 28693 33554432000 4194304 5992684 140734010302016 140734010294304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24117/statm: 31729 28693 189 440 0 31285 0
[pid=24122] ppid=24117 vsize=256544 CPUtime=233.26 cores=0,2,4,6
/proc/24122/stat : 24122 (glucosInc) S 24117 24116 8327 0 -1 4202496 41950 0 0 0 23316 10 0 0 20 0 1 0 273652160 262701056 56682 33554432000 4194304 5654031 140735045739904 140735045738216 4976656 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24122/statm: 64136 56682 147 357 0 63776 0
[pid=24254] ppid=24117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24254/stat : 24254 (satsolver.sh) S 24117 24116 8327 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 273804550 9367552 267 33554432000 4194304 5064252 140734581011216 140734581010128 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24254/statm: 2287 267 226 213 0 72 0
[pid=24255] ppid=24254 vsize=257724 CPUtime=128.83 cores=0,2,4,6
/proc/24255/stat : 24255 (glucose) R 24254 24116 8327 0 -1 4202496 42341 0 0 0 12874 9 0 0 20 0 1 0 273804550 263909376 57638 33554432000 4194304 5208918 140737086704736 140737086701112 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24255/statm: 64431 57638 103 248 0 64180 0
Current children cumulated CPU time (s) 1661.46
Current children cumulated vsize (KiB) 659480

[startup+1722.3 s]
/proc/loadavg: 2.00 2.12 2.29 4/185 24266
/proc/meminfo: memFree=29870048/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
[pid=24117] ppid=24116 vsize=126916 CPUtime=1299.37 cores=0,2,4,6
/proc/24117/stat : 24117 (npSolver-pbo) S 24116 24116 8327 0 -1 4202496 19353 305569 0 0 262 271 129251 153 20 0 1 0 273651207 129961984 28693 33554432000 4194304 5992684 140734010302016 140734010294304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24117/statm: 31729 28693 189 440 0 31285 0
[pid=24122] ppid=24117 vsize=256544 CPUtime=233.26 cores=0,2,4,6
/proc/24122/stat : 24122 (glucosInc) S 24117 24116 8327 0 -1 4202496 41950 0 0 0 23316 10 0 0 20 0 1 0 273652160 262701056 56682 33554432000 4194304 5654031 140735045739904 140735045738216 4976656 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24122/statm: 64136 56682 147 357 0 63776 0
[pid=24254] ppid=24117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24254/stat : 24254 (satsolver.sh) S 24117 24116 8327 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 273804550 9367552 267 33554432000 4194304 5064252 140734581011216 140734581010128 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24254/statm: 2287 267 226 213 0 72 0
[pid=24255] ppid=24254 vsize=257724 CPUtime=188.81 cores=0,2,4,6
/proc/24255/stat : 24255 (glucose) R 24254 24116 8327 0 -1 4202496 42889 0 0 0 18871 10 0 0 20 0 1 0 273804550 263909376 54986 33554432000 4194304 5208918 140737086704736 140737086701112 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24255/statm: 64431 54986 104 248 0 64180 0
Current children cumulated CPU time (s) 1721.44
Current children cumulated vsize (KiB) 659480

[startup+1782.3 s]
/proc/loadavg: 2.00 2.10 2.26 4/185 24273
/proc/meminfo: memFree=29875588/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
[pid=24117] ppid=24116 vsize=126916 CPUtime=1539.92 cores=0,2,4,6
/proc/24117/stat : 24117 (npSolver-pbo) S 24116 24116 8327 0 -1 4202496 21080 356199 0 0 266 272 153279 175 20 0 1 0 273651207 129961984 28693 33554432000 4194304 5992684 140734010302016 140734010294304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24117/statm: 31729 28693 189 440 0 31285 0
[pid=24122] ppid=24117 vsize=256544 CPUtime=233.26 cores=0,2,4,6
/proc/24122/stat : 24122 (glucosInc) S 24117 24116 8327 0 -1 4202496 41950 0 0 0 23316 10 0 0 20 0 1 0 273652160 262701056 56682 33554432000 4194304 5654031 140735045739904 140735045738216 4976656 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24122/statm: 64136 56682 147 357 0 63776 0
[pid=24272] ppid=24117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24272/stat : 24272 (satsolver.sh) S 24117 24116 8327 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273828611 9367552 266 33554432000 4194304 5064252 140736271561152 140736271560064 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24272/statm: 2287 266 226 213 0 72 0
[pid=24273] ppid=24272 vsize=230260 CPUtime=8.24 cores=0,2,4,6
/proc/24273/stat : 24273 (glucose) R 24272 24116 8327 0 -1 4202496 34000 0 0 0 815 9 0 0 20 0 1 0 273828611 235786240 46303 33554432000 4194304 5208918 140734957201888 140734957199736 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24273/statm: 57565 46303 103 248 0 57314 0
Current children cumulated CPU time (s) 1781.42
Current children cumulated vsize (KiB) 632016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.09 2.26 3/185 24273
/proc/meminfo: memFree=29853788/32873844 swapFree=6872/6872
[pid=24116] ppid=24114 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24116/stat : 24116 (npSolver-pbo-It) S 24114 24116 8327 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273651206 9367552 275 33554432000 4194304 5064252 140737078729296 140737078728208 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24116/statm: 2287 275 233 213 0 72 0
[pid=24117] ppid=24116 vsize=126916 CPUtime=1539.92 cores=0,2,4,6
/proc/24117/stat : 24117 (npSolver-pbo) S 24116 24116 8327 0 -1 4202496 21080 356199 0 0 266 272 153279 175 20 0 1 0 273651207 129961984 28693 33554432000 4194304 5992684 140734010302016 140734010294304 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/24117/statm: 31729 28693 189 440 0 31285 0
[pid=24122] ppid=24117 vsize=256544 CPUtime=233.26 cores=0,2,4,6
/proc/24122/stat : 24122 (glucosInc) S 24117 24116 8327 0 -1 4202496 41950 0 0 0 23316 10 0 0 20 0 1 0 273652160 262701056 56682 33554432000 4194304 5654031 140735045739904 140735045738216 4976656 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/24122/statm: 64136 56682 147 357 0 63776 0
[pid=24272] ppid=24117 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24272/stat : 24272 (satsolver.sh) S 24117 24116 8327 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273828611 9367552 266 33554432000 4194304 5064252 140736271561152 140736271560064 209097221710 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/24272/statm: 2287 266 226 213 0 72 0
[pid=24273] ppid=24272 vsize=247216 CPUtime=26.85 cores=0,2,4,6
/proc/24273/stat : 24273 (glucose) R 24272 24116 8327 0 -1 4202496 37979 0 0 0 2675 10 0 0 20 0 1 0 273828611 253149184 51304 33554432000 4194304 5208918 140734957201888 140734957199736 4228997 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24273/statm: 61804 51304 103 248 0 61553 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 648972

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24116 and gives
#  childrusage.ru_utime.tv_sec=1535
#  childrusage.ru_utime.tv_usec=460574
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=484318
# CPU time returned by wait4() is 1539.94
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.92
CPU time (s): 1800.03
CPU user time (s): 1795.36
CPU system time (s): 4.67
CPU usage (%): 99.9508
Max. virtual memory (cumulated for all children) (KiB): 739620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1535.46
system time used= 4.48432
maximum resident set size= 430772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 378257
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1137864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7468
involuntary context switches= 1706

runsolver used 3.2885 second user time and 8.97164 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-27 01:44:02
IDJOB=3703406
IDBENCH=47933
IDSOLVER=2278
FILE ID=node105/3703406-1338075842
RUNJOBID= node105-1338052967-8343
PBS_JOBID= 14624416
Free space on /tmp= 71472 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
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-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3703406-1338075842/watcher-3703406-1338075842 -o /tmp/evaluation-result-3703406-1338075842/solver-3703406-1338075842 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703406-1338075842.opb 775212692 HOME HOME

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

MD5SUM BENCH= 48d9b1801c3e1b4883cb62109d96eb3c
RANDOM SEED=775212692

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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.882
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	: 5438.54
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.882
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.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31877780 kB
Buffers:          100280 kB
Cached:            57380 kB
SwapCached:         1948 kB
Active:           189716 kB
Inactive:          42700 kB
Active(anon):      73632 kB
Inactive(anon):     2832 kB
Active(file):     116084 kB
Inactive(file):    39868 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:             16800 kB
Writeback:             0 kB
AnonPages:         93240 kB
Mapped:             8740 kB
Shmem:                 0 kB
Slab:             621432 kB
SReclaimable:      62304 kB
SUnreclaim:       559128 kB
KernelStack:        1504 kB
PageTables:         4436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     259032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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= 71028 MiB
End job on node105 at 2012-05-27 02:14:03