Trace number 3747343

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.11 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_3.opb
MD5SUM455599f2e36aed56b051b7169c43fa6c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark305.689
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
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 1162
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3997
Number of bits of the biggest sum of numbers12
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.31	c run inc solver
0.00/0.31	c [INC SYSTEM] run initial solver
0.00/0.31	c [INC SYSTEM] preprocess with white file
1.47/1.54	c [INC SYSTEM] finished preprocessing in 1 s
1.47/1.54	c [INC SYSTEM] execute solver
1.52/1.78	c [INC SEARCH] formula is SAT
1.52/1.79	c [INC SYSTEM] solved the initial formula
1.52/1.79	c model valid
1.52/1.79	c current solution ok
2.26/2.32	o 1623
2.26/2.32	c [INC SYSTEM] there exists a inc, kill it!
2.26/2.32	c write failed with 2
2.26/2.32	c [INC SEARCH] iteration: 0
2.26/2.32	c [INC BOUNDS] best value:1623 search for 1622
2.26/2.32	c [INC SYSTEM] create new solver instance
2.26/2.32	c [INC] encode full formula
2.26/2.39	c set iterative enc to: swc
2.37/2.41	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.06/1800.40	s UNKNOWN
1800.06/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.06/1800.40	c write failed with -1
1800.06/1800.40	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x13cdcd0)

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-3747343-1339101822/watcher-3747343-1339101822 -o /tmp/evaluation-result-3747343-1339101822/solver-3747343-1339101822 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747343-1339101822.opb 589027132 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.79 1.95 1.89 2/179 1492
/proc/meminfo: memFree=25765116/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0

[startup+0.056349 s]
/proc/loadavg: 1.79 1.95 1.89 2/179 1492
/proc/meminfo: memFree=25765116/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100323 s]
/proc/loadavg: 1.79 1.95 1.89 2/179 1492
/proc/meminfo: memFree=25765116/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300267 s]
/proc/loadavg: 1.79 1.95 1.89 2/179 1492
/proc/meminfo: memFree=25765116/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700159 s]
/proc/loadavg: 1.79 1.95 1.89 2/179 1492
/proc/meminfo: memFree=25765116/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 1.79 1.95 1.89 3/183 1496
/proc/meminfo: memFree=25623000/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=17368 CPUtime=0.3 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 4921 0 0 0 29 1 0 0 20 0 1 0 376307030 17784832 3906 33554432000 4194304 6004724 140735431200480 140735431194944 5186782 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 4342 3906 148 442 0 3896 0
[pid=1495] ppid=1493 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1495/stat : 1495 (cp2_pre.sh) S 1493 1492 638 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 376307061 9367552 276 33554432000 4194304 5064252 140735123873808 140735123872512 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1495/statm: 2287 276 234 213 0 72 0
[pid=1496] ppid=1495 vsize=123200 CPUtime=1.17 cores=0,2,4,6
/proc/1496/stat : 1496 (coprocessor) R 1495 1492 638 0 -1 4202496 23633 0 0 0 112 5 0 0 20 0 1 0 376307061 126156800 29767 33554432000 4194304 6586260 140736078568144 140736078563896 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/1496/statm: 30800 29767 197 584 0 30212 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 158864

[startup+3.10028 s]
/proc/loadavg: 1.79 1.95 1.89 3/182 1498
/proc/meminfo: memFree=25686708/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=30208 CPUtime=2.39 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 7438 37147 0 0 45 46 137 11 20 0 1 0 376307030 30932992 6308 33554432000 4194304 6004724 140735431200480 140735431186328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 7552 6308 165 442 0 7106 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 39356
heavy processes:

[startup+6.30032 s]
/proc/loadavg: 1.81 1.95 1.89 3/182 1503
/proc/meminfo: memFree=25640428/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=30208 CPUtime=2.39 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 7438 37147 0 0 45 46 137 11 20 0 1 0 376307030 30932992 6308 33554432000 4194304 6004724 140735431200480 140735431186328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 7552 6308 165 442 0 7106 0
[pid=1501] ppid=1493 vsize=87940 CPUtime=3.87 cores=0,2,4,6
/proc/1501/stat : 1501 (glucosInc) R 1493 1492 638 0 -1 4202496 19396 0 0 0 384 3 0 0 20 0 1 0 376307271 90050560 20260 33554432000 4194304 5654031 140737398114752 140737398112360 4208595 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1501/statm: 21985 20260 131 357 0 21625 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 127296

[startup+12.7003 s]
/proc/loadavg: 1.82 1.95 1.89 3/182 1503
/proc/meminfo: memFree=25636276/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=30208 CPUtime=2.39 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 7438 37147 0 0 45 46 137 11 20 0 1 0 376307030 30932992 6308 33554432000 4194304 6004724 140735431200480 140735431186328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 7552 6308 165 442 0 7106 0
[pid=1501] ppid=1493 vsize=88088 CPUtime=10.27 cores=0,2,4,6
/proc/1501/stat : 1501 (glucosInc) R 1493 1492 638 0 -1 4202496 19568 0 0 0 1024 3 0 0 20 0 1 0 376307271 90202112 20427 33554432000 4194304 5654031 140737398114752 140737398112536 4208595 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1501/statm: 22022 20427 131 357 0 21662 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 127444

[startup+25.5004 s]
/proc/loadavg: 1.86 1.95 1.90 3/182 1505
/proc/meminfo: memFree=25636728/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=30208 CPUtime=2.39 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 7438 37147 0 0 45 46 137 11 20 0 1 0 376307030 30932992 6308 33554432000 4194304 6004724 140735431200480 140735431186328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 7552 6308 165 442 0 7106 0
[pid=1501] ppid=1493 vsize=95560 CPUtime=23.06 cores=0,2,4,6
/proc/1501/stat : 1501 (glucosInc) R 1493 1492 638 0 -1 4202496 19839 0 0 0 2303 3 0 0 20 0 1 0 376307271 97853440 20692 33554432000 4194304 5654031 140737398114752 140737398112648 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1501/statm: 23890 20692 131 357 0 23530 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 134916

[startup+51.1004 s]
/proc/loadavg: 1.91 1.96 1.90 3/181 1505
/proc/meminfo: memFree=25620088/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=30208 CPUtime=2.39 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 7438 37147 0 0 45 46 137 11 20 0 1 0 376307030 30932992 6308 33554432000 4194304 6004724 140735431200480 140735431186328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 7552 6308 165 442 0 7106 0
[pid=1501] ppid=1493 vsize=95864 CPUtime=48.64 cores=0,2,4,6
/proc/1501/stat : 1501 (glucosInc) R 1493 1492 638 0 -1 4202496 19960 0 0 0 4861 3 0 0 20 0 1 0 376307271 98164736 21322 33554432000 4194304 5654031 140737398114752 140737398112536 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1501/statm: 23966 21322 131 357 0 23606 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 135220

[startup+102.307 s]
/proc/loadavg: 1.96 1.96 1.90 3/181 1505
/proc/meminfo: memFree=25599512/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=30208 CPUtime=2.39 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 7438 37147 0 0 45 46 137 11 20 0 1 0 376307030 30932992 6308 33554432000 4194304 6004724 140735431200480 140735431186328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 7552 6308 165 442 0 7106 0
[pid=1501] ppid=1493 vsize=96500 CPUtime=99.84 cores=0,2,4,6
/proc/1501/stat : 1501 (glucosInc) R 1493 1492 638 0 -1 4202496 20528 0 0 0 9980 4 0 0 20 0 1 0 376307271 98816000 21892 33554432000 4194304 5654031 140737398114752 140737398112536 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1501/statm: 24125 21892 132 357 0 23765 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 135856

[startup+162.3 s]
/proc/loadavg: 2.06 1.98 1.91 3/181 1506
/proc/meminfo: memFree=25590316/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=30208 CPUtime=2.39 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 7438 37147 0 0 45 46 137 11 20 0 1 0 376307030 30932992 6308 33554432000 4194304 6004724 140735431200480 140735431186328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 7552 6308 165 442 0 7106 0
[pid=1501] ppid=1493 vsize=97268 CPUtime=159.83 cores=0,2,4,6
/proc/1501/stat : 1501 (glucosInc) R 1493 1492 638 0 -1 4202496 21286 0 0 0 15978 5 0 0 20 0 1 0 376307271 99602432 22168 33554432000 4194304 5654031 140737398114752 140737398112648 4232925 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1501/statm: 24317 22168 132 357 0 23957 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 136624

[startup+222.3 s]
/proc/loadavg: 2.02 1.98 1.91 3/181 1506
/proc/meminfo: memFree=25551712/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=30208 CPUtime=2.39 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 7438 37147 0 0 45 46 137 11 20 0 1 0 376307030 30932992 6308 33554432000 4194304 6004724 140735431200480 140735431186328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 7552 6308 165 442 0 7106 0
[pid=1501] ppid=1493 vsize=134620 CPUtime=219.81 cores=0,2,4,6
/proc/1501/stat : 1501 (glucosInc) R 1493 1492 638 0 -1 4202496 22029 0 0 0 21976 5 0 0 20 0 1 0 376307271 137850880 30062 33554432000 4194304 5654031 140737398114752 140737398112552 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1501/statm: 33655 30062 132 357 0 33295 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 173976


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

/proc/meminfo: memFree=25464448/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=30208 CPUtime=2.39 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 7438 37147 0 0 45 46 137 11 20 0 1 0 376307030 30932992 6308 33554432000 4194304 6004724 140735431200480 140735431186328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 7552 6308 165 442 0 7106 0
[pid=1501] ppid=1493 vsize=146472 CPUtime=1239.66 cores=0,2,4,6
/proc/1501/stat : 1501 (glucosInc) R 1493 1492 638 0 -1 4202496 24742 0 0 0 123959 7 0 0 20 0 1 0 376307271 149987328 33580 33554432000 4194304 5654031 140737398114752 140737398112632 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1501/statm: 36618 33580 132 357 0 36258 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 185828

[startup+1302.3 s]
/proc/loadavg: 2.12 2.06 1.95 3/181 1544
/proc/meminfo: memFree=25456132/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=30208 CPUtime=2.39 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 7438 37147 0 0 45 46 137 11 20 0 1 0 376307030 30932992 6308 33554432000 4194304 6004724 140735431200480 140735431186328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 7552 6308 165 442 0 7106 0
[pid=1501] ppid=1493 vsize=146472 CPUtime=1299.65 cores=0,2,4,6
/proc/1501/stat : 1501 (glucosInc) R 1493 1492 638 0 -1 4202496 24743 0 0 0 129958 7 0 0 20 0 1 0 376307271 149987328 34092 33554432000 4194304 5654031 140737398114752 140737398112632 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1501/statm: 36618 34092 132 357 0 36258 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 185828

[startup+1362.3 s]
/proc/loadavg: 2.04 2.05 1.95 3/181 1545
/proc/meminfo: memFree=25456256/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=30208 CPUtime=2.39 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 7438 37147 0 0 45 46 137 11 20 0 1 0 376307030 30932992 6308 33554432000 4194304 6004724 140735431200480 140735431186328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 7552 6308 165 442 0 7106 0
[pid=1501] ppid=1493 vsize=146472 CPUtime=1359.64 cores=0,2,4,6
/proc/1501/stat : 1501 (glucosInc) R 1493 1492 638 0 -1 4202496 24745 0 0 0 135957 7 0 0 20 0 1 0 376307271 149987328 34094 33554432000 4194304 5654031 140737398114752 140737398112632 4232495 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1501/statm: 36618 34094 132 357 0 36258 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 185828

[startup+1422.31 s]
/proc/loadavg: 2.01 2.04 1.95 3/181 1545
/proc/meminfo: memFree=25456256/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=30208 CPUtime=2.39 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 7438 37147 0 0 45 46 137 11 20 0 1 0 376307030 30932992 6308 33554432000 4194304 6004724 140735431200480 140735431186328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 7552 6308 165 442 0 7106 0
[pid=1501] ppid=1493 vsize=146472 CPUtime=1419.64 cores=0,2,4,6
/proc/1501/stat : 1501 (glucosInc) R 1493 1492 638 0 -1 4202496 24745 0 0 0 141957 7 0 0 20 0 1 0 376307271 149987328 34094 33554432000 4194304 5654031 140737398114752 140737398112632 4233226 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1501/statm: 36618 34094 132 357 0 36258 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 185828

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 1.95 3/181 1545
/proc/meminfo: memFree=25456256/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=30208 CPUtime=2.39 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 7438 37147 0 0 45 46 137 11 20 0 1 0 376307030 30932992 6308 33554432000 4194304 6004724 140735431200480 140735431186328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 7552 6308 165 442 0 7106 0
[pid=1501] ppid=1493 vsize=146472 CPUtime=1479.62 cores=0,2,4,6
/proc/1501/stat : 1501 (glucosInc) R 1493 1492 638 0 -1 4202496 24745 0 0 0 147955 7 0 0 20 0 1 0 376307271 149987328 34094 33554432000 4194304 5654031 140737398114752 140737398112632 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1501/statm: 36618 34094 132 357 0 36258 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 185828

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/181 1545
/proc/meminfo: memFree=25456256/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=30208 CPUtime=2.39 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 7438 37147 0 0 45 46 137 11 20 0 1 0 376307030 30932992 6308 33554432000 4194304 6004724 140735431200480 140735431186328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 7552 6308 165 442 0 7106 0
[pid=1501] ppid=1493 vsize=146472 CPUtime=1539.61 cores=0,2,4,6
/proc/1501/stat : 1501 (glucosInc) R 1493 1492 638 0 -1 4202496 24745 0 0 0 153954 7 0 0 20 0 1 0 376307271 149987328 34094 33554432000 4194304 5654031 140737398114752 140737398112632 4232386 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1501/statm: 36618 34094 132 357 0 36258 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 185828

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/182 1548
/proc/meminfo: memFree=25455752/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=30208 CPUtime=2.39 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 7438 37147 0 0 45 46 137 11 20 0 1 0 376307030 30932992 6308 33554432000 4194304 6004724 140735431200480 140735431186328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 7552 6308 165 442 0 7106 0
[pid=1501] ppid=1493 vsize=146472 CPUtime=1599.6 cores=0,2,4,6
/proc/1501/stat : 1501 (glucosInc) R 1493 1492 638 0 -1 4202496 24745 0 0 0 159953 7 0 0 20 0 1 0 376307271 149987328 34094 33554432000 4194304 5654031 140737398114752 140737398112632 4232403 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1501/statm: 36618 34094 132 357 0 36258 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 185828

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/181 1549
/proc/meminfo: memFree=25454208/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=30208 CPUtime=2.39 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 7438 37147 0 0 45 46 137 11 20 0 1 0 376307030 30932992 6308 33554432000 4194304 6004724 140735431200480 140735431186328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 7552 6308 165 442 0 7106 0
[pid=1501] ppid=1493 vsize=146472 CPUtime=1659.59 cores=0,2,4,6
/proc/1501/stat : 1501 (glucosInc) R 1493 1492 638 0 -1 4202496 24746 0 0 0 165952 7 0 0 20 0 1 0 376307271 149987328 34606 33554432000 4194304 5654031 140737398114752 140737398112632 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1501/statm: 36618 34606 132 357 0 36258 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 185828

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 1.96 3/181 1549
/proc/meminfo: memFree=25454084/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=30208 CPUtime=2.39 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 7438 37147 0 0 45 46 137 11 20 0 1 0 376307030 30932992 6308 33554432000 4194304 6004724 140735431200480 140735431186328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 7552 6308 165 442 0 7106 0
[pid=1501] ppid=1493 vsize=146472 CPUtime=1719.58 cores=0,2,4,6
/proc/1501/stat : 1501 (glucosInc) R 1493 1492 638 0 -1 4202496 24746 0 0 0 171951 7 0 0 20 0 1 0 376307271 149987328 34606 33554432000 4194304 5654031 140737398114752 140737398112632 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1501/statm: 36618 34606 132 357 0 36258 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 185828

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/181 1549
/proc/meminfo: memFree=25453464/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=30208 CPUtime=2.39 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 7438 37147 0 0 45 46 137 11 20 0 1 0 376307030 30932992 6308 33554432000 4194304 6004724 140735431200480 140735431186328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 7552 6308 165 442 0 7106 0
[pid=1501] ppid=1493 vsize=146472 CPUtime=1779.57 cores=0,2,4,6
/proc/1501/stat : 1501 (glucosInc) R 1493 1492 638 0 -1 4202496 24746 0 0 0 177950 7 0 0 20 0 1 0 376307271 149987328 34606 33554432000 4194304 5654031 140737398114752 140737398112632 4233204 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1501/statm: 36618 34606 132 357 0 36258 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 185828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.01 1.96 3/181 1609
/proc/meminfo: memFree=25590236/32873844 swapFree=7628/7628
[pid=1492] ppid=1490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1492/stat : 1492 (npSolver-pbo-It) S 1490 1492 638 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 376307030 9367552 275 33554432000 4194304 5064252 140737025785104 140737025784016 223651456590 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1492/statm: 2287 275 233 213 0 72 0
[pid=1493] ppid=1492 vsize=30208 CPUtime=2.39 cores=0,2,4,6
/proc/1493/stat : 1493 (npSolver-pbo) S 1492 1492 638 0 -1 4202496 7438 37147 0 0 45 46 137 11 20 0 1 0 376307030 30932992 6308 33554432000 4194304 6004724 140735431200480 140735431186328 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/1493/statm: 7552 6308 165 442 0 7106 0
[pid=1501] ppid=1493 vsize=146472 CPUtime=1797.67 cores=0,2,4,6
/proc/1501/stat : 1501 (glucosInc) R 1493 1492 638 0 -1 4202496 24746 0 0 0 179760 7 0 0 20 0 1 0 376307271 149987328 34606 33554432000 4194304 5654031 140737398114752 140737398112632 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1501/statm: 36618 34606 132 357 0 36258 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 185828

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.11
CPU user time (s): 1799.45
CPU system time (s): 0.659899
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 192652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 0.659899
maximum resident set size= 146724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69715
page faults= 0
swaps= 0
block input operations= 0
block output operations= 67944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 346
involuntary context switches= 2050

runsolver used 6.84196 second user time and 19.3491 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-07 22:43:42
IDJOB=3747343
IDBENCH=2899
IDSOLVER=2332
FILE ID=node144/3747343-1339101822
RUNJOBID= node144-1339098177-654
PBS_JOBID= 14643709
Free space on /tmp= 70924 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_3.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747343-1339101822/watcher-3747343-1339101822 -o /tmp/evaluation-result-3747343-1339101822/solver-3747343-1339101822 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747343-1339101822.opb 589027132 HOME HOME

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

MD5SUM BENCH= 455599f2e36aed56b051b7169c43fa6c
RANDOM SEED=589027132

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25765760 kB
Buffers:         1733364 kB
Cached:          4447888 kB
SwapCached:          452 kB
Active:          3601936 kB
Inactive:        2615920 kB
Active(anon):      17152 kB
Inactive(anon):    11188 kB
Active(file):    3584784 kB
Inactive(file):  2604732 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108396 kB
Dirty:             18676 kB
Writeback:             0 kB
AnonPages:         32972 kB
Mapped:            15648 kB
Shmem:               172 kB
Slab:             750608 kB
SReclaimable:     191400 kB
SUnreclaim:       559208 kB
KernelStack:        1472 kB
PageTables:         4080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     142808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70900 MiB
End job on node144 at 2012-06-07 23:13:42