Trace number 3748499

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat70_4_22_8.opb
MD5SUMc9443936e5641d3aca30cbd92e359860
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4692139
Best CPU time to get the best result obtained on this benchmark1801.26
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9940
Total number of constraints14846
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints14700
Minimum length of a constraint2
Maximum length of a constraint2415
Number of terms in the objective function 9730
Biggest coefficient in the objective function 134217728
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 91246785518
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 134217728
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 91246785518
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c old isEQ: 0, new EQ is 1
0.00/0.33	c old isEQ: 192, new EQ is 1
0.00/0.41	c old isEQ: 1, new EQ is 1
0.00/0.49	c run inc solver
0.00/0.49	c [INC SYSTEM] run initial solver
0.00/0.49	c [INC SYSTEM] preprocess with white file
4.28/4.38	c [INC SYSTEM] finished preprocessing in 3 s
4.28/4.38	c [INC SYSTEM] execute solver
4.37/5.04	c [INC SEARCH] formula is SAT
4.43/5.18	c [INC SYSTEM] solved the initial formula
4.43/5.18	c model valid
4.43/5.18	c current solution ok
5.87/5.94	o 199598255
5.87/5.94	c execute binary inc search
5.87/5.94	c [INC SEARCH] current bound: 99799162
5.87/5.94	c [INC SEARCH] iteration: 0
5.87/5.94	c [INC SEARCH] lower bound: 0 upperbound 199598325 current bound: 99799162 best value:199598325
5.87/5.94	c [INC SYSTEM] there exists a inc, kill it!
5.87/5.94	c write failed with 2
5.87/5.94	c [INC SYSTEM] create new solver instance
5.87/5.94	c [INC] encode full formula
5.87/5.94	c fallback to adder encoding
7.28/7.34	c set iterative enc to: adder
7.28/7.34	c set iterative enc to: none
7.48/7.53	c [INC SEARCH] isOptimum variable: 0
1800.10/1800.41	HOME/npSolver-pbo-I.sh: line 18: 15028 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=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-3748499-1339177065/watcher-3748499-1339177065 -o /tmp/evaluation-result-3748499-1339177065/solver-3748499-1339177065 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748499-1339177065.opb 1776244151 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.00 2.00 2.00 3/176 15027
/proc/meminfo: memFree=28221800/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0

[startup+0.09027 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15027
/proc/meminfo: memFree=28221800/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100253 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15027
/proc/meminfo: memFree=28221800/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300207 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15027
/proc/meminfo: memFree=28221800/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700239 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 15027
/proc/meminfo: memFree=28221800/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15031
/proc/meminfo: memFree=28044780/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=37592 CPUtime=0.5 cores=1,3,5,7
/proc/15028/stat : 15028 (npSolver-pbo) S 15027 15027 14131 0 -1 4202496 9149 0 0 0 45 5 0 0 20 0 1 0 383831941 38494208 7991 33554432000 4194304 6004724 140737471468416 140737471462880 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15028/statm: 9398 7991 164 442 0 8952 0
[pid=15030] ppid=15028 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15030/stat : 15030 (cp2_pre.sh) S 15028 15027 14131 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 383831991 9367552 277 33554432000 4194304 5064252 140734786799936 140734786798640 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15030/statm: 2287 277 234 213 0 72 0
[pid=15031] ppid=15030 vsize=163544 CPUtime=0.98 cores=1,3,5,7
/proc/15031/stat : 15031 (coprocessor) R 15030 15027 14131 0 -1 4202496 29837 0 0 0 94 4 0 0 20 0 1 0 383831991 167469056 39571 33554432000 4194304 6586260 140736015165568 140736015161496 4770732 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/15031/statm: 40886 39571 182 584 0 40298 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 219432

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 15031
/proc/meminfo: memFree=27985040/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=37592 CPUtime=0.5 cores=1,3,5,7
/proc/15028/stat : 15028 (npSolver-pbo) S 15027 15027 14131 0 -1 4202496 9149 0 0 0 45 5 0 0 20 0 1 0 383831941 38494208 7991 33554432000 4194304 6004724 140737471468416 140737471462880 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/15028/statm: 9398 7991 164 442 0 8952 0
[pid=15030] ppid=15028 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15030/stat : 15030 (cp2_pre.sh) S 15028 15027 14131 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 383831991 9367552 277 33554432000 4194304 5064252 140734786799936 140734786798640 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/15030/statm: 2287 277 234 213 0 72 0
[pid=15031] ppid=15030 vsize=188960 CPUtime=2.58 cores=1,3,5,7
/proc/15031/stat : 15031 (coprocessor) R 15030 15027 14131 0 -1 4202496 33865 0 0 0 253 5 0 0 20 0 1 0 383831991 193495040 46154 33554432000 4194304 6586260 140736015165568 140736015160936 4683394 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/15031/statm: 47240 46154 192 584 0 46652 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 244848

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15033
/proc/meminfo: memFree=28074196/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=85856 CPUtime=6.28 cores=1,3,5,7
/proc/15028/stat : 15028 (npSolver-pbo) R 15027 15027 14131 0 -1 4202496 16459 53609 0 0 97 76 435 20 20 0 1 0 383831941 87916544 17990 33554432000 4194304 6004724 140737471468416 140737471460280 5055540 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15028/statm: 21464 17990 182 442 0 21018 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 95004

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15036
/proc/meminfo: memFree=28155960/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=53088 CPUtime=7.51 cores=1,3,5,7
/proc/15028/stat : 15028 (npSolver-pbo) S 15027 15027 14131 0 -1 4202496 17801 54124 0 0 201 93 435 22 20 0 1 0 383831941 54362112 11884 33554432000 4194304 6004724 140737471468416 140737471453336 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15028/statm: 13272 11884 183 442 0 12826 0
[pid=15036] ppid=15028 vsize=350544 CPUtime=5.15 cores=1,3,5,7
/proc/15036/stat : 15036 (glucosInc) R 15028 15027 14131 0 -1 4202496 57796 0 0 0 501 14 0 0 20 0 1 0 383832693 358957056 76048 33554432000 4194304 5654031 140736857943792 140736857941400 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15036/statm: 87636 76048 141 357 0 87276 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 412780

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15036
/proc/meminfo: memFree=28085116/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=53088 CPUtime=7.51 cores=1,3,5,7
/proc/15028/stat : 15028 (npSolver-pbo) S 15027 15027 14131 0 -1 4202496 17801 54124 0 0 201 93 435 22 20 0 1 0 383831941 54362112 11884 33554432000 4194304 6004724 140737471468416 140737471453336 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15028/statm: 13272 11884 183 442 0 12826 0
[pid=15036] ppid=15028 vsize=350544 CPUtime=17.95 cores=1,3,5,7
/proc/15036/stat : 15036 (glucosInc) R 15028 15027 14131 0 -1 4202496 57835 0 0 0 1781 14 0 0 20 0 1 0 383832693 358957056 76087 33554432000 4194304 5654031 140736857943792 140736857931608 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15036/statm: 87636 76087 141 357 0 87276 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 412780

[startup+51.1003 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 15036
/proc/meminfo: memFree=27938036/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=53088 CPUtime=7.51 cores=1,3,5,7
/proc/15028/stat : 15028 (npSolver-pbo) S 15027 15027 14131 0 -1 4202496 17801 54124 0 0 201 93 435 22 20 0 1 0 383831941 54362112 11884 33554432000 4194304 6004724 140737471468416 140737471453336 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15028/statm: 13272 11884 183 442 0 12826 0
[pid=15036] ppid=15028 vsize=350544 CPUtime=43.55 cores=1,3,5,7
/proc/15036/stat : 15036 (glucosInc) R 15028 15027 14131 0 -1 4202496 57861 0 0 0 4341 14 0 0 20 0 1 0 383832693 358957056 76624 33554432000 4194304 5654031 140736857943792 140736857931608 4216557 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15036/statm: 87636 76624 141 357 0 87276 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 412780

[startup+102.306 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 15036
/proc/meminfo: memFree=27730384/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=53088 CPUtime=7.51 cores=1,3,5,7
/proc/15028/stat : 15028 (npSolver-pbo) S 15027 15027 14131 0 -1 4202496 17801 54124 0 0 201 93 435 22 20 0 1 0 383831941 54362112 11884 33554432000 4194304 6004724 140737471468416 140737471453336 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15028/statm: 13272 11884 183 442 0 12826 0
[pid=15036] ppid=15028 vsize=350544 CPUtime=94.75 cores=1,3,5,7
/proc/15036/stat : 15036 (glucosInc) R 15028 15027 14131 0 -1 4202496 57861 0 0 0 9461 14 0 0 20 0 1 0 383832693 358957056 76624 33554432000 4194304 5654031 140736857943792 140736857931608 4216386 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15036/statm: 87636 76624 141 357 0 87276 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 412780

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 15039
/proc/meminfo: memFree=27810112/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=53088 CPUtime=7.51 cores=1,3,5,7
/proc/15028/stat : 15028 (npSolver-pbo) S 15027 15027 14131 0 -1 4202496 17801 54124 0 0 201 93 435 22 20 0 1 0 383831941 54362112 11884 33554432000 4194304 6004724 140737471468416 140737471453336 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15028/statm: 13272 11884 183 442 0 12826 0
[pid=15036] ppid=15028 vsize=350544 CPUtime=154.73 cores=1,3,5,7
/proc/15036/stat : 15036 (glucosInc) R 15028 15027 14131 0 -1 4202496 57862 0 0 0 15459 14 0 0 20 0 1 0 383832693 358957056 77136 33554432000 4194304 5654031 140736857943792 140736857931608 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15036/statm: 87636 77136 141 357 0 87276 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 412780

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15039
/proc/meminfo: memFree=28023668/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=53088 CPUtime=7.51 cores=1,3,5,7
/proc/15028/stat : 15028 (npSolver-pbo) S 15027 15027 14131 0 -1 4202496 17801 54124 0 0 201 93 435 22 20 0 1 0 383831941 54362112 11884 33554432000 4194304 6004724 140737471468416 140737471453336 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15028/statm: 13272 11884 183 442 0 12826 0
[pid=15036] ppid=15028 vsize=350544 CPUtime=214.72 cores=1,3,5,7
/proc/15036/stat : 15036 (glucosInc) R 15028 15027 14131 0 -1 4202496 57875 0 0 0 21458 14 0 0 20 0 1 0 383832693 358957056 78171 33554432000 4194304 5654031 140736857943792 140736857931608 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15036/statm: 87636 78171 141 357 0 87276 0
Current children cumulated CPU time (s) 222.23

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

/proc/loadavg: 2.04 2.04 2.00 3/179 15107
/proc/meminfo: memFree=29298200/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=53088 CPUtime=7.51 cores=1,3,5,7
/proc/15028/stat : 15028 (npSolver-pbo) S 15027 15027 14131 0 -1 4202496 17801 54124 0 0 201 93 435 22 20 0 1 0 383831941 54362112 11884 33554432000 4194304 6004724 140737471468416 140737471453336 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15028/statm: 13272 11884 183 442 0 12826 0
[pid=15036] ppid=15028 vsize=351268 CPUtime=1294.56 cores=1,3,5,7
/proc/15036/stat : 15036 (glucosInc) R 15028 15027 14131 0 -1 4202496 60806 0 0 0 129434 22 0 0 20 0 1 0 383832693 359698432 79451 33554432000 4194304 5654031 140736857943792 140736857941816 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15036/statm: 87817 79451 141 357 0 87457 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 413504

[startup+1362.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/180 15110
/proc/meminfo: memFree=29288136/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=53088 CPUtime=7.51 cores=1,3,5,7
/proc/15028/stat : 15028 (npSolver-pbo) S 15027 15027 14131 0 -1 4202496 17801 54124 0 0 201 93 435 22 20 0 1 0 383831941 54362112 11884 33554432000 4194304 6004724 140737471468416 140737471453336 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15028/statm: 13272 11884 183 442 0 12826 0
[pid=15036] ppid=15028 vsize=351268 CPUtime=1354.55 cores=1,3,5,7
/proc/15036/stat : 15036 (glucosInc) R 15028 15027 14131 0 -1 4202496 60807 0 0 0 135433 22 0 0 20 0 1 0 383832693 359698432 79963 33554432000 4194304 5654031 140736857943792 140736857941816 4232755 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15036/statm: 87817 79963 141 357 0 87457 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 413504

[startup+1422.31 s]
/proc/loadavg: 2.05 2.05 2.00 3/180 15133
/proc/meminfo: memFree=29281956/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=53088 CPUtime=7.51 cores=1,3,5,7
/proc/15028/stat : 15028 (npSolver-pbo) S 15027 15027 14131 0 -1 4202496 17801 54124 0 0 201 93 435 22 20 0 1 0 383831941 54362112 11884 33554432000 4194304 6004724 140737471468416 140737471453336 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15028/statm: 13272 11884 183 442 0 12826 0
[pid=15036] ppid=15028 vsize=351268 CPUtime=1414.54 cores=1,3,5,7
/proc/15036/stat : 15036 (glucosInc) R 15028 15027 14131 0 -1 4202496 60813 0 0 0 141432 22 0 0 20 0 1 0 383832693 359698432 80991 33554432000 4194304 5654031 140736857943792 140736857941816 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15036/statm: 87817 80991 141 357 0 87457 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 413504

[startup+1482.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/179 15134
/proc/meminfo: memFree=29277124/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=53088 CPUtime=7.51 cores=1,3,5,7
/proc/15028/stat : 15028 (npSolver-pbo) S 15027 15027 14131 0 -1 4202496 17801 54124 0 0 201 93 435 22 20 0 1 0 383831941 54362112 11884 33554432000 4194304 6004724 140737471468416 140737471453336 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15028/statm: 13272 11884 183 442 0 12826 0
[pid=15036] ppid=15028 vsize=401356 CPUtime=1474.53 cores=1,3,5,7
/proc/15036/stat : 15036 (glucosInc) R 15028 15027 14131 0 -1 4202496 61136 0 0 0 147430 23 0 0 20 0 1 0 383832693 410988544 81824 33554432000 4194304 5654031 140736857943792 140736857941880 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15036/statm: 100339 81824 141 357 0 99979 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 463592

[startup+1542.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/179 15134
/proc/meminfo: memFree=29268808/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=53088 CPUtime=7.51 cores=1,3,5,7
/proc/15028/stat : 15028 (npSolver-pbo) S 15027 15027 14131 0 -1 4202496 17801 54124 0 0 201 93 435 22 20 0 1 0 383831941 54362112 11884 33554432000 4194304 6004724 140737471468416 140737471453336 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15028/statm: 13272 11884 183 442 0 12826 0
[pid=15036] ppid=15028 vsize=401664 CPUtime=1534.52 cores=1,3,5,7
/proc/15036/stat : 15036 (glucosInc) R 15028 15027 14131 0 -1 4202496 61181 0 0 0 153429 23 0 0 20 0 1 0 383832693 411303936 83402 33554432000 4194304 5654031 140736857943792 140736857941688 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15036/statm: 100416 83402 141 357 0 100056 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 463900

[startup+1602.3 s]
/proc/loadavg: 2.06 2.07 2.00 3/179 15136
/proc/meminfo: memFree=29294000/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=53088 CPUtime=7.51 cores=1,3,5,7
/proc/15028/stat : 15028 (npSolver-pbo) S 15027 15027 14131 0 -1 4202496 17801 54124 0 0 201 93 435 22 20 0 1 0 383831941 54362112 11884 33554432000 4194304 6004724 140737471468416 140737471453336 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15028/statm: 13272 11884 183 442 0 12826 0
[pid=15036] ppid=15028 vsize=401664 CPUtime=1594.51 cores=1,3,5,7
/proc/15036/stat : 15036 (glucosInc) R 15028 15027 14131 0 -1 4202496 61184 0 0 0 159428 23 0 0 20 0 1 0 383832693 411303936 83916 33554432000 4194304 5654031 140736857943792 140736857941688 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15036/statm: 100416 83916 141 357 0 100056 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 463900

[startup+1662.3 s]
/proc/loadavg: 2.06 2.07 2.00 3/179 15136
/proc/meminfo: memFree=29314904/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=53088 CPUtime=7.51 cores=1,3,5,7
/proc/15028/stat : 15028 (npSolver-pbo) S 15027 15027 14131 0 -1 4202496 17801 54124 0 0 201 93 435 22 20 0 1 0 383831941 54362112 11884 33554432000 4194304 6004724 140737471468416 140737471453336 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15028/statm: 13272 11884 183 442 0 12826 0
[pid=15036] ppid=15028 vsize=351576 CPUtime=1654.5 cores=1,3,5,7
/proc/15036/stat : 15036 (glucosInc) R 15028 15027 14131 0 -1 4202496 61749 0 0 0 165426 24 0 0 20 0 1 0 383832693 360013824 77995 33554432000 4194304 5654031 140736857943792 140736857941816 4215964 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15036/statm: 87894 77995 141 357 0 87534 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 413812

[startup+1722.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/178 15136
/proc/meminfo: memFree=29303988/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=53088 CPUtime=7.51 cores=1,3,5,7
/proc/15028/stat : 15028 (npSolver-pbo) S 15027 15027 14131 0 -1 4202496 17801 54124 0 0 201 93 435 22 20 0 1 0 383831941 54362112 11884 33554432000 4194304 6004724 140737471468416 140737471453336 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15028/statm: 13272 11884 183 442 0 12826 0
[pid=15036] ppid=15028 vsize=351576 CPUtime=1714.49 cores=1,3,5,7
/proc/15036/stat : 15036 (glucosInc) R 15028 15027 14131 0 -1 4202496 61754 0 0 0 171425 24 0 0 20 0 1 0 383832693 360013824 80568 33554432000 4194304 5654031 140736857943792 140736857941816 4215913 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15036/statm: 87894 80568 141 357 0 87534 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 413812

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/179 15138
/proc/meminfo: memFree=29292344/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=53088 CPUtime=7.51 cores=1,3,5,7
/proc/15028/stat : 15028 (npSolver-pbo) S 15027 15027 14131 0 -1 4202496 17801 54124 0 0 201 93 435 22 20 0 1 0 383831941 54362112 11884 33554432000 4194304 6004724 140737471468416 140737471453336 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15028/statm: 13272 11884 183 442 0 12826 0
[pid=15036] ppid=15028 vsize=401664 CPUtime=1774.49 cores=1,3,5,7
/proc/15036/stat : 15036 (glucosInc) R 15028 15027 14131 0 -1 4202496 61892 0 0 0 177424 25 0 0 20 0 1 0 383832693 411303936 81216 33554432000 4194304 5654031 140736857943792 140736857941880 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15036/statm: 100416 81216 141 357 0 100056 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 463900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.04 2.00 3/179 15138
/proc/meminfo: memFree=29289120/32873624 swapFree=7112/7112
[pid=15027] ppid=15025 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/15027/stat : 15027 (npSolver-pbo-I.) S 15025 15027 14131 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383831940 9367552 274 33554432000 4194304 5064252 140736404978880 140736404977792 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/15027/statm: 2287 274 233 213 0 72 0
[pid=15028] ppid=15027 vsize=53088 CPUtime=7.51 cores=1,3,5,7
/proc/15028/stat : 15028 (npSolver-pbo) S 15027 15027 14131 0 -1 4202496 17801 54124 0 0 201 93 435 22 20 0 1 0 383831941 54362112 11884 33554432000 4194304 6004724 140737471468416 140737471453336 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15028/statm: 13272 11884 183 442 0 12826 0
[pid=15036] ppid=15028 vsize=401664 CPUtime=1792.59 cores=1,3,5,7
/proc/15036/stat : 15036 (glucosInc) R 15028 15027 14131 0 -1 4202496 62058 0 0 0 179234 25 0 0 20 0 1 0 383832693 411303936 81893 33554432000 4194304 5654031 140736857943792 140736857941880 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/15036/statm: 100416 81893 141 357 0 100056 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 463900

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1798.7
CPU system time (s): 1.4
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 544040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.37303
system time used= 1.16482
maximum resident set size= 246708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72299
page faults= 0
swaps= 0
block input operations= 0
block output operations= 303448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 503
involuntary context switches= 27

runsolver used 2.82557 second user time and 7.00193 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-08 19:37:45
IDJOB=3748499
IDBENCH=92727
IDSOLVER=2333
FILE ID=node121/3748499-1339177065
RUNJOBID= node121-1339168521-14148
PBS_JOBID= 14643801
Free space on /tmp= 70936 MiB

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

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

MD5SUM BENCH= c9443936e5641d3aca30cbd92e359860
RANDOM SEED=1776244151

node121.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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	: 5438.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		: 2667.042
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:       32873624 kB
MemFree:        28224384 kB
Buffers:          932300 kB
Cached:          1421100 kB
SwapCached:          308 kB
Active:          3683884 kB
Inactive:          16964 kB
Active(anon):    1325976 kB
Inactive(anon):     9352 kB
Active(file):    2357908 kB
Inactive(file):     7612 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67106508 kB
Dirty:              8956 kB
Writeback:             0 kB
AnonPages:       1423364 kB
Mapped:            13056 kB
Shmem:                40 kB
Slab:             794996 kB
SReclaimable:     238868 kB
SUnreclaim:       556128 kB
KernelStack:        1488 kB
PageTables:         6504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    1944152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1341440 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= 71092 MiB
End job on node121 at 2012-06-08 20:07:45