Trace number 3747344

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_4.opb
MD5SUMa470052ca6f8034e2c6c08868e52d9e8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4131
Number of bits of the biggest sum of numbers13
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.34	c run inc solver
0.00/0.34	c [INC SYSTEM] run initial solver
0.00/0.34	c [INC SYSTEM] preprocess with white file
1.57/1.69	c [INC SYSTEM] finished preprocessing in 1 s
1.57/1.69	c [INC SYSTEM] execute solver
1.67/1.90	c [INC SEARCH] formula is SAT
1.67/1.91	c [INC SYSTEM] solved the initial formula
1.67/1.91	c model valid
1.67/1.91	c current solution ok
2.47/2.52	o 1413
2.47/2.52	c [INC SYSTEM] there exists a inc, kill it!
2.47/2.52	c write failed with 2
2.47/2.52	c [INC SEARCH] iteration: 0
2.47/2.52	c [INC BOUNDS] best value:1413 search for 1412
2.47/2.52	c [INC SYSTEM] create new solver instance
2.47/2.52	c [INC] encode full formula
2.47/2.58	c set iterative enc to: swc
2.58/2.60	c [INC SEARCH] isOptimum variable: 0
1294.76/1295.08	c formula is SAT
1294.86/1295.10	c [INC SEARCH] copied best model
1294.86/1295.10	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
1294.86/1295.10	c model valid
1294.86/1295.10	c current solution ok
1294.86/1295.10	o 4
1294.86/1295.10	c [INC SEARCH] iteration: 1
1294.86/1295.10	c [INC BOUNDS] best value:4 search for 3
1294.86/1295.10	c [INC ENCODE] setup new number of clauses ...
1294.86/1295.10	c [INC] encode incremental formula
1294.86/1295.10	c return only the limitting unit clause for 3
1294.86/1295.10	c [INC SYSTEM] transmit new clauses to solver: 1
1294.86/1295.10	c [INC SEARCH] isOptimum variable: 0
1800.09/1800.41	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.09/1800.41	s UNKNOWN
1800.09/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.09/1800.41	c write failed with -1
1800.09/1800.41	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x242cd10)

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-3747344-1339101835/watcher-3747344-1339101835 -o /tmp/evaluation-result-3747344-1339101835/solver-3747344-1339101835 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747344-1339101835.opb 301509155 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.00 1.91 2/179 16113
/proc/meminfo: memFree=29167000/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0

[startup+0.0788481 s]
/proc/loadavg: 2.01 2.00 1.91 2/179 16113
/proc/meminfo: memFree=29167000/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100279 s]
/proc/loadavg: 2.01 2.00 1.91 2/179 16113
/proc/meminfo: memFree=29167000/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300209 s]
/proc/loadavg: 2.01 2.00 1.91 2/179 16113
/proc/meminfo: memFree=29167000/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700248 s]
/proc/loadavg: 2.01 2.00 1.91 2/179 16113
/proc/meminfo: memFree=29167000/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.01 2.00 1.91 3/183 16117
/proc/meminfo: memFree=29040192/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=18092 CPUtime=0.33 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 3893 0 0 0 32 1 0 0 20 0 1 0 376309353 18526208 3900 33554432000 4194304 6004724 140733627223616 140733627218080 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 4523 3900 148 442 0 4077 0
[pid=16116] ppid=16114 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16116/stat : 16116 (cp2_pre.sh) S 16114 16113 15337 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 376309387 9367552 277 33554432000 4194304 5064252 140733715678688 140733715677392 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/16116/statm: 2287 277 234 213 0 72 0
[pid=16117] ppid=16116 vsize=132204 CPUtime=1.14 cores=1,3,5,7
/proc/16117/stat : 16117 (coprocessor) R 16116 16113 15337 0 -1 4202496 26543 0 0 0 109 5 0 0 20 0 1 0 376309387 135376896 32078 33554432000 4194304 6586260 140736085806928 140736085802184 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/16117/statm: 33051 32078 197 584 0 32463 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 168592

[startup+3.10023 s]
/proc/loadavg: 2.01 2.00 1.91 3/182 16119
/proc/meminfo: memFree=29086132/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=29776 CPUtime=2.59 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 5778 41572 0 0 50 51 146 12 20 0 1 0 376309353 30490624 6027 33554432000 4194304 6004724 140733627223616 140733627209464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 7444 6027 165 442 0 6998 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 38924

[startup+6.30035 s]
/proc/loadavg: 2.01 2.00 1.91 3/182 16122
/proc/meminfo: memFree=29038780/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=29776 CPUtime=2.59 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 5778 41572 0 0 50 51 146 12 20 0 1 0 376309353 30490624 6027 33554432000 4194304 6004724 140733627223616 140733627209464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 7444 6027 165 442 0 6998 0
[pid=16122] ppid=16114 vsize=88508 CPUtime=3.68 cores=1,3,5,7
/proc/16122/stat : 16122 (glucosInc) R 16114 16113 15337 0 -1 4202496 18856 0 0 0 365 3 0 0 20 0 1 0 376309613 90632192 20326 33554432000 4194304 5654031 140733690503552 140733690501432 4232453 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16122/statm: 22127 20326 131 357 0 21767 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 127432

[startup+12.7012 s]
/proc/loadavg: 2.01 2.00 1.91 3/182 16122
/proc/meminfo: memFree=29034052/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=29776 CPUtime=2.59 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 5778 41572 0 0 50 51 146 12 20 0 1 0 376309353 30490624 6027 33554432000 4194304 6004724 140733627223616 140733627209464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 7444 6027 165 442 0 6998 0
[pid=16122] ppid=16114 vsize=88676 CPUtime=10.09 cores=1,3,5,7
/proc/16122/stat : 16122 (glucosInc) R 16114 16113 15337 0 -1 4202496 18959 0 0 0 1005 4 0 0 20 0 1 0 376309613 90804224 20428 33554432000 4194304 5654031 140733690503552 140733690501336 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16122/statm: 22169 20428 131 357 0 21809 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 127600

[startup+25.5004 s]
/proc/loadavg: 2.01 2.00 1.91 3/182 16122
/proc/meminfo: memFree=29035120/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=29776 CPUtime=2.59 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 5778 41572 0 0 50 51 146 12 20 0 1 0 376309353 30490624 6027 33554432000 4194304 6004724 140733627223616 140733627209464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 7444 6027 165 442 0 6998 0
[pid=16122] ppid=16114 vsize=95988 CPUtime=22.88 cores=1,3,5,7
/proc/16122/stat : 16122 (glucosInc) R 16114 16113 15337 0 -1 4202496 19169 0 0 0 2284 4 0 0 20 0 1 0 376309613 98291712 20633 33554432000 4194304 5654031 140733690503552 140733690501336 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16122/statm: 23997 20633 131 357 0 23637 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 134912

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.91 3/182 16122
/proc/meminfo: memFree=29005720/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=29776 CPUtime=2.59 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 5778 41572 0 0 50 51 146 12 20 0 1 0 376309353 30490624 6027 33554432000 4194304 6004724 140733627223616 140733627209464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 7444 6027 165 442 0 6998 0
[pid=16122] ppid=16114 vsize=96564 CPUtime=48.47 cores=1,3,5,7
/proc/16122/stat : 16122 (glucosInc) R 16114 16113 15337 0 -1 4202496 19589 0 0 0 4842 5 0 0 20 0 1 0 376309613 98881536 21564 33554432000 4194304 5654031 140733690503552 140733690501336 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16122/statm: 24141 21564 131 357 0 23781 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 135488

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 16123
/proc/meminfo: memFree=28987764/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=29776 CPUtime=2.59 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 5778 41572 0 0 50 51 146 12 20 0 1 0 376309353 30490624 6027 33554432000 4194304 6004724 140733627223616 140733627209464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 7444 6027 165 442 0 6998 0
[pid=16122] ppid=16114 vsize=97188 CPUtime=99.66 cores=1,3,5,7
/proc/16122/stat : 16122 (glucosInc) R 16114 16113 15337 0 -1 4202496 20573 0 0 0 9960 6 0 0 20 0 1 0 376309613 99520512 21932 33554432000 4194304 5654031 140733690503552 140733690501336 4233232 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16122/statm: 24297 21932 132 357 0 23937 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 136112

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 16123
/proc/meminfo: memFree=28986332/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=29776 CPUtime=2.59 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 5778 41572 0 0 50 51 146 12 20 0 1 0 376309353 30490624 6027 33554432000 4194304 6004724 140733627223616 140733627209464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 7444 6027 165 442 0 6998 0
[pid=16122] ppid=16114 vsize=97884 CPUtime=159.65 cores=1,3,5,7
/proc/16122/stat : 16122 (glucosInc) R 16114 16113 15337 0 -1 4202496 21185 0 0 0 15958 7 0 0 20 0 1 0 376309613 100233216 21800 33554432000 4194304 5654031 140733690503552 140733690501576 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16122/statm: 24471 21800 132 357 0 24111 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 136808

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 16123
/proc/meminfo: memFree=28971124/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=29776 CPUtime=2.59 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 5778 41572 0 0 50 51 146 12 20 0 1 0 376309353 30490624 6027 33554432000 4194304 6004724 140733627223616 140733627209464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 7444 6027 165 442 0 6998 0
[pid=16122] ppid=16114 vsize=116924 CPUtime=219.64 cores=1,3,5,7
/proc/16122/stat : 16122 (glucosInc) R 16114 16113 15337 0 -1 4202496 21530 0 0 0 21957 7 0 0 20 0 1 0 376309613 119730176 25706 33554432000 4194304 5654031 140733690503552 140733690501352 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16122/statm: 29231 25706 132 357 0 28871 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 155848

[startup+282.3 s]

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

/proc/meminfo: memFree=28868056/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=29776 CPUtime=2.59 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 5778 41572 0 0 50 51 146 12 20 0 1 0 376309353 30490624 6027 33554432000 4194304 6004724 140733627223616 140733627209464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 7444 6027 165 442 0 6998 0
[pid=16122] ppid=16114 vsize=147452 CPUtime=1239.48 cores=1,3,5,7
/proc/16122/stat : 16122 (glucosInc) R 16114 16113 15337 0 -1 4202496 23691 0 0 0 123938 10 0 0 20 0 1 0 376309613 150990848 33409 33554432000 4194304 5654031 140733690503552 140733690501432 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16122/statm: 36863 33409 132 357 0 36503 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 186376

[startup+1302.3 s]
/proc/loadavg: 2.06 2.01 1.93 3/181 16155
/proc/meminfo: memFree=28856156/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=29776 CPUtime=2.61 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 6756 41572 0 0 52 51 146 12 20 0 1 0 376309353 30490624 6028 33554432000 4194304 6004724 140733627223616 140733627209464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 7444 6028 166 442 0 6998 0
[pid=16122] ppid=16114 vsize=147460 CPUtime=1299.45 cores=1,3,5,7
/proc/16122/stat : 16122 (glucosInc) R 16114 16113 15337 0 -1 4202496 23767 0 0 0 129935 10 0 0 20 0 1 0 376309613 150999040 33996 33554432000 4194304 5654031 140733690503552 140733690491368 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16122/statm: 36865 33996 152 357 0 36505 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 186384

[startup+1362.3 s]
/proc/loadavg: 2.06 2.03 1.93 3/181 16156
/proc/meminfo: memFree=28869996/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=29776 CPUtime=2.61 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 6756 41572 0 0 52 51 146 12 20 0 1 0 376309353 30490624 6028 33554432000 4194304 6004724 140733627223616 140733627209464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 7444 6028 166 442 0 6998 0
[pid=16122] ppid=16114 vsize=147460 CPUtime=1359.43 cores=1,3,5,7
/proc/16122/stat : 16122 (glucosInc) R 16114 16113 15337 0 -1 4202496 23767 0 0 0 135933 10 0 0 20 0 1 0 376309613 150999040 33996 33554432000 4194304 5654031 140733690503552 140733690491368 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16122/statm: 36865 33996 152 357 0 36505 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 186384

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 1.93 3/181 16156
/proc/meminfo: memFree=28859756/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=29776 CPUtime=2.61 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 6756 41572 0 0 52 51 146 12 20 0 1 0 376309353 30490624 6028 33554432000 4194304 6004724 140733627223616 140733627209464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 7444 6028 166 442 0 6998 0
[pid=16122] ppid=16114 vsize=147460 CPUtime=1419.43 cores=1,3,5,7
/proc/16122/stat : 16122 (glucosInc) R 16114 16113 15337 0 -1 4202496 23767 0 0 0 141933 10 0 0 20 0 1 0 376309613 150999040 33996 33554432000 4194304 5654031 140733690503552 140733690491368 4232518 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16122/statm: 36865 33996 152 357 0 36505 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 186384

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/181 16156
/proc/meminfo: memFree=28890120/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=29776 CPUtime=2.61 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 6756 41572 0 0 52 51 146 12 20 0 1 0 376309353 30490624 6028 33554432000 4194304 6004724 140733627223616 140733627209464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 7444 6028 166 442 0 6998 0
[pid=16122] ppid=16114 vsize=147460 CPUtime=1479.42 cores=1,3,5,7
/proc/16122/stat : 16122 (glucosInc) R 16114 16113 15337 0 -1 4202496 23767 0 0 0 147932 10 0 0 20 0 1 0 376309613 150999040 33996 33554432000 4194304 5654031 140733690503552 140733690491368 4232700 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16122/statm: 36865 33996 152 357 0 36505 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 186384

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/181 16156
/proc/meminfo: memFree=28875624/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=29776 CPUtime=2.61 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 6756 41572 0 0 52 51 146 12 20 0 1 0 376309353 30490624 6028 33554432000 4194304 6004724 140733627223616 140733627209464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 7444 6028 166 442 0 6998 0
[pid=16122] ppid=16114 vsize=147460 CPUtime=1539.4 cores=1,3,5,7
/proc/16122/stat : 16122 (glucosInc) R 16114 16113 15337 0 -1 4202496 23767 0 0 0 153930 10 0 0 20 0 1 0 376309613 150999040 33996 33554432000 4194304 5654031 140733690503552 140733690491368 4232659 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16122/statm: 36865 33996 152 357 0 36505 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 186384

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/182 16159
/proc/meminfo: memFree=28861964/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=29776 CPUtime=2.61 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 6756 41572 0 0 52 51 146 12 20 0 1 0 376309353 30490624 6028 33554432000 4194304 6004724 140733627223616 140733627209464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 7444 6028 166 442 0 6998 0
[pid=16122] ppid=16114 vsize=147460 CPUtime=1599.39 cores=1,3,5,7
/proc/16122/stat : 16122 (glucosInc) R 16114 16113 15337 0 -1 4202496 23768 0 0 0 159929 10 0 0 20 0 1 0 376309613 150999040 34508 33554432000 4194304 5654031 140733690503552 140733690491368 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16122/statm: 36865 34508 152 357 0 36505 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 186384

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 16160
/proc/meminfo: memFree=28849684/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=29776 CPUtime=2.61 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 6756 41572 0 0 52 51 146 12 20 0 1 0 376309353 30490624 6028 33554432000 4194304 6004724 140733627223616 140733627209464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 7444 6028 166 442 0 6998 0
[pid=16122] ppid=16114 vsize=147460 CPUtime=1659.38 cores=1,3,5,7
/proc/16122/stat : 16122 (glucosInc) R 16114 16113 15337 0 -1 4202496 23769 0 0 0 165928 10 0 0 20 0 1 0 376309613 150999040 35020 33554432000 4194304 5654031 140733690503552 140733690491368 4232482 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16122/statm: 36865 35020 152 357 0 36505 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 186384

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 16160
/proc/meminfo: memFree=28867888/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=29776 CPUtime=2.61 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 6756 41572 0 0 52 51 146 12 20 0 1 0 376309353 30490624 6028 33554432000 4194304 6004724 140733627223616 140733627209464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 7444 6028 166 442 0 6998 0
[pid=16122] ppid=16114 vsize=147460 CPUtime=1719.37 cores=1,3,5,7
/proc/16122/stat : 16122 (glucosInc) R 16114 16113 15337 0 -1 4202496 23769 0 0 0 171927 10 0 0 20 0 1 0 376309613 150999040 35020 33554432000 4194304 5654031 140733690503552 140733690491368 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16122/statm: 36865 35020 152 357 0 36505 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 186384

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 16217
/proc/meminfo: memFree=29007808/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=29776 CPUtime=2.61 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 6756 41572 0 0 52 51 146 12 20 0 1 0 376309353 30490624 6028 33554432000 4194304 6004724 140733627223616 140733627209464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 7444 6028 166 442 0 6998 0
[pid=16122] ppid=16114 vsize=147460 CPUtime=1779.37 cores=1,3,5,7
/proc/16122/stat : 16122 (glucosInc) R 16114 16113 15337 0 -1 4202496 23769 0 0 0 177926 11 0 0 20 0 1 0 376309613 150999040 35020 33554432000 4194304 5654031 140733690503552 140733690491368 4232939 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16122/statm: 36865 35020 152 357 0 36505 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 186384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 16219
/proc/meminfo: memFree=29000100/32873648 swapFree=7372/7372
[pid=16113] ppid=16111 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/16113/stat : 16113 (npSolver-pbo-It) S 16111 16113 15337 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 376309353 9367552 274 33554432000 4194304 5064252 140735759580240 140735759579152 259112199758 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/16113/statm: 2287 274 233 213 0 72 0
[pid=16114] ppid=16113 vsize=29776 CPUtime=2.61 cores=1,3,5,7
/proc/16114/stat : 16114 (npSolver-pbo) S 16113 16113 15337 0 -1 4202496 6756 41572 0 0 52 51 146 12 20 0 1 0 376309353 30490624 6028 33554432000 4194304 6004724 140733627223616 140733627209464 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/16114/statm: 7444 6028 166 442 0 6998 0
[pid=16122] ppid=16114 vsize=147460 CPUtime=1797.48 cores=1,3,5,7
/proc/16122/stat : 16122 (glucosInc) R 16114 16113 15337 0 -1 4202496 23769 0 0 0 179737 11 0 0 20 0 1 0 376309613 150999040 35020 33554432000 4194304 5654031 140733690503552 140733690491368 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/16122/statm: 36865 35020 152 357 0 36505 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 186384

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.12
CPU user time (s): 1799.37
CPU system time (s): 0.751885
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 193200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 0.751885
maximum resident set size= 147220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72471
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 926
involuntary context switches= 2680

runsolver used 3.41148 second user time and 9.07962 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-07 22:43:55
IDJOB=3747344
IDBENCH=2914
IDSOLVER=2332
FILE ID=node124/3747344-1339101835
RUNJOBID= node124-1339098179-15354
PBS_JOBID= 14643729
Free space on /tmp= 70800 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_5_40_4.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747344-1339101835/watcher-3747344-1339101835 -o /tmp/evaluation-result-3747344-1339101835/solver-3747344-1339101835 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747344-1339101835.opb 301509155 HOME HOME

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

MD5SUM BENCH= a470052ca6f8034e2c6c08868e52d9e8
RANDOM SEED=301509155

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29167372 kB
Buffers:          290896 kB
Cached:          2560416 kB
SwapCached:         8612 kB
Active:          1047044 kB
Inactive:        1841552 kB
Active(anon):      28476 kB
Inactive(anon):    11112 kB
Active(file):    1018568 kB
Inactive(file):  1830440 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67092344 kB
Dirty:             17204 kB
Writeback:            20 kB
AnonPages:         58940 kB
Mapped:            10820 kB
Shmem:                 0 kB
Slab:             675352 kB
SReclaimable:     118960 kB
SUnreclaim:       556392 kB
KernelStack:        1512 kB
PageTables:         4172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     161500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 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= 70776 MiB
End job on node124 at 2012-06-07 23:13:55