Trace number 3699123

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=40-sizeP=21-sizeQ=40-289612555-max.opb
MD5SUM2533454829254b6bcc39aa8d9b25219b
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-18535
Best CPU time to get the best result obtained on this benchmark886.746
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -18535
Optimality of the best value was proved NO
Number of variables901
Total number of constraints2521
Number of constraints which are clauses2520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint840
Number of terms in the objective function 21
Biggest coefficient in the objective function 1048576
Number of bits for the biggest coefficient in the objective function 21
Sum of the numbers in the objective function 2097151
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 576460752303423488
Number of bits of the biggest number in a constraint 60
Biggest sum of numbers in a constraint 2305842614989581580
Number of bits of the biggest sum of numbers61
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.14	c fallback to adder encoding
0.00/0.63	c run inc solver
0.00/0.63	c [INC SYSTEM] run initial solver
0.00/0.63	c [INC SYSTEM] preprocess with white file
3.17/3.21	c [INC SYSTEM] finished preprocessing in 2 s
3.17/3.21	c [INC SYSTEM] execute solver
974.89/975.27	c [INC SEARCH] formula is SAT
974.89/975.28	c [INC SYSTEM] solved the initial formula
974.89/975.28	c model valid
974.89/975.28	c current solution ok
975.40/975.73	o -11
975.40/975.73	c execute binary inc search
975.40/975.73	c [INC SEARCH] current bound: 1048570
975.40/975.73	c [INC SEARCH] iteration: 0
975.40/975.73	c [INC SEARCH] lower bound: 0 upperbound 2097140 current bound: 1048570 best value:2097140
975.40/975.73	c [INC SYSTEM] there exists a inc, kill it!
975.40/975.73	c write failed with 2
975.40/975.73	c [INC SYSTEM] create new solver instance
975.40/975.73	c [INC] encode full formula
975.40/975.73	c fallback to adder encoding
975.40/975.74	c set iterative enc to: adder
975.40/975.74	c set iterative enc to: none
975.40/975.75	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.50	c an unexpexted return value has been received, exit
1800.05/1800.50	s UNKNOWN
1800.05/1800.50	c [INC SYSTEM] there exists a inc, kill it!
1800.05/1800.50	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-3699123-1338072879/watcher-3699123-1338072879 -o /tmp/evaluation-result-3699123-1338072879/solver-3699123-1338072879 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699123-1338072879.opb 1094885070 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.10 2.08 2.01 3/181 13425
/proc/meminfo: memFree=31533080/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0

[startup+0.0656419 s]
/proc/loadavg: 2.10 2.08 2.01 3/181 13425
/proc/meminfo: memFree=31533080/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100364 s]
/proc/loadavg: 2.10 2.08 2.01 3/181 13425
/proc/meminfo: memFree=31533080/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300325 s]
/proc/loadavg: 2.10 2.08 2.01 3/181 13425
/proc/meminfo: memFree=31533080/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700292 s]
/proc/loadavg: 2.10 2.08 2.01 3/181 13425
/proc/meminfo: memFree=31533080/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 2.10 2.08 2.01 3/185 13429
/proc/meminfo: memFree=31414352/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=56864 CPUtime=0.62 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 8803 0 0 0 56 6 0 0 20 0 1 0 273413261 58228736 12433 33554432000 4194304 5992684 140733899015600 140733899010048 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14216 12433 173 440 0 13772 0
[pid=13428] ppid=13426 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13428/stat : 13428 (cp2_pre.sh) S 13426 13425 8474 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 273413325 9367552 277 33554432000 4194304 5064252 140737322520400 140737322519104 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13428/statm: 2287 277 234 213 0 72 0
[pid=13429] ppid=13428 vsize=123488 CPUtime=0.86 cores=1,3,5,7
/proc/13429/stat : 13429 (coprocessor) R 13428 13425 8474 0 -1 4202496 20829 0 0 0 82 4 0 0 20 0 1 0 273413325 126451712 26980 33554432000 4194304 6586260 140734266139152 140734266135416 4496269 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/13429/statm: 30872 26981 166 584 0 30284 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 198648

[startup+3.10033 s]
/proc/loadavg: 2.10 2.08 2.01 3/185 13429
/proc/meminfo: memFree=31332980/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=56864 CPUtime=0.62 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 8803 0 0 0 56 6 0 0 20 0 1 0 273413261 58228736 12433 33554432000 4194304 5992684 140733899015600 140733899010048 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14216 12433 173 440 0 13772 0
[pid=13428] ppid=13426 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13428/stat : 13428 (cp2_pre.sh) S 13426 13425 8474 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 273413325 9367552 277 33554432000 4194304 5064252 140737322520400 140737322519104 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13428/statm: 2287 277 234 213 0 72 0
[pid=13429] ppid=13428 vsize=156912 CPUtime=2.45 cores=1,3,5,7
/proc/13429/stat : 13429 (coprocessor) R 13428 13425 8474 0 -1 4202496 27049 0 0 0 233 12 0 0 20 0 1 0 273413325 160677888 36777 33554432000 4194304 6586260 140734266139152 140734266134904 5259758 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/13429/statm: 39228 36777 204 584 0 38640 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 232072

[startup+6.30041 s]
/proc/loadavg: 2.17 2.09 2.01 3/184 13431
/proc/meminfo: memFree=31410360/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=56864 CPUtime=3.18 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 8819 27953 0 0 56 6 242 14 20 0 1 0 273413261 58228736 12435 33554432000 4194304 5992684 140733899015600 140733899001864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14216 12435 175 440 0 13772 0
[pid=13431] ppid=13426 vsize=41988 CPUtime=3.08 cores=1,3,5,7
/proc/13431/stat : 13431 (glucosInc) R 13426 13425 8474 0 -1 4202496 8227 0 0 0 306 2 0 0 20 0 1 0 273413582 42995712 8938 33554432000 4194304 5654031 140733245650288 140733245648072 4232775 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13431/statm: 10497 8938 131 357 0 10137 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 108000

[startup+12.7004 s]
/proc/loadavg: 2.15 2.09 2.01 3/184 13431
/proc/meminfo: memFree=31458336/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=56864 CPUtime=3.18 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 8819 27953 0 0 56 6 242 14 20 0 1 0 273413261 58228736 12435 33554432000 4194304 5992684 140733899015600 140733899001864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14216 12435 175 440 0 13772 0
[pid=13431] ppid=13426 vsize=50344 CPUtime=9.48 cores=1,3,5,7
/proc/13431/stat : 13431 (glucosInc) R 13426 13425 8474 0 -1 4202496 10003 0 0 0 945 3 0 0 20 0 1 0 273413582 51552256 10588 33554432000 4194304 5654031 140733245650288 140733245638104 4215040 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13431/statm: 12586 10588 141 357 0 12226 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 116356

[startup+25.5004 s]
/proc/loadavg: 2.12 2.08 2.01 3/184 13431
/proc/meminfo: memFree=31437940/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=56864 CPUtime=3.18 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 8819 27953 0 0 56 6 242 14 20 0 1 0 273413261 58228736 12435 33554432000 4194304 5992684 140733899015600 140733899001864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14216 12435 175 440 0 13772 0
[pid=13431] ppid=13426 vsize=61836 CPUtime=22.28 cores=1,3,5,7
/proc/13431/stat : 13431 (glucosInc) R 13426 13425 8474 0 -1 4202496 10742 0 0 0 2224 4 0 0 20 0 1 0 273413582 63320064 13864 33554432000 4194304 5654031 140733245650288 140733245638104 4233144 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13431/statm: 15459 13864 142 357 0 15099 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 127848

[startup+51.1004 s]
/proc/loadavg: 2.21 2.11 2.02 3/184 13431
/proc/meminfo: memFree=31424784/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=56864 CPUtime=3.18 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 8819 27953 0 0 56 6 242 14 20 0 1 0 273413261 58228736 12435 33554432000 4194304 5992684 140733899015600 140733899001864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14216 12435 175 440 0 13772 0
[pid=13431] ppid=13426 vsize=63336 CPUtime=47.87 cores=1,3,5,7
/proc/13431/stat : 13431 (glucosInc) R 13426 13425 8474 0 -1 4202496 11470 0 0 0 4783 4 0 0 20 0 1 0 273413582 64856064 12847 33554432000 4194304 5654031 140733245650288 140733245638104 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13431/statm: 15834 12847 142 357 0 15474 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 129348

[startup+102.307 s]
/proc/loadavg: 2.16 2.10 2.02 3/183 13432
/proc/meminfo: memFree=31402824/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=56864 CPUtime=3.18 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 8819 27953 0 0 56 6 242 14 20 0 1 0 273413261 58228736 12435 33554432000 4194304 5992684 140733899015600 140733899001864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14216 12435 175 440 0 13772 0
[pid=13431] ppid=13426 vsize=86488 CPUtime=99.06 cores=1,3,5,7
/proc/13431/stat : 13431 (glucosInc) R 13426 13425 8474 0 -1 4202496 12919 0 0 0 9901 5 0 0 20 0 1 0 273413582 88563712 20067 33554432000 4194304 5654031 140733245650288 140733245638104 4216386 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13431/statm: 21622 20067 142 357 0 21262 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 152500

[startup+162.3 s]
/proc/loadavg: 2.06 2.08 2.01 3/183 13432
/proc/meminfo: memFree=31396372/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=56864 CPUtime=3.18 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 8819 27953 0 0 56 6 242 14 20 0 1 0 273413261 58228736 12435 33554432000 4194304 5992684 140733899015600 140733899001864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14216 12435 175 440 0 13772 0
[pid=13431] ppid=13426 vsize=105344 CPUtime=159.03 cores=1,3,5,7
/proc/13431/stat : 13431 (glucosInc) R 13426 13425 8474 0 -1 4202496 13637 0 0 0 15897 6 0 0 20 0 1 0 273413582 107872256 24737 33554432000 4194304 5654031 140733245650288 140733245638104 4233204 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13431/statm: 26336 24737 142 357 0 25976 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 171356

[startup+222.3 s]
/proc/loadavg: 2.02 2.07 2.01 3/183 13432
/proc/meminfo: memFree=31387116/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=56864 CPUtime=3.18 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 8819 27953 0 0 56 6 242 14 20 0 1 0 273413261 58228736 12435 33554432000 4194304 5992684 140733899015600 140733899001864 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14216 12435 175 440 0 13772 0
[pid=13431] ppid=13426 vsize=105344 CPUtime=219.01 cores=1,3,5,7

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

/proc/meminfo: memFree=31433568/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=59248 CPUtime=975.44 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 9895 50077 0 0 69 38 97394 43 20 0 1 0 273413261 60669952 12858 33554432000 4194304 5992684 140733899015600 140733899000504 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14812 12858 185 440 0 14368 0
[pid=14540] ppid=13426 vsize=108732 CPUtime=326.48 cores=1,3,5,7
/proc/14540/stat : 14540 (glucosInc) R 13426 13425 8474 0 -1 4202496 13217 0 0 0 32642 6 0 0 20 0 1 0 273510837 111341568 25821 33554432000 4194304 5654031 140733241671024 140733241658840 4216577 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14540/statm: 27183 25821 142 357 0 26823 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 177128

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14542
/proc/meminfo: memFree=31395960/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=59248 CPUtime=975.44 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 9895 50077 0 0 69 38 97394 43 20 0 1 0 273413261 60669952 12858 33554432000 4194304 5992684 140733899015600 140733899000504 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14812 12858 185 440 0 14368 0
[pid=14540] ppid=13426 vsize=158052 CPUtime=386.47 cores=1,3,5,7
/proc/14540/stat : 14540 (glucosInc) R 13426 13425 8474 0 -1 4202496 13926 0 0 0 38640 7 0 0 20 0 1 0 273510837 161845248 35373 33554432000 4194304 5654031 140733241671024 140733241658840 4215061 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14540/statm: 39513 35373 142 357 0 39153 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 226448

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14542
/proc/meminfo: memFree=31383424/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=59248 CPUtime=975.44 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 9895 50077 0 0 69 38 97394 43 20 0 1 0 273413261 60669952 12858 33554432000 4194304 5992684 140733899015600 140733899000504 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14812 12858 185 440 0 14368 0
[pid=14540] ppid=13426 vsize=158052 CPUtime=446.46 cores=1,3,5,7
/proc/14540/stat : 14540 (glucosInc) R 13426 13425 8474 0 -1 4202496 14287 0 0 0 44638 8 0 0 20 0 1 0 273510837 161845248 37421 33554432000 4194304 5654031 140733241671024 140733241658840 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14540/statm: 39513 37421 142 357 0 39153 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 226448

[startup+1482.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 14542
/proc/meminfo: memFree=31370392/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=59248 CPUtime=975.44 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 9895 50077 0 0 69 38 97394 43 20 0 1 0 273413261 60669952 12858 33554432000 4194304 5992684 140733899015600 140733899000504 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14812 12858 185 440 0 14368 0
[pid=14540] ppid=13426 vsize=171456 CPUtime=506.45 cores=1,3,5,7
/proc/14540/stat : 14540 (glucosInc) R 13426 13425 8474 0 -1 4202496 14972 0 0 0 50635 10 0 0 20 0 1 0 273510837 175570944 41291 33554432000 4194304 5654031 140733241671024 140733241658840 4216692 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14540/statm: 42864 41291 142 357 0 42504 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 239852

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/184 14545
/proc/meminfo: memFree=31373876/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=59248 CPUtime=975.44 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 9895 50077 0 0 69 38 97394 43 20 0 1 0 273413261 60669952 12858 33554432000 4194304 5992684 140733899015600 140733899000504 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14812 12858 185 440 0 14368 0
[pid=14540] ppid=13426 vsize=171456 CPUtime=566.44 cores=1,3,5,7
/proc/14540/stat : 14540 (glucosInc) R 13426 13425 8474 0 -1 4202496 15811 0 0 0 56633 11 0 0 20 0 1 0 273510837 175570944 40267 33554432000 4194304 5654031 140733241671024 140733241658840 4232880 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14540/statm: 42864 40267 142 357 0 42504 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 239852

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 14545
/proc/meminfo: memFree=31375900/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=59248 CPUtime=975.44 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 9895 50077 0 0 69 38 97394 43 20 0 1 0 273413261 60669952 12858 33554432000 4194304 5992684 140733899015600 140733899000504 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14812 12858 185 440 0 14368 0
[pid=14540] ppid=13426 vsize=171456 CPUtime=626.43 cores=1,3,5,7
/proc/14540/stat : 14540 (glucosInc) R 13426 13425 8474 0 -1 4202496 16541 0 0 0 62630 13 0 0 20 0 1 0 273510837 175570944 40779 33554432000 4194304 5654031 140733241671024 140733241658840 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14540/statm: 42864 40779 142 357 0 42504 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 239852

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14546
/proc/meminfo: memFree=31392440/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=59248 CPUtime=975.44 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 9895 50077 0 0 69 38 97394 43 20 0 1 0 273413261 60669952 12858 33554432000 4194304 5992684 140733899015600 140733899000504 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14812 12858 185 440 0 14368 0
[pid=14540] ppid=13426 vsize=171456 CPUtime=686.42 cores=1,3,5,7
/proc/14540/stat : 14540 (glucosInc) R 13426 13425 8474 0 -1 4202496 17488 0 0 0 68627 15 0 0 20 0 1 0 273510837 175570944 38219 33554432000 4194304 5654031 140733241671024 140733241658840 4232755 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14540/statm: 42864 38219 142 357 0 42504 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 239852

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14548
/proc/meminfo: memFree=31497292/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=59248 CPUtime=975.44 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 9895 50077 0 0 69 38 97394 43 20 0 1 0 273413261 60669952 12858 33554432000 4194304 5992684 140733899015600 140733899000504 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14812 12858 185 440 0 14368 0
[pid=14540] ppid=13426 vsize=122136 CPUtime=746.41 cores=1,3,5,7
/proc/14540/stat : 14540 (glucosInc) R 13426 13425 8474 0 -1 4202496 18084 0 0 0 74625 16 0 0 20 0 1 0 273510837 125067264 29179 33554432000 4194304 5654031 140733241671024 140733241658840 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14540/statm: 30534 29179 142 357 0 30174 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 190532

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14548
/proc/meminfo: memFree=31425908/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=59248 CPUtime=975.44 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 9895 50077 0 0 69 38 97394 43 20 0 1 0 273413261 60669952 12858 33554432000 4194304 5992684 140733899015600 140733899000504 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14812 12858 185 440 0 14368 0
[pid=14540] ppid=13426 vsize=202276 CPUtime=806.4 cores=1,3,5,7
/proc/14540/stat : 14540 (glucosInc) R 13426 13425 8474 0 -1 4202496 19027 0 0 0 80623 17 0 0 20 0 1 0 273510837 207130624 42382 33554432000 4194304 5654031 140733241671024 140733241658840 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14540/statm: 50569 42382 142 357 0 50209 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 270672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 14548
/proc/meminfo: memFree=31477612/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=59248 CPUtime=975.44 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 9895 50077 0 0 69 38 97394 43 20 0 1 0 273413261 60669952 12858 33554432000 4194304 5992684 140733899015600 140733899000504 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14812 12858 185 440 0 14368 0
[pid=14540] ppid=13426 vsize=122136 CPUtime=824.61 cores=1,3,5,7
/proc/14540/stat : 14540 (glucosInc) R 13426 13425 8474 0 -1 4202496 19029 0 0 0 82443 18 0 0 20 0 1 0 273510837 125067264 29179 33554432000 4194304 5654031 140733241671024 140733241658840 4233012 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14540/statm: 30534 29179 142 357 0 30174 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 190532

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.08 2.02 2.01 3/183 14548
/proc/meminfo: memFree=31477612/32873844 swapFree=7112/7112
[pid=13425] ppid=13423 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13425/stat : 13425 (npSolver-pbo-I.) S 13423 13425 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273413261 9367552 274 33554432000 4194304 5064252 140736018623232 140736018622144 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13425/statm: 2287 274 233 213 0 72 0
[pid=13426] ppid=13425 vsize=59248 CPUtime=975.44 cores=1,3,5,7
/proc/13426/stat : 13426 (npSolver-pbo) S 13425 13425 8474 0 -1 4202496 9895 50077 0 0 69 38 97394 43 20 0 1 0 273413261 60669952 12858 33554432000 4194304 5992684 140733899015600 140733899000504 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/13426/statm: 14812 12858 185 440 0 14368 0
[pid=14540] ppid=13426 vsize=122136 CPUtime=824.61 cores=1,3,5,7
/proc/14540/stat : 14540 (glucosInc) R 13426 13425 8474 0 -1 4202496 19029 0 0 0 82443 18 0 0 20 0 1 0 273510837 125067264 29179 33554432000 4194304 5654031 140733241671024 140733241658840 4233012 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14540/statm: 30534 29179 142 357 0 30174 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 190532

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.1
CPU user time (s): 1799.08
CPU system time (s): 1.01484
CPU usage (%): 99.9771
Max. virtual memory (cumulated for all children) (KiB): 270672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.01484
maximum resident set size= 179768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79382
page faults= 0
swaps= 0
block input operations= 0
block output operations= 93912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 336
involuntary context switches= 2616

runsolver used 6.85996 second user time and 18.2062 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-27 00:54:39
IDJOB=3699123
IDBENCH=3007
IDSOLVER=2276
FILE ID=node132/3699123-1338072879
RUNJOBID= node132-1338052924-8491
PBS_JOBID= 14624394
Free space on /tmp= 71524 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=40-sizeP=21-sizeQ=40-289612555-max.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699123-1338072879/watcher-3699123-1338072879 -o /tmp/evaluation-result-3699123-1338072879/solver-3699123-1338072879 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699123-1338072879.opb 1094885070 HOME HOME

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

MD5SUM BENCH= 2533454829254b6bcc39aa8d9b25219b
RANDOM SEED=1094885070

node132.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.832
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.66
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.832
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		: 2666.832
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.56
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.832
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.56
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.832
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		: 2666.832
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		: 2666.832
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.55
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.832
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:        31533072 kB
Buffers:          132180 kB
Cached:           209096 kB
SwapCached:         1564 kB
Active:           470276 kB
Inactive:          97148 kB
Active(anon):     218632 kB
Inactive(anon):     9988 kB
Active(file):     251644 kB
Inactive(file):    87160 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105232 kB
Dirty:              9748 kB
Writeback:             0 kB
AnonPages:        233872 kB
Mapped:            12208 kB
Shmem:                 8 kB
Slab:             630104 kB
SReclaimable:      70336 kB
SUnreclaim:       559768 kB
KernelStack:        1536 kB
PageTables:         4664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     375008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 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= 71512 MiB
End job on node132 at 2012-05-27 01:24:40