Trace number 3702292

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.1 1800.52

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-sp98ic.opb
MD5SUM433b539d7c7c8ff139e6ea6f7acee573
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3860756214
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4026056741
Optimality of the best value was proved NO
Number of variables10894
Total number of constraints825
Number of constraints which are clauses20
Number of constraints which are cardinality constraints (but not clauses)624
Number of constraints which are nor clauses,nor cardinality constraints181
Minimum length of a constraint2
Maximum length of a constraint5038
Number of terms in the objective function 10894
Biggest coefficient in the objective function 1079902210
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 3040671454286
Number of bits of the sum of numbers in the objective function 42
Biggest number in a constraint 1079902210
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 3040671454286
Number of bits of the biggest sum of numbers42
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3.09/3.14	c run inc solver
3.09/3.14	c [INC SYSTEM] run initial solver
3.09/3.14	c [INC SYSTEM] preprocess with white file
33.98/34.08	c [INC SYSTEM] finished preprocessing in 30 s
33.98/34.08	c [INC SYSTEM] execute solver
37.19/37.21	c [INC SEARCH] formula is SAT
37.29/37.31	c [INC SYSTEM] solved the initial formula
37.40/37.42	c model valid
37.40/37.42	c current solution ok
42.50/42.74	o 40551013064
42.50/42.74	c starting approximation
42.50/42.74	c factor = 6.35569e+07
42.50/42.74	c factor still to low - shrinking to 1.32529e+09
42.50/42.74	c approx number of clauses: 1e+06
42.50/42.74	c current bound: 20275507200
494.40/494.68	c model valid
494.40/494.68	c current solution ok
494.50/494.81	c current bound: 20275507200
945.93/946.26	c model valid
945.93/946.26	c current solution ok
946.00/946.38	c current bound: 20275507200
1398.36/1398.79	c model valid
1398.36/1398.79	c current solution ok
1398.45/1398.91	c current bound: 20275507200
1800.10/1800.51	c error: unexpected solver exit code
1800.10/1800.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3702292-1338063819/watcher-3702292-1338063819 -o /tmp/evaluation-result-3702292-1338063819/solver-3702292-1338063819 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702292-1338063819.opb 1095639775 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.03 2.01 2.00 3/178 5847
/proc/meminfo: memFree=28300912/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0

[startup+0.099259 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 5847
/proc/meminfo: memFree=28300912/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100249 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 5847
/proc/meminfo: memFree=28300912/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300246 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 5847
/proc/meminfo: memFree=28300912/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700289 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 5847
/proc/meminfo: memFree=28300912/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 5849
/proc/meminfo: memFree=28196164/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0
[pid=5848] ppid=5847 vsize=160280 CPUtime=1.48 cores=0,2,4,6
/proc/5848/stat : 5848 (npSolver-pbo) R 5847 5847 4763 0 -1 4202496 26236 0 0 0 143 5 0 0 20 0 1 0 272507888 164126720 37727 33554432000 4194304 5992684 140733541050544 140733540979288 4524999 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5848/statm: 40070 37727 160 440 0 39626 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 169428

[startup+3.10022 s]
/proc/loadavg: 2.03 2.01 2.00 3/180 5849
/proc/meminfo: memFree=28087844/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0
[pid=5848] ppid=5847 vsize=428408 CPUtime=3.09 cores=0,2,4,6
/proc/5848/stat : 5848 (npSolver-pbo) R 5847 5847 4763 0 -1 4202496 39196 0 0 0 286 23 0 0 20 0 1 0 272507888 438689792 106354 33554432000 4194304 5992684 140733541050544 140733540956568 5182699 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5848/statm: 107102 106354 161 440 0 106658 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 437556

[startup+6.30035 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 5851
/proc/meminfo: memFree=27223800/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0
[pid=5848] ppid=5847 vsize=299424 CPUtime=3.15 cores=0,2,4,6
/proc/5848/stat : 5848 (npSolver-pbo) S 5847 5847 4763 0 -1 4202496 39203 0 0 0 286 29 0 0 20 0 1 0 272507888 306610176 74114 33554432000 4194304 5992684 140733541050544 140733541044992 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5848/statm: 74856 74114 167 440 0 74412 0
[pid=5850] ppid=5848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5850/stat : 5850 (cp2_pre.sh) S 5848 5847 4763 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 272508204 9367552 277 33554432000 4194304 5064252 140734721176128 140734721174832 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5850/statm: 2287 277 234 213 0 72 0
[pid=5851] ppid=5850 vsize=830816 CPUtime=3.12 cores=0,2,4,6
/proc/5851/stat : 5851 (coprocessor) R 5850 5847 4763 0 -1 4202496 55709 0 0 0 294 18 0 0 20 0 1 0 272508204 850755584 180053 33554432000 4194304 6586260 140734789198176 140734789194440 5511711 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/5851/statm: 207704 180053 164 584 0 207116 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 1148536

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 5853
/proc/meminfo: memFree=26823524/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0
[pid=5848] ppid=5847 vsize=299424 CPUtime=3.15 cores=0,2,4,6
/proc/5848/stat : 5848 (npSolver-pbo) S 5847 5847 4763 0 -1 4202496 39203 0 0 0 286 29 0 0 20 0 1 0 272507888 306610176 74114 33554432000 4194304 5992684 140733541050544 140733541044992 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5848/statm: 74856 74114 167 440 0 74412 0
[pid=5850] ppid=5848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5850/stat : 5850 (cp2_pre.sh) S 5848 5847 4763 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 272508204 9367552 277 33554432000 4194304 5064252 140734721176128 140734721174832 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5850/statm: 2287 277 234 213 0 72 0
[pid=5851] ppid=5850 vsize=1081176 CPUtime=9.52 cores=0,2,4,6
/proc/5851/stat : 5851 (coprocessor) R 5850 5847 4763 0 -1 4202496 91263 0 0 0 926 26 0 0 20 0 1 0 272508204 1107124224 265174 33554432000 4194304 6586260 140734789198176 140734789193544 5599447 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/5851/statm: 270294 265174 189 584 0 269706 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1398896

[startup+25.5003 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 5853
/proc/meminfo: memFree=26805608/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0
[pid=5848] ppid=5847 vsize=299424 CPUtime=3.15 cores=0,2,4,6
/proc/5848/stat : 5848 (npSolver-pbo) S 5847 5847 4763 0 -1 4202496 39203 0 0 0 286 29 0 0 20 0 1 0 272507888 306610176 74114 33554432000 4194304 5992684 140733541050544 140733541044992 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5848/statm: 74856 74114 167 440 0 74412 0
[pid=5850] ppid=5848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5850/stat : 5850 (cp2_pre.sh) S 5848 5847 4763 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 272508204 9367552 277 33554432000 4194304 5064252 140734721176128 140734721174832 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5850/statm: 2287 277 234 213 0 72 0
[pid=5851] ppid=5850 vsize=1094508 CPUtime=22.31 cores=0,2,4,6
/proc/5851/stat : 5851 (coprocessor) R 5850 5847 4763 0 -1 4202496 94606 0 0 0 2205 26 0 0 20 0 1 0 272508204 1120776192 268517 33554432000 4194304 6586260 140734789198176 140734789193720 5599512 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/5851/statm: 273627 268517 189 584 0 273039 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1412228

[startup+51.1004 s]
/proc/loadavg: 2.23 2.06 2.02 3/182 5900
/proc/meminfo: memFree=26481336/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0
[pid=5848] ppid=5847 vsize=346196 CPUtime=39.65 cores=0,2,4,6
/proc/5848/stat : 5848 (npSolver-pbo) S 5847 5847 4763 0 -1 4202496 44129 96578 0 0 412 451 3044 58 20 0 1 0 272507888 354504704 85914 33554432000 4194304 5992684 140733541050544 140733541042832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/5848/statm: 86549 85914 192 440 0 86105 0
[pid=5857] ppid=5848 vsize=489600 CPUtime=3.06 cores=0,2,4,6
/proc/5857/stat : 5857 (glucosInc) S 5848 5847 4763 0 -1 4202496 70767 0 0 0 289 17 0 0 20 0 1 0 272511297 501350400 106937 33554432000 4194304 5654031 140737287367120 140737287365432 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5857/statm: 122400 106937 146 357 0 122040 0
[pid=5899] ppid=5848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5899/stat : 5899 (satsolver.sh) S 5848 5847 4763 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272512173 9367552 267 33554432000 4194304 5064252 140733525092560 140733525091472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5899/statm: 2287 267 226 213 0 72 0
[pid=5900] ppid=5899 vsize=524248 CPUtime=8.24 cores=0,2,4,6
/proc/5900/stat : 5900 (glucose) R 5899 5847 4763 0 -1 4202496 75759 0 0 0 806 18 0 0 20 0 1 0 272512173 536829952 118972 33554432000 4194304 5208918 140733582606384 140733582604216 4211656 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5900/statm: 131062 118972 103 248 0 130811 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 1378340

[startup+102.307 s]
/proc/loadavg: 2.09 2.04 2.01 3/182 5900
/proc/meminfo: memFree=24970000/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0
[pid=5848] ppid=5847 vsize=346196 CPUtime=39.65 cores=0,2,4,6
/proc/5848/stat : 5848 (npSolver-pbo) S 5847 5847 4763 0 -1 4202496 44129 96578 0 0 412 451 3044 58 20 0 1 0 272507888 354504704 85914 33554432000 4194304 5992684 140733541050544 140733541042832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/5848/statm: 86549 85914 192 440 0 86105 0
[pid=5857] ppid=5848 vsize=489600 CPUtime=3.06 cores=0,2,4,6
/proc/5857/stat : 5857 (glucosInc) S 5848 5847 4763 0 -1 4202496 70767 0 0 0 289 17 0 0 20 0 1 0 272511297 501350400 106937 33554432000 4194304 5654031 140737287367120 140737287365432 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5857/statm: 122400 106937 146 357 0 122040 0
[pid=5899] ppid=5848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5899/stat : 5899 (satsolver.sh) S 5848 5847 4763 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272512173 9367552 267 33554432000 4194304 5064252 140733525092560 140733525091472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5899/statm: 2287 267 226 213 0 72 0
[pid=5900] ppid=5899 vsize=574336 CPUtime=59.43 cores=0,2,4,6
/proc/5900/stat : 5900 (glucose) R 5899 5847 4763 0 -1 4202496 76579 0 0 0 5925 18 0 0 20 0 1 0 272512173 588120064 122857 33554432000 4194304 5208918 140733582606384 140733582604536 4211740 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5900/statm: 143584 122857 103 248 0 143333 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 1428428

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/182 5900
/proc/meminfo: memFree=23278524/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0
[pid=5848] ppid=5847 vsize=346196 CPUtime=39.65 cores=0,2,4,6
/proc/5848/stat : 5848 (npSolver-pbo) S 5847 5847 4763 0 -1 4202496 44129 96578 0 0 412 451 3044 58 20 0 1 0 272507888 354504704 85914 33554432000 4194304 5992684 140733541050544 140733541042832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/5848/statm: 86549 85914 192 440 0 86105 0
[pid=5857] ppid=5848 vsize=489600 CPUtime=3.06 cores=0,2,4,6
/proc/5857/stat : 5857 (glucosInc) S 5848 5847 4763 0 -1 4202496 70767 0 0 0 289 17 0 0 20 0 1 0 272511297 501350400 106937 33554432000 4194304 5654031 140737287367120 140737287365432 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5857/statm: 122400 106937 146 357 0 122040 0
[pid=5899] ppid=5848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5899/stat : 5899 (satsolver.sh) S 5848 5847 4763 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272512173 9367552 267 33554432000 4194304 5064252 140733525092560 140733525091472 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5899/statm: 2287 267 226 213 0 72 0
[pid=5900] ppid=5899 vsize=524248 CPUtime=119.41 cores=0,2,4,6

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


[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 5933
/proc/meminfo: memFree=18500916/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0
[pid=5848] ppid=5847 vsize=346196 CPUtime=1395.63 cores=0,2,4,6
/proc/5848/stat : 5848 (npSolver-pbo) S 5847 5847 4763 0 -1 4202496 60880 374154 0 0 509 459 138340 255 20 0 1 0 272507888 354504704 85640 33554432000 4194304 5992684 140733541050544 140733541042832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/5848/statm: 86549 85640 192 440 0 86105 0
[pid=5857] ppid=5848 vsize=489600 CPUtime=3.06 cores=0,2,4,6
/proc/5857/stat : 5857 (glucosInc) S 5848 5847 4763 0 -1 4202496 70767 0 0 0 289 17 0 0 20 0 1 0 272511297 501350400 107186 33554432000 4194304 5654031 140737287367120 140737287365432 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5857/statm: 122400 107186 146 357 0 122040 0
[pid=5931] ppid=5848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5931/stat : 5931 (satsolver.sh) S 5848 5847 4763 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272647790 9367552 267 33554432000 4194304 5064252 140736321881744 140736321880656 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5931/statm: 2287 267 226 213 0 72 0
[pid=5932] ppid=5931 vsize=582288 CPUtime=143.24 cores=0,2,4,6
/proc/5932/stat : 5932 (glucose) R 5931 5847 4763 0 -1 4202496 80238 0 0 0 14304 20 0 0 20 0 1 0 272647790 596262912 124518 33554432000 4194304 5208918 140733513406144 140733513402520 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5932/statm: 145572 124518 105 248 0 145321 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 1436380

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5936
/proc/meminfo: memFree=18501076/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0
[pid=5848] ppid=5847 vsize=346196 CPUtime=1395.63 cores=0,2,4,6
/proc/5848/stat : 5848 (npSolver-pbo) S 5847 5847 4763 0 -1 4202496 60880 374154 0 0 509 459 138340 255 20 0 1 0 272507888 354504704 85640 33554432000 4194304 5992684 140733541050544 140733541042832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/5848/statm: 86549 85640 192 440 0 86105 0
[pid=5857] ppid=5848 vsize=489600 CPUtime=3.06 cores=0,2,4,6
/proc/5857/stat : 5857 (glucosInc) S 5848 5847 4763 0 -1 4202496 70767 0 0 0 289 17 0 0 20 0 1 0 272511297 501350400 107186 33554432000 4194304 5654031 140737287367120 140737287365432 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5857/statm: 122400 107186 146 357 0 122040 0
[pid=5931] ppid=5848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5931/stat : 5931 (satsolver.sh) S 5848 5847 4763 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272647790 9367552 267 33554432000 4194304 5064252 140736321881744 140736321880656 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5931/statm: 2287 267 226 213 0 72 0
[pid=5932] ppid=5931 vsize=582288 CPUtime=203.22 cores=0,2,4,6
/proc/5932/stat : 5932 (glucose) R 5931 5847 4763 0 -1 4202496 80984 0 0 0 20300 22 0 0 20 0 1 0 272647790 596262912 124578 33554432000 4194304 5208918 140733513406144 140733513404296 4205139 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5932/statm: 145572 124578 105 248 0 145321 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 1436380

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5936
/proc/meminfo: memFree=18507776/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0
[pid=5848] ppid=5847 vsize=346196 CPUtime=1395.63 cores=0,2,4,6
/proc/5848/stat : 5848 (npSolver-pbo) S 5847 5847 4763 0 -1 4202496 60880 374154 0 0 509 459 138340 255 20 0 1 0 272507888 354504704 85640 33554432000 4194304 5992684 140733541050544 140733541042832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/5848/statm: 86549 85640 192 440 0 86105 0
[pid=5857] ppid=5848 vsize=489600 CPUtime=3.06 cores=0,2,4,6
/proc/5857/stat : 5857 (glucosInc) S 5848 5847 4763 0 -1 4202496 70767 0 0 0 289 17 0 0 20 0 1 0 272511297 501350400 107186 33554432000 4194304 5654031 140737287367120 140737287365432 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5857/statm: 122400 107186 146 357 0 122040 0
[pid=5931] ppid=5848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5931/stat : 5931 (satsolver.sh) S 5848 5847 4763 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272647790 9367552 267 33554432000 4194304 5064252 140736321881744 140736321880656 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5931/statm: 2287 267 226 213 0 72 0
[pid=5932] ppid=5931 vsize=532200 CPUtime=263.22 cores=0,2,4,6
/proc/5932/stat : 5932 (glucose) R 5931 5847 4763 0 -1 4202496 81413 0 0 0 26298 24 0 0 20 0 1 0 272647790 544972800 122786 33554432000 4194304 5208918 140733513406144 140733513404232 4211635 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5932/statm: 133050 122786 105 248 0 132799 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 1386292

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 5936
/proc/meminfo: memFree=18490524/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0
[pid=5848] ppid=5847 vsize=346196 CPUtime=1395.63 cores=0,2,4,6
/proc/5848/stat : 5848 (npSolver-pbo) S 5847 5847 4763 0 -1 4202496 60880 374154 0 0 509 459 138340 255 20 0 1 0 272507888 354504704 85640 33554432000 4194304 5992684 140733541050544 140733541042832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/5848/statm: 86549 85640 192 440 0 86105 0
[pid=5857] ppid=5848 vsize=489600 CPUtime=3.06 cores=0,2,4,6
/proc/5857/stat : 5857 (glucosInc) S 5848 5847 4763 0 -1 4202496 70767 0 0 0 289 17 0 0 20 0 1 0 272511297 501350400 107186 33554432000 4194304 5654031 140737287367120 140737287365432 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5857/statm: 122400 107186 146 357 0 122040 0
[pid=5931] ppid=5848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5931/stat : 5931 (satsolver.sh) S 5848 5847 4763 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272647790 9367552 267 33554432000 4194304 5064252 140736321881744 140736321880656 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5931/statm: 2287 267 226 213 0 72 0
[pid=5932] ppid=5931 vsize=582288 CPUtime=323.21 cores=0,2,4,6
/proc/5932/stat : 5932 (glucose) R 5931 5847 4763 0 -1 4202496 81723 0 0 0 32296 25 0 0 20 0 1 0 272647790 596262912 127695 33554432000 4194304 5208918 140733513406144 140733513404296 4211553 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5932/statm: 145572 127695 105 248 0 145321 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 1436380

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 5937
/proc/meminfo: memFree=18471844/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0
[pid=5848] ppid=5847 vsize=346196 CPUtime=1395.63 cores=0,2,4,6
/proc/5848/stat : 5848 (npSolver-pbo) S 5847 5847 4763 0 -1 4202496 60880 374154 0 0 509 459 138340 255 20 0 1 0 272507888 354504704 85640 33554432000 4194304 5992684 140733541050544 140733541042832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/5848/statm: 86549 85640 192 440 0 86105 0
[pid=5857] ppid=5848 vsize=489600 CPUtime=3.06 cores=0,2,4,6
/proc/5857/stat : 5857 (glucosInc) S 5848 5847 4763 0 -1 4202496 70767 0 0 0 289 17 0 0 20 0 1 0 272511297 501350400 107186 33554432000 4194304 5654031 140737287367120 140737287365432 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5857/statm: 122400 107186 146 357 0 122040 0
[pid=5931] ppid=5848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5931/stat : 5931 (satsolver.sh) S 5848 5847 4763 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272647790 9367552 267 33554432000 4194304 5064252 140736321881744 140736321880656 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5931/statm: 2287 267 226 213 0 72 0
[pid=5932] ppid=5931 vsize=582288 CPUtime=383.2 cores=0,2,4,6
/proc/5932/stat : 5932 (glucose) R 5931 5847 4763 0 -1 4202496 81731 0 0 0 38295 25 0 0 20 0 1 0 272647790 596262912 131791 33554432000 4194304 5208918 140733513406144 140733513402520 4211656 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5932/statm: 145572 131791 105 248 0 145321 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 1436380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 5937
/proc/meminfo: memFree=18503480/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0
[pid=5848] ppid=5847 vsize=346196 CPUtime=1395.63 cores=0,2,4,6
/proc/5848/stat : 5848 (npSolver-pbo) S 5847 5847 4763 0 -1 4202496 60880 374154 0 0 509 459 138340 255 20 0 1 0 272507888 354504704 85640 33554432000 4194304 5992684 140733541050544 140733541042832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/5848/statm: 86549 85640 192 440 0 86105 0
[pid=5857] ppid=5848 vsize=489600 CPUtime=3.06 cores=0,2,4,6
/proc/5857/stat : 5857 (glucosInc) S 5848 5847 4763 0 -1 4202496 70767 0 0 0 289 17 0 0 20 0 1 0 272511297 501350400 107186 33554432000 4194304 5654031 140737287367120 140737287365432 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5857/statm: 122400 107186 146 357 0 122040 0
[pid=5931] ppid=5848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5931/stat : 5931 (satsolver.sh) S 5848 5847 4763 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272647790 9367552 267 33554432000 4194304 5064252 140736321881744 140736321880656 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5931/statm: 2287 267 226 213 0 72 0
[pid=5932] ppid=5931 vsize=532200 CPUtime=401.41 cores=0,2,4,6
/proc/5932/stat : 5932 (glucose) R 5931 5847 4763 0 -1 4202496 82107 0 0 0 40114 27 0 0 20 0 1 0 272647790 544972800 123810 33554432000 4194304 5208918 140733513406144 140733513404232 4211732 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5932/statm: 133050 123810 105 248 0 132799 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1386292

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 5937
/proc/meminfo: memFree=18503480/32873648 swapFree=6864/6864
[pid=5847] ppid=5845 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5847/stat : 5847 (npSolver-pbo-It) S 5845 5847 4763 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 272507888 9367552 275 33554432000 4194304 5064252 140733840008704 140733840007616 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5847/statm: 2287 275 233 213 0 72 0
[pid=5848] ppid=5847 vsize=346196 CPUtime=1395.63 cores=0,2,4,6
/proc/5848/stat : 5848 (npSolver-pbo) S 5847 5847 4763 0 -1 4202496 60880 374154 0 0 509 459 138340 255 20 0 1 0 272507888 354504704 85640 33554432000 4194304 5992684 140733541050544 140733541042832 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 12 0 0
/proc/5848/statm: 86549 85640 192 440 0 86105 0
[pid=5857] ppid=5848 vsize=489600 CPUtime=3.06 cores=0,2,4,6
/proc/5857/stat : 5857 (glucosInc) S 5848 5847 4763 0 -1 4202496 70767 0 0 0 289 17 0 0 20 0 1 0 272511297 501350400 107186 33554432000 4194304 5654031 140737287367120 140737287365432 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5857/statm: 122400 107186 146 357 0 122040 0
[pid=5931] ppid=5848 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5931/stat : 5931 (satsolver.sh) S 5848 5847 4763 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 272647790 9367552 267 33554432000 4194304 5064252 140736321881744 140736321880656 226084152910 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5931/statm: 2287 267 226 213 0 72 0
[pid=5932] ppid=5931 vsize=532200 CPUtime=401.41 cores=0,2,4,6
/proc/5932/stat : 5932 (glucose) R 5931 5847 4763 0 -1 4202496 82107 0 0 0 40114 27 0 0 20 0 1 0 272647790 544972800 123810 33554432000 4194304 5208918 140733513406144 140733513404232 4211732 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5932/statm: 133050 123810 105 248 0 132799 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1386292

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5847 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.1
CPU user time (s): 1792.52
CPU system time (s): 7.58
CPU usage (%): 99.9764
Max. virtual memory (cumulated for all children) (KiB): 1538920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 4.19236 second user time and 11.1023 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-26 22:23:39
IDJOB=3702292
IDBENCH=2365
IDSOLVER=2278
FILE ID=node120/3702292-1338063819
RUNJOBID= node120-1338052943-4779
PBS_JOBID= 14624403
Free space on /tmp= 71580 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-sp98ic.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702292-1338063819/watcher-3702292-1338063819 -o /tmp/evaluation-result-3702292-1338063819/solver-3702292-1338063819 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702292-1338063819.opb 1095639775 HOME HOME

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

MD5SUM BENCH= 433b539d7c7c8ff139e6ea6f7acee573
RANDOM SEED=1095639775

node120.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.456
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.91
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.456
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.456
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        28301292 kB
Buffers:          238196 kB
Cached:          3513108 kB
SwapCached:          492 kB
Active:           718644 kB
Inactive:        3081512 kB
Active(anon):      39132 kB
Inactive(anon):    12388 kB
Active(file):     679512 kB
Inactive(file):  3069124 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:             11260 kB
Writeback:             0 kB
AnonPages:         61548 kB
Mapped:            14788 kB
Shmem:               120 kB
Slab:             632880 kB
SReclaimable:      77060 kB
SUnreclaim:       555820 kB
KernelStack:        1464 kB
PageTables:         4192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     174476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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= 71420 MiB
End job on node120 at 2012-05-26 22:53:42