Trace number 3697646

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? (TO) 1800.08 1801.22

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-n3div36.opb
MD5SUMd6fb43de5ad16fe6221d9ec8248960c2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1840
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22120
Total number of constraints4484
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)4424
Number of constraints which are nor clauses,nor cardinality constraints58
Minimum length of a constraint5
Maximum length of a constraint10890
Number of terms in the objective function 22120
Biggest coefficient in the objective function 554
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 3240754
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 554
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3240754
Number of bits of the biggest sum of numbers22
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.92	c fallback to adder encoding
1.78/1.86	c fallback to adder encoding
4.08/4.19	c fallback to adder encoding
5.28/5.39	c fallback to adder encoding
8.36/8.48	c run inc solver
8.36/8.48	c [INC SYSTEM] run initial solver
8.36/8.48	c [INC SYSTEM] preprocess with white file
30.77/31.71	c [INC SYSTEM] finished preprocessing in 23 s
30.77/31.71	c [INC SYSTEM] execute solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3697646-1338103654/watcher-3697646-1338103654 -o /tmp/evaluation-result-3697646-1338103654/solver-3697646-1338103654 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697646-1338103654.opb 1820051507 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: 2.00 2.00 2.21 3/178 22480
/proc/meminfo: memFree=24441732/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (runsolver) D 22478 22480 20135 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 276490917 12095488 52 33554432000 4194304 5436572 140734191456608 140734191452904 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/22480/statm: 2953 52 31 304 0 2645 0

[startup+0.0792121 s]
/proc/loadavg: 2.00 2.00 2.21 3/178 22480
/proc/meminfo: memFree=24441732/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100194 s]
/proc/loadavg: 2.00 2.00 2.21 3/178 22480
/proc/meminfo: memFree=24441732/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30017 s]
/proc/loadavg: 2.00 2.00 2.21 3/178 22480
/proc/meminfo: memFree=24441732/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700176 s]
/proc/loadavg: 2.00 2.00 2.21 3/178 22480
/proc/meminfo: memFree=24441732/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 2.21 3/180 22482
/proc/meminfo: memFree=24344240/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
[pid=22482] ppid=22480 vsize=199664 CPUtime=1.49 cores=0,2,4,6
/proc/22482/stat : 22482 (npSolver-pbo) R 22480 22480 20135 0 -1 4202496 19236 0 0 0 143 6 0 0 20 0 1 0 276490918 204455936 33563 33554432000 4194304 5992684 140735566102528 140735566097928 4571359 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22482/statm: 49916 33563 166 440 0 49472 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 208812

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 2.21 3/175 22511
/proc/meminfo: memFree=28143620/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
[pid=22482] ppid=22480 vsize=369292 CPUtime=3.08 cores=0,2,4,6
/proc/22482/stat : 22482 (npSolver-pbo) R 22480 22480 20135 0 -1 4202496 25961 0 0 0 298 10 0 0 20 0 1 0 276490918 378155008 65263 33554432000 4194304 5992684 140735566102528 140735565879080 4606032 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22482/statm: 92323 65263 166 440 0 91879 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 378440

[startup+6.3002 s]
/proc/loadavg: 2.00 2.00 2.21 3/178 22522
/proc/meminfo: memFree=27712100/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
[pid=22482] ppid=22480 vsize=713596 CPUtime=6.28 cores=0,2,4,6
/proc/22482/stat : 22482 (npSolver-pbo) R 22480 22480 20135 0 -1 4202496 39516 0 0 0 608 20 0 0 20 0 1 0 276490918 730722304 135922 33554432000 4194304 5992684 140735566102528 140735566097928 4606742 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22482/statm: 178399 135922 167 440 0 177955 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 722744

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.21 3/181 22525
/proc/meminfo: memFree=26210148/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
[pid=22482] ppid=22480 vsize=779444 CPUtime=8.49 cores=0,2,4,6
/proc/22482/stat : 22482 (npSolver-pbo) S 22480 22480 20135 0 -1 4202496 52191 0 0 0 758 91 0 0 20 0 1 0 276490918 798150656 170304 33554432000 4194304 5992684 140735566102528 140735566096976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/22482/statm: 194861 170304 174 440 0 194417 0
[pid=22524] ppid=22482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22524/stat : 22524 (cp2_pre.sh) S 22482 22480 20135 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276491770 9367552 277 33554432000 4194304 5064252 140735655222608 140735655221312 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22524/statm: 2287 277 234 213 0 72 0
[pid=22525] ppid=22524 vsize=522576 CPUtime=4.15 cores=0,2,4,6
/proc/22525/stat : 22525 (coprocessor) R 22524 22480 20135 0 -1 4202496 17928 0 0 0 396 19 0 0 20 0 1 0 276491771 535117824 125141 33554432000 4194304 6586260 140733914106912 140733914103672 5732400 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/22525/statm: 130644 125141 137 584 0 130056 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 1320316

[startup+25.5003 s]
/proc/loadavg: 2.21 2.05 2.22 3/181 22525
/proc/meminfo: memFree=24637588/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
[pid=22482] ppid=22480 vsize=779444 CPUtime=8.49 cores=0,2,4,6
/proc/22482/stat : 22482 (npSolver-pbo) S 22480 22480 20135 0 -1 4202496 52191 0 0 0 758 91 0 0 20 0 1 0 276490918 798150656 170304 33554432000 4194304 5992684 140735566102528 140735566096976 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 1 0 0
/proc/22482/statm: 194861 170304 174 440 0 194417 0
[pid=22524] ppid=22482 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22524/stat : 22524 (cp2_pre.sh) S 22482 22480 20135 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 276491770 9367552 277 33554432000 4194304 5064252 140735655222608 140735655221312 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22524/statm: 2287 277 234 213 0 72 0
[pid=22525] ppid=22524 vsize=1013696 CPUtime=16.3 cores=0,2,4,6
/proc/22525/stat : 22525 (coprocessor) R 22524 22480 20135 0 -1 4202496 20487 0 0 0 1550 80 0 0 20 0 1 0 276491771 1038024704 212015 33554432000 4194304 6586260 140733914106912 140733914102664 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 64 0 0
/proc/22525/statm: 253424 212015 158 584 0 252836 0
Current children cumulated CPU time (s) 24.79
Current children cumulated vsize (KiB) 1811436

[startup+51.1068 s]
/proc/loadavg: 2.14 2.04 2.21 3/180 22527
/proc/meminfo: memFree=22459256/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
[pid=22482] ppid=22480 vsize=779444 CPUtime=30.87 cores=0,2,4,6
/proc/22482/stat : 22482 (npSolver-pbo) S 22480 22480 20135 0 -1 4202496 52207 21389 0 0 758 92 2118 119 20 0 1 0 276490918 798150656 170306 33554432000 4194304 5992684 140735566102528 140735566088792 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/22482/statm: 194861 170306 176 440 0 194417 0
[pid=22527] ppid=22482 vsize=1326588 CPUtime=19.37 cores=0,2,4,6
/proc/22527/stat : 22527 (glucosInc) R 22482 22480 20135 0 -1 4202496 163581 0 0 0 1893 44 0 0 20 0 1 0 276494089 1358426112 302778 33554432000 4194304 5654031 140737436984608 140737436982392 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22527/statm: 331647 302778 140 357 0 331287 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 2115180

[startup+102.3 s]
/proc/loadavg: 2.70 2.20 2.26 3/182 22529
/proc/meminfo: memFree=15586708/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
[pid=22482] ppid=22480 vsize=779444 CPUtime=30.87 cores=0,2,4,6
/proc/22482/stat : 22482 (npSolver-pbo) S 22480 22480 20135 0 -1 4202496 52207 21389 0 0 758 92 2118 119 20 0 1 0 276490918 798150656 170306 33554432000 4194304 5992684 140735566102528 140735566088792 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/22482/statm: 194861 170306 176 440 0 194417 0
[pid=22527] ppid=22482 vsize=1340432 CPUtime=70.55 cores=0,2,4,6
/proc/22527/stat : 22527 (glucosInc) R 22482 22480 20135 0 -1 4202496 167041 0 0 0 7011 44 0 0 20 0 1 0 276494089 1372602368 306749 33554432000 4194304 5654031 140737436984608 140737436972424 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22527/statm: 335108 306749 141 357 0 334748 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 2129024

[startup+162.3 s]
/proc/loadavg: 2.59 2.28 2.28 3/182 22534
/proc/meminfo: memFree=18337700/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
[pid=22482] ppid=22480 vsize=779444 CPUtime=30.87 cores=0,2,4,6
/proc/22482/stat : 22482 (npSolver-pbo) S 22480 22480 20135 0 -1 4202496 52207 21389 0 0 758 92 2118 119 20 0 1 0 276490918 798150656 170306 33554432000 4194304 5992684 140735566102528 140735566088792 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/22482/statm: 194861 170306 176 440 0 194417 0
[pid=22527] ppid=22482 vsize=1340580 CPUtime=130.54 cores=0,2,4,6
/proc/22527/stat : 22527 (glucosInc) R 22482 22480 20135 0 -1 4202496 167048 0 0 0 13010 44 0 0 20 0 1 0 276494089 1372753920 306756 33554432000 4194304 5654031 140737436984608 140737436982216 4214505 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22527/statm: 335145 306756 141 357 0 334785 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 2129172

[startup+222.3 s]
/proc/loadavg: 2.21 2.23 2.26 3/181 22534
/proc/meminfo: memFree=14414780/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
[pid=22482] ppid=22480 vsize=779444 CPUtime=30.87 cores=0,2,4,6
/proc/22482/stat : 22482 (npSolver-pbo) S 22480 22480 20135 0 -1 4202496 52207 21389 0 0 758 92 2118 119 20 0 1 0 276490918 798150656 170306 33554432000 4194304 5992684 140735566102528 140735566088792 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/22482/statm: 194861 170306 176 440 0 194417 0
[pid=22527] ppid=22482 vsize=1358988 CPUtime=190.53 cores=0,2,4,6
/proc/22527/stat : 22527 (glucosInc) R 22482 22480 20135 0 -1 4202496 171661 0 0 0 19008 45 0 0 20 0 1 0 276494089 1391603712 313413 33554432000 4194304 5654031 140737436984608 140737436982296 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22527/statm: 339747 313413 141 357 0 339387 0
Current children cumulated CPU time (s) 221.4
Current children cumulated vsize (KiB) 2147580

[startup+282.3 s]
/proc/loadavg: 2.08 2.18 2.24 3/181 22534
/proc/meminfo: memFree=14394872/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=14157856/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
[pid=22482] ppid=22480 vsize=779444 CPUtime=30.87 cores=0,2,4,6
/proc/22482/stat : 22482 (npSolver-pbo) S 22480 22480 20135 0 -1 4202496 52207 21389 0 0 758 92 2118 119 20 0 1 0 276490918 798150656 170306 33554432000 4194304 5992684 140735566102528 140735566088792 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/22482/statm: 194861 170306 176 440 0 194417 0
[pid=22527] ppid=22482 vsize=1612140 CPUtime=1330.37 cores=0,2,4,6
/proc/22527/stat : 22527 (glucosInc) R 22482 22480 20135 0 -1 4202496 181617 0 0 0 132987 50 0 0 20 0 1 0 276494089 1650831360 337134 33554432000 4194304 5654031 140737436984608 140737436972424 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22527/statm: 403035 337134 141 357 0 402675 0
Current children cumulated CPU time (s) 1361.24
Current children cumulated vsize (KiB) 2400732

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/181 22545
/proc/meminfo: memFree=14133164/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
[pid=22482] ppid=22480 vsize=779444 CPUtime=30.87 cores=0,2,4,6
/proc/22482/stat : 22482 (npSolver-pbo) S 22480 22480 20135 0 -1 4202496 52207 21389 0 0 758 92 2118 119 20 0 1 0 276490918 798150656 170306 33554432000 4194304 5992684 140735566102528 140735566088792 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/22482/statm: 194861 170306 176 440 0 194417 0
[pid=22527] ppid=22482 vsize=1612140 CPUtime=1390.35 cores=0,2,4,6
/proc/22527/stat : 22527 (glucosInc) R 22482 22480 20135 0 -1 4202496 181618 0 0 0 138985 50 0 0 20 0 1 0 276494089 1650831360 337646 33554432000 4194304 5654031 140737436984608 140737436972424 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22527/statm: 403035 337646 141 357 0 402675 0
Current children cumulated CPU time (s) 1421.22
Current children cumulated vsize (KiB) 2400732

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/181 22545
/proc/meminfo: memFree=14105924/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
[pid=22482] ppid=22480 vsize=779444 CPUtime=30.87 cores=0,2,4,6
/proc/22482/stat : 22482 (npSolver-pbo) S 22480 22480 20135 0 -1 4202496 52207 21389 0 0 758 92 2118 119 20 0 1 0 276490918 798150656 170306 33554432000 4194304 5992684 140735566102528 140735566088792 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/22482/statm: 194861 170306 176 440 0 194417 0
[pid=22527] ppid=22482 vsize=1613460 CPUtime=1450.35 cores=0,2,4,6
/proc/22527/stat : 22527 (glucosInc) R 22482 22480 20135 0 -1 4202496 181993 0 0 0 144985 50 0 0 20 0 1 0 276494089 1652183040 338532 33554432000 4194304 5654031 140737436984608 140737436982392 4214560 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22527/statm: 403365 338532 141 357 0 403005 0
Current children cumulated CPU time (s) 1481.22
Current children cumulated vsize (KiB) 2402052

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.04 3/181 22546
/proc/meminfo: memFree=14062556/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
[pid=22482] ppid=22480 vsize=779444 CPUtime=30.87 cores=0,2,4,6
/proc/22482/stat : 22482 (npSolver-pbo) S 22480 22480 20135 0 -1 4202496 52207 21389 0 0 758 92 2118 119 20 0 1 0 276490918 798150656 170306 33554432000 4194304 5992684 140735566102528 140735566088792 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/22482/statm: 194861 170306 176 440 0 194417 0
[pid=22527] ppid=22482 vsize=1613724 CPUtime=1510.34 cores=0,2,4,6
/proc/22527/stat : 22527 (glucosInc) R 22482 22480 20135 0 -1 4202496 182077 0 0 0 150984 50 0 0 20 0 1 0 276494089 1652453376 339127 33554432000 4194304 5654031 140737436984608 140737436972424 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22527/statm: 403431 339127 141 357 0 403071 0
Current children cumulated CPU time (s) 1541.21
Current children cumulated vsize (KiB) 2402316

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 2.04 3/181 22546
/proc/meminfo: memFree=14025016/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
[pid=22482] ppid=22480 vsize=779444 CPUtime=30.87 cores=0,2,4,6
/proc/22482/stat : 22482 (npSolver-pbo) S 22480 22480 20135 0 -1 4202496 52207 21389 0 0 758 92 2118 119 20 0 1 0 276490918 798150656 170306 33554432000 4194304 5992684 140735566102528 140735566088792 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/22482/statm: 194861 170306 176 440 0 194417 0
[pid=22527] ppid=22482 vsize=1614256 CPUtime=1570.33 cores=0,2,4,6
/proc/22527/stat : 22527 (glucosInc) R 22482 22480 20135 0 -1 4202496 182204 0 0 0 156983 50 0 0 20 0 1 0 276494089 1652998144 339765 33554432000 4194304 5654031 140737436984608 140737436972424 4214494 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22527/statm: 403564 339765 141 357 0 403204 0
Current children cumulated CPU time (s) 1601.2
Current children cumulated vsize (KiB) 2402848

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.03 3/181 22546
/proc/meminfo: memFree=13980092/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
[pid=22482] ppid=22480 vsize=779444 CPUtime=30.87 cores=0,2,4,6
/proc/22482/stat : 22482 (npSolver-pbo) S 22480 22480 20135 0 -1 4202496 52207 21389 0 0 758 92 2118 119 20 0 1 0 276490918 798150656 170306 33554432000 4194304 5992684 140735566102528 140735566088792 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/22482/statm: 194861 170306 176 440 0 194417 0
[pid=22527] ppid=22482 vsize=1615840 CPUtime=1630.31 cores=0,2,4,6
/proc/22527/stat : 22527 (glucosInc) R 22482 22480 20135 0 -1 4202496 182614 0 0 0 162981 50 0 0 20 0 1 0 276494089 1654620160 341197 33554432000 4194304 5654031 140737436984608 140737436972424 4214618 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22527/statm: 403960 341197 141 357 0 403600 0
Current children cumulated CPU time (s) 1661.18
Current children cumulated vsize (KiB) 2404432

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.03 3/181 22546
/proc/meminfo: memFree=13947084/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
[pid=22482] ppid=22480 vsize=779444 CPUtime=30.87 cores=0,2,4,6
/proc/22482/stat : 22482 (npSolver-pbo) S 22480 22480 20135 0 -1 4202496 52207 21389 0 0 758 92 2118 119 20 0 1 0 276490918 798150656 170306 33554432000 4194304 5992684 140735566102528 140735566088792 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/22482/statm: 194861 170306 176 440 0 194417 0
[pid=22527] ppid=22482 vsize=1617292 CPUtime=1690.31 cores=0,2,4,6
/proc/22527/stat : 22527 (glucosInc) R 22482 22480 20135 0 -1 4202496 182982 0 0 0 168980 51 0 0 20 0 1 0 276494089 1656107008 342587 33554432000 4194304 5654031 140737436984608 140737436972424 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22527/statm: 404323 342587 141 357 0 403963 0
Current children cumulated CPU time (s) 1721.18
Current children cumulated vsize (KiB) 2405884

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/181 22546
/proc/meminfo: memFree=13903400/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
[pid=22482] ppid=22480 vsize=779444 CPUtime=30.87 cores=0,2,4,6
/proc/22482/stat : 22482 (npSolver-pbo) S 22480 22480 20135 0 -1 4202496 52207 21389 0 0 758 92 2118 119 20 0 1 0 276490918 798150656 170306 33554432000 4194304 5992684 140735566102528 140735566088792 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/22482/statm: 194861 170306 176 440 0 194417 0
[pid=22527] ppid=22482 vsize=1617952 CPUtime=1750.3 cores=0,2,4,6
/proc/22527/stat : 22527 (glucosInc) R 22482 22480 20135 0 -1 4202496 183143 0 0 0 174979 51 0 0 20 0 1 0 276494089 1656782848 343259 33554432000 4194304 5654031 140737436984608 140737436972424 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22527/statm: 404488 343259 141 357 0 404128 0
Current children cumulated CPU time (s) 1781.17
Current children cumulated vsize (KiB) 2406544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.21 s]
/proc/loadavg: 2.00 2.01 2.02 3/181 22546
/proc/meminfo: memFree=13896636/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
[pid=22482] ppid=22480 vsize=779444 CPUtime=30.87 cores=0,2,4,6
/proc/22482/stat : 22482 (npSolver-pbo) S 22480 22480 20135 0 -1 4202496 52207 21389 0 0 758 92 2118 119 20 0 1 0 276490918 798150656 170306 33554432000 4194304 5992684 140735566102528 140735566088792 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/22482/statm: 194861 170306 176 440 0 194417 0
[pid=22527] ppid=22482 vsize=1618084 CPUtime=1769.21 cores=0,2,4,6
/proc/22527/stat : 22527 (glucosInc) R 22482 22480 20135 0 -1 4202496 183178 0 0 0 176870 51 0 0 20 0 1 0 276494089 1656918016 343294 33554432000 4194304 5654031 140737436984608 140737436982392 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22527/statm: 404521 343294 141 357 0 404161 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2406676

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

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

[startup+1801.21 s]
/proc/loadavg: 2.00 2.01 2.02 3/181 22546
/proc/meminfo: memFree=13896636/32873648 swapFree=7104/7104
[pid=22480] ppid=22478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22480/stat : 22480 (npSolver-pbo-It) S 22478 22480 20135 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276490917 9367552 274 33554432000 4194304 5064252 140735863284528 140735863283440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22480/statm: 2287 274 233 213 0 72 0
[pid=22482] ppid=22480 vsize=779444 CPUtime=30.87 cores=0,2,4,6
/proc/22482/stat : 22482 (npSolver-pbo) S 22480 22480 20135 0 -1 4202496 52207 21389 0 0 758 92 2118 119 20 0 1 0 276490918 798150656 170306 33554432000 4194304 5992684 140735566102528 140735566088792 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/22482/statm: 194861 170306 176 440 0 194417 0
[pid=22527] ppid=22482 vsize=1618084 CPUtime=1769.21 cores=0,2,4,6
/proc/22527/stat : 22527 (glucosInc) R 22482 22480 20135 0 -1 4202496 183178 0 0 0 176870 51 0 0 20 0 1 0 276494089 1656918016 343294 33554432000 4194304 5654031 140737436984608 140737436982392 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22527/statm: 404521 343294 141 357 0 404161 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2406676

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1801.22
CPU time (s): 1800.08
CPU user time (s): 1797.46
CPU system time (s): 2.62
CPU usage (%): 99.9366
Max. virtual memory (cumulated for all children) (KiB): 2406676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001999
maximum resident set size= 1096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 2

runsolver used 3.72043 second user time and 10.7154 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 09:27:35
IDJOB=3697646
IDBENCH=89897
IDSOLVER=2275
FILE ID=node127/3697646-1338103654
RUNJOBID= node127-1338101853-22363
PBS_JOBID= 14624433
Free space on /tmp= 70408 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-n3div36.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697646-1338103654/watcher-3697646-1338103654 -o /tmp/evaluation-result-3697646-1338103654/solver-3697646-1338103654 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697646-1338103654.opb 1820051507 HOME HOME

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

MD5SUM BENCH= d6fb43de5ad16fe6221d9ec8248960c2
RANDOM SEED=1820051507

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        24442004 kB
Buffers:          368732 kB
Cached:          4110668 kB
SwapCached:            0 kB
Active:          4965752 kB
Inactive:        2608220 kB
Active(anon):    3096564 kB
Inactive(anon):        0 kB
Active(file):    1869188 kB
Inactive(file):  2608220 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11672 kB
Writeback:             0 kB
AnonPages:       3201416 kB
Mapped:            15708 kB
Shmem:               200 kB
Slab:             712824 kB
SReclaimable:     157324 kB
SUnreclaim:       555500 kB
KernelStack:        1504 kB
PageTables:         9948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3905404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1734656 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= 68832 MiB
End job on node127 at 2012-05-27 09:57:38