Trace number 3703411

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.02 1800.92

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=7-P1=29-P2=53-P3=31-P4=23-P5=47-P6=67-B.opb
MD5SUM8b8e1d2a13a8c39d33c0acf49e3195a1
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.040993
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables108
Total number of constraints13
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 constraints13
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)216
Sum of products size (including duplicates)432
Number of different products216
Sum of products size432

Solver Data

1.62/1.83	c run inc solver
1.62/1.83	c [INC SYSTEM] run initial solver
1.62/1.83	c [INC SYSTEM] preprocess with white file
7.48/7.89	c [INC SYSTEM] finished preprocessing in 6 s
7.48/7.89	c [INC SYSTEM] execute solver
47.06/47.49	c [INC SEARCH] formula is SAT
47.17/47.51	c [INC SYSTEM] solved the initial formula
47.17/47.51	c model valid
47.17/47.51	c current solution ok
49.19/49.72	o 63
49.19/49.72	c starting approximation
49.19/49.72	c factor = 2
49.27/49.83	c current bound: 31
337.99/338.68	c model valid
337.99/338.68	c current solution ok
338.17/338.75	c current bound: 31
617.21/617.96	c model valid
617.21/617.96	c current solution ok
617.39/618.03	c current bound: 31
901.28/901.92	c model valid
901.28/901.92	c current solution ok
901.28/901.99	c current bound: 31
1190.71/1191.44	c model valid
1190.71/1191.44	c current solution ok
1190.77/1191.51	c current bound: 31
1486.58/1487.42	c model valid
1486.58/1487.42	c current solution ok
1486.58/1487.49	c current bound: 31
1788.23/1789.11	c model valid
1788.23/1789.11	c current solution ok
1788.23/1789.18	c current bound: 31
1800.02/1800.91	c error: unexpected solver exit code
1800.02/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-3703411-1338076125/watcher-3703411-1338076125 -o /tmp/evaluation-result-3703411-1338076125/solver-3703411-1338076125 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703411-1338076125.opb 1843106640 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.10 1.91 1.91 3/179 6091
/proc/meminfo: memFree=27122128/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/statm: 2287 275 233 213 0 72 0

[startup+0.0716731 s]
/proc/loadavg: 2.10 1.91 1.91 3/179 6091
/proc/meminfo: memFree=27122128/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/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.10 1.91 1.91 3/179 6091
/proc/meminfo: memFree=27122128/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300237 s]
/proc/loadavg: 2.10 1.91 1.91 3/179 6091
/proc/meminfo: memFree=27122128/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700229 s]
/proc/loadavg: 2.10 1.91 1.91 3/179 6091
/proc/meminfo: memFree=27122128/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.10 1.91 1.91 3/182 6095
/proc/meminfo: memFree=27024848/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/statm: 2287 275 233 213 0 72 0
[pid=6092] ppid=6091 vsize=102684 CPUtime=1.49 cores=1,3,5,7
/proc/6092/stat : 6092 (npSolver-pbo) R 6091 6091 1653 0 -1 4202496 8109 0 0 0 146 3 0 0 20 0 1 0 273741080 105148416 17776 33554432000 4194304 5992684 140733872339408 140733872334520 4965949 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6092/statm: 25671 17776 157 440 0 25227 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111832

[startup+3.10046 s]
/proc/loadavg: 2.33 1.96 1.92 3/184 6104
/proc/meminfo: memFree=26905076/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/statm: 2287 275 233 213 0 72 0
[pid=6092] ppid=6091 vsize=107456 CPUtime=1.65 cores=1,3,5,7
/proc/6092/stat : 6092 (npSolver-pbo) S 6091 6091 1653 0 -1 4202496 8892 0 0 0 155 10 0 0 20 0 1 0 273741080 110034944 19692 33554432000 4194304 5992684 140733872339408 140733872333856 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 18 0 0
/proc/6092/statm: 26864 19692 164 440 0 26420 0
[pid=6103] ppid=6092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6103/stat : 6103 (cp2_pre.sh) S 6092 6091 1653 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273741264 9367552 277 33554432000 4194304 5064252 140736665225552 140736665224256 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6103/statm: 2287 277 234 213 0 72 0
[pid=6104] ppid=6103 vsize=214180 CPUtime=1.25 cores=1,3,5,7
/proc/6104/stat : 6104 (coprocessor) R 6103 6091 1653 0 -1 4202496 30036 0 0 0 118 7 0 0 20 0 1 0 273741264 219320320 47940 33554432000 4194304 6586260 140734268243376 140734268239640 5511711 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/6104/statm: 53545 47940 166 584 0 52957 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 339932

[startup+6.3003 s]
/proc/loadavg: 2.33 1.96 1.92 3/184 6125
/proc/meminfo: memFree=26682000/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/statm: 2287 275 233 213 0 72 0
[pid=6092] ppid=6091 vsize=107456 CPUtime=1.65 cores=1,3,5,7
/proc/6092/stat : 6092 (npSolver-pbo) S 6091 6091 1653 0 -1 4202496 8892 0 0 0 155 10 0 0 20 0 1 0 273741080 110034944 19692 33554432000 4194304 5992684 140733872339408 140733872333856 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 18 0 0
/proc/6092/statm: 26864 19692 164 440 0 26420 0
[pid=6103] ppid=6092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6103/stat : 6103 (cp2_pre.sh) S 6092 6091 1653 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273741264 9367552 277 33554432000 4194304 5064252 140736665225552 140736665224256 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6103/statm: 2287 277 234 213 0 72 0
[pid=6104] ppid=6103 vsize=291608 CPUtime=4.32 cores=1,3,5,7
/proc/6104/stat : 6104 (coprocessor) R 6103 6091 1653 0 -1 4202496 44533 0 0 0 423 9 0 0 20 0 1 0 273741264 298606592 69631 33554432000 4194304 6586260 140734268243376 140734268239288 5732496 0 0 4096 8404994 0 0 0 17 3 0 0 12 0 0
/proc/6104/statm: 72902 69631 198 584 0 72314 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 417360

[startup+12.7004 s]
/proc/loadavg: 2.50 2.02 1.94 3/183 6162
/proc/meminfo: memFree=26836836/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/statm: 2287 275 233 213 0 72 0
[pid=6092] ppid=6091 vsize=107456 CPUtime=7.57 cores=1,3,5,7
/proc/6092/stat : 6092 (npSolver-pbo) S 6091 6091 1653 0 -1 4202496 8908 45436 0 0 155 10 575 17 20 0 1 0 273741080 110034944 19694 33554432000 4194304 5992684 140733872339408 140733872325672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 18 0 0
/proc/6092/statm: 26864 19694 166 440 0 26420 0
[pid=6141] ppid=6092 vsize=149032 CPUtime=4.8 cores=1,3,5,7
/proc/6141/stat : 6141 (glucosInc) R 6092 6091 1653 0 -1 4202496 24807 0 0 0 475 5 0 0 20 0 1 0 273741869 152608768 31144 33554432000 4194304 5654031 140734116349936 140734116347720 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6141/statm: 37258 31144 139 357 0 36898 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 265636

[startup+25.507 s]
/proc/loadavg: 2.43 2.01 1.94 3/183 6232
/proc/meminfo: memFree=26810556/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/statm: 2287 275 233 213 0 72 0
[pid=6092] ppid=6091 vsize=107456 CPUtime=7.57 cores=1,3,5,7
/proc/6092/stat : 6092 (npSolver-pbo) S 6091 6091 1653 0 -1 4202496 8908 45436 0 0 155 10 575 17 20 0 1 0 273741080 110034944 19694 33554432000 4194304 5992684 140733872339408 140733872325672 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 18 0 0
/proc/6092/statm: 26864 19694 166 440 0 26420 0
[pid=6141] ppid=6092 vsize=152860 CPUtime=17.6 cores=1,3,5,7
/proc/6141/stat : 6141 (glucosInc) R 6092 6091 1653 0 -1 4202496 25819 0 0 0 1755 5 0 0 20 0 1 0 273741869 156528640 32156 33554432000 4194304 5654031 140734116349936 140734116347720 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6141/statm: 38215 32156 140 357 0 37855 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 269464

[startup+51.1005 s]
/proc/loadavg: 2.28 2.01 1.94 3/185 6389
/proc/meminfo: memFree=26685248/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/statm: 2287 275 233 213 0 72 0
[pid=6092] ppid=6091 vsize=107460 CPUtime=9.69 cores=1,3,5,7
/proc/6092/stat : 6092 (npSolver-pbo) S 6091 6091 1653 0 -1 4202496 9973 45952 0 0 196 174 575 24 20 0 1 0 273741080 110039040 19718 33554432000 4194304 5992684 140733872339408 140733872331696 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 31 0 0
/proc/6092/statm: 26865 19718 189 440 0 26421 0
[pid=6141] ppid=6092 vsize=161672 CPUtime=39.58 cores=1,3,5,7
/proc/6141/stat : 6141 (glucosInc) S 6092 6091 1653 0 -1 4202496 27589 0 0 0 3952 6 0 0 20 0 1 0 273741869 165552128 34437 33554432000 4194304 5654031 140734116349936 140734116348248 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6141/statm: 40418 34437 146 357 0 40058 0
[pid=6381] ppid=6092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6381/stat : 6381 (satsolver.sh) S 6092 6091 1653 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273746052 9367552 267 33554432000 4194304 5064252 140736580220096 140736580219008 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6381/statm: 2287 267 226 213 0 72 0
[pid=6382] ppid=6381 vsize=140736 CPUtime=1.37 cores=1,3,5,7
/proc/6382/stat : 6382 (glucose) R 6381 6091 1653 0 -1 4202496 22935 0 0 0 132 5 0 0 20 0 1 0 273746052 144113664 28676 33554432000 4194304 5208918 140737398195776 140737398193624 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6382/statm: 35184 28676 95 248 0 34933 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 428164

[startup+102.301 s]
/proc/loadavg: 2.12 2.01 1.94 3/185 6670
/proc/meminfo: memFree=26671040/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/statm: 2287 275 233 213 0 72 0
[pid=6092] ppid=6091 vsize=107460 CPUtime=9.69 cores=1,3,5,7
/proc/6092/stat : 6092 (npSolver-pbo) S 6091 6091 1653 0 -1 4202496 9973 45952 0 0 196 174 575 24 20 0 1 0 273741080 110039040 19718 33554432000 4194304 5992684 140733872339408 140733872331696 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 31 0 0
/proc/6092/statm: 26865 19718 189 440 0 26421 0
[pid=6141] ppid=6092 vsize=161672 CPUtime=39.58 cores=1,3,5,7
/proc/6141/stat : 6141 (glucosInc) S 6092 6091 1653 0 -1 4202496 27589 0 0 0 3952 6 0 0 20 0 1 0 273741869 165552128 35119 33554432000 4194304 5654031 140734116349936 140734116348248 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6141/statm: 40418 35119 146 357 0 40058 0
[pid=6381] ppid=6092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6381/stat : 6381 (satsolver.sh) S 6092 6091 1653 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273746052 9367552 267 33554432000 4194304 5064252 140736580220096 140736580219008 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6381/statm: 2287 267 226 213 0 72 0
[pid=6382] ppid=6381 vsize=171748 CPUtime=52.56 cores=1,3,5,7
/proc/6382/stat : 6382 (glucose) R 6381 6091 1653 0 -1 4202496 29972 0 0 0 5250 6 0 0 20 0 1 0 273746052 175869952 37757 33554432000 4194304 5208918 140737398195776 140737398192152 4213123 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6382/statm: 42937 37757 104 248 0 42686 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 459176

[startup+162.301 s]
/proc/loadavg: 2.94 2.22 2.01 3/185 7009
/proc/meminfo: memFree=26647052/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/statm: 2287 275 233 213 0 72 0
[pid=6092] ppid=6091 vsize=107460 CPUtime=9.69 cores=1,3,5,7
/proc/6092/stat : 6092 (npSolver-pbo) S 6091 6091 1653 0 -1 4202496 9973 45952 0 0 196 174 575 24 20 0 1 0 273741080 110039040 19718 33554432000 4194304 5992684 140733872339408 140733872331696 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 31 0 0
/proc/6092/statm: 26865 19718 189 440 0 26421 0
[pid=6141] ppid=6092 vsize=161672 CPUtime=39.58 cores=1,3,5,7
/proc/6141/stat : 6141 (glucosInc) S 6092 6091 1653 0 -1 4202496 27589 0 0 0 3952 6 0 0 20 0 1 0 273741869 165552128 35436 33554432000 4194304 5654031 140734116349936 140734116348248 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6141/statm: 40418 35436 146 357 0 40058 0
[pid=6381] ppid=6092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6381/stat : 6381 (satsolver.sh) S 6092 6091 1653 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273746052 9367552 267 33554432000 4194304 5064252 140736580220096 140736580219008 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/6381/statm: 2287 267 226 213 0 72 0
[pid=6382] ppid=6381 vsize=203848 CPUtime=112.54 cores=1,3,5,7

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

Current children cumulated vsize (KiB) 466996

[startup+1542.3 s]
/proc/loadavg: 2.04 2.07 2.02 3/183 13624
/proc/meminfo: memFree=25595896/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/statm: 2287 275 233 213 0 72 0
[pid=6092] ppid=6091 vsize=107460 CPUtime=1447.09 cores=1,3,5,7
/proc/6092/stat : 6092 (npSolver-pbo) S 6091 6091 1653 0 -1 4202496 13736 242520 0 0 207 176 144198 128 20 0 1 0 273741080 110039040 20369 33554432000 4194304 5992684 140733872339408 140733872331696 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 31 0 0
/proc/6092/statm: 26865 20369 189 440 0 26421 0
[pid=6141] ppid=6092 vsize=161672 CPUtime=39.58 cores=1,3,5,7
/proc/6141/stat : 6141 (glucosInc) S 6092 6091 1653 0 -1 4202496 27589 0 0 0 3952 6 0 0 20 0 1 0 273741869 165552128 35436 33554432000 4194304 5654031 140734116349936 140734116348248 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6141/statm: 40418 35436 146 357 0 40058 0
[pid=13623] ppid=6092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (satsolver.sh) S 6092 6091 1653 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273889829 9367552 267 33554432000 4194304 5064252 140736086074656 140736086073568 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13623/statm: 2287 267 226 213 0 72 0
[pid=13624] ppid=13623 vsize=171740 CPUtime=54.79 cores=1,3,5,7
/proc/13624/stat : 13624 (glucose) R 13623 6091 1653 0 -1 4202496 28584 0 0 0 5473 6 0 0 20 0 1 0 273889829 175861760 38548 33554432000 4194304 5208918 140737472964832 140737472961208 4229169 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13624/statm: 42935 38548 104 248 0 42684 0
Current children cumulated CPU time (s) 1541.46
Current children cumulated vsize (KiB) 459168

[startup+1602.3 s]
/proc/loadavg: 2.01 2.06 2.02 3/183 13624
/proc/meminfo: memFree=25501908/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/statm: 2287 275 233 213 0 72 0
[pid=6092] ppid=6091 vsize=107460 CPUtime=1447.09 cores=1,3,5,7
/proc/6092/stat : 6092 (npSolver-pbo) S 6091 6091 1653 0 -1 4202496 13736 242520 0 0 207 176 144198 128 20 0 1 0 273741080 110039040 20369 33554432000 4194304 5992684 140733872339408 140733872331696 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 31 0 0
/proc/6092/statm: 26865 20369 189 440 0 26421 0
[pid=6141] ppid=6092 vsize=161672 CPUtime=39.58 cores=1,3,5,7
/proc/6141/stat : 6141 (glucosInc) S 6092 6091 1653 0 -1 4202496 27589 0 0 0 3952 6 0 0 20 0 1 0 273741869 165552128 35436 33554432000 4194304 5654031 140734116349936 140734116348248 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6141/statm: 40418 35436 146 357 0 40058 0
[pid=13623] ppid=6092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (satsolver.sh) S 6092 6091 1653 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273889829 9367552 267 33554432000 4194304 5064252 140736086074656 140736086073568 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13623/statm: 2287 267 226 213 0 72 0
[pid=13624] ppid=13623 vsize=203840 CPUtime=114.77 cores=1,3,5,7
/proc/13624/stat : 13624 (glucose) R 13623 6091 1653 0 -1 4202496 29393 0 0 0 11471 6 0 0 20 0 1 0 273889829 208732160 39859 33554432000 4194304 5208918 140737472964832 140737472962680 4205203 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13624/statm: 50960 39859 104 248 0 50709 0
Current children cumulated CPU time (s) 1601.44
Current children cumulated vsize (KiB) 491268

[startup+1662.31 s]
/proc/loadavg: 2.11 2.07 2.02 3/183 13625
/proc/meminfo: memFree=25483684/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/statm: 2287 275 233 213 0 72 0
[pid=6092] ppid=6091 vsize=107460 CPUtime=1447.09 cores=1,3,5,7
/proc/6092/stat : 6092 (npSolver-pbo) S 6091 6091 1653 0 -1 4202496 13736 242520 0 0 207 176 144198 128 20 0 1 0 273741080 110039040 20369 33554432000 4194304 5992684 140733872339408 140733872331696 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 31 0 0
/proc/6092/statm: 26865 20369 189 440 0 26421 0
[pid=6141] ppid=6092 vsize=161672 CPUtime=39.58 cores=1,3,5,7
/proc/6141/stat : 6141 (glucosInc) S 6092 6091 1653 0 -1 4202496 27589 0 0 0 3952 6 0 0 20 0 1 0 273741869 165552128 35436 33554432000 4194304 5654031 140734116349936 140734116348248 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6141/statm: 40418 35436 146 357 0 40058 0
[pid=13623] ppid=6092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (satsolver.sh) S 6092 6091 1653 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273889829 9367552 267 33554432000 4194304 5064252 140736086074656 140736086073568 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13623/statm: 2287 267 226 213 0 72 0
[pid=13624] ppid=13623 vsize=176328 CPUtime=174.77 cores=1,3,5,7
/proc/13624/stat : 13624 (glucose) R 13623 6091 1653 0 -1 4202496 30800 0 0 0 17469 8 0 0 20 0 1 0 273889829 180559872 40206 33554432000 4194304 5208918 140737472964832 140737472962680 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13624/statm: 44082 40206 105 248 0 43831 0
Current children cumulated CPU time (s) 1661.44
Current children cumulated vsize (KiB) 463756

[startup+1722.3 s]
/proc/loadavg: 2.04 2.06 2.02 3/183 13625
/proc/meminfo: memFree=25455428/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/statm: 2287 275 233 213 0 72 0
[pid=6092] ppid=6091 vsize=107460 CPUtime=1447.09 cores=1,3,5,7
/proc/6092/stat : 6092 (npSolver-pbo) S 6091 6091 1653 0 -1 4202496 13736 242520 0 0 207 176 144198 128 20 0 1 0 273741080 110039040 20369 33554432000 4194304 5992684 140733872339408 140733872331696 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 31 0 0
/proc/6092/statm: 26865 20369 189 440 0 26421 0
[pid=6141] ppid=6092 vsize=161672 CPUtime=39.58 cores=1,3,5,7
/proc/6141/stat : 6141 (glucosInc) S 6092 6091 1653 0 -1 4202496 27589 0 0 0 3952 6 0 0 20 0 1 0 273741869 165552128 35436 33554432000 4194304 5654031 140734116349936 140734116348248 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6141/statm: 40418 35436 146 357 0 40058 0
[pid=13623] ppid=6092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (satsolver.sh) S 6092 6091 1653 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273889829 9367552 267 33554432000 4194304 5064252 140736086074656 140736086073568 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13623/statm: 2287 267 226 213 0 72 0
[pid=13624] ppid=13623 vsize=207148 CPUtime=234.75 cores=1,3,5,7
/proc/13624/stat : 13624 (glucose) R 13623 6091 1653 0 -1 4202496 31393 0 0 0 23467 8 0 0 20 0 1 0 273889829 212119552 41304 33554432000 4194304 5208918 140737472964832 140737472962984 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13624/statm: 51787 41304 105 248 0 51536 0
Current children cumulated CPU time (s) 1721.42
Current children cumulated vsize (KiB) 494576

[startup+1782.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/183 13625
/proc/meminfo: memFree=25461436/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/statm: 2287 275 233 213 0 72 0
[pid=6092] ppid=6091 vsize=107460 CPUtime=1447.09 cores=1,3,5,7
/proc/6092/stat : 6092 (npSolver-pbo) S 6091 6091 1653 0 -1 4202496 13736 242520 0 0 207 176 144198 128 20 0 1 0 273741080 110039040 20369 33554432000 4194304 5992684 140733872339408 140733872331696 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 31 0 0
/proc/6092/statm: 26865 20369 189 440 0 26421 0
[pid=6141] ppid=6092 vsize=161672 CPUtime=39.58 cores=1,3,5,7
/proc/6141/stat : 6141 (glucosInc) S 6092 6091 1653 0 -1 4202496 27589 0 0 0 3952 6 0 0 20 0 1 0 273741869 165552128 35436 33554432000 4194304 5654031 140734116349936 140734116348248 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6141/statm: 40418 35436 146 357 0 40058 0
[pid=13623] ppid=6092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13623/stat : 13623 (satsolver.sh) S 6092 6091 1653 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 273889829 9367552 267 33554432000 4194304 5064252 140736086074656 140736086073568 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13623/statm: 2287 267 226 213 0 72 0
[pid=13624] ppid=13623 vsize=179568 CPUtime=294.74 cores=1,3,5,7
/proc/13624/stat : 13624 (glucose) R 13623 6091 1653 0 -1 4202496 32986 0 0 0 29464 10 0 0 20 0 1 0 273889829 183877632 37280 33554432000 4194304 5208918 140737472964832 140737472962664 4212445 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13624/statm: 44892 37280 105 248 0 44641 0
Current children cumulated CPU time (s) 1781.41
Current children cumulated vsize (KiB) 466996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.91 s]
/proc/loadavg: 2.01 2.04 2.01 3/183 13632
/proc/meminfo: memFree=25478588/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/statm: 2287 275 233 213 0 72 0
[pid=6092] ppid=6091 vsize=107460 CPUtime=1748.73 cores=1,3,5,7
/proc/6092/stat : 6092 (npSolver-pbo) S 6091 6091 1653 0 -1 4202496 14491 281792 0 0 210 176 174338 149 20 0 1 0 273741080 110039040 20369 33554432000 4194304 5992684 140733872339408 140733872331696 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 31 0 0
/proc/6092/statm: 26865 20369 189 440 0 26421 0
[pid=6141] ppid=6092 vsize=161672 CPUtime=39.58 cores=1,3,5,7
/proc/6141/stat : 6141 (glucosInc) S 6092 6091 1653 0 -1 4202496 27589 0 0 0 3952 6 0 0 20 0 1 0 273741869 165552128 35436 33554432000 4194304 5654031 140734116349936 140734116348248 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6141/statm: 40418 35436 146 357 0 40058 0
[pid=13631] ppid=6092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13631/stat : 13631 (satsolver.sh) S 6092 6091 1653 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273919998 9367552 267 33554432000 4194304 5064252 140733233992000 140733233990912 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13631/statm: 2287 267 226 213 0 72 0
[pid=13632] ppid=13631 vsize=151344 CPUtime=11.71 cores=1,3,5,7
/proc/13632/stat : 13632 (glucose) R 13631 6091 1653 0 -1 4202496 26192 0 0 0 1166 5 0 0 20 0 1 0 273919998 154976256 32420 33554432000 4194304 5208918 140735484220288 140735484218040 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13632/statm: 37836 32420 104 248 0 37585 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 438772

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.91 s]
/proc/loadavg: 2.01 2.04 2.01 3/183 13632
/proc/meminfo: memFree=25478588/32873844 swapFree=6088/6088
[pid=6091] ppid=6089 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/6091/stat : 6091 (npSolver-pbo-It) S 6089 6091 1653 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273741080 9367552 275 33554432000 4194304 5064252 140737173092576 140737173091488 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/6091/statm: 2287 275 233 213 0 72 0
[pid=6092] ppid=6091 vsize=107460 CPUtime=1748.73 cores=1,3,5,7
/proc/6092/stat : 6092 (npSolver-pbo) S 6091 6091 1653 0 -1 4202496 14491 281792 0 0 210 176 174338 149 20 0 1 0 273741080 110039040 20369 33554432000 4194304 5992684 140733872339408 140733872331696 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 31 0 0
/proc/6092/statm: 26865 20369 189 440 0 26421 0
[pid=6141] ppid=6092 vsize=161672 CPUtime=39.58 cores=1,3,5,7
/proc/6141/stat : 6141 (glucosInc) S 6092 6091 1653 0 -1 4202496 27589 0 0 0 3952 6 0 0 20 0 1 0 273741869 165552128 35436 33554432000 4194304 5654031 140734116349936 140734116348248 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/6141/statm: 40418 35436 146 357 0 40058 0
[pid=13631] ppid=6092 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13631/stat : 13631 (satsolver.sh) S 6092 6091 1653 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 273919998 9367552 267 33554432000 4194304 5064252 140733233992000 140733233990912 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13631/statm: 2287 267 226 213 0 72 0
[pid=13632] ppid=13631 vsize=151344 CPUtime=11.71 cores=1,3,5,7
/proc/13632/stat : 13632 (glucose) R 13631 6091 1653 0 -1 4202496 26192 0 0 0 1166 5 0 0 20 0 1 0 273919998 154976256 32420 33554432000 4194304 5208918 140735484220288 140735484218040 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13632/statm: 37836 32420 104 248 0 37585 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 438772

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6091 and gives
#  childrusage.ru_utime.tv_sec=1745
#  childrusage.ru_utime.tv_usec=487645
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=263503
# CPU time returned by wait4() is 1748.75
# while last known CPU time is 1800.02
#
# 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.02
CPU user time (s): 1796.66
CPU system time (s): 3.36
CPU usage (%): 99.9499
Max. virtual memory (cumulated for all children) (KiB): 543904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1745.49
system time used= 3.2635
maximum resident set size= 286528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297261
page faults= 0
swaps= 0
block input operations= 8
block output operations= 818496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4635
involuntary context switches= 2001

runsolver used 5.2652 second user time and 9.27759 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-27 01:48:45
IDJOB=3703411
IDBENCH=47943
IDSOLVER=2278
FILE ID=node108/3703411-1338076125
RUNJOBID= node108-1338052671-1674
PBS_JOBID= 14624392
Free space on /tmp= 71664 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=7-P1=29-P2=53-P3=31-P4=23-P5=47-P6=67-B.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3703411-1338076125/watcher-3703411-1338076125 -o /tmp/evaluation-result-3703411-1338076125/solver-3703411-1338076125 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3703411-1338076125.opb 1843106640 HOME HOME

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

MD5SUM BENCH= 8b8e1d2a13a8c39d33c0acf49e3195a1
RANDOM SEED=1843106640

node108.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.273
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.54
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.273
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.273
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.273
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.273
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.273
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	: 5438.55
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.273
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.90
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.273
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:       32873844 kB
MemFree:        27131692 kB
Buffers:          274872 kB
Cached:          4556944 kB
SwapCached:            0 kB
Active:           729040 kB
Inactive:        4221692 kB
Active(anon):     119396 kB
Inactive(anon):        0 kB
Active(file):     609644 kB
Inactive(file):  4221692 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9072 kB
Writeback:             0 kB
AnonPages:        134916 kB
Mapped:            15664 kB
Shmem:               200 kB
Slab:             652412 kB
SReclaimable:      92892 kB
SUnreclaim:       559520 kB
KernelStack:        1464 kB
PageTables:         4676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     248404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 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= 71392 MiB
End job on node108 at 2012-05-27 02:18:46