Trace number 3751808

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-quickBound (fixed)? (TO) 1800.11 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.79/1.85	c old isEQ: 0, new EQ is 1
1.79/1.86	c old isEQ: 120, new EQ is 0
1.88/1.92	c old isEQ: 0, new EQ is 0
1.88/1.97	c old isEQ: 0, new EQ is 0
1.98/2.03	c old isEQ: 0, new EQ is 0
1.98/2.08	c old isEQ: 0, new EQ is 0
2.38/2.42	c old isEQ: 0, new EQ is 0
2.38/2.42	c old isEQ: 0, new EQ is 0
2.38/2.42	c old isEQ: 0, new EQ is 0
2.38/2.42	c old isEQ: 0, new EQ is 0
2.38/2.42	c old isEQ: 0, new EQ is 0
22.59/22.65	c run inc solver
22.59/22.65	c [INC SYSTEM] run initial solver
22.59/22.65	c [INC SYSTEM] preprocess with white file
84.12/84.65	c [INC SYSTEM] finished preprocessing in 61 s
84.12/84.65	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-3751808-1339176162/watcher-3751808-1339176162 -o /tmp/evaluation-result-3751808-1339176162/solver-3751808-1339176162 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751808-1339176162.opb 157447532 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.09 3/177 32307
/proc/meminfo: memFree=31451452/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0

[startup+0.0310671 s]
/proc/loadavg: 2.01 2.01 2.09 3/177 32307
/proc/meminfo: memFree=31451452/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100276 s]
/proc/loadavg: 2.01 2.01 2.09 3/177 32307
/proc/meminfo: memFree=31451452/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300279 s]
/proc/loadavg: 2.01 2.01 2.09 3/177 32307
/proc/meminfo: memFree=31451452/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700293 s]
/proc/loadavg: 2.01 2.01 2.09 3/177 32307
/proc/meminfo: memFree=31451452/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.01 2.01 2.09 3/181 32311
/proc/meminfo: memFree=31200124/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=215936 CPUtime=1.49 cores=1,3,5,7
/proc/32308/stat : 32308 (npSolver-pbo) R 32307 32307 31464 0 -1 4202496 24927 0 0 0 142 7 0 0 20 0 1 0 383744800 221118464 38166 33554432000 4194304 6004724 140736327904016 140736327900040 5190736 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32308/statm: 53984 38167 130 442 0 53538 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 225084

[startup+3.10033 s]
/proc/loadavg: 2.01 2.01 2.09 3/180 32313
/proc/meminfo: memFree=31137748/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=313516 CPUtime=3.09 cores=1,3,5,7
/proc/32308/stat : 32308 (npSolver-pbo) R 32307 32307 31464 0 -1 4202496 49286 0 0 0 295 14 0 0 20 0 1 0 383744800 321040384 77031 33554432000 4194304 6004724 140736327904016 140736327898296 4582601 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32308/statm: 78379 77031 163 442 0 77933 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 322664

[startup+6.30033 s]
/proc/loadavg: 2.01 2.01 2.08 3/179 32321
/proc/meminfo: memFree=30800044/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=772448 CPUtime=6.29 cores=1,3,5,7
/proc/32308/stat : 32308 (npSolver-pbo) R 32307 32307 31464 0 -1 4202496 51199 0 0 0 602 27 0 0 20 0 1 0 383744800 790986752 133908 33554432000 4194304 6004724 140736327904016 140736327898968 4534761 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32308/statm: 193112 133908 163 442 0 192666 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 781596

[startup+12.7003 s]
/proc/loadavg: 2.09 2.02 2.09 3/180 32323
/proc/meminfo: memFree=29757928/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=1296736 CPUtime=12.68 cores=1,3,5,7
/proc/32308/stat : 32308 (npSolver-pbo) R 32307 32307 31464 0 -1 4202496 52203 0 0 0 1223 45 0 0 20 0 1 0 383744800 1327857664 255252 33554432000 4194304 6004724 140736327904016 140736327898616 4534738 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32308/statm: 324184 255252 163 442 0 323738 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1305884

[startup+25.5005 s]
/proc/loadavg: 2.07 2.02 2.09 3/182 32325
/proc/meminfo: memFree=27616968/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=2345312 CPUtime=22.85 cores=1,3,5,7
/proc/32308/stat : 32308 (npSolver-pbo) S 32307 32307 31464 0 -1 4202496 54321 0 0 0 1992 293 0 0 20 0 1 0 383744800 2401599488 382236 33554432000 4194304 6004724 140736327904016 140736327898480 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32308/statm: 586328 382236 171 442 0 585882 0
[pid=32324] ppid=32308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32324/stat : 32324 (cp2_pre.sh) S 32308 32307 31464 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 383747085 9367552 277 33554432000 4194304 5064252 140734551631872 140734551630576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32324/statm: 2287 277 234 213 0 72 0
[pid=32325] ppid=32324 vsize=316004 CPUtime=2.62 cores=1,3,5,7
/proc/32325/stat : 32325 (coprocessor) R 32324 32307 31464 0 -1 4202496 14675 0 0 0 246 16 0 0 20 0 1 0 383747086 323588096 77116 33554432000 4194304 6586260 140735286539920 140735286536680 5732400 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/32325/statm: 79001 77116 137 584 0 78413 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 2679612

[startup+51.1004 s]
/proc/loadavg: 2.23 2.06 2.10 3/182 32325
/proc/meminfo: memFree=25559500/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=2345312 CPUtime=22.85 cores=1,3,5,7
/proc/32308/stat : 32308 (npSolver-pbo) S 32307 32307 31464 0 -1 4202496 54321 0 0 0 1992 293 0 0 20 0 1 0 383744800 2401599488 382236 33554432000 4194304 6004724 140736327904016 140736327898480 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/32308/statm: 586328 382236 171 442 0 585882 0
[pid=32324] ppid=32308 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32324/stat : 32324 (cp2_pre.sh) S 32308 32307 31464 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 383747085 9367552 277 33554432000 4194304 5064252 140734551631872 140734551630576 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/32324/statm: 2287 277 234 213 0 72 0
[pid=32325] ppid=32324 vsize=2523320 CPUtime=28.04 cores=1,3,5,7
/proc/32325/stat : 32325 (coprocessor) R 32324 32307 31464 0 -1 4202496 25030 0 0 0 2659 145 0 0 20 0 1 0 383747086 2583879680 511803 33554432000 4194304 6586260 140735286539920 140735286535672 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 17 0 0
/proc/32325/statm: 630830 511803 158 584 0 630242 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 4886928

[startup+102.3 s]
/proc/loadavg: 2.15 2.07 2.10 3/181 32327
/proc/meminfo: memFree=25149500/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=2345312 CPUtime=84.36 cores=1,3,5,7
/proc/32308/stat : 32308 (npSolver-pbo) S 32307 32307 31464 0 -1 4202496 54338 25932 0 0 1992 293 5798 353 20 0 1 0 383744800 2401599488 382239 33554432000 4194304 6004724 140736327904016 140736327890296 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/32308/statm: 586328 382239 174 442 0 585882 0
[pid=32327] ppid=32308 vsize=3408128 CPUtime=17.63 cores=1,3,5,7
/proc/32327/stat : 32327 (glucosInc) R 32308 32307 31464 0 -1 4202496 330494 0 0 0 1645 118 0 0 20 0 1 0 383753265 3489923072 717477 33554432000 4194304 5654031 140734136978880 140734136976664 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32327/statm: 852032 717477 140 357 0 851672 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 5762588

[startup+162.3 s]
/proc/loadavg: 2.05 2.05 2.09 3/181 32327
/proc/meminfo: memFree=25129568/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=2345312 CPUtime=84.36 cores=1,3,5,7
/proc/32308/stat : 32308 (npSolver-pbo) S 32307 32307 31464 0 -1 4202496 54338 25932 0 0 1992 293 5798 353 20 0 1 0 383744800 2401599488 382239 33554432000 4194304 6004724 140736327904016 140736327890296 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/32308/statm: 586328 382239 174 442 0 585882 0
[pid=32327] ppid=32308 vsize=3429848 CPUtime=77.62 cores=1,3,5,7
/proc/32327/stat : 32327 (glucosInc) R 32308 32307 31464 0 -1 4202496 342753 0 0 0 7638 124 0 0 20 0 1 0 383753265 3512164352 723192 33554432000 4194304 5654031 140734136978880 140734136976664 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32327/statm: 857462 723192 140 357 0 857102 0
Current children cumulated CPU time (s) 161.98
Current children cumulated vsize (KiB) 5784308

[startup+222.307 s]
/proc/loadavg: 2.02 2.04 2.08 3/181 32328
/proc/meminfo: memFree=25134944/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=2345312 CPUtime=84.36 cores=1,3,5,7
/proc/32308/stat : 32308 (npSolver-pbo) S 32307 32307 31464 0 -1 4202496 54338 25932 0 0 1992 293 5798 353 20 0 1 0 383744800 2401599488 382239 33554432000 4194304 6004724 140736327904016 140736327890296 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/32308/statm: 586328 382239 174 442 0 585882 0
[pid=32327] ppid=32308 vsize=3437452 CPUtime=137.61 cores=1,3,5,7
/proc/32327/stat : 32327 (glucosInc) R 32308 32307 31464 0 -1 4202496 351291 0 0 0 13634 127 0 0 20 0 1 0 383753265 3519950848 725187 33554432000 4194304 5654031 140734136978880 140734136976664 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32327/statm: 859363 725187 140 357 0 859003 0
Current children cumulated CPU time (s) 221.97
Current children cumulated vsize (KiB) 5791912

[startup+282.3 s]
/proc/loadavg: 2.12 2.06 2.09 3/181 32330
/proc/meminfo: memFree=25149980/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=2345312 CPUtime=84.36 cores=1,3,5,7

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

/proc/meminfo: memFree=25135504/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=2345312 CPUtime=84.36 cores=1,3,5,7
/proc/32308/stat : 32308 (npSolver-pbo) S 32307 32307 31464 0 -1 4202496 54338 25932 0 0 1992 293 5798 353 20 0 1 0 383744800 2401599488 382239 33554432000 4194304 6004724 140736327904016 140736327890296 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/32308/statm: 586328 382239 174 442 0 585882 0
[pid=32327] ppid=32308 vsize=3456136 CPUtime=1217.44 cores=1,3,5,7
/proc/32327/stat : 32327 (glucosInc) R 32308 32307 31464 0 -1 4202496 470937 0 0 0 121568 176 0 0 20 0 1 0 383753265 3539083264 730274 33554432000 4194304 5654031 140734136978880 140734136976664 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32327/statm: 864034 730274 141 357 0 863674 0
Current children cumulated CPU time (s) 1301.8
Current children cumulated vsize (KiB) 5810596

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32342
/proc/meminfo: memFree=25156016/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=2345312 CPUtime=84.36 cores=1,3,5,7
/proc/32308/stat : 32308 (npSolver-pbo) S 32307 32307 31464 0 -1 4202496 54338 25932 0 0 1992 293 5798 353 20 0 1 0 383744800 2401599488 382239 33554432000 4194304 6004724 140736327904016 140736327890296 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/32308/statm: 586328 382239 174 442 0 585882 0
[pid=32327] ppid=32308 vsize=3456852 CPUtime=1277.43 cores=1,3,5,7
/proc/32327/stat : 32327 (glucosInc) R 32308 32307 31464 0 -1 4202496 477659 0 0 0 127564 179 0 0 20 0 1 0 383753265 3539816448 730448 33554432000 4194304 5654031 140734136978880 140734136976664 4214475 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32327/statm: 864213 730448 141 357 0 863853 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 5811312

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32342
/proc/meminfo: memFree=25120740/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=2345312 CPUtime=84.36 cores=1,3,5,7
/proc/32308/stat : 32308 (npSolver-pbo) S 32307 32307 31464 0 -1 4202496 54338 25932 0 0 1992 293 5798 353 20 0 1 0 383744800 2401599488 382239 33554432000 4194304 6004724 140736327904016 140736327890296 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/32308/statm: 586328 382239 174 442 0 585882 0
[pid=32327] ppid=32308 vsize=3457556 CPUtime=1337.43 cores=1,3,5,7
/proc/32327/stat : 32327 (glucosInc) R 32308 32307 31464 0 -1 4202496 484399 0 0 0 133562 181 0 0 20 0 1 0 383753265 3540537344 730627 33554432000 4194304 5654031 140734136978880 140734136976664 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32327/statm: 864389 730627 141 357 0 864029 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 5812016

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32343
/proc/meminfo: memFree=25116364/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=2345312 CPUtime=84.36 cores=1,3,5,7
/proc/32308/stat : 32308 (npSolver-pbo) S 32307 32307 31464 0 -1 4202496 54338 25932 0 0 1992 293 5798 353 20 0 1 0 383744800 2401599488 382239 33554432000 4194304 6004724 140736327904016 140736327890296 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/32308/statm: 586328 382239 174 442 0 585882 0
[pid=32327] ppid=32308 vsize=3457756 CPUtime=1397.41 cores=1,3,5,7
/proc/32327/stat : 32327 (glucosInc) R 32308 32307 31464 0 -1 4202496 491033 0 0 0 139558 183 0 0 20 0 1 0 383753265 3540742144 730700 33554432000 4194304 5654031 140734136978880 140734136966696 4232625 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32327/statm: 864439 730700 141 357 0 864079 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 5812216

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32343
/proc/meminfo: memFree=25151184/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=2345312 CPUtime=84.36 cores=1,3,5,7
/proc/32308/stat : 32308 (npSolver-pbo) S 32307 32307 31464 0 -1 4202496 54338 25932 0 0 1992 293 5798 353 20 0 1 0 383744800 2401599488 382239 33554432000 4194304 6004724 140736327904016 140736327890296 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/32308/statm: 586328 382239 174 442 0 585882 0
[pid=32327] ppid=32308 vsize=3458104 CPUtime=1457.41 cores=1,3,5,7
/proc/32327/stat : 32327 (glucosInc) R 32308 32307 31464 0 -1 4202496 497664 0 0 0 145555 186 0 0 20 0 1 0 383753265 3541098496 730784 33554432000 4194304 5654031 140734136978880 140734136966696 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32327/statm: 864526 730784 141 357 0 864166 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 5812564

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32343
/proc/meminfo: memFree=25142572/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=2345312 CPUtime=84.36 cores=1,3,5,7
/proc/32308/stat : 32308 (npSolver-pbo) S 32307 32307 31464 0 -1 4202496 54338 25932 0 0 1992 293 5798 353 20 0 1 0 383744800 2401599488 382239 33554432000 4194304 6004724 140736327904016 140736327890296 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/32308/statm: 586328 382239 174 442 0 585882 0
[pid=32327] ppid=32308 vsize=3458708 CPUtime=1517.38 cores=1,3,5,7
/proc/32327/stat : 32327 (glucosInc) R 32308 32307 31464 0 -1 4202496 501084 0 0 0 151550 188 0 0 20 0 1 0 383753265 3541716992 731278 33554432000 4194304 5654031 140734136978880 140734136976664 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32327/statm: 864677 731278 141 357 0 864317 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 5813168

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 32346
/proc/meminfo: memFree=25131700/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=2345312 CPUtime=84.36 cores=1,3,5,7
/proc/32308/stat : 32308 (npSolver-pbo) S 32307 32307 31464 0 -1 4202496 54338 25932 0 0 1992 293 5798 353 20 0 1 0 383744800 2401599488 382239 33554432000 4194304 6004724 140736327904016 140736327890296 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/32308/statm: 586328 382239 174 442 0 585882 0
[pid=32327] ppid=32308 vsize=3459140 CPUtime=1577.36 cores=1,3,5,7
/proc/32327/stat : 32327 (glucosInc) R 32308 32307 31464 0 -1 4202496 507781 0 0 0 157545 191 0 0 20 0 1 0 383753265 3542159360 731399 33554432000 4194304 5654031 140734136978880 140734136976664 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32327/statm: 864785 731399 141 357 0 864425 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 5813600

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32346
/proc/meminfo: memFree=25122148/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=2345312 CPUtime=84.36 cores=1,3,5,7
/proc/32308/stat : 32308 (npSolver-pbo) S 32307 32307 31464 0 -1 4202496 54338 25932 0 0 1992 293 5798 353 20 0 1 0 383744800 2401599488 382239 33554432000 4194304 6004724 140736327904016 140736327890296 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/32308/statm: 586328 382239 174 442 0 585882 0
[pid=32327] ppid=32308 vsize=3459272 CPUtime=1637.35 cores=1,3,5,7
/proc/32327/stat : 32327 (glucosInc) R 32308 32307 31464 0 -1 4202496 514377 0 0 0 163541 194 0 0 20 0 1 0 383753265 3542294528 731452 33554432000 4194304 5654031 140734136978880 140734136976952 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32327/statm: 864818 731452 141 357 0 864458 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 5813732

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 32347
/proc/meminfo: memFree=25111660/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=2345312 CPUtime=84.36 cores=1,3,5,7
/proc/32308/stat : 32308 (npSolver-pbo) S 32307 32307 31464 0 -1 4202496 54338 25932 0 0 1992 293 5798 353 20 0 1 0 383744800 2401599488 382239 33554432000 4194304 6004724 140736327904016 140736327890296 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/32308/statm: 586328 382239 174 442 0 585882 0
[pid=32327] ppid=32308 vsize=3459892 CPUtime=1697.34 cores=1,3,5,7
/proc/32327/stat : 32327 (glucosInc) R 32308 32307 31464 0 -1 4202496 521069 0 0 0 169537 197 0 0 20 0 1 0 383753265 3542929408 731587 33554432000 4194304 5654031 140734136978880 140734136976664 4214597 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32327/statm: 864973 731587 141 357 0 864613 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 5814352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 32387
/proc/meminfo: memFree=25853684/32873844 swapFree=8656/8656
[pid=32307] ppid=32305 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/32307/stat : 32307 (npSolver-pbo-It) S 32305 32307 31464 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 383744799 9367552 275 33554432000 4194304 5064252 140735993735840 140735993734752 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/32307/statm: 2287 275 233 213 0 72 0
[pid=32308] ppid=32307 vsize=2345312 CPUtime=84.36 cores=1,3,5,7
/proc/32308/stat : 32308 (npSolver-pbo) S 32307 32307 31464 0 -1 4202496 54338 25932 0 0 1992 293 5798 353 20 0 1 0 383744800 2401599488 382239 33554432000 4194304 6004724 140736327904016 140736327890296 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/32308/statm: 586328 382239 174 442 0 585882 0
[pid=32327] ppid=32308 vsize=3460288 CPUtime=1715.75 cores=1,3,5,7
/proc/32327/stat : 32327 (glucosInc) R 32308 32307 31464 0 -1 4202496 524443 0 0 0 171377 198 0 0 20 0 1 0 383753265 3543334912 731690 33554432000 4194304 5654031 140734136978880 140734136976664 4209118 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/32327/statm: 865072 731690 141 357 0 864712 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 5814748

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 32307 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.11
#
# 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.11
CPU user time (s): 1791.67
CPU system time (s): 8.44
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 5855876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357
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= 1

runsolver used 4.33034 second user time and 11.1243 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-08 19:22:43
IDJOB=3751808
IDBENCH=92711
IDSOLVER=2335
FILE ID=node102/3751808-1339176162
RUNJOBID= node102-1339170244-31481
PBS_JOBID= 14643844
Free space on /tmp= 71072 MiB

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

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

MD5SUM BENCH= 8a0357f27d5f5de0e126f33d36b976d2
RANDOM SEED=157447532

node102.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.178
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.35
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.178
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.90
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.178
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.91
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.178
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.178
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.178
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	: 5438.54
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.178
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.178
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:        31451832 kB
Buffers:          273016 kB
Cached:           208444 kB
SwapCached:         2676 kB
Active:           519252 kB
Inactive:          25372 kB
Active(anon):      58680 kB
Inactive(anon):     7192 kB
Active(file):     460572 kB
Inactive(file):    18180 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67099976 kB
Dirty:             45604 kB
Writeback:             0 kB
AnonPages:         47464 kB
Mapped:             9452 kB
Shmem:                 0 kB
Slab:             733776 kB
SReclaimable:     174500 kB
SUnreclaim:       559276 kB
KernelStack:        1456 kB
PageTables:         4220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     188596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 69852 MiB
End job on node102 at 2012-06-08 19:52:45