Trace number 3751685

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 (fixed)? (TO) 1800.08 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat70_4_22_2.opb
MD5SUM1172ec321506151f46656b695a5e98c9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4041903
Best CPU time to get the best result obtained on this benchmark1800.49
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9940
Total number of constraints14846
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints14700
Minimum length of a constraint2
Maximum length of a constraint2415
Number of terms in the objective function 9730
Biggest coefficient in the objective function 148877000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 81547827734
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 148877000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 81547827734
Number of bits of the biggest sum of numbers37
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.06	c old isEQ: 0, new EQ is 1
0.00/0.33	c old isEQ: 192, new EQ is 1
0.00/0.41	c old isEQ: 1, new EQ is 1
0.00/0.48	c run inc solver
0.00/0.48	c [INC SYSTEM] run initial solver
0.00/0.48	c [INC SYSTEM] preprocess with white file
4.39/4.43	c [INC SYSTEM] finished preprocessing in 3 s
4.39/4.43	c [INC SYSTEM] execute solver
4.41/5.13	c [INC SEARCH] formula is SAT
4.41/5.15	c [INC SYSTEM] solved the initial formula
5.37/5.46	c model valid
5.37/5.46	c current solution ok
6.06/6.17	o 305778861
6.06/6.17	c starting approximation
6.06/6.17	c factor = 2
6.06/6.17	c factor still to low - shrinking to 8.92569e+06
6.06/6.17	c approx number of clauses: 1e+06
6.06/6.17	c current bound: 152889472
6.65/6.75	c leaving approximation
6.65/6.75	c finished approximation
6.65/6.75	c [INC SYSTEM] there exists a inc, kill it!
6.65/6.75	c write failed with 2
6.65/6.75	c [INC SEARCH] iteration: 0
6.65/6.75	c [INC BOUNDS] best value:305778931 search for 305778930
6.65/6.75	c [INC SYSTEM] create new solver instance
6.65/6.75	c [INC] encode full formula
6.65/6.75	c fallback to adder encoding
8.17/8.26	c set iterative enc to: adder
8.17/8.26	c set iterative enc to: none
8.38/8.45	c [INC SEARCH] isOptimum variable: 0
11.96/12.09	c formula is SAT
12.68/12.82	c [INC SEARCH] copied best model
12.68/12.82	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
12.68/12.82	c model valid
12.68/12.82	c current solution ok
12.68/12.82	o 68935993
12.68/12.82	c [INC SEARCH] iteration: 1
12.68/12.82	c [INC BOUNDS] best value:68936063 search for 68936062
12.68/12.82	c [INC SYSTEM] there exists a inc, kill it!
12.68/12.82	c write failed with 2
12.68/12.82	c [INC SYSTEM] create new solver instance
12.68/12.82	c [INC] encode full formula
12.68/12.82	c fallback to adder encoding
13.48/13.56	c set iterative enc to: adder
13.48/13.56	c set iterative enc to: none
13.68/13.77	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.41	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.05/1800.41	s UNKNOWN
1800.05/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.05/1800.41	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-3751685-1339177947/watcher-3751685-1339177947 -o /tmp/evaluation-result-3751685-1339177947/solver-3751685-1339177947 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751685-1339177947.opb 938841572 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.01 2.01 2.03 3/180 5147
/proc/meminfo: memFree=25207852/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0

[startup+0.0239989 s]
/proc/loadavg: 2.01 2.01 2.03 3/180 5147
/proc/meminfo: memFree=25207852/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100299 s]
/proc/loadavg: 2.01 2.01 2.03 3/180 5147
/proc/meminfo: memFree=25207852/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300289 s]
/proc/loadavg: 2.01 2.01 2.03 3/180 5147
/proc/meminfo: memFree=25207852/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700306 s]
/proc/loadavg: 2.01 2.01 2.03 3/180 5147
/proc/meminfo: memFree=25207852/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.01 2.01 2.03 3/184 5151
/proc/meminfo: memFree=25036980/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=37592 CPUtime=0.5 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) S 5147 5147 4273 0 -1 4202496 8281 0 0 0 45 5 0 0 20 0 1 0 27761823 38494208 7813 33554432000 4194304 6004724 140734471517136 140734471511600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 9398 7813 164 442 0 8952 0
[pid=5150] ppid=5148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5150/stat : 5150 (cp2_pre.sh) S 5148 5147 4273 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 27761873 9367552 277 33554432000 4194304 5064252 140734687230368 140734687229072 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5150/statm: 2287 277 234 213 0 72 0
[pid=5151] ppid=5150 vsize=163544 CPUtime=0.98 cores=0,2,4,6
/proc/5151/stat : 5151 (coprocessor) R 5150 5147 4273 0 -1 4202496 29526 0 0 0 94 4 0 0 20 0 1 0 27761873 167469056 39260 33554432000 4194304 6586260 140734765498640 140734765494568 4768675 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/5151/statm: 40886 39260 182 584 0 40298 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 219432

[startup+3.10041 s]
/proc/loadavg: 2.01 2.01 2.03 3/184 5151
/proc/meminfo: memFree=24983996/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=37592 CPUtime=0.5 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) S 5147 5147 4273 0 -1 4202496 8281 0 0 0 45 5 0 0 20 0 1 0 27761823 38494208 7813 33554432000 4194304 6004724 140734471517136 140734471511600 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 9398 7813 164 442 0 8952 0
[pid=5150] ppid=5148 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5150/stat : 5150 (cp2_pre.sh) S 5148 5147 4273 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 27761873 9367552 277 33554432000 4194304 5064252 140734687230368 140734687229072 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5150/statm: 2287 277 234 213 0 72 0
[pid=5151] ppid=5150 vsize=188960 CPUtime=2.58 cores=0,2,4,6
/proc/5151/stat : 5151 (coprocessor) R 5150 5147 4273 0 -1 4202496 33554 0 0 0 253 5 0 0 20 0 1 0 27761873 193495040 45843 33554432000 4194304 6586260 140734765498640 140734765493960 4683293 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/5151/statm: 47240 45843 192 584 0 46652 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 244848

[startup+6.3003 s]
/proc/loadavg: 2.01 2.01 2.03 3/183 5153
/proc/meminfo: memFree=25084796/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=45236 CPUtime=5.55 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) S 5147 5147 4273 0 -1 4202496 12472 36253 0 0 75 87 376 17 20 0 1 0 27761823 46321664 9715 33554432000 4194304 6004724 140734471517136 140734471509440 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 11309 9715 191 442 0 10863 0
[pid=5153] ppid=5148 vsize=84516 CPUtime=0.69 cores=0,2,4,6
/proc/5153/stat : 5153 (glucosInc) S 5148 5147 4273 0 -1 4202496 17052 0 0 0 66 3 0 0 20 0 1 0 27762266 86544384 19551 33554432000 4194304 5654031 140733944419456 140733944417768 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5153/statm: 21129 19551 146 357 0 20769 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 138900

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.03 3/183 5163
/proc/meminfo: memFree=24705564/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=144788 CPUtime=12.68 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) R 5147 5147 4273 0 -1 4202496 24336 144382 0 0 281 108 829 50 20 0 1 0 27761823 148262912 27265 33554432000 4194304 6004724 140734471517136 140734471509608 4582581 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 36197 27265 200 442 0 35751 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 153936

[startup+25.5004 s]
/proc/loadavg: 2.21 2.06 2.05 3/183 5165
/proc/meminfo: memFree=24708768/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=79252 CPUtime=13.75 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) S 5147 5147 4273 0 -1 4202496 25309 144897 0 0 367 125 829 54 20 0 1 0 27761823 81154048 18264 33554432000 4194304 6004724 140734471517136 140734471502984 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 19813 18264 200 442 0 19367 0
[pid=5165] ppid=5148 vsize=348596 CPUtime=11.7 cores=0,2,4,6
/proc/5165/stat : 5165 (glucosInc) R 5148 5147 4273 0 -1 4202496 58184 0 0 0 1158 12 0 0 20 0 1 0 27763200 356962304 77064 33554432000 4194304 5654031 140736960279184 140736960267000 4232700 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5165/statm: 87149 77064 141 357 0 86789 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 436996

[startup+51.1004 s]
/proc/loadavg: 2.22 2.07 2.05 3/183 5165
/proc/meminfo: memFree=24653184/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=79252 CPUtime=13.75 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) S 5147 5147 4273 0 -1 4202496 25309 144897 0 0 367 125 829 54 20 0 1 0 27761823 81154048 18264 33554432000 4194304 6004724 140734471517136 140734471502984 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 19813 18264 200 442 0 19367 0
[pid=5165] ppid=5148 vsize=399760 CPUtime=37.3 cores=0,2,4,6
/proc/5165/stat : 5165 (glucosInc) R 5148 5147 4273 0 -1 4202496 60480 0 0 0 3712 18 0 0 20 0 1 0 27763200 409354240 91495 33554432000 4194304 5654031 140736960279184 140736960276968 4215028 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5165/statm: 99940 91495 141 357 0 99580 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 488160

[startup+102.3 s]
/proc/loadavg: 2.09 2.05 2.05 3/183 5165
/proc/meminfo: memFree=24653420/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=79252 CPUtime=13.75 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) S 5147 5147 4273 0 -1 4202496 25309 144897 0 0 367 125 829 54 20 0 1 0 27761823 81154048 18264 33554432000 4194304 6004724 140734471517136 140734471502984 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 19813 18264 200 442 0 19367 0
[pid=5165] ppid=5148 vsize=400384 CPUtime=88.5 cores=0,2,4,6
/proc/5165/stat : 5165 (glucosInc) R 5148 5147 4273 0 -1 4202496 61630 0 0 0 8828 22 0 0 20 0 1 0 27763200 409993216 90131 33554432000 4194304 5654031 140736960279184 140736960276872 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5165/statm: 100096 90131 141 357 0 99736 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 488784

[startup+162.3 s]
/proc/loadavg: 2.03 2.04 2.04 3/183 5165
/proc/meminfo: memFree=24607408/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=79252 CPUtime=13.75 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) S 5147 5147 4273 0 -1 4202496 25309 144897 0 0 367 125 829 54 20 0 1 0 27761823 81154048 18264 33554432000 4194304 6004724 140734471517136 140734471502984 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 19813 18264 200 442 0 19367 0
[pid=5165] ppid=5148 vsize=481904 CPUtime=148.48 cores=0,2,4,6
/proc/5165/stat : 5165 (glucosInc) R 5148 5147 4273 0 -1 4202496 61874 0 0 0 14825 23 0 0 20 0 1 0 27763200 493469696 101106 33554432000 4194304 5654031 140736960279184 140736960276968 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5165/statm: 120476 101106 141 357 0 120116 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 570304

[startup+222.307 s]
/proc/loadavg: 2.01 2.03 2.03 3/183 5165
/proc/meminfo: memFree=24652808/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=79252 CPUtime=13.75 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) S 5147 5147 4273 0 -1 4202496 25309 144897 0 0 367 125 829 54 20 0 1 0 27761823 81154048 18264 33554432000 4194304 6004724 140734471517136 140734471502984 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 19813 18264 200 442 0 19367 0
[pid=5165] ppid=5148 vsize=400648 CPUtime=208.48 cores=0,2,4,6
/proc/5165/stat : 5165 (glucosInc) R 5148 5147 4273 0 -1 4202496 62708 0 0 0 20822 26 0 0 20 0 1 0 27763200 410263552 89705 33554432000 4194304 5654031 140736960279184 140736960276968 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5165/statm: 100162 89705 141 357 0 99802 0
Current children cumulated CPU time (s) 222.23

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

/proc/meminfo: memFree=30139512/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=79252 CPUtime=13.75 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) S 5147 5147 4273 0 -1 4202496 25309 144897 0 0 367 125 829 54 20 0 1 0 27761823 81154048 18264 33554432000 4194304 6004724 140734471517136 140734471502984 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 19813 18264 200 442 0 19367 0
[pid=5165] ppid=5148 vsize=404064 CPUtime=1288.27 cores=0,2,4,6
/proc/5165/stat : 5165 (glucosInc) R 5148 5147 4273 0 -1 4202496 69537 0 0 0 128763 64 0 0 20 0 1 0 27763200 413761536 94170 33554432000 4194304 5654031 140736960279184 140736960277208 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5165/statm: 101016 94170 141 357 0 100656 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 492464

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 5243
/proc/meminfo: memFree=30016820/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=79252 CPUtime=13.75 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) S 5147 5147 4273 0 -1 4202496 25309 144897 0 0 367 125 829 54 20 0 1 0 27761823 81154048 18264 33554432000 4194304 6004724 140734471517136 140734471502984 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 19813 18264 200 442 0 19367 0
[pid=5165] ppid=5148 vsize=485452 CPUtime=1348.27 cores=0,2,4,6
/proc/5165/stat : 5165 (glucosInc) R 5148 5147 4273 0 -1 4202496 69740 0 0 0 134761 66 0 0 20 0 1 0 27763200 497102848 112258 33554432000 4194304 5654031 140736960279184 140736960277272 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5165/statm: 121363 112258 141 357 0 121003 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 573852

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 5243
/proc/meminfo: memFree=29950164/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=79252 CPUtime=13.75 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) S 5147 5147 4273 0 -1 4202496 25309 144897 0 0 367 125 829 54 20 0 1 0 27761823 81154048 18264 33554432000 4194304 6004724 140734471517136 140734471502984 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 19813 18264 200 442 0 19367 0
[pid=5165] ppid=5148 vsize=617712 CPUtime=1408.26 cores=0,2,4,6
/proc/5165/stat : 5165 (glucosInc) R 5148 5147 4273 0 -1 4202496 70256 0 0 0 140758 68 0 0 20 0 1 0 27763200 632537088 126608 33554432000 4194304 5654031 140736960279184 140736960277272 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5165/statm: 154428 126608 141 357 0 154068 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 706112

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5243
/proc/meminfo: memFree=29911496/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=79252 CPUtime=13.75 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) S 5147 5147 4273 0 -1 4202496 25309 144897 0 0 367 125 829 54 20 0 1 0 27761823 81154048 18264 33554432000 4194304 6004724 140734471517136 140734471502984 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 19813 18264 200 442 0 19367 0
[pid=5165] ppid=5148 vsize=618000 CPUtime=1468.24 cores=0,2,4,6
/proc/5165/stat : 5165 (glucosInc) R 5148 5147 4273 0 -1 4202496 70359 0 0 0 146755 69 0 0 20 0 1 0 27763200 632832000 141517 33554432000 4194304 5654031 140736960279184 140736960276968 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5165/statm: 154500 141517 141 357 0 154140 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 706400

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5244
/proc/meminfo: memFree=30073712/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=79252 CPUtime=13.75 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) S 5147 5147 4273 0 -1 4202496 25309 144897 0 0 367 125 829 54 20 0 1 0 27761823 81154048 18264 33554432000 4194304 6004724 140734471517136 140734471502984 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 19813 18264 200 442 0 19367 0
[pid=5165] ppid=5148 vsize=485740 CPUtime=1528.24 cores=0,2,4,6
/proc/5165/stat : 5165 (glucosInc) R 5148 5147 4273 0 -1 4202496 70753 0 0 0 152751 73 0 0 20 0 1 0 27763200 497397760 99581 33554432000 4194304 5654031 140736960279184 140736960277272 4215014 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5165/statm: 121435 99581 141 357 0 121075 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 574140

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 5244
/proc/meminfo: memFree=29998576/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=79252 CPUtime=13.75 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) S 5147 5147 4273 0 -1 4202496 25309 144897 0 0 367 125 829 54 20 0 1 0 27761823 81154048 18264 33554432000 4194304 6004724 140734471517136 140734471502984 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 19813 18264 200 442 0 19367 0
[pid=5165] ppid=5148 vsize=485872 CPUtime=1588.22 cores=0,2,4,6
/proc/5165/stat : 5165 (glucosInc) R 5148 5147 4273 0 -1 4202496 71179 0 0 0 158748 74 0 0 20 0 1 0 27763200 497532928 114824 33554432000 4194304 5654031 140736960279184 140736960276968 4987498 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5165/statm: 121468 114824 141 357 0 121108 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 574272

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/184 5247
/proc/meminfo: memFree=29937580/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=79252 CPUtime=13.75 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) S 5147 5147 4273 0 -1 4202496 25309 144897 0 0 367 125 829 54 20 0 1 0 27761823 81154048 18264 33554432000 4194304 6004724 140734471517136 140734471502984 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 19813 18264 200 442 0 19367 0
[pid=5165] ppid=5148 vsize=618276 CPUtime=1648.22 cores=0,2,4,6
/proc/5165/stat : 5165 (glucosInc) R 5148 5147 4273 0 -1 4202496 71353 0 0 0 164746 76 0 0 20 0 1 0 27763200 633114624 130839 33554432000 4194304 5654031 140736960279184 140736960276968 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5165/statm: 154569 130839 141 357 0 154209 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 706676

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 5247
/proc/meminfo: memFree=29869648/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=79252 CPUtime=13.75 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) S 5147 5147 4273 0 -1 4202496 25309 144897 0 0 367 125 829 54 20 0 1 0 27761823 81154048 18264 33554432000 4194304 6004724 140734471517136 140734471502984 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 19813 18264 200 442 0 19367 0
[pid=5165] ppid=5148 vsize=618548 CPUtime=1708.2 cores=0,2,4,6
/proc/5165/stat : 5165 (glucosInc) R 5148 5147 4273 0 -1 4202496 71447 0 0 0 170743 77 0 0 20 0 1 0 27763200 633393152 147796 33554432000 4194304 5654031 140736960279184 140736960276968 4216213 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5165/statm: 154637 147796 141 357 0 154277 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 706948

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 5247
/proc/meminfo: memFree=30063272/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=79252 CPUtime=13.75 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) S 5147 5147 4273 0 -1 4202496 25309 144897 0 0 367 125 829 54 20 0 1 0 27761823 81154048 18264 33554432000 4194304 6004724 140734471517136 140734471502984 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 19813 18264 200 442 0 19367 0
[pid=5165] ppid=5148 vsize=486288 CPUtime=1768.2 cores=0,2,4,6
/proc/5165/stat : 5165 (glucosInc) R 5148 5147 4273 0 -1 4202496 72602 0 0 0 176739 81 0 0 20 0 1 0 27763200 497958912 100486 33554432000 4194304 5654031 140736960279184 140736960277272 4232800 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5165/statm: 121572 100486 141 357 0 121212 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 574688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 5247
/proc/meminfo: memFree=30041056/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=79252 CPUtime=13.75 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) S 5147 5147 4273 0 -1 4202496 25309 144897 0 0 367 125 829 54 20 0 1 0 27761823 81154048 18264 33554432000 4194304 6004724 140734471517136 140734471502984 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 19813 18264 200 442 0 19367 0
[pid=5165] ppid=5148 vsize=486288 CPUtime=1786.3 cores=0,2,4,6
/proc/5165/stat : 5165 (glucosInc) R 5148 5147 4273 0 -1 4202496 72610 0 0 0 178549 81 0 0 20 0 1 0 27763200 497958912 104582 33554432000 4194304 5654031 140736960279184 140736960277272 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5165/statm: 121572 104582 141 357 0 121212 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 574688

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 5247
/proc/meminfo: memFree=30041056/32873844 swapFree=7124/7124
[pid=5147] ppid=5145 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5147/stat : 5147 (npSolver-pbo-It) S 5145 5147 4273 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 27761822 9367552 275 33554432000 4194304 5064252 140736154466384 140736154465296 273905509966 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/5147/statm: 2287 275 233 213 0 72 0
[pid=5148] ppid=5147 vsize=79252 CPUtime=13.75 cores=0,2,4,6
/proc/5148/stat : 5148 (npSolver-pbo) S 5147 5147 4273 0 -1 4202496 25309 144897 0 0 367 125 829 54 20 0 1 0 27761823 81154048 18264 33554432000 4194304 6004724 140734471517136 140734471502984 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5148/statm: 19813 18264 200 442 0 19367 0
[pid=5165] ppid=5148 vsize=486288 CPUtime=1786.3 cores=0,2,4,6
/proc/5165/stat : 5165 (glucosInc) R 5148 5147 4273 0 -1 4202496 72610 0 0 0 178549 81 0 0 20 0 1 0 27763200 497958912 104582 33554432000 4194304 5654031 140736960279184 140736960277272 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5165/statm: 121572 104582 141 357 0 121212 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 574688

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1797.46
CPU system time (s): 2.6206
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 1052100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.46
system time used= 2.6206
maximum resident set size= 701976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243200
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2108
involuntary context switches= 1962

runsolver used 10.2464 second user time and 9.70752 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-08 19:52:28
IDJOB=3751685
IDBENCH=92749
IDSOLVER=2335
FILE ID=node134/3751685-1339177947
RUNJOBID= node134-1339168328-4289
PBS_JOBID= 14643800
Free space on /tmp= 69812 MiB

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

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

MD5SUM BENCH= 1172ec321506151f46656b695a5e98c9
RANDOM SEED=938841572

node134.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		: 2667.091
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	: 5334.18
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.55
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		: 2667.091
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	: 5332.56
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		: 2667.091
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	: 5332.56
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		: 2667.091
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25208116 kB
Buffers:          342236 kB
Cached:          2004824 kB
SwapCached:            0 kB
Active:          5981176 kB
Inactive:         827724 kB
Active(anon):    4446736 kB
Inactive(anon):    13140 kB
Active(file):    1534440 kB
Inactive(file):   814584 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9320 kB
Writeback:             0 kB
AnonPages:       4478596 kB
Mapped:            15184 kB
Shmem:               212 kB
Slab:             708104 kB
SReclaimable:     150540 kB
SUnreclaim:       557564 kB
KernelStack:        1520 kB
PageTables:        13044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    5922240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2336768 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= 70816 MiB
End job on node134 at 2012-06-08 20:22:28