Trace number 3747020

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_8_mh.opb
MD5SUM8a0357f27d5f5de0e126f33d36b976d2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2441959
Best CPU time to get the best result obtained on this benchmark1800.98
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 130323843
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 60462692152
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 130323843
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 60462692152
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.78/1.84	c old isEQ: 0, new EQ is 1
1.78/1.85	c old isEQ: 120, new EQ is 0
2.19/2.27	c old isEQ: 0, new EQ is 0
2.19/2.27	c old isEQ: 0, new EQ is 0
2.19/2.27	c old isEQ: 0, new EQ is 0
2.19/2.27	c old isEQ: 0, new EQ is 0
2.19/2.27	c old isEQ: 0, new EQ is 0
2.19/2.27	c old isEQ: 0, new EQ is 0
2.19/2.27	c old isEQ: 0, new EQ is 0
2.19/2.29	c old isEQ: 0, new EQ is 0
2.28/2.35	c old isEQ: 0, new EQ is 0
22.57/22.67	c run inc solver
22.57/22.67	c [INC SYSTEM] run initial solver
22.57/22.67	c [INC SYSTEM] preprocess with white file
84.53/85.07	c [INC SYSTEM] finished preprocessing in 62 s
84.53/85.07	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-3747020-1339109083/watcher-3747020-1339109083 -o /tmp/evaluation-result-3747020-1339109083/solver-3747020-1339109083 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747020-1339109083.opb 1530101611 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31313
/proc/meminfo: memFree=20285628/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0

[startup+0.0570101 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31313
/proc/meminfo: memFree=20285628/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100367 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31313
/proc/meminfo: memFree=20285628/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300316 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31313
/proc/meminfo: memFree=20285628/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700314 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 31313
/proc/meminfo: memFree=20285628/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 31315
/proc/meminfo: memFree=20180880/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=216596 CPUtime=1.49 cores=1,3,5,7
/proc/31314/stat : 31314 (npSolver-pbo) R 31313 31313 30107 0 -1 4202496 25594 0 0 0 141 8 0 0 20 0 1 0 377032789 221794304 38323 33554432000 4194304 6004724 140736967667680 140736967663704 4968639 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31314/statm: 54149 38323 130 442 0 53703 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 225744

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 31315
/proc/meminfo: memFree=20038252/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=313512 CPUtime=3.09 cores=1,3,5,7
/proc/31314/stat : 31314 (npSolver-pbo) R 31313 31313 30107 0 -1 4202496 49258 0 0 0 294 15 0 0 20 0 1 0 377032789 321036288 77017 33554432000 4194304 6004724 140736967667680 140736967662280 4617922 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31314/statm: 78378 77017 163 442 0 77932 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 322660

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 31315
/proc/meminfo: memFree=19809604/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=772448 CPUtime=6.29 cores=1,3,5,7
/proc/31314/stat : 31314 (npSolver-pbo) R 31313 31313 30107 0 -1 4202496 51172 0 0 0 602 27 0 0 20 0 1 0 377032789 790986752 133895 33554432000 4194304 6004724 140736967667680 140736967662632 4579842 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31314/statm: 193112 133895 163 442 0 192666 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 781596

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 31315
/proc/meminfo: memFree=19322712/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=1296736 CPUtime=12.69 cores=1,3,5,7
/proc/31314/stat : 31314 (npSolver-pbo) R 31313 31313 30107 0 -1 4202496 52175 0 0 0 1224 45 0 0 20 0 1 0 377032789 1327857664 254727 33554432000 4194304 6004724 140736967667680 140736967662280 4617975 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31314/statm: 324184 254727 163 442 0 323738 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1305884

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 31317
/proc/meminfo: memFree=17152964/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=2345312 CPUtime=22.84 cores=1,3,5,7
/proc/31314/stat : 31314 (npSolver-pbo) S 31313 31313 30107 0 -1 4202496 54294 0 0 0 1996 288 0 0 20 0 1 0 377032789 2401599488 382223 33554432000 4194304 6004724 140736967667680 140736967662144 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/31314/statm: 586328 382223 171 442 0 585882 0
[pid=31316] ppid=31314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31316/stat : 31316 (cp2_pre.sh) S 31314 31313 30107 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 377035076 9367552 276 33554432000 4194304 5064252 140734018425280 140734018423984 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31316/statm: 2287 276 234 213 0 72 0
[pid=31317] ppid=31316 vsize=316004 CPUtime=2.6 cores=1,3,5,7
/proc/31317/stat : 31317 (coprocessor) R 31316 31313 30107 0 -1 4202496 15403 0 0 0 248 12 0 0 20 0 1 0 377035077 323588096 77334 33554432000 4194304 6586260 140734857560208 140734857556968 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/31317/statm: 79001 77334 137 584 0 78413 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 2679612

[startup+51.1004 s]
/proc/loadavg: 2.26 2.06 2.02 3/182 31317
/proc/meminfo: memFree=15102144/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=2345312 CPUtime=22.84 cores=1,3,5,7
/proc/31314/stat : 31314 (npSolver-pbo) S 31313 31313 30107 0 -1 4202496 54294 0 0 0 1996 288 0 0 20 0 1 0 377032789 2401599488 382223 33554432000 4194304 6004724 140736967667680 140736967662144 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/31314/statm: 586328 382223 171 442 0 585882 0
[pid=31316] ppid=31314 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31316/stat : 31316 (cp2_pre.sh) S 31314 31313 30107 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 377035076 9367552 276 33554432000 4194304 5064252 140734018425280 140734018423984 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/31316/statm: 2287 276 234 213 0 72 0
[pid=31317] ppid=31316 vsize=2523320 CPUtime=28.05 cores=1,3,5,7
/proc/31317/stat : 31317 (coprocessor) R 31316 31313 30107 0 -1 4202496 26270 0 0 0 2669 136 0 0 20 0 1 0 377035077 2583879680 512022 33554432000 4194304 6586260 140734857560208 140734857555960 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 15 0 0
/proc/31317/statm: 630830 512022 158 584 0 630242 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 4886928

[startup+102.301 s]
/proc/loadavg: 2.29 2.11 2.04 3/181 31366
/proc/meminfo: memFree=20235224/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=2345312 CPUtime=84.76 cores=1,3,5,7
/proc/31314/stat : 31314 (npSolver-pbo) S 31313 31313 30107 0 -1 4202496 54311 27174 0 0 1996 289 5849 342 20 0 1 0 377032789 2401599488 382226 33554432000 4194304 6004724 140736967667680 140736967653960 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/31314/statm: 586328 382226 174 442 0 585882 0
[pid=31366] ppid=31314 vsize=3407468 CPUtime=17.21 cores=1,3,5,7
/proc/31366/stat : 31366 (glucosInc) R 31314 31313 30107 0 -1 4202496 332030 0 0 0 1594 127 0 0 20 0 1 0 377041296 3489247232 716906 33554432000 4194304 5654031 140733356319568 140733356317352 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31366/statm: 851867 716906 140 357 0 851507 0
Current children cumulated CPU time (s) 101.97
Current children cumulated vsize (KiB) 5761928

[startup+162.3 s]
/proc/loadavg: 2.10 2.09 2.03 3/181 31366
/proc/meminfo: memFree=20199164/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=2345312 CPUtime=84.76 cores=1,3,5,7
/proc/31314/stat : 31314 (npSolver-pbo) S 31313 31313 30107 0 -1 4202496 54311 27174 0 0 1996 289 5849 342 20 0 1 0 377032789 2401599488 382226 33554432000 4194304 6004724 140736967667680 140736967653960 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/31314/statm: 586328 382226 174 442 0 585882 0
[pid=31366] ppid=31314 vsize=3429320 CPUtime=77.2 cores=1,3,5,7
/proc/31366/stat : 31366 (glucosInc) R 31314 31313 30107 0 -1 4202496 345160 0 0 0 7588 132 0 0 20 0 1 0 377041296 3511623680 722662 33554432000 4194304 5654031 140733356319568 140733356317352 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31366/statm: 857330 722662 140 357 0 856970 0
Current children cumulated CPU time (s) 161.96
Current children cumulated vsize (KiB) 5783780

[startup+222.307 s]
/proc/loadavg: 2.11 2.09 2.03 3/180 31369
/proc/meminfo: memFree=20557136/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=2345312 CPUtime=84.76 cores=1,3,5,7
/proc/31314/stat : 31314 (npSolver-pbo) S 31313 31313 30107 0 -1 4202496 54311 27174 0 0 1996 289 5849 342 20 0 1 0 377032789 2401599488 382226 33554432000 4194304 6004724 140736967667680 140736967653960 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/31314/statm: 586328 382226 174 442 0 585882 0
[pid=31366] ppid=31314 vsize=3437188 CPUtime=137.2 cores=1,3,5,7
/proc/31366/stat : 31366 (glucosInc) R 31314 31313 30107 0 -1 4202496 354614 0 0 0 13586 134 0 0 20 0 1 0 377041296 3519680512 724743 33554432000 4194304 5654031 140733356319568 140733356317352 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31366/statm: 859297 724743 140 357 0 858937 0
Current children cumulated CPU time (s) 221.96
Current children cumulated vsize (KiB) 5791648

[startup+282.3 s]
/proc/loadavg: 2.04 2.07 2.02 3/181 31371
/proc/meminfo: memFree=20153176/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=2345312 CPUtime=84.76 cores=1,3,5,7

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

/proc/meminfo: memFree=19787780/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=2345312 CPUtime=84.76 cores=1,3,5,7
/proc/31314/stat : 31314 (npSolver-pbo) S 31313 31313 30107 0 -1 4202496 54311 27174 0 0 1996 289 5849 342 20 0 1 0 377032789 2401599488 382226 33554432000 4194304 6004724 140736967667680 140736967653960 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/31314/statm: 586328 382226 174 442 0 585882 0
[pid=31366] ppid=31314 vsize=3454856 CPUtime=1217.02 cores=1,3,5,7
/proc/31366/stat : 31366 (glucosInc) R 31314 31313 30107 0 -1 4202496 484804 0 0 0 121522 180 0 0 20 0 1 0 377041296 3537772544 729537 33554432000 4194304 5654031 140733356319568 140733356317352 4232625 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31366/statm: 863714 729537 141 357 0 863354 0
Current children cumulated CPU time (s) 1301.78
Current children cumulated vsize (KiB) 5809316

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 31403
/proc/meminfo: memFree=20012636/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=2345312 CPUtime=84.76 cores=1,3,5,7
/proc/31314/stat : 31314 (npSolver-pbo) S 31313 31313 30107 0 -1 4202496 54311 27174 0 0 1996 289 5849 342 20 0 1 0 377032789 2401599488 382226 33554432000 4194304 6004724 140736967667680 140736967653960 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/31314/statm: 586328 382226 174 442 0 585882 0
[pid=31366] ppid=31314 vsize=3456508 CPUtime=1277.02 cores=1,3,5,7
/proc/31366/stat : 31366 (glucosInc) R 31314 31313 30107 0 -1 4202496 492628 0 0 0 127520 182 0 0 20 0 1 0 377041296 3539464192 729984 33554432000 4194304 5654031 140733356319568 140733356317512 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31366/statm: 864127 729984 141 357 0 863767 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 5810968

[startup+1422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 31404
/proc/meminfo: memFree=19854232/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=2345312 CPUtime=84.76 cores=1,3,5,7
/proc/31314/stat : 31314 (npSolver-pbo) S 31313 31313 30107 0 -1 4202496 54311 27174 0 0 1996 289 5849 342 20 0 1 0 377032789 2401599488 382226 33554432000 4194304 6004724 140736967667680 140736967653960 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/31314/statm: 586328 382226 174 442 0 585882 0
[pid=31366] ppid=31314 vsize=3457160 CPUtime=1337.02 cores=1,3,5,7
/proc/31366/stat : 31366 (glucosInc) R 31314 31313 30107 0 -1 4202496 500175 0 0 0 133517 185 0 0 20 0 1 0 377041296 3540131840 730136 33554432000 4194304 5654031 140733356319568 140733356317352 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31366/statm: 864290 730136 141 357 0 863930 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 5811620

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 31404
/proc/meminfo: memFree=19697192/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=2345312 CPUtime=84.76 cores=1,3,5,7
/proc/31314/stat : 31314 (npSolver-pbo) S 31313 31313 30107 0 -1 4202496 54311 27174 0 0 1996 289 5849 342 20 0 1 0 377032789 2401599488 382226 33554432000 4194304 6004724 140736967667680 140736967653960 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/31314/statm: 586328 382226 174 442 0 585882 0
[pid=31366] ppid=31314 vsize=3457624 CPUtime=1396.99 cores=1,3,5,7
/proc/31366/stat : 31366 (glucosInc) R 31314 31313 30107 0 -1 4202496 507712 0 0 0 139513 186 0 0 20 0 1 0 377041296 3540606976 730282 33554432000 4194304 5654031 140733356319568 140733356317640 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31366/statm: 864406 730282 141 357 0 864046 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 5812084

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 31407
/proc/meminfo: memFree=19941052/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=2345312 CPUtime=84.76 cores=1,3,5,7
/proc/31314/stat : 31314 (npSolver-pbo) S 31313 31313 30107 0 -1 4202496 54311 27174 0 0 1996 289 5849 342 20 0 1 0 377032789 2401599488 382226 33554432000 4194304 6004724 140736967667680 140736967653960 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/31314/statm: 586328 382226 174 442 0 585882 0
[pid=31366] ppid=31314 vsize=3457972 CPUtime=1456.99 cores=1,3,5,7
/proc/31366/stat : 31366 (glucosInc) R 31314 31313 30107 0 -1 4202496 515172 0 0 0 145510 189 0 0 20 0 1 0 377041296 3540963328 730369 33554432000 4194304 5654031 140733356319568 140733356317640 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31366/statm: 864493 730369 141 357 0 864133 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 5812432

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31407
/proc/meminfo: memFree=19799444/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=2345312 CPUtime=84.76 cores=1,3,5,7
/proc/31314/stat : 31314 (npSolver-pbo) S 31313 31313 30107 0 -1 4202496 54311 27174 0 0 1996 289 5849 342 20 0 1 0 377032789 2401599488 382226 33554432000 4194304 6004724 140736967667680 140736967653960 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/31314/statm: 586328 382226 174 442 0 585882 0
[pid=31366] ppid=31314 vsize=3458236 CPUtime=1516.97 cores=1,3,5,7
/proc/31366/stat : 31366 (glucosInc) R 31314 31313 30107 0 -1 4202496 518913 0 0 0 151507 190 0 0 20 0 1 0 377041296 3541233664 730424 33554432000 4194304 5654031 140733356319568 140733356317352 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31366/statm: 864559 730424 141 357 0 864199 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 5812696

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31407
/proc/meminfo: memFree=19665336/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=2345312 CPUtime=84.76 cores=1,3,5,7
/proc/31314/stat : 31314 (npSolver-pbo) S 31313 31313 30107 0 -1 4202496 54311 27174 0 0 1996 289 5849 342 20 0 1 0 377032789 2401599488 382226 33554432000 4194304 6004724 140736967667680 140736967653960 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/31314/statm: 586328 382226 174 442 0 585882 0
[pid=31366] ppid=31314 vsize=3458972 CPUtime=1576.96 cores=1,3,5,7
/proc/31366/stat : 31366 (glucosInc) R 31314 31313 30107 0 -1 4202496 526480 0 0 0 157502 194 0 0 20 0 1 0 377041296 3541987328 730782 33554432000 4194304 5654031 140733356319568 140733356317352 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31366/statm: 864743 730782 141 357 0 864383 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 5813432

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31408
/proc/meminfo: memFree=19967708/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=2345312 CPUtime=84.76 cores=1,3,5,7
/proc/31314/stat : 31314 (npSolver-pbo) S 31313 31313 30107 0 -1 4202496 54311 27174 0 0 1996 289 5849 342 20 0 1 0 377032789 2401599488 382226 33554432000 4194304 6004724 140736967667680 140736967653960 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/31314/statm: 586328 382226 174 442 0 585882 0
[pid=31366] ppid=31314 vsize=3459140 CPUtime=1636.94 cores=1,3,5,7
/proc/31366/stat : 31366 (glucosInc) R 31314 31313 30107 0 -1 4202496 533955 0 0 0 163497 197 0 0 20 0 1 0 377041296 3542159360 731038 33554432000 4194304 5654031 140733356319568 140733356317640 4214638 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31366/statm: 864785 731038 141 357 0 864425 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 5813600

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31408
/proc/meminfo: memFree=19817648/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=2345312 CPUtime=84.76 cores=1,3,5,7
/proc/31314/stat : 31314 (npSolver-pbo) S 31313 31313 30107 0 -1 4202496 54311 27174 0 0 1996 289 5849 342 20 0 1 0 377032789 2401599488 382226 33554432000 4194304 6004724 140736967667680 140736967653960 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/31314/statm: 586328 382226 174 442 0 585882 0
[pid=31366] ppid=31314 vsize=3459512 CPUtime=1696.93 cores=1,3,5,7
/proc/31366/stat : 31366 (glucosInc) R 31314 31313 30107 0 -1 4202496 541426 0 0 0 169493 200 0 0 20 0 1 0 377041296 3542540288 731128 33554432000 4194304 5654031 140733356319568 140733356317352 4232755 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31366/statm: 864878 731128 141 357 0 864518 0
Current children cumulated CPU time (s) 1781.69
Current children cumulated vsize (KiB) 5813972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31408
/proc/meminfo: memFree=19770512/32873844 swapFree=7628/7628
[pid=31313] ppid=31311 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31313/stat : 31313 (npSolver-pbo-It) S 31311 31313 30107 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 377032789 9367552 274 33554432000 4194304 5064252 140736053768288 140736053767200 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/31313/statm: 2287 274 233 213 0 72 0
[pid=31314] ppid=31313 vsize=2345312 CPUtime=84.76 cores=1,3,5,7
/proc/31314/stat : 31314 (npSolver-pbo) S 31313 31313 30107 0 -1 4202496 54311 27174 0 0 1996 289 5849 342 20 0 1 0 377032789 2401599488 382226 33554432000 4194304 6004724 140736967667680 140736967653960 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 1 0 0
/proc/31314/statm: 586328 382226 174 442 0 585882 0
[pid=31366] ppid=31314 vsize=3459644 CPUtime=1715.34 cores=1,3,5,7
/proc/31366/stat : 31366 (glucosInc) R 31314 31313 30107 0 -1 4202496 541461 0 0 0 171334 200 0 0 20 0 1 0 377041296 3542675456 731162 33554432000 4194304 5654031 140733356319568 140733356317352 4219792 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31366/statm: 864911 731162 141 357 0 864551 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 5814104

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31313 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=0
# CPU time returned by wait4() is 0
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.73
CPU time (s): 1800.1
CPU user time (s): 1791.79
CPU system time (s): 8.31
CPU usage (%): 99.9652
Max. virtual memory (cumulated for all children) (KiB): 5855364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
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= 4
involuntary context switches= 2

runsolver used 4.19036 second user time and 11.2843 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-08 00:44:44
IDJOB=3747020
IDBENCH=92711
IDSOLVER=2332
FILE ID=node145/3747020-1339109083
RUNJOBID= node145-1339098177-30124
PBS_JOBID= 14643708
Free space on /tmp= 69636 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat50_6_9_8_mh.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747020-1339109083/watcher-3747020-1339109083 -o /tmp/evaluation-result-3747020-1339109083/solver-3747020-1339109083 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747020-1339109083.opb 1530101611 HOME HOME

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

MD5SUM BENCH= 8a0357f27d5f5de0e126f33d36b976d2
RANDOM SEED=1530101611

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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	: 5313.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
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		: 2667.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        20285380 kB
Buffers:          478364 kB
Cached:          6350080 kB
SwapCached:            4 kB
Active:          8288428 kB
Inactive:        3400992 kB
Active(anon):    4852372 kB
Inactive(anon):    10864 kB
Active(file):    3436056 kB
Inactive(file):  3390128 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108852 kB
Dirty:             34084 kB
Writeback:             0 kB
AnonPages:       4870376 kB
Mapped:            15400 kB
Shmem:               200 kB
Slab:             744004 kB
SReclaimable:     185380 kB
SUnreclaim:       558624 kB
KernelStack:        1464 kB
PageTables:        13752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    6383972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2762752 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= 69692 MiB
End job on node145 at 2012-06-08 01:14:47