Trace number 3699410

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver inc? (TO) 1800.03 1801.72

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_2_mh_ic.opb
MD5SUMae034981987dcf56811f1bb984859bc0
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2217982
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45775
Total number of constraints102733
Number of constraints which are clauses71450
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints31250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 17425
Biggest coefficient in the objective function 112678587
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 14191811181
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 112678587
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 14191811181
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.99/1.06	c run inc solver
0.99/1.06	c [INC SYSTEM] run initial solver
0.99/1.06	c [INC SYSTEM] preprocess with white file
5.68/5.79	c [INC SYSTEM] finished preprocessing in 4 s
5.68/5.79	c [INC SYSTEM] execute solver
11.98/12.10	c [INC SEARCH] formula is SAT
12.09/12.12	c [INC SYSTEM] solved the initial formula
12.18/12.28	c model valid
12.18/12.28	c current solution ok
14.53/14.60	o 220151253
14.53/14.60	c execute binary inc search
14.53/14.60	c [INC SEARCH] current bound: 110075639
14.53/14.60	c [INC SEARCH] iteration: 0
14.53/14.60	c [INC SEARCH] lower bound: 0 upperbound 220151278 current bound: 110075639 best value:220151278
14.53/14.60	c [INC SYSTEM] there exists a inc, kill it!
14.53/14.60	c write failed with 2
14.53/14.61	c [INC SYSTEM] create new solver instance
14.53/14.61	c [INC] encode full formula
14.53/14.61	c fallback to adder encoding
17.19/17.21	c set iterative enc to: adder
17.19/17.21	c set iterative enc to: none
17.53/18.87	c [INC SEARCH] isOptimum variable: 0

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-3699410-1338129300/watcher-3699410-1338129300 -o /tmp/evaluation-result-3699410-1338129300/solver-3699410-1338129300 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699410-1338129300.opb 1542119095 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: 5.07 4.60 3.55 4/180 19380
/proc/meminfo: memFree=19226012/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0

[startup+0.0869089 s]
/proc/loadavg: 5.07 4.60 3.55 4/180 19380
/proc/meminfo: memFree=19226012/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100307 s]
/proc/loadavg: 5.07 4.60 3.55 4/180 19380
/proc/meminfo: memFree=19226012/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300268 s]
/proc/loadavg: 5.07 4.60 3.55 4/180 19380
/proc/meminfo: memFree=19226012/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700274 s]
/proc/loadavg: 5.07 4.60 3.55 4/180 19380
/proc/meminfo: memFree=19226012/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5002 s]
/proc/loadavg: 5.07 4.60 3.55 4/182 19382
/proc/meminfo: memFree=24561028/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
[pid=19381] ppid=19380 vsize=99816 CPUtime=1.08 cores=0,2,4,6
/proc/19381/stat : 19381 (npSolver-pbo) S 19380 19380 18146 0 -1 4202496 12197 0 0 0 98 10 0 0 20 0 1 0 279054582 102211584 17480 33554432000 4194304 5992684 140737092196416 140737092190864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19381/statm: 24954 17480 171 440 0 24510 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 108964

[startup+3.10035 s]
/proc/loadavg: 5.07 4.60 3.55 4/184 19384
/proc/meminfo: memFree=30415500/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
[pid=19381] ppid=19380 vsize=99816 CPUtime=1.08 cores=0,2,4,6
/proc/19381/stat : 19381 (npSolver-pbo) S 19380 19380 18146 0 -1 4202496 12197 0 0 0 98 10 0 0 20 0 1 0 279054582 102211584 17480 33554432000 4194304 5992684 140737092196416 140737092190864 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19381/statm: 24954 17480 171 440 0 24510 0
[pid=19383] ppid=19381 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19383/stat : 19383 (cp2_pre.sh) S 19381 19380 18146 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 279054691 9367552 277 33554432000 4194304 5064252 140736716149744 140736716148448 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/19383/statm: 2287 277 234 213 0 72 0
[pid=19384] ppid=19383 vsize=319744 CPUtime=2 cores=0,2,4,6
/proc/19384/stat : 19384 (coprocessor) R 19383 19380 18146 0 -1 4202496 40250 0 0 0 190 10 0 0 20 0 1 0 279054691 327417856 71975 33554432000 4194304 6586260 140734927407216 140734927403368 4502396 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/19384/statm: 79936 71975 170 584 0 79348 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 437856

[startup+6.30027 s]
/proc/loadavg: 4.82 4.56 3.54 3/183 19384
/proc/meminfo: memFree=30278760/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
[pid=19381] ppid=19380 vsize=99816 CPUtime=5.77 cores=0,2,4,6
/proc/19381/stat : 19381 (npSolver-pbo) S 19380 19380 18146 0 -1 4202496 12215 50476 0 0 98 10 443 26 20 0 1 0 279054582 102211584 17482 33554432000 4194304 5992684 140737092196416 140737092182680 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/19381/statm: 24954 17482 173 440 0 24510 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 108964

[startup+12.7003 s]
/proc/loadavg: 4.60 4.52 3.54 3/182 19386
/proc/meminfo: memFree=30523952/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
[pid=19381] ppid=19380 vsize=113748 CPUtime=6.39 cores=0,2,4,6
/proc/19381/stat : 19381 (npSolver-pbo) R 19380 19380 18146 0 -1 4202496 14728 50476 0 0 123 47 443 26 20 0 1 0 279054582 116477952 20972 33554432000 4194304 5992684 140737092196416 140737092182680 5179696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19381/statm: 28437 20972 180 440 0 27993 0
[pid=19386] ppid=19381 vsize=175340 CPUtime=6.29 cores=0,2,4,6
/proc/19386/stat : 19386 (glucosInc) S 19381 19380 18146 0 -1 4202496 33012 0 0 0 623 6 0 0 20 0 1 0 279055161 179548160 39237 33554432000 4194304 5654031 140734967579584 140734967577896 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19386/statm: 43835 39237 146 357 0 43475 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 298236

[startup+25.5004 s]
/proc/loadavg: 4.02 4.39 3.51 3/182 19390
/proc/meminfo: memFree=29864424/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
[pid=19381] ppid=19380 vsize=124944 CPUtime=17.6 cores=0,2,4,6
/proc/19381/stat : 19381 (npSolver-pbo) S 19380 19380 18146 0 -1 4202496 23816 84527 0 0 412 237 1066 45 20 0 1 0 279054582 127942656 23814 33554432000 4194304 5992684 140737092196416 140737092181320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19381/statm: 31236 23814 191 440 0 30792 0
[pid=19389] ppid=19381 vsize=616788 CPUtime=6.61 cores=0,2,4,6
/proc/19389/stat : 19389 (glucosInc) R 19381 19380 18146 0 -1 4202496 94416 0 0 0 633 28 0 0 20 0 1 0 279056469 631590912 141421 33554432000 4194304 5654031 140733439818784 140733439816568 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19389/statm: 154197 141421 140 357 0 153837 0
Current children cumulated CPU time (s) 24.21
Current children cumulated vsize (KiB) 750880

[startup+51.1003 s]
/proc/loadavg: 3.39 4.21 3.47 3/182 19390
/proc/meminfo: memFree=29869568/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
[pid=19381] ppid=19380 vsize=124944 CPUtime=17.6 cores=0,2,4,6
/proc/19381/stat : 19381 (npSolver-pbo) S 19380 19380 18146 0 -1 4202496 23816 84527 0 0 412 237 1066 45 20 0 1 0 279054582 127942656 23814 33554432000 4194304 5992684 140737092196416 140737092181320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19381/statm: 31236 23814 191 440 0 30792 0
[pid=19389] ppid=19381 vsize=619168 CPUtime=32.21 cores=0,2,4,6
/proc/19389/stat : 19389 (glucosInc) R 19381 19380 18146 0 -1 4202496 95075 0 0 0 3191 30 0 0 20 0 1 0 279056469 634028032 142080 33554432000 4194304 5654031 140733439818784 140733439806600 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19389/statm: 154792 142080 141 357 0 154432 0
Current children cumulated CPU time (s) 49.81
Current children cumulated vsize (KiB) 753260

[startup+102.307 s]
/proc/loadavg: 2.60 3.87 3.39 3/182 19391
/proc/meminfo: memFree=29859180/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
[pid=19381] ppid=19380 vsize=124944 CPUtime=17.6 cores=0,2,4,6
/proc/19381/stat : 19381 (npSolver-pbo) S 19380 19380 18146 0 -1 4202496 23816 84527 0 0 412 237 1066 45 20 0 1 0 279054582 127942656 23814 33554432000 4194304 5992684 140737092196416 140737092181320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19381/statm: 31236 23814 191 440 0 30792 0
[pid=19389] ppid=19381 vsize=621700 CPUtime=83.4 cores=0,2,4,6
/proc/19389/stat : 19389 (glucosInc) R 19381 19380 18146 0 -1 4202496 96187 0 0 0 8310 30 0 0 20 0 1 0 279056469 636620800 144202 33554432000 4194304 5654031 140733439818784 140733439816568 4232775 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19389/statm: 155425 144202 141 357 0 155065 0
Current children cumulated CPU time (s) 101
Current children cumulated vsize (KiB) 755792

[startup+162.3 s]
/proc/loadavg: 2.25 3.54 3.31 3/181 19391
/proc/meminfo: memFree=29853508/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
[pid=19381] ppid=19380 vsize=124944 CPUtime=17.6 cores=0,2,4,6
/proc/19381/stat : 19381 (npSolver-pbo) S 19380 19380 18146 0 -1 4202496 23816 84527 0 0 412 237 1066 45 20 0 1 0 279054582 127942656 23814 33554432000 4194304 5992684 140737092196416 140737092181320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19381/statm: 31236 23814 191 440 0 30792 0
[pid=19389] ppid=19381 vsize=623420 CPUtime=143.37 cores=0,2,4,6
/proc/19389/stat : 19389 (glucosInc) R 19381 19380 18146 0 -1 4202496 96650 0 0 0 14306 31 0 0 20 0 1 0 279056469 638382080 145141 33554432000 4194304 5654031 140733439818784 140733439816568 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19389/statm: 155855 145141 141 357 0 155495 0
Current children cumulated CPU time (s) 160.97
Current children cumulated vsize (KiB) 757512

[startup+222.3 s]
/proc/loadavg: 2.09 3.26 3.22 3/181 19391
/proc/meminfo: memFree=29846964/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
[pid=19381] ppid=19380 vsize=124944 CPUtime=17.6 cores=0,2,4,6
/proc/19381/stat : 19381 (npSolver-pbo) S 19380 19380 18146 0 -1 4202496 23816 84527 0 0 412 237 1066 45 20 0 1 0 279054582 127942656 23814 33554432000 4194304 5992684 140737092196416 140737092181320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19381/statm: 31236 23814 191 440 0 30792 0
[pid=19389] ppid=19381 vsize=706640 CPUtime=203.33 cores=0,2,4,6
/proc/19389/stat : 19389 (glucosInc) R 19381 19380 18146 0 -1 4202496 97742 0 0 0 20300 33 0 0 20 0 1 0 279056469 723599360 146185 33554432000 4194304 5654031 140733439818784 140733439806600 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19389/statm: 176660 146185 141 357 0 176300 0
Current children cumulated CPU time (s) 220.93
Current children cumulated vsize (KiB) 840732

[startup+282.3 s]
/proc/loadavg: 2.03 3.03 3.14 3/180 19431
/proc/meminfo: memFree=30125920/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=29140868/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
[pid=19381] ppid=19380 vsize=124944 CPUtime=17.6 cores=0,2,4,6
/proc/19381/stat : 19381 (npSolver-pbo) S 19380 19380 18146 0 -1 4202496 23816 84527 0 0 412 237 1066 45 20 0 1 0 279054582 127942656 23814 33554432000 4194304 5992684 140737092196416 140737092181320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19381/statm: 31236 23814 191 440 0 30792 0
[pid=19389] ppid=19381 vsize=732516 CPUtime=1343.08 cores=0,2,4,6
/proc/19389/stat : 19389 (glucosInc) R 19381 19380 18146 0 -1 4202496 102007 0 0 0 134268 40 0 0 20 0 1 0 279056469 750096384 160947 33554432000 4194304 5654031 140733439818784 140733439806600 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19389/statm: 183129 160947 141 357 0 182769 0
Current children cumulated CPU time (s) 1360.68
Current children cumulated vsize (KiB) 866608

[startup+1422.31 s]
/proc/loadavg: 2.00 2.06 2.44 3/181 19582
/proc/meminfo: memFree=29170100/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
[pid=19381] ppid=19380 vsize=124944 CPUtime=17.6 cores=0,2,4,6
/proc/19381/stat : 19381 (npSolver-pbo) S 19380 19380 18146 0 -1 4202496 23816 84527 0 0 412 237 1066 45 20 0 1 0 279054582 127942656 23814 33554432000 4194304 5992684 140737092196416 140737092181320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19381/statm: 31236 23814 191 440 0 30792 0
[pid=19389] ppid=19381 vsize=651128 CPUtime=1403.08 cores=0,2,4,6
/proc/19389/stat : 19389 (glucosInc) R 19381 19380 18146 0 -1 4202496 102566 0 0 0 140266 42 0 0 20 0 1 0 279056469 666755072 152588 33554432000 4194304 5654031 140733439818784 140733439806600 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19389/statm: 162782 152588 141 357 0 162422 0
Current children cumulated CPU time (s) 1420.68
Current children cumulated vsize (KiB) 785220

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.41 3/181 19582
/proc/meminfo: memFree=29168736/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
[pid=19381] ppid=19380 vsize=124944 CPUtime=17.6 cores=0,2,4,6
/proc/19381/stat : 19381 (npSolver-pbo) S 19380 19380 18146 0 -1 4202496 23816 84527 0 0 412 237 1066 45 20 0 1 0 279054582 127942656 23814 33554432000 4194304 5992684 140737092196416 140737092181320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19381/statm: 31236 23814 191 440 0 30792 0
[pid=19389] ppid=19381 vsize=732516 CPUtime=1463.06 cores=0,2,4,6
/proc/19389/stat : 19389 (glucosInc) R 19381 19380 18146 0 -1 4202496 103026 0 0 0 146263 43 0 0 20 0 1 0 279056469 750096384 153043 33554432000 4194304 5654031 140733439818784 140733439806600 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19389/statm: 183129 153043 141 357 0 182769 0
Current children cumulated CPU time (s) 1480.66
Current children cumulated vsize (KiB) 866608

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.38 3/182 19585
/proc/meminfo: memFree=29166060/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
[pid=19381] ppid=19380 vsize=124944 CPUtime=17.6 cores=0,2,4,6
/proc/19381/stat : 19381 (npSolver-pbo) S 19380 19380 18146 0 -1 4202496 23816 84527 0 0 412 237 1066 45 20 0 1 0 279054582 127942656 23814 33554432000 4194304 5992684 140737092196416 140737092181320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19381/statm: 31236 23814 191 440 0 30792 0
[pid=19389] ppid=19381 vsize=732516 CPUtime=1523.06 cores=0,2,4,6
/proc/19389/stat : 19389 (glucosInc) R 19381 19380 18146 0 -1 4202496 103192 0 0 0 152262 44 0 0 20 0 1 0 279056469 750096384 153202 33554432000 4194304 5654031 140733439818784 140733439806600 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19389/statm: 183129 153202 141 357 0 182769 0
Current children cumulated CPU time (s) 1540.66
Current children cumulated vsize (KiB) 866608

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.35 3/182 19608
/proc/meminfo: memFree=29157744/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
[pid=19381] ppid=19380 vsize=124944 CPUtime=17.6 cores=0,2,4,6
/proc/19381/stat : 19381 (npSolver-pbo) S 19380 19380 18146 0 -1 4202496 23816 84527 0 0 412 237 1066 45 20 0 1 0 279054582 127942656 23814 33554432000 4194304 5992684 140737092196416 140737092181320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19381/statm: 31236 23814 191 440 0 30792 0
[pid=19389] ppid=19381 vsize=732516 CPUtime=1583.04 cores=0,2,4,6
/proc/19389/stat : 19389 (glucosInc) R 19381 19380 18146 0 -1 4202496 103261 0 0 0 158260 44 0 0 20 0 1 0 279056469 750096384 153780 33554432000 4194304 5654031 140733439818784 140733439806600 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19389/statm: 183129 153780 141 357 0 182769 0
Current children cumulated CPU time (s) 1600.64
Current children cumulated vsize (KiB) 866608

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 2.33 3/181 19608
/proc/meminfo: memFree=29155704/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
[pid=19381] ppid=19380 vsize=124944 CPUtime=17.6 cores=0,2,4,6
/proc/19381/stat : 19381 (npSolver-pbo) S 19380 19380 18146 0 -1 4202496 23816 84527 0 0 412 237 1066 45 20 0 1 0 279054582 127942656 23814 33554432000 4194304 5992684 140737092196416 140737092181320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19381/statm: 31236 23814 191 440 0 30792 0
[pid=19389] ppid=19381 vsize=732516 CPUtime=1643.03 cores=0,2,4,6
/proc/19389/stat : 19389 (glucosInc) R 19381 19380 18146 0 -1 4202496 103261 0 0 0 164259 44 0 0 20 0 1 0 279056469 750096384 153780 33554432000 4194304 5654031 140733439818784 140733439806600 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19389/statm: 183129 153780 141 357 0 182769 0
Current children cumulated CPU time (s) 1660.63
Current children cumulated vsize (KiB) 866608

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.31 3/181 19608
/proc/meminfo: memFree=29189092/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
[pid=19381] ppid=19380 vsize=124944 CPUtime=17.6 cores=0,2,4,6
/proc/19381/stat : 19381 (npSolver-pbo) S 19380 19380 18146 0 -1 4202496 23816 84527 0 0 412 237 1066 45 20 0 1 0 279054582 127942656 23814 33554432000 4194304 5992684 140737092196416 140737092181320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19381/statm: 31236 23814 191 440 0 30792 0
[pid=19389] ppid=19381 vsize=732516 CPUtime=1703.02 cores=0,2,4,6
/proc/19389/stat : 19389 (glucosInc) R 19381 19380 18146 0 -1 4202496 103263 0 0 0 170258 44 0 0 20 0 1 0 279056469 750096384 154804 33554432000 4194304 5654031 140733439818784 140733439806600 4208595 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19389/statm: 183129 154804 141 357 0 182769 0
Current children cumulated CPU time (s) 1720.62
Current children cumulated vsize (KiB) 866608

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.29 3/181 19608
/proc/meminfo: memFree=29183880/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
[pid=19381] ppid=19380 vsize=124944 CPUtime=17.6 cores=0,2,4,6
/proc/19381/stat : 19381 (npSolver-pbo) S 19380 19380 18146 0 -1 4202496 23816 84527 0 0 412 237 1066 45 20 0 1 0 279054582 127942656 23814 33554432000 4194304 5992684 140737092196416 140737092181320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19381/statm: 31236 23814 191 440 0 30792 0
[pid=19389] ppid=19381 vsize=732516 CPUtime=1763.02 cores=0,2,4,6
/proc/19389/stat : 19389 (glucosInc) R 19381 19380 18146 0 -1 4202496 103265 0 0 0 176258 44 0 0 20 0 1 0 279056469 750096384 155828 33554432000 4194304 5654031 140733439818784 140733439806600 4214475 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19389/statm: 183129 155828 141 357 0 182769 0
Current children cumulated CPU time (s) 1780.62
Current children cumulated vsize (KiB) 866608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 2.00 2.02 2.28 4/181 19608
/proc/meminfo: memFree=29180964/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
[pid=19381] ppid=19380 vsize=124944 CPUtime=17.6 cores=0,2,4,6
/proc/19381/stat : 19381 (npSolver-pbo) S 19380 19380 18146 0 -1 4202496 23816 84527 0 0 412 237 1066 45 20 0 1 0 279054582 127942656 23814 33554432000 4194304 5992684 140737092196416 140737092181320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19381/statm: 31236 23814 191 440 0 30792 0
[pid=19389] ppid=19381 vsize=732516 CPUtime=1782.43 cores=0,2,4,6
/proc/19389/stat : 19389 (glucosInc) R 19381 19380 18146 0 -1 4202496 103266 0 0 0 178199 44 0 0 20 0 1 0 279056469 750096384 156340 33554432000 4194304 5654031 140733439818784 140733439806600 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19389/statm: 183129 156340 141 357 0 182769 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 866608

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

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

[startup+1801.7 s]
/proc/loadavg: 2.00 2.02 2.28 4/181 19608
/proc/meminfo: memFree=29180964/32873844 swapFree=7900/7900
[pid=19380] ppid=19378 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19380/stat : 19380 (npSolver-pbo-I.) S 19378 19380 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279054582 9367552 275 33554432000 4194304 5064252 140735954880496 140735954879408 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19380/statm: 2287 275 233 213 0 72 0
[pid=19381] ppid=19380 vsize=124944 CPUtime=17.6 cores=0,2,4,6
/proc/19381/stat : 19381 (npSolver-pbo) S 19380 19380 18146 0 -1 4202496 23816 84527 0 0 412 237 1066 45 20 0 1 0 279054582 127942656 23814 33554432000 4194304 5992684 140737092196416 140737092181320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19381/statm: 31236 23814 191 440 0 30792 0
[pid=19389] ppid=19381 vsize=732516 CPUtime=1782.43 cores=0,2,4,6
/proc/19389/stat : 19389 (glucosInc) R 19381 19380 18146 0 -1 4202496 103266 0 0 0 178199 44 0 0 20 0 1 0 279056469 750096384 156340 33554432000 4194304 5654031 140733439818784 140733439806600 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19389/statm: 183129 156340 141 357 0 182769 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 866608

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19380 and gives
#  childrusage.ru_utime.tv_sec=14
#  childrusage.ru_utime.tv_usec=789751
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=843567
# CPU time returned by wait4() is 17.6333
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.72
CPU time (s): 1800.03
CPU user time (s): 1796.77
CPU system time (s): 3.26
CPU usage (%): 99.906
Max. virtual memory (cumulated for all children) (KiB): 996836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.7898
system time used= 2.84357
maximum resident set size= 470968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108701
page faults= 0
swaps= 0
block input operations= 0
block output operations= 693056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1039
involuntary context switches= 62

runsolver used 4.26135 second user time and 10.2634 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 16:35:01
IDJOB=3699410
IDBENCH=92653
IDSOLVER=2276
FILE ID=node137/3699410-1338129300
RUNJOBID= node137-1338118427-18162
PBS_JOBID= 14624475
Free space on /tmp= 64332 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat25_4_7_2_mh_ic.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699410-1338129300/watcher-3699410-1338129300 -o /tmp/evaluation-result-3699410-1338129300/solver-3699410-1338129300 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699410-1338129300.opb 1542119095 HOME HOME

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

MD5SUM BENCH= ae034981987dcf56811f1bb984859bc0
RANDOM SEED=1542119095

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.600
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.600
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.90
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.600
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.600
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:        19117704 kB
Buffers:          297012 kB
Cached:         11902804 kB
SwapCached:        20904 kB
Active:          1152564 kB
Inactive:       11389888 kB
Active(anon):     320688 kB
Inactive(anon):    23948 kB
Active(file):     831876 kB
Inactive(file): 11365940 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67082664 kB
Dirty:             18676 kB
Writeback:            12 kB
AnonPages:        316596 kB
Mapped:            10912 kB
Shmem:                 0 kB
Slab:            1072444 kB
SReclaimable:     513420 kB
SUnreclaim:       559024 kB
KernelStack:        1512 kB
PageTables:         4808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     529712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    192512 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= 70976 MiB
End job on node137 at 2012-05-27 17:05:04