Trace number 3752456

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 (fixed)? (TO) 1800.02 1802.12

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null20mast_rapportOE1.0_TMAX300_K192_cod2.opb
MD5SUM8d651cc878ba5f8db7c83d3bfed1cb1c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-98026
Best CPU time to get the best result obtained on this benchmark1800.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 987807
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 987807
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

24.12/24.26	c run inc solver
24.12/24.26	c [INC SYSTEM] run initial solver
24.12/24.26	c [INC SYSTEM] preprocess with white file
95.68/97.50	c [INC SYSTEM] finished preprocessing in 73 s
95.68/97.50	c [INC SYSTEM] execute solver

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-3752456-1339170409/watcher-3752456-1339170409 -o /tmp/evaluation-result-3752456-1339170409/solver-3752456-1339170409 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752456-1339170409.opb 2007663597 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.02 1.93 4/174 16538
/proc/meminfo: memFree=30570812/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0

[startup+0.00700588 s]
/proc/loadavg: 2.01 2.02 1.93 4/174 16538
/proc/meminfo: memFree=30570812/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100206 s]
/proc/loadavg: 2.01 2.02 1.93 4/174 16538
/proc/meminfo: memFree=30570812/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300242 s]
/proc/loadavg: 2.01 2.02 1.93 4/174 16538
/proc/meminfo: memFree=30570812/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700225 s]
/proc/loadavg: 2.01 2.02 1.93 4/174 16538
/proc/meminfo: memFree=30570812/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 2.01 2.02 1.93 3/179 16543
/proc/meminfo: memFree=30384892/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=148220 CPUtime=1.49 cores=1,3,5,7
/proc/16540/stat : 16540 (npSolver-pbo) R 16537 16537 16392 0 -1 4202496 23919 0 0 0 143 6 0 0 20 0 1 0 383166400 151777280 33095 33554432000 4194304 6004724 140733852597088 140733852593112 4968639 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16540/statm: 37055 33095 130 442 0 36609 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 157368

[startup+3.10028 s]
/proc/loadavg: 2.01 2.02 1.93 3/179 16543
/proc/meminfo: memFree=30109568/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=362892 CPUtime=3.09 cores=1,3,5,7
/proc/16540/stat : 16540 (npSolver-pbo) R 16537 16537 16392 0 -1 4202496 50860 0 0 0 296 13 0 0 20 0 1 0 383166400 371601408 76328 33554432000 4194304 6004724 140733852597088 140733852591688 4579311 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16540/statm: 90723 76328 154 442 0 90277 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 372040

[startup+6.30028 s]
/proc/loadavg: 2.01 2.02 1.93 3/179 16543
/proc/meminfo: memFree=29605516/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=756108 CPUtime=6.29 cores=1,3,5,7
/proc/16540/stat : 16540 (npSolver-pbo) R 16537 16537 16392 0 -1 4202496 52191 0 0 0 607 22 0 0 20 0 1 0 383166400 774254592 136232 33554432000 4194304 6004724 140733852597088 140733852591688 4581424 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16540/statm: 189027 136232 154 442 0 188581 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 765256

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 1.93 3/179 16543
/proc/meminfo: memFree=28602920/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=1280396 CPUtime=12.69 cores=1,3,5,7
/proc/16540/stat : 16540 (npSolver-pbo) R 16537 16537 16392 0 -1 4202496 53199 0 0 0 1233 36 0 0 20 0 1 0 383166400 1311125504 259624 33554432000 4194304 6004724 140733852597088 140733852591688 4617898 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16540/statm: 320099 259624 154 442 0 319653 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1289544

[startup+25.5004 s]
/proc/loadavg: 2.01 2.02 1.93 4/183 16547
/proc/meminfo: memFree=23896940/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=2337968 CPUtime=24.19 cores=1,3,5,7
/proc/16540/stat : 16540 (npSolver-pbo) S 16537 16537 16392 0 -1 4202496 58070 0 0 0 2105 314 0 0 20 0 1 0 383166400 2394079232 429366 33554432000 4194304 6004724 140733852597088 140733852591552 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 6 0 0
/proc/16540/statm: 584492 429366 163 442 0 584046 0
[pid=16544] ppid=16540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16544/stat : 16544 (cp2_pre.sh) S 16540 16537 16392 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 383168827 9367552 277 33554432000 4194304 5064252 140735653117792 140735653116496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16544/statm: 2287 277 234 213 0 72 0
[pid=16545] ppid=16544 vsize=140260 CPUtime=1.21 cores=1,3,5,7
/proc/16545/stat : 16545 (coprocessor) R 16544 16537 16392 0 -1 4202496 11906 0 0 0 116 5 0 0 20 0 1 0 383168828 143626240 32870 33554432000 4194304 6586260 140735518683952 140735518680712 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/16545/statm: 35065 32870 138 584 0 34477 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 2496524

[startup+51.1003 s]
/proc/loadavg: 2.34 2.09 1.96 3/183 16547
/proc/meminfo: memFree=18866372/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=2337968 CPUtime=24.19 cores=1,3,5,7
/proc/16540/stat : 16540 (npSolver-pbo) S 16537 16537 16392 0 -1 4202496 58070 0 0 0 2105 314 0 0 20 0 1 0 383166400 2394079232 429366 33554432000 4194304 6004724 140733852597088 140733852591552 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 6 0 0
/proc/16540/statm: 584492 429366 163 442 0 584046 0
[pid=16544] ppid=16540 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16544/stat : 16544 (cp2_pre.sh) S 16540 16537 16392 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 383168827 9367552 277 33554432000 4194304 5064252 140735653117792 140735653116496 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16544/statm: 2287 277 234 213 0 72 0
[pid=16545] ppid=16544 vsize=2800976 CPUtime=26.81 cores=1,3,5,7
/proc/16545/stat : 16545 (coprocessor) R 16544 16537 16392 0 -1 4202496 25201 0 0 0 2561 120 0 0 20 0 1 0 383168828 2868199424 592202 33554432000 4194304 6586260 140735518683952 140735518679704 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/16545/statm: 700244 592202 158 584 0 699656 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 5157240

[startup+102.3 s]
/proc/loadavg: 3.28 2.38 2.06 3/181 16551
/proc/meminfo: memFree=22271832/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=2337968 CPUtime=95.69 cores=1,3,5,7
/proc/16540/stat : 16540 (npSolver-pbo) S 16537 16537 16392 0 -1 4202496 58089 26103 0 0 2105 314 6728 422 20 0 1 0 383166400 2394079232 429370 33554432000 4194304 6004724 140733852597088 140733852583368 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/16540/statm: 584492 429370 167 442 0 584046 0
[pid=16549] ppid=16540 vsize=1235504 CPUtime=4.78 cores=1,3,5,7
/proc/16549/stat : 16549 (glucosInc) R 16540 16537 16392 0 -1 4202496 147472 0 0 0 437 41 0 0 20 0 1 0 383176150 1265156096 287832 33554432000 4194304 5654031 140734712197840 140734711147192 4225056 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16549/statm: 308876 287832 108 357 0 308516 0
Current children cumulated CPU time (s) 100.47
Current children cumulated vsize (KiB) 3582620

[startup+162.3 s]
/proc/loadavg: 3.06 2.51 2.13 3/181 16551
/proc/meminfo: memFree=17755728/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=2337968 CPUtime=95.69 cores=1,3,5,7
/proc/16540/stat : 16540 (npSolver-pbo) S 16537 16537 16392 0 -1 4202496 58089 26103 0 0 2105 314 6728 422 20 0 1 0 383166400 2394079232 429370 33554432000 4194304 6004724 140733852597088 140733852583368 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/16540/statm: 584492 429370 167 442 0 584046 0
[pid=16549] ppid=16540 vsize=3928816 CPUtime=64.77 cores=1,3,5,7
/proc/16549/stat : 16549 (glucosInc) R 16540 16537 16392 0 -1 4202496 378274 0 0 0 6363 114 0 0 20 0 1 0 383176150 4023107584 809503 33554432000 4194304 5654031 140734712197840 140734712185656 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16549/statm: 982204 809503 140 357 0 981844 0
Current children cumulated CPU time (s) 160.46
Current children cumulated vsize (KiB) 6275932

[startup+222.3 s]
/proc/loadavg: 2.35 2.41 2.11 3/182 16555
/proc/meminfo: memFree=17706504/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=2337968 CPUtime=95.69 cores=1,3,5,7
/proc/16540/stat : 16540 (npSolver-pbo) S 16537 16537 16392 0 -1 4202496 58089 26103 0 0 2105 314 6728 422 20 0 1 0 383166400 2394079232 429370 33554432000 4194304 6004724 140733852597088 140733852583368 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/16540/statm: 584492 429370 167 442 0 584046 0
[pid=16549] ppid=16540 vsize=3930660 CPUtime=124.77 cores=1,3,5,7
/proc/16549/stat : 16549 (glucosInc) R 16540 16537 16392 0 -1 4202496 382818 0 0 0 12361 116 0 0 20 0 1 0 383176150 4024995840 809938 33554432000 4194304 5654031 140734712197840 140734712195624 4209107 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16549/statm: 982665 809938 140 357 0 982305 0
Current children cumulated CPU time (s) 220.46
Current children cumulated vsize (KiB) 6277776

[startup+282.3 s]
/proc/loadavg: 2.14 2.34 2.10 4/181 16555
/proc/meminfo: memFree=17705000/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=2337968 CPUtime=95.69 cores=1,3,5,7

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

/proc/meminfo: memFree=17628224/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=2337968 CPUtime=95.69 cores=1,3,5,7
/proc/16540/stat : 16540 (npSolver-pbo) S 16537 16537 16392 0 -1 4202496 58089 26103 0 0 2105 314 6728 422 20 0 1 0 383166400 2394079232 429370 33554432000 4194304 6004724 140733852597088 140733852583368 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/16540/statm: 584492 429370 167 442 0 584046 0
[pid=16549] ppid=16540 vsize=3950428 CPUtime=1204.6 cores=1,3,5,7
/proc/16549/stat : 16549 (glucosInc) R 16540 16537 16392 0 -1 4202496 474007 0 0 0 120319 141 0 0 20 0 1 0 383176150 4045238272 817928 33554432000 4194304 5654031 140734712197840 140734712185656 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16549/statm: 987607 817928 141 357 0 987247 0
Current children cumulated CPU time (s) 1300.29
Current children cumulated vsize (KiB) 6297544

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.01 4/181 16584
/proc/meminfo: memFree=17618644/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=2337968 CPUtime=95.69 cores=1,3,5,7
/proc/16540/stat : 16540 (npSolver-pbo) S 16537 16537 16392 0 -1 4202496 58089 26103 0 0 2105 314 6728 422 20 0 1 0 383166400 2394079232 429370 33554432000 4194304 6004724 140733852597088 140733852583368 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/16540/statm: 584492 429370 167 442 0 584046 0
[pid=16549] ppid=16540 vsize=3950428 CPUtime=1264.59 cores=1,3,5,7
/proc/16549/stat : 16549 (glucosInc) R 16540 16537 16392 0 -1 4202496 474007 0 0 0 126318 141 0 0 20 0 1 0 383176150 4045238272 817928 33554432000 4194304 5654031 140734712197840 140734712185656 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16549/statm: 987607 817928 141 357 0 987247 0
Current children cumulated CPU time (s) 1360.28
Current children cumulated vsize (KiB) 6297544

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/182 16588
/proc/meminfo: memFree=17617516/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=2337968 CPUtime=95.69 cores=1,3,5,7
/proc/16540/stat : 16540 (npSolver-pbo) S 16537 16537 16392 0 -1 4202496 58089 26103 0 0 2105 314 6728 422 20 0 1 0 383166400 2394079232 429370 33554432000 4194304 6004724 140733852597088 140733852583368 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/16540/statm: 584492 429370 167 442 0 584046 0
[pid=16549] ppid=16540 vsize=3950428 CPUtime=1324.58 cores=1,3,5,7
/proc/16549/stat : 16549 (glucosInc) R 16540 16537 16392 0 -1 4202496 474010 0 0 0 132317 141 0 0 20 0 1 0 383176150 4045238272 817931 33554432000 4194304 5654031 140734712197840 140734712185656 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16549/statm: 987607 817931 141 357 0 987247 0
Current children cumulated CPU time (s) 1420.27
Current children cumulated vsize (KiB) 6297544

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 16588
/proc/meminfo: memFree=17614204/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=2337968 CPUtime=95.69 cores=1,3,5,7
/proc/16540/stat : 16540 (npSolver-pbo) S 16537 16537 16392 0 -1 4202496 58089 26103 0 0 2105 314 6728 422 20 0 1 0 383166400 2394079232 429370 33554432000 4194304 6004724 140733852597088 140733852583368 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/16540/statm: 584492 429370 167 442 0 584046 0
[pid=16549] ppid=16540 vsize=3950820 CPUtime=1384.57 cores=1,3,5,7
/proc/16549/stat : 16549 (glucosInc) R 16540 16537 16392 0 -1 4202496 482375 0 0 0 138314 143 0 0 20 0 1 0 383176150 4045639680 818031 33554432000 4194304 5654031 140734712197840 140734712195912 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16549/statm: 987705 818031 141 357 0 987345 0
Current children cumulated CPU time (s) 1480.26
Current children cumulated vsize (KiB) 6297936

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16588
/proc/meminfo: memFree=17608948/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=2337968 CPUtime=95.69 cores=1,3,5,7
/proc/16540/stat : 16540 (npSolver-pbo) S 16537 16537 16392 0 -1 4202496 58089 26103 0 0 2105 314 6728 422 20 0 1 0 383166400 2394079232 429370 33554432000 4194304 6004724 140733852597088 140733852583368 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/16540/statm: 584492 429370 167 442 0 584046 0
[pid=16549] ppid=16540 vsize=3951380 CPUtime=1444.57 cores=1,3,5,7
/proc/16549/stat : 16549 (glucosInc) R 16540 16537 16392 0 -1 4202496 490871 0 0 0 144312 145 0 0 20 0 1 0 383176150 4046213120 818684 33554432000 4194304 5654031 140734712197840 140734712185656 4232744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16549/statm: 987845 818684 141 357 0 987485 0
Current children cumulated CPU time (s) 1540.26
Current children cumulated vsize (KiB) 6298496

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 16588
/proc/meminfo: memFree=17575428/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=2337968 CPUtime=95.69 cores=1,3,5,7
/proc/16540/stat : 16540 (npSolver-pbo) S 16537 16537 16392 0 -1 4202496 58089 26103 0 0 2105 314 6728 422 20 0 1 0 383166400 2394079232 429370 33554432000 4194304 6004724 140733852597088 140733852583368 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/16540/statm: 584492 429370 167 442 0 584046 0
[pid=16549] ppid=16540 vsize=3951784 CPUtime=1504.55 cores=1,3,5,7
/proc/16549/stat : 16549 (glucosInc) R 16540 16537 16392 0 -1 4202496 499240 0 0 0 150309 146 0 0 20 0 1 0 383176150 4046626816 818788 33554432000 4194304 5654031 140734712197840 140734712195816 4232495 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16549/statm: 987946 818788 141 357 0 987586 0
Current children cumulated CPU time (s) 1600.24
Current children cumulated vsize (KiB) 6298900

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16588
/proc/meminfo: memFree=17604236/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=2337968 CPUtime=95.69 cores=1,3,5,7
/proc/16540/stat : 16540 (npSolver-pbo) S 16537 16537 16392 0 -1 4202496 58089 26103 0 0 2105 314 6728 422 20 0 1 0 383166400 2394079232 429370 33554432000 4194304 6004724 140733852597088 140733852583368 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/16540/statm: 584492 429370 167 442 0 584046 0
[pid=16549] ppid=16540 vsize=3952788 CPUtime=1564.55 cores=1,3,5,7
/proc/16549/stat : 16549 (glucosInc) R 16540 16537 16392 0 -1 4202496 503653 0 0 0 156307 148 0 0 20 0 1 0 383176150 4047654912 819024 33554432000 4194304 5654031 140734712197840 140734712185656 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16549/statm: 988197 819024 141 357 0 987837 0
Current children cumulated CPU time (s) 1660.24
Current children cumulated vsize (KiB) 6299904

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 16589
/proc/meminfo: memFree=17599788/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=2337968 CPUtime=95.69 cores=1,3,5,7
/proc/16540/stat : 16540 (npSolver-pbo) S 16537 16537 16392 0 -1 4202496 58089 26103 0 0 2105 314 6728 422 20 0 1 0 383166400 2394079232 429370 33554432000 4194304 6004724 140733852597088 140733852583368 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/16540/statm: 584492 429370 167 442 0 584046 0
[pid=16549] ppid=16540 vsize=3953380 CPUtime=1624.54 cores=1,3,5,7
/proc/16549/stat : 16549 (glucosInc) R 16540 16537 16392 0 -1 4202496 512072 0 0 0 162304 150 0 0 20 0 1 0 383176150 4048261120 819178 33554432000 4194304 5654031 140734712197840 140734712195912 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16549/statm: 988345 819178 141 357 0 987985 0
Current children cumulated CPU time (s) 1720.23
Current children cumulated vsize (KiB) 6300496

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/181 16589
/proc/meminfo: memFree=17592008/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=2337968 CPUtime=95.69 cores=1,3,5,7
/proc/16540/stat : 16540 (npSolver-pbo) S 16537 16537 16392 0 -1 4202496 58089 26103 0 0 2105 314 6728 422 20 0 1 0 383166400 2394079232 429370 33554432000 4194304 6004724 140733852597088 140733852583368 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/16540/statm: 584492 429370 167 442 0 584046 0
[pid=16549] ppid=16540 vsize=3954488 CPUtime=1684.53 cores=1,3,5,7
/proc/16549/stat : 16549 (glucosInc) R 16540 16537 16392 0 -1 4202496 516529 0 0 0 168301 152 0 0 20 0 1 0 383176150 4049395712 819969 33554432000 4194304 5654031 140734712197840 140734712195528 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16549/statm: 988622 819969 141 357 0 988262 0
Current children cumulated CPU time (s) 1780.22
Current children cumulated vsize (KiB) 6301604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 16589
/proc/meminfo: memFree=17591760/32873648 swapFree=7628/7628
[pid=16537] ppid=16534 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16537/stat : 16537 (npSolver-pbo-It) S 16534 16537 16392 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 383166400 9367552 275 33554432000 4194304 5064252 140736750505984 140736750504896 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16537/statm: 2287 275 233 213 0 72 0
[pid=16540] ppid=16537 vsize=2337968 CPUtime=95.69 cores=1,3,5,7
/proc/16540/stat : 16540 (npSolver-pbo) S 16537 16537 16392 0 -1 4202496 58089 26103 0 0 2105 314 6728 422 20 0 1 0 383166400 2394079232 429370 33554432000 4194304 6004724 140733852597088 140733852583368 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 6 0 0
/proc/16540/statm: 584492 429370 167 442 0 584046 0
[pid=16549] ppid=16540 vsize=3954488 CPUtime=1704.33 cores=1,3,5,7
/proc/16549/stat : 16549 (glucosInc) R 16540 16537 16392 0 -1 4202496 516532 0 0 0 170281 152 0 0 20 0 1 0 383176150 4049395712 819972 33554432000 4194304 5654031 140734712197840 140734712195528 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16549/statm: 988622 819972 141 357 0 988262 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 6301604

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1802.12
CPU time (s): 1800.02
CPU user time (s): 1791.14
CPU system time (s): 8.88
CPU usage (%): 99.8836
Max. virtual memory (cumulated for all children) (KiB): 6342020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
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= 3
involuntary context switches= 1

runsolver used 3.9514 second user time and 11.1623 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-08 17:46:49
IDJOB=3752456
IDBENCH=90877
IDSOLVER=2335
FILE ID=node127/3752456-1339170409
RUNJOBID= node127-1339168608-16409
PBS_JOBID= 14643807
Free space on /tmp= 70780 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_10null20mast_rapportOE1.0_TMAX300_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752456-1339170409/watcher-3752456-1339170409 -o /tmp/evaluation-result-3752456-1339170409/solver-3752456-1339170409 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752456-1339170409.opb 2007663597 HOME HOME

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

MD5SUM BENCH= 8d651cc878ba5f8db7c83d3bfed1cb1c
RANDOM SEED=2007663597

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.348
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:        30571572 kB
Buffers:          494792 kB
Cached:           892968 kB
SwapCached:         1956 kB
Active:          1326740 kB
Inactive:          76324 kB
Active(anon):       2780 kB
Inactive(anon):     8060 kB
Active(file):    1323960 kB
Inactive(file):    68264 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67103736 kB
Dirty:             71804 kB
Writeback:             0 kB
AnonPages:         14040 kB
Mapped:             9936 kB
Shmem:                92 kB
Slab:             759816 kB
SReclaimable:     203628 kB
SUnreclaim:       556188 kB
KernelStack:        1488 kB
PageTables:         3924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 68012 MiB
End job on node127 at 2012-06-08 18:16:54