Trace number 3699447

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? (TO) 1800.13 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_6_mh.opb
MD5SUM94b1451a4cda8c04cd1bd81816dea3d0
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5637187
Best CPU time to get the best result obtained on this benchmark1800.02
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 155720872
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 17732231209
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 155720872
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 17732231209
Number of bits of the biggest sum of numbers35
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.62	c run inc solver
0.00/0.62	c [INC SYSTEM] run initial solver
0.00/0.62	c [INC SYSTEM] preprocess with white file
3.19/3.24	c [INC SYSTEM] finished preprocessing in 2 s
3.19/3.24	c [INC SYSTEM] execute solver
7.97/8.09	c [INC SEARCH] formula is SAT
8.07/8.11	c [INC SYSTEM] solved the initial formula
8.17/8.21	c model valid
8.17/8.21	c current solution ok
9.27/9.39	o 669143756
9.27/9.39	c execute binary inc search
9.27/9.39	c [INC SEARCH] current bound: 334571890
9.27/9.39	c [INC SEARCH] iteration: 0
9.27/9.39	c [INC SEARCH] lower bound: 0 upperbound 669143781 current bound: 334571890 best value:669143781
9.27/9.39	c [INC SYSTEM] there exists a inc, kill it!
9.27/9.39	c write failed with 2
9.38/9.40	c [INC SYSTEM] create new solver instance
9.38/9.40	c [INC] encode full formula
9.38/9.40	c fallback to adder encoding
11.98/12.06	c set iterative enc to: adder
11.98/12.06	c set iterative enc to: none
12.38/12.40	c [INC SEARCH] isOptimum variable: 0
1800.09/1800.51	c an unexpexted return value has been received, exit
1800.09/1800.51	s UNKNOWN
1800.09/1800.51	c [INC SYSTEM] there exists a inc, kill it!
1800.09/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-3699447-1338131121/watcher-3699447-1338131121 -o /tmp/evaluation-result-3699447-1338131121/solver-3699447-1338131121 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699447-1338131121.opb 1444415509 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.02 2.01 2.15 3/176 13299
/proc/meminfo: memFree=30449156/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0

[startup+0.0648821 s]
/proc/loadavg: 2.02 2.01 2.15 3/176 13299
/proc/meminfo: memFree=30449156/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100272 s]
/proc/loadavg: 2.02 2.01 2.15 3/176 13299
/proc/meminfo: memFree=30449156/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 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.02 2.01 2.15 3/176 13299
/proc/meminfo: memFree=30449156/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700282 s]
/proc/loadavg: 2.02 2.01 2.15 3/176 13299
/proc/meminfo: memFree=30449156/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50044 s]
/proc/loadavg: 2.02 2.01 2.15 3/180 13303
/proc/meminfo: memFree=30264620/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=52632 CPUtime=0.64 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 8540 0 0 0 57 7 0 0 20 0 1 0 279240525 53895168 9744 33554432000 4194304 5992684 140734972850208 140734972844656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13300/statm: 13158 9744 171 440 0 12714 0
[pid=13302] ppid=13300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13302/stat : 13302 (cp2_pre.sh) S 13300 13299 12301 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 279240589 9367552 276 33554432000 4194304 5064252 140734469509936 140734469508640 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13302/statm: 2287 276 234 213 0 72 0
[pid=13303] ppid=13302 vsize=171572 CPUtime=0.84 cores=0,2,4,6
/proc/13303/stat : 13303 (coprocessor) R 13302 13299 12301 0 -1 4202496 28596 0 0 0 80 4 0 0 20 0 1 0 279240589 175689728 38330 33554432000 4194304 6586260 140735330384976 140735330381240 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 42893 38330 166 584 0 42305 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 242500

[startup+3.1004 s]
/proc/loadavg: 2.02 2.01 2.15 3/180 13303
/proc/meminfo: memFree=30214000/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=52632 CPUtime=0.64 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 8540 0 0 0 57 7 0 0 20 0 1 0 279240525 53895168 9744 33554432000 4194304 5992684 140734972850208 140734972844656 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/13300/statm: 13158 9744 171 440 0 12714 0
[pid=13302] ppid=13300 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13302/stat : 13302 (cp2_pre.sh) S 13300 13299 12301 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 279240589 9367552 276 33554432000 4194304 5064252 140734469509936 140734469508640 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/13302/statm: 2287 276 234 213 0 72 0
[pid=13303] ppid=13302 vsize=210616 CPUtime=2.44 cores=0,2,4,6
/proc/13303/stat : 13303 (coprocessor) R 13302 13299 12301 0 -1 4202496 35820 0 0 0 235 9 0 0 20 0 1 0 279240589 215670784 51422 33554432000 4194304 6586260 140735330384976 140735330380728 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/13303/statm: 52654 51422 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.02 2.01 2.15 3/179 13305
/proc/meminfo: memFree=30302836/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=52632 CPUtime=3.22 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 8558 36722 0 0 57 7 247 11 20 0 1 0 279240525 53895168 9746 33554432000 4194304 5992684 140734972850208 140734972836472 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/13300/statm: 13158 9746 173 440 0 12714 0
[pid=13305] ppid=13300 vsize=98436 CPUtime=3.04 cores=0,2,4,6
/proc/13305/stat : 13305 (glucosInc) R 13300 13299 12301 0 -1 4202496 20317 0 0 0 300 4 0 0 20 0 1 0 279240849 100798464 22548 33554432000 4194304 5654031 140737186136080 140737186133864 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13305/statm: 24609 22548 140 357 0 24249 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 160216

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 2.15 3/178 13306
/proc/meminfo: memFree=30132408/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=66732 CPUtime=12.38 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 19510 58289 0 0 351 137 726 24 20 0 1 0 279240525 68333568 13290 33554432000 4194304 5992684 140734972850208 140734972835112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/13300/statm: 16683 13290 191 440 0 16239 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 75880

[startup+25.5004 s]
/proc/loadavg: 2.09 2.02 2.16 3/179 13308
/proc/meminfo: memFree=29651924/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=66732 CPUtime=12.38 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 19510 58289 0 0 351 137 726 24 20 0 1 0 279240525 68333568 13290 33554432000 4194304 5992684 140734972850208 140734972835112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/13300/statm: 16683 13290 191 440 0 16239 0
[pid=13308] ppid=13300 vsize=569972 CPUtime=13.08 cores=0,2,4,6
/proc/13308/stat : 13308 (glucosInc) R 13300 13299 12301 0 -1 4202496 87005 0 0 0 1282 26 0 0 20 0 1 0 279241765 583651328 129014 33554432000 4194304 5654031 140737436106768 140737436094584 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13308/statm: 142493 129014 141 357 0 142133 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 645852

[startup+51.1003 s]
/proc/loadavg: 2.06 2.02 2.15 3/179 13309
/proc/meminfo: memFree=29647892/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=66732 CPUtime=12.38 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 19510 58289 0 0 351 137 726 24 20 0 1 0 279240525 68333568 13290 33554432000 4194304 5992684 140734972850208 140734972835112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/13300/statm: 16683 13290 191 440 0 16239 0
[pid=13308] ppid=13300 vsize=571968 CPUtime=38.68 cores=0,2,4,6
/proc/13308/stat : 13308 (glucosInc) R 13300 13299 12301 0 -1 4202496 87558 0 0 0 3841 27 0 0 20 0 1 0 279241765 585695232 130078 33554432000 4194304 5654031 140737436106768 140737436104456 4232800 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13308/statm: 142992 130078 142 357 0 142632 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 647848

[startup+102.306 s]
/proc/loadavg: 2.02 2.02 2.14 3/179 13309
/proc/meminfo: memFree=29637408/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=66732 CPUtime=12.38 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 19510 58289 0 0 351 137 726 24 20 0 1 0 279240525 68333568 13290 33554432000 4194304 5992684 140734972850208 140734972835112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/13300/statm: 16683 13290 191 440 0 16239 0
[pid=13308] ppid=13300 vsize=574816 CPUtime=89.86 cores=0,2,4,6
/proc/13308/stat : 13308 (glucosInc) R 13300 13299 12301 0 -1 4202496 88637 0 0 0 8959 27 0 0 20 0 1 0 279241765 588611584 131661 33554432000 4194304 5654031 140737436106768 140737436104552 4232817 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13308/statm: 143704 131661 142 357 0 143344 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 650696

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.13 3/179 13309
/proc/meminfo: memFree=29625188/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=66732 CPUtime=12.38 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 19510 58289 0 0 351 137 726 24 20 0 1 0 279240525 68333568 13290 33554432000 4194304 5992684 140734972850208 140734972835112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/13300/statm: 16683 13290 191 440 0 16239 0
[pid=13308] ppid=13300 vsize=585788 CPUtime=149.85 cores=0,2,4,6
/proc/13308/stat : 13308 (glucosInc) R 13300 13299 12301 0 -1 4202496 90333 0 0 0 14957 28 0 0 20 0 1 0 279241765 599846912 134379 33554432000 4194304 5654031 140737436106768 140737436094584 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13308/statm: 146447 134379 142 357 0 146087 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 661668

[startup+222.3 s]
/proc/loadavg: 2.07 2.02 2.12 3/179 13309
/proc/meminfo: memFree=29616340/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=66732 CPUtime=12.38 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 19510 58289 0 0 351 137 726 24 20 0 1 0 279240525 68333568 13290 33554432000 4194304 5992684 140734972850208 140734972835112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/13300/statm: 16683 13290 191 440 0 16239 0
[pid=13308] ppid=13300 vsize=585788 CPUtime=209.84 cores=0,2,4,6
/proc/13308/stat : 13308 (glucosInc) R 13300 13299 12301 0 -1 4202496 90401 0 0 0 20956 28 0 0 20 0 1 0 279241765 599846912 135456 33554432000 4194304 5654031 140737436106768 140737436094584 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13308/statm: 146447 135456 142 357 0 146087 0
Current children cumulated CPU time (s) 222.22

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

/proc/meminfo: memFree=29771028/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=66732 CPUtime=12.38 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 19510 58289 0 0 351 137 726 24 20 0 1 0 279240525 68333568 13290 33554432000 4194304 5992684 140734972850208 140734972835112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/13300/statm: 16683 13290 191 440 0 16239 0
[pid=13308] ppid=13300 vsize=602180 CPUtime=1289.59 cores=0,2,4,6
/proc/13308/stat : 13308 (glucosInc) R 13300 13299 12301 0 -1 4202496 95405 0 0 0 128922 37 0 0 20 0 1 0 279241765 616632320 140741 33554432000 4194304 5654031 140737436106768 140737436094584 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13308/statm: 150545 140741 142 357 0 150185 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 678060

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 13366
/proc/meminfo: memFree=29763272/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=66732 CPUtime=12.38 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 19510 58289 0 0 351 137 726 24 20 0 1 0 279240525 68333568 13290 33554432000 4194304 5992684 140734972850208 140734972835112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/13300/statm: 16683 13290 191 440 0 16239 0
[pid=13308] ppid=13300 vsize=602180 CPUtime=1349.57 cores=0,2,4,6
/proc/13308/stat : 13308 (glucosInc) R 13300 13299 12301 0 -1 4202496 95406 0 0 0 134920 37 0 0 20 0 1 0 279241765 616632320 141253 33554432000 4194304 5654031 140737436106768 140737436094584 4232707 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13308/statm: 150545 141253 142 357 0 150185 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 678060

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/179 13366
/proc/meminfo: memFree=29753780/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=66732 CPUtime=12.38 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 19510 58289 0 0 351 137 726 24 20 0 1 0 279240525 68333568 13290 33554432000 4194304 5992684 140734972850208 140734972835112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/13300/statm: 16683 13290 191 440 0 16239 0
[pid=13308] ppid=13300 vsize=683568 CPUtime=1409.57 cores=0,2,4,6
/proc/13308/stat : 13308 (glucosInc) R 13300 13299 12301 0 -1 4202496 96097 0 0 0 140919 38 0 0 20 0 1 0 279241765 699973632 142445 33554432000 4194304 5654031 140737436106768 140737436094584 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13308/statm: 170892 142445 142 357 0 170532 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 759448

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 13369
/proc/meminfo: memFree=29741764/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=66732 CPUtime=12.38 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 19510 58289 0 0 351 137 726 24 20 0 1 0 279240525 68333568 13290 33554432000 4194304 5992684 140734972850208 140734972835112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/13300/statm: 16683 13290 191 440 0 16239 0
[pid=13308] ppid=13300 vsize=683568 CPUtime=1469.55 cores=0,2,4,6
/proc/13308/stat : 13308 (glucosInc) R 13300 13299 12301 0 -1 4202496 96266 0 0 0 146917 38 0 0 20 0 1 0 279241765 699973632 143636 33554432000 4194304 5654031 140737436106768 140737436094584 4232830 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13308/statm: 170892 143636 142 357 0 170532 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 759448

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13369
/proc/meminfo: memFree=29729020/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=66732 CPUtime=12.38 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 19510 58289 0 0 351 137 726 24 20 0 1 0 279240525 68333568 13290 33554432000 4194304 5992684 140734972850208 140734972835112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/13300/statm: 16683 13290 191 440 0 16239 0
[pid=13308] ppid=13300 vsize=688180 CPUtime=1529.54 cores=0,2,4,6
/proc/13308/stat : 13308 (glucosInc) R 13300 13299 12301 0 -1 4202496 96451 0 0 0 152916 38 0 0 20 0 1 0 279241765 704696320 146376 33554432000 4194304 5654031 140737436106768 140737436104536 4208595 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13308/statm: 172045 146376 142 357 0 171685 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 764060

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13370
/proc/meminfo: memFree=29780760/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=66732 CPUtime=12.38 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 19510 58289 0 0 351 137 726 24 20 0 1 0 279240525 68333568 13290 33554432000 4194304 5992684 140734972850208 140734972835112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/13300/statm: 16683 13290 191 440 0 16239 0
[pid=13308] ppid=13300 vsize=606792 CPUtime=1589.53 cores=0,2,4,6
/proc/13308/stat : 13308 (glucosInc) R 13300 13299 12301 0 -1 4202496 96874 0 0 0 158912 41 0 0 20 0 1 0 279241765 621355008 139552 33554432000 4194304 5654031 140737436106768 140737436104792 4232707 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13308/statm: 151698 139552 142 357 0 151338 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 682672

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13370
/proc/meminfo: memFree=29772692/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=66732 CPUtime=12.38 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 19510 58289 0 0 351 137 726 24 20 0 1 0 279240525 68333568 13290 33554432000 4194304 5992684 140734972850208 140734972835112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/13300/statm: 16683 13290 191 440 0 16239 0
[pid=13308] ppid=13300 vsize=606792 CPUtime=1649.53 cores=0,2,4,6
/proc/13308/stat : 13308 (glucosInc) R 13300 13299 12301 0 -1 4202496 96876 0 0 0 164912 41 0 0 20 0 1 0 279241765 621355008 140576 33554432000 4194304 5654031 140737436106768 140737436094584 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13308/statm: 151698 140576 142 357 0 151338 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 682672

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13370
/proc/meminfo: memFree=29766300/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=66732 CPUtime=12.38 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 19510 58289 0 0 351 137 726 24 20 0 1 0 279240525 68333568 13290 33554432000 4194304 5992684 140734972850208 140734972835112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/13300/statm: 16683 13290 191 440 0 16239 0
[pid=13308] ppid=13300 vsize=606792 CPUtime=1709.52 cores=0,2,4,6
/proc/13308/stat : 13308 (glucosInc) R 13300 13299 12301 0 -1 4202496 96878 0 0 0 170911 41 0 0 20 0 1 0 279241765 621355008 141600 33554432000 4194304 5654031 140737436106768 140737436094584 4232707 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13308/statm: 151698 141600 142 357 0 151338 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 682672

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13370
/proc/meminfo: memFree=29757984/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=66732 CPUtime=12.38 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 19510 58289 0 0 351 137 726 24 20 0 1 0 279240525 68333568 13290 33554432000 4194304 5992684 140734972850208 140734972835112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/13300/statm: 16683 13290 191 440 0 16239 0
[pid=13308] ppid=13300 vsize=606792 CPUtime=1769.51 cores=0,2,4,6
/proc/13308/stat : 13308 (glucosInc) R 13300 13299 12301 0 -1 4202496 96971 0 0 0 176910 41 0 0 20 0 1 0 279241765 621355008 142715 33554432000 4194304 5654031 140737436106768 140737436094584 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13308/statm: 151698 142715 142 357 0 151338 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 682672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 13370
/proc/meminfo: memFree=29756496/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=66732 CPUtime=12.38 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 19510 58289 0 0 351 137 726 24 20 0 1 0 279240525 68333568 13290 33554432000 4194304 5992684 140734972850208 140734972835112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/13300/statm: 16683 13290 191 440 0 16239 0
[pid=13308] ppid=13300 vsize=606792 CPUtime=1787.71 cores=0,2,4,6
/proc/13308/stat : 13308 (glucosInc) R 13300 13299 12301 0 -1 4202496 97382 0 0 0 178730 41 0 0 20 0 1 0 279241765 621355008 143121 33554432000 4194304 5654031 140737436106768 140737436094584 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13308/statm: 151698 143121 142 357 0 151338 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 682672

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/179 13370
/proc/meminfo: memFree=29756496/32873844 swapFree=6088/6088
[pid=13299] ppid=13297 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/13299/stat : 13299 (npSolver-pbo-I.) S 13297 13299 12301 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 279240525 9367552 275 33554432000 4194304 5064252 140734704092416 140734704091328 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/13299/statm: 2287 275 233 213 0 72 0
[pid=13300] ppid=13299 vsize=66732 CPUtime=12.38 cores=0,2,4,6
/proc/13300/stat : 13300 (npSolver-pbo) S 13299 13299 12301 0 -1 4202496 19510 58289 0 0 351 137 726 24 20 0 1 0 279240525 68333568 13290 33554432000 4194304 5992684 140734972850208 140734972835112 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/13300/statm: 16683 13290 191 440 0 16239 0
[pid=13308] ppid=13300 vsize=606792 CPUtime=1787.71 cores=0,2,4,6
/proc/13308/stat : 13308 (glucosInc) R 13300 13299 12301 0 -1 4202496 97382 0 0 0 178730 41 0 0 20 0 1 0 279241765 621355008 143121 33554432000 4194304 5654031 140737436106768 140737436094584 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13308/statm: 151698 143121 142 357 0 151338 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 682672

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.13
CPU user time (s): 1798.08
CPU system time (s): 2.04769
CPU usage (%): 99.9788
Max. virtual memory (cumulated for all children) (KiB): 894288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.08
system time used= 2.04769
maximum resident set size= 705544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175562
page faults= 0
swaps= 0
block input operations= 0
block output operations= 555192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 725
involuntary context switches= 1931

runsolver used 6.15006 second user time and 20.9098 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-27 17:05:21
IDJOB=3699447
IDBENCH=92694
IDSOLVER=2276
FILE ID=node110/3699447-1338131121
RUNJOBID= node110-1338119844-12317
PBS_JOBID= 14624477
Free space on /tmp= 71416 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_6_mh.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699447-1338131121/watcher-3699447-1338131121 -o /tmp/evaluation-result-3699447-1338131121/solver-3699447-1338131121 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699447-1338131121.opb 1444415509 HOME HOME

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

MD5SUM BENCH= 94b1451a4cda8c04cd1bd81816dea3d0
RANDOM SEED=1444415509

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30450528 kB
Buffers:          270872 kB
Cached:           610416 kB
SwapCached:          148 kB
Active:          1472432 kB
Inactive:         133224 kB
Active(anon):     714668 kB
Inactive(anon):    12496 kB
Active(file):     757764 kB
Inactive(file):   120728 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108004 kB
Dirty:             10908 kB
Writeback:             0 kB
AnonPages:        808616 kB
Mapped:            15648 kB
Shmem:               196 kB
Slab:             674604 kB
SReclaimable:     117124 kB
SUnreclaim:       557480 kB
KernelStack:        1488 kB
PageTables:         5148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     891088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    708608 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= 71228 MiB
End job on node110 at 2012-05-27 17:35:21