Trace number 3702633

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.06 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_0_mh.opb
MD5SUMd45c19629398b5f846111b7dcef3015f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3689644
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 98611128
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 12268557731
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 98611128
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 12268557731
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.61	c run inc solver
0.00/0.61	c [INC SYSTEM] run initial solver
0.00/0.61	c [INC SYSTEM] preprocess with white file
3.28/3.33	c [INC SYSTEM] finished preprocessing in 2 s
3.28/3.33	c [INC SYSTEM] execute solver
8.07/8.12	c [INC SEARCH] formula is SAT
8.07/8.14	c [INC SYSTEM] solved the initial formula
8.18/8.24	c model valid
8.18/8.24	c current solution ok
9.48/9.55	o 514197125
9.48/9.55	c starting approximation
9.48/9.55	c factor = 2
9.48/9.55	c factor still to low - shrinking to 2.59541e+07
9.48/9.55	c approx number of clauses: 1e+06
9.48/9.56	c current bound: 257098576
12.57/12.67	c leaving approximation
12.57/12.67	c finished approximation
12.57/12.67	c [INC SYSTEM] there exists a inc, kill it!
12.57/12.67	c write failed with 2
12.57/12.68	c [INC SEARCH] iteration: 0
12.57/12.68	c [INC BOUNDS] best value:514197150 search for 514197149
12.57/12.68	c [INC SYSTEM] create new solver instance
12.57/12.68	c [INC] encode full formula
12.57/12.68	c fallback to adder encoding
15.29/15.33	c set iterative enc to: adder
15.29/15.33	c set iterative enc to: none
15.57/15.66	c [INC SEARCH] isOptimum variable: 0
691.38/691.63	c formula is SAT
691.47/691.70	c [INC SEARCH] copied best model
691.47/691.70	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
691.58/691.81	c model valid
691.58/691.81	c current solution ok
691.58/691.81	o 418580405
691.58/691.81	c [INC SEARCH] iteration: 1
691.58/691.81	c [INC BOUNDS] best value:418580430 search for 418580429
691.58/691.81	c [INC SYSTEM] there exists a inc, kill it!
691.58/691.81	c write failed with 2
691.58/691.82	c [INC SYSTEM] create new solver instance
691.58/691.82	c [INC] encode full formula
691.58/691.82	c fallback to adder encoding
694.18/694.47	c set iterative enc to: adder
694.18/694.47	c set iterative enc to: none
694.59/694.85	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.51	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.02/1800.51	s UNKNOWN
1800.02/1800.51	c [INC SYSTEM] there exists a inc, kill it!
1800.02/1800.51	c write failed with -1

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-3702633-1338128131/watcher-3702633-1338128131 -o /tmp/evaluation-result-3702633-1338128131/solver-3702633-1338128131 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702633-1338128131.opb 1916264591 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: 2.00 2.00 2.04 2/180 9911
/proc/meminfo: memFree=31355132/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0

[startup+0.084081 s]
/proc/loadavg: 2.00 2.00 2.04 2/180 9911
/proc/meminfo: memFree=31355132/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100276 s]
/proc/loadavg: 2.00 2.00 2.04 2/180 9911
/proc/meminfo: memFree=31355132/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300248 s]
/proc/loadavg: 2.00 2.00 2.04 2/180 9911
/proc/meminfo: memFree=31355132/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700184 s]
/proc/loadavg: 2.00 2.00 2.04 2/180 9911
/proc/meminfo: memFree=31355132/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.00 2.00 2.04 3/184 9915
/proc/meminfo: memFree=31169188/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=52632 CPUtime=0.63 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) S 9911 9911 9266 0 -1 4202496 7791 0 0 0 57 6 0 0 20 0 1 0 278939915 53895168 10019 33554432000 4194304 5992684 140735983304064 140735983298512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 13158 10019 171 440 0 12714 0
[pid=9914] ppid=9912 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9914/stat : 9914 (cp2_pre.sh) S 9912 9911 9266 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 278939979 9367552 277 33554432000 4194304 5064252 140735392068768 140735392067472 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9914/statm: 2287 277 234 213 0 72 0
[pid=9915] ppid=9914 vsize=170912 CPUtime=0.84 cores=0,2,4,6
/proc/9915/stat : 9915 (coprocessor) R 9914 9911 9266 0 -1 4202496 28015 0 0 0 80 4 0 0 20 0 1 0 278939979 175013888 38259 33554432000 4194304 6586260 140736193362880 140736193359144 5511711 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/9915/statm: 42728 38259 166 584 0 42140 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 241840

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.04 3/184 9915
/proc/meminfo: memFree=31119304/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=52632 CPUtime=0.63 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) S 9911 9911 9266 0 -1 4202496 7791 0 0 0 57 6 0 0 20 0 1 0 278939915 53895168 10019 33554432000 4194304 5992684 140735983304064 140735983298512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 13158 10019 171 440 0 12714 0
[pid=9914] ppid=9912 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9914/stat : 9914 (cp2_pre.sh) S 9912 9911 9266 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 278939979 9367552 277 33554432000 4194304 5064252 140735392068768 140735392067472 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9914/statm: 2287 277 234 213 0 72 0
[pid=9915] ppid=9914 vsize=210616 CPUtime=2.45 cores=0,2,4,6
/proc/9915/stat : 9915 (coprocessor) R 9914 9911 9266 0 -1 4202496 35334 0 0 0 235 10 0 0 20 0 1 0 278939979 215670784 51446 33554432000 4194304 6586260 140736193362880 140736193358632 5117790 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/9915/statm: 52654 51446 200 584 0 52066 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 281544

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 2.04 3/183 9917
/proc/meminfo: memFree=31208056/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=52632 CPUtime=3.31 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) S 9911 9911 9266 0 -1 4202496 7810 36238 0 0 57 6 255 13 20 0 1 0 278939915 53895168 10021 33554432000 4194304 5992684 140735983304064 140735983290328 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 13158 10021 173 440 0 12714 0
[pid=9917] ppid=9912 vsize=98304 CPUtime=2.95 cores=0,2,4,6
/proc/9917/stat : 9917 (glucosInc) R 9912 9911 9266 0 -1 4202496 20256 0 0 0 292 3 0 0 20 0 1 0 278940248 100663296 22494 33554432000 4194304 5654031 140737129136208 140737129133992 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9917/statm: 24576 22494 140 357 0 24216 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 160084

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.04 3/185 9920
/proc/meminfo: memFree=31035528/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=74644 CPUtime=12.67 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) R 9911 9911 9266 0 -1 4202496 11618 91056 0 0 101 114 1021 31 20 0 1 0 278939915 76435456 15131 33554432000 4194304 5992684 140735983304064 140735983300128 4749568 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 18661 15131 203 440 0 18217 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 83792

[startup+25.5004 s]
/proc/loadavg: 2.15 2.03 2.05 3/183 9927
/proc/meminfo: memFree=30566980/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=66732 CPUtime=15.64 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) S 9911 9911 9266 0 -1 4202496 16287 91571 0 0 361 148 1021 34 20 0 1 0 278939915 68333568 13579 33554432000 4194304 5992684 140735983304064 140735983289896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 16683 13579 205 440 0 16239 0
[pid=9927] ppid=9912 vsize=567760 CPUtime=9.82 cores=0,2,4,6
/proc/9927/stat : 9927 (glucosInc) R 9912 9911 9266 0 -1 4202496 83166 0 0 0 960 22 0 0 20 0 1 0 278941482 581386240 127022 33554432000 4194304 5654031 140736492801648 140736492799432 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9927/statm: 141940 127022 141 357 0 141580 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 643640

[startup+51.1003 s]
/proc/loadavg: 2.10 2.03 2.05 3/183 9927
/proc/meminfo: memFree=30557936/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=66732 CPUtime=15.64 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) S 9911 9911 9266 0 -1 4202496 16287 91571 0 0 361 148 1021 34 20 0 1 0 278939915 68333568 13579 33554432000 4194304 5992684 140735983304064 140735983289896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 16683 13579 205 440 0 16239 0
[pid=9927] ppid=9912 vsize=570156 CPUtime=35.4 cores=0,2,4,6
/proc/9927/stat : 9927 (glucosInc) R 9912 9911 9266 0 -1 4202496 84039 0 0 0 3518 22 0 0 20 0 1 0 278941482 583839744 128406 33554432000 4194304 5654031 140736492801648 140736492789464 4232563 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9927/statm: 142539 128406 141 357 0 142179 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 646036

[startup+102.307 s]
/proc/loadavg: 2.04 2.02 2.04 3/183 9928
/proc/meminfo: memFree=30543604/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=66732 CPUtime=15.64 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) S 9911 9911 9266 0 -1 4202496 16287 91571 0 0 361 148 1021 34 20 0 1 0 278939915 68333568 13579 33554432000 4194304 5992684 140735983304064 140735983289896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 16683 13579 205 440 0 16239 0
[pid=9927] ppid=9912 vsize=578396 CPUtime=86.61 cores=0,2,4,6
/proc/9927/stat : 9927 (glucosInc) R 9912 9911 9266 0 -1 4202496 85394 0 0 0 8638 23 0 0 20 0 1 0 278941482 592277504 130783 33554432000 4194304 5654031 140736492801648 140736492789464 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9927/statm: 144599 130783 142 357 0 144239 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 654276

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/181 9982
/proc/meminfo: memFree=29932344/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=66732 CPUtime=15.64 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) S 9911 9911 9266 0 -1 4202496 16287 91571 0 0 361 148 1021 34 20 0 1 0 278939915 68333568 13579 33554432000 4194304 5992684 140735983304064 140735983289896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 16683 13579 205 440 0 16239 0
[pid=9927] ppid=9912 vsize=582972 CPUtime=146.58 cores=0,2,4,6
/proc/9927/stat : 9927 (glucosInc) R 9912 9911 9266 0 -1 4202496 86037 0 0 0 14635 23 0 0 20 0 1 0 278941482 596963328 131930 33554432000 4194304 5654031 140736492801648 140736492789464 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9927/statm: 145743 131930 142 357 0 145383 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 658852

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/181 9982
/proc/meminfo: memFree=29901692/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=66732 CPUtime=15.64 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) S 9911 9911 9266 0 -1 4202496 16287 91571 0 0 361 148 1021 34 20 0 1 0 278939915 68333568 13579 33554432000 4194304 5992684 140735983304064 140735983289896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 16683 13579 205 440 0 16239 0
[pid=9927] ppid=9912 vsize=582972 CPUtime=206.54 cores=0,2,4,6
/proc/9927/stat : 9927 (glucosInc) R 9912 9911 9266 0 -1 4202496 86079 0 0 0 20631 23 0 0 20 0 1 0 278941482 596963328 132442 33554432000 4194304 5654031 140736492801648 140736492789464 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9927/statm: 145743 132442 142 357 0 145383 0
Current children cumulated CPU time (s) 222.18

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

/proc/meminfo: memFree=29785644/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=119076 CPUtime=694.64 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) S 9911 9911 9266 0 -1 4202496 24272 179760 0 0 643 183 68570 68 20 0 1 0 278939915 121933824 26633 33554432000 4194304 5992684 140735983304064 140735983289896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 29769 26633 205 440 0 29325 0
[pid=9988] ppid=9912 vsize=672096 CPUtime=607.26 cores=0,2,4,6
/proc/9988/stat : 9988 (glucosInc) R 9912 9911 9266 0 -1 4202496 90965 0 0 0 60696 30 0 0 20 0 1 0 279009400 688226304 138171 33554432000 4194304 5654031 140735814410576 140735814398392 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9988/statm: 168024 138171 142 357 0 167664 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 800320

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9996
/proc/meminfo: memFree=29776240/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=119076 CPUtime=694.64 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) S 9911 9911 9266 0 -1 4202496 24272 179760 0 0 643 183 68570 68 20 0 1 0 278939915 121933824 26633 33554432000 4194304 5992684 140735983304064 140735983289896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 29769 26633 205 440 0 29325 0
[pid=9988] ppid=9912 vsize=672096 CPUtime=667.25 cores=0,2,4,6
/proc/9988/stat : 9988 (glucosInc) R 9912 9911 9266 0 -1 4202496 91147 0 0 0 66695 30 0 0 20 0 1 0 279009400 688226304 139375 33554432000 4194304 5654031 140735814410576 140735814398392 4232939 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9988/statm: 168024 139375 142 357 0 167664 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 800320

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9996
/proc/meminfo: memFree=29801436/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=119076 CPUtime=694.64 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) S 9911 9911 9266 0 -1 4202496 24272 179760 0 0 643 183 68570 68 20 0 1 0 278939915 121933824 26633 33554432000 4194304 5992684 140735983304064 140735983289896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 29769 26633 205 440 0 29325 0
[pid=9988] ppid=9912 vsize=672096 CPUtime=727.24 cores=0,2,4,6
/proc/9988/stat : 9988 (glucosInc) R 9912 9911 9266 0 -1 4202496 91148 0 0 0 72694 30 0 0 20 0 1 0 279009400 688226304 139887 33554432000 4194304 5654031 140735814410576 140735814398392 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9988/statm: 168024 139887 142 357 0 167664 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 800320

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 9999
/proc/meminfo: memFree=29792988/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=119076 CPUtime=694.64 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) S 9911 9911 9266 0 -1 4202496 24272 179760 0 0 643 183 68570 68 20 0 1 0 278939915 121933824 26633 33554432000 4194304 5992684 140735983304064 140735983289896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 29769 26633 205 440 0 29325 0
[pid=9988] ppid=9912 vsize=672096 CPUtime=787.23 cores=0,2,4,6
/proc/9988/stat : 9988 (glucosInc) R 9912 9911 9266 0 -1 4202496 91149 0 0 0 78693 30 0 0 20 0 1 0 279009400 688226304 140399 33554432000 4194304 5654031 140735814410576 140735814398392 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9988/statm: 168024 140399 142 357 0 167664 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 800320

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9999
/proc/meminfo: memFree=29787680/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=119076 CPUtime=694.64 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) S 9911 9911 9266 0 -1 4202496 24272 179760 0 0 643 183 68570 68 20 0 1 0 278939915 121933824 26633 33554432000 4194304 5992684 140735983304064 140735983289896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 29769 26633 205 440 0 29325 0
[pid=9988] ppid=9912 vsize=672096 CPUtime=847.22 cores=0,2,4,6
/proc/9988/stat : 9988 (glucosInc) R 9912 9911 9266 0 -1 4202496 91149 0 0 0 84692 30 0 0 20 0 1 0 279009400 688226304 140399 33554432000 4194304 5654031 140735814410576 140735814398392 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9988/statm: 168024 140399 142 357 0 167664 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 800320

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 10002
/proc/meminfo: memFree=29818544/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=119076 CPUtime=694.64 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) S 9911 9911 9266 0 -1 4202496 24272 179760 0 0 643 183 68570 68 20 0 1 0 278939915 121933824 26633 33554432000 4194304 5992684 140735983304064 140735983289896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 29769 26633 205 440 0 29325 0
[pid=9988] ppid=9912 vsize=672096 CPUtime=907.21 cores=0,2,4,6
/proc/9988/stat : 9988 (glucosInc) R 9912 9911 9266 0 -1 4202496 91150 0 0 0 90691 30 0 0 20 0 1 0 279009400 688226304 140911 33554432000 4194304 5654031 140735814410576 140735814398392 4232431 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9988/statm: 168024 140911 142 357 0 167664 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 800320

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 10002
/proc/meminfo: memFree=29844048/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=119076 CPUtime=694.64 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) S 9911 9911 9266 0 -1 4202496 24272 179760 0 0 643 183 68570 68 20 0 1 0 278939915 121933824 26633 33554432000 4194304 5992684 140735983304064 140735983289896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 29769 26633 205 440 0 29325 0
[pid=9988] ppid=9912 vsize=590708 CPUtime=967.2 cores=0,2,4,6
/proc/9988/stat : 9988 (glucosInc) R 9912 9911 9266 0 -1 4202496 91797 0 0 0 96687 33 0 0 20 0 1 0 279009400 604884992 134087 33554432000 4194304 5654031 140735814410576 140735814398392 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9988/statm: 147677 134087 142 357 0 147317 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 718932

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10002
/proc/meminfo: memFree=29837656/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=119076 CPUtime=694.64 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) S 9911 9911 9266 0 -1 4202496 24272 179760 0 0 643 183 68570 68 20 0 1 0 278939915 121933824 26633 33554432000 4194304 5992684 140735983304064 140735983289896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 29769 26633 205 440 0 29325 0
[pid=9988] ppid=9912 vsize=590708 CPUtime=1027.19 cores=0,2,4,6
/proc/9988/stat : 9988 (glucosInc) R 9912 9911 9266 0 -1 4202496 91799 0 0 0 102686 33 0 0 20 0 1 0 279009400 604884992 135111 33554432000 4194304 5654031 140735814410576 140735814398392 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9988/statm: 147677 135111 142 357 0 147317 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 718932

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10002
/proc/meminfo: memFree=29825620/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=119076 CPUtime=694.64 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) S 9911 9911 9266 0 -1 4202496 24272 179760 0 0 643 183 68570 68 20 0 1 0 278939915 121933824 26633 33554432000 4194304 5992684 140735983304064 140735983289896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 29769 26633 205 440 0 29325 0
[pid=9988] ppid=9912 vsize=594316 CPUtime=1087.18 cores=0,2,4,6
/proc/9988/stat : 9988 (glucosInc) R 9912 9911 9266 0 -1 4202496 92314 0 0 0 108685 33 0 0 20 0 1 0 279009400 608579584 136648 33554432000 4194304 5654031 140735814410576 140735814398392 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9988/statm: 148579 136648 142 357 0 148219 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 722540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10002
/proc/meminfo: memFree=29822636/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=119076 CPUtime=694.64 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) S 9911 9911 9266 0 -1 4202496 24272 179760 0 0 643 183 68570 68 20 0 1 0 278939915 121933824 26633 33554432000 4194304 5992684 140735983304064 140735983289896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 29769 26633 205 440 0 29325 0
[pid=9988] ppid=9912 vsize=594316 CPUtime=1105.38 cores=0,2,4,6
/proc/9988/stat : 9988 (glucosInc) R 9912 9911 9266 0 -1 4202496 92316 0 0 0 110505 33 0 0 20 0 1 0 279009400 608579584 136648 33554432000 4194304 5654031 140735814410576 140735814398392 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9988/statm: 148579 136648 142 357 0 148219 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 722540

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10002
/proc/meminfo: memFree=29822636/32873648 swapFree=6852/6852
[pid=9911] ppid=9909 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9911/stat : 9911 (npSolver-pbo-It) S 9909 9911 9266 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278939915 9367552 274 33554432000 4194304 5064252 140735092669392 140735092668304 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9911/statm: 2287 274 233 213 0 72 0
[pid=9912] ppid=9911 vsize=119076 CPUtime=694.64 cores=0,2,4,6
/proc/9912/stat : 9912 (npSolver-pbo) S 9911 9911 9266 0 -1 4202496 24272 179760 0 0 643 183 68570 68 20 0 1 0 278939915 121933824 26633 33554432000 4194304 5992684 140735983304064 140735983289896 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/9912/statm: 29769 26633 205 440 0 29325 0
[pid=9988] ppid=9912 vsize=594316 CPUtime=1105.38 cores=0,2,4,6
/proc/9988/stat : 9988 (glucosInc) R 9912 9911 9266 0 -1 4202496 92316 0 0 0 110505 33 0 0 20 0 1 0 279009400 608579584 136648 33554432000 4194304 5654031 140735814410576 140735814398392 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9988/statm: 148579 136648 142 357 0 148219 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 722540

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1797.19
CPU system time (s): 2.86456
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 930548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.19
system time used= 2.86456
maximum resident set size= 678240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296728
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1016008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3241
involuntary context switches= 2467

runsolver used 3.48247 second user time and 9.47856 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-27 16:15:31
IDJOB=3702633
IDBENCH=92693
IDSOLVER=2278
FILE ID=node115/3702633-1338128131
RUNJOBID= node115-1338123580-9282
PBS_JOBID= 14624500
Free space on /tmp= 71628 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_0_mh.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702633-1338128131/watcher-3702633-1338128131 -o /tmp/evaluation-result-3702633-1338128131/solver-3702633-1338128131 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702633-1338128131.opb 1916264591 HOME HOME

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

MD5SUM BENCH= d45c19629398b5f846111b7dcef3015f
RANDOM SEED=1916264591

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:        31356124 kB
Buffers:          272680 kB
Cached:           247160 kB
SwapCached:          936 kB
Active:           669404 kB
Inactive:          24412 kB
Active(anon):     166244 kB
Inactive(anon):    10284 kB
Active(file):     503160 kB
Inactive(file):    14128 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106408 kB
Dirty:             10896 kB
Writeback:             0 kB
AnonPages:        248996 kB
Mapped:            13604 kB
Shmem:                96 kB
Slab:             681540 kB
SReclaimable:     126028 kB
SUnreclaim:       555512 kB
KernelStack:        1520 kB
PageTables:         4556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     308684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 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= 71192 MiB
End job on node115 at 2012-05-27 16:45:32