Trace number 3702641

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? (TO) 1800.05 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_8_mh.opb
MD5SUMe48ee9240e6d9b52ec3ebd9cb27e0b8c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7759662
Best CPU time to get the best result obtained on this benchmark1800.54
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 119095488
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 17168297281
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 119095488
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 17168297281
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.00/0.65	c run inc solver
0.00/0.65	c [INC SYSTEM] run initial solver
0.00/0.65	c [INC SYSTEM] preprocess with white file
3.18/3.25	c [INC SYSTEM] finished preprocessing in 2 s
3.18/3.25	c [INC SYSTEM] execute solver
7.76/7.87	c [INC SEARCH] formula is SAT
7.76/7.89	c [INC SYSTEM] solved the initial formula
7.97/8.00	c model valid
7.97/8.00	c current solution ok
9.27/9.40	o 311011765
9.27/9.40	c starting approximation
9.27/9.40	c factor = 2
9.27/9.40	c factor still to low - shrinking to 1.56983e+07
9.27/9.40	c approx number of clauses: 1e+06
9.36/9.40	c current bound: 155505888
10.24/10.38	c leaving approximation
10.24/10.38	c finished approximation
10.24/10.38	c [INC SYSTEM] there exists a inc, kill it!
10.24/10.38	c write failed with 2
10.24/10.39	c [INC SEARCH] iteration: 0
10.24/10.39	c [INC BOUNDS] best value:311011790 search for 311011789
10.24/10.39	c [INC SYSTEM] create new solver instance
10.24/10.39	c [INC] encode full formula
10.24/10.39	c fallback to adder encoding
13.07/13.20	c set iterative enc to: adder
13.07/13.20	c set iterative enc to: none
13.48/13.59	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.51	HOME/npSolver-pbo-Itdqb.sh: line 18: 10042 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -useBinSearch=0 -useCP2=1 -useInc=1

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-3702641-1338129932/watcher-3702641-1338129932 -o /tmp/evaluation-result-3702641-1338129932/solver-3702641-1338129932 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702641-1338129932.opb 387565985 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10040
/proc/meminfo: memFree=30700952/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (runsolver) D 10038 10040 9266 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 279120001 12095488 50 33554432000 4194304 5436572 140736123829616 140736123825912 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/10040/statm: 2953 50 31 304 0 2645 0

[startup+0.0418591 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10040
/proc/meminfo: memFree=30700952/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100219 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10040
/proc/meminfo: memFree=30700952/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300183 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10040
/proc/meminfo: memFree=30700952/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700262 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10040
/proc/meminfo: memFree=30700952/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50046 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 10044
/proc/meminfo: memFree=30521512/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
[pid=10042] ppid=10040 vsize=52636 CPUtime=0.67 cores=0,2,4,6
/proc/10042/stat : 10042 (npSolver-pbo) S 10040 10040 9266 0 -1 4202496 7941 0 0 0 60 7 0 0 20 0 1 0 279120001 53899264 9658 33554432000 4194304 5992684 140733406467488 140733406461936 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10042/statm: 13159 9658 171 440 0 12715 0
[pid=10043] ppid=10042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10043/stat : 10043 (cp2_pre.sh) S 10042 10040 9266 0 -1 4202496 611 0 0 0 0 0 0 0 20 0 1 0 279120070 9367552 277 33554432000 4194304 5064252 140733460304880 140733460303584 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10043/statm: 2287 277 234 213 0 72 0
[pid=10044] ppid=10043 vsize=170252 CPUtime=0.8 cores=0,2,4,6
/proc/10044/stat : 10044 (coprocessor) R 10043 10040 9266 0 -1 4202496 27851 0 0 0 75 5 0 0 20 0 1 0 279120070 174338048 38095 33554432000 4194304 6586260 140735960136688 140733460303608 5511711 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/10044/statm: 42563 38095 166 584 0 41975 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 241184

[startup+3.10037 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 10044
/proc/meminfo: memFree=30466072/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
[pid=10042] ppid=10040 vsize=52636 CPUtime=0.67 cores=0,2,4,6
/proc/10042/stat : 10042 (npSolver-pbo) S 10040 10040 9266 0 -1 4202496 7941 0 0 0 60 7 0 0 20 0 1 0 279120001 53899264 9658 33554432000 4194304 5992684 140733406467488 140733406461936 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10042/statm: 13159 9658 171 440 0 12715 0
[pid=10043] ppid=10042 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10043/stat : 10043 (cp2_pre.sh) S 10042 10040 9266 0 -1 4202496 611 0 0 0 0 0 0 0 20 0 1 0 279120070 9367552 277 33554432000 4194304 5064252 140733460304880 140733460303584 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/10043/statm: 2287 277 234 213 0 72 0
[pid=10044] ppid=10043 vsize=210616 CPUtime=2.39 cores=0,2,4,6
/proc/10044/stat : 10044 (coprocessor) R 10043 10040 9266 0 -1 4202496 35326 0 0 0 229 10 0 0 20 0 1 0 279120070 215670784 51438 33554432000 4194304 6586260 140735960136688 140735960132440 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/10044/statm: 52654 51438 200 584 0 52066 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 281548

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10046
/proc/meminfo: memFree=30546232/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
[pid=10042] ppid=10040 vsize=52636 CPUtime=3.22 cores=0,2,4,6
/proc/10042/stat : 10042 (npSolver-pbo) S 10040 10040 9266 0 -1 4202496 7960 36231 0 0 60 7 242 13 20 0 1 0 279120001 53899264 9660 33554432000 4194304 5992684 140733406467488 140733406453752 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/10042/statm: 13159 9660 173 440 0 12715 0
[pid=10046] ppid=10042 vsize=98576 CPUtime=3.04 cores=0,2,4,6
/proc/10046/stat : 10046 (glucosInc) R 10042 10040 9266 0 -1 4202496 20794 0 0 0 301 3 0 0 20 0 1 0 279120326 100941824 22835 33554432000 4194304 5654031 140736263628144 140736263625928 4233213 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10046/statm: 24644 22835 140 357 0 24284 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 160360

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10054
/proc/meminfo: memFree=30455416/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
[pid=10042] ppid=10040 vsize=369924 CPUtime=12.67 cores=0,2,4,6
/proc/10042/stat : 10042 (npSolver-pbo) R 10040 10040 9266 0 -1 4202496 16225 89115 0 0 327 130 780 30 20 0 1 0 279120001 378802176 62219 33554432000 4194304 5992684 140733406467488 140733406460200 4525041 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10042/statm: 92481 62219 204 440 0 92037 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 379072

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10056
/proc/meminfo: memFree=29905244/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
[pid=10042] ppid=10040 vsize=66736 CPUtime=13.55 cores=0,2,4,6
/proc/10042/stat : 10042 (npSolver-pbo) S 10040 10040 9266 0 -1 4202496 16883 89631 0 0 381 161 780 33 20 0 1 0 279120001 68337664 13218 33554432000 4194304 5992684 140733406467488 140733406453320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/10042/statm: 16684 13218 205 440 0 16240 0
[pid=10056] ppid=10042 vsize=568644 CPUtime=11.9 cores=0,2,4,6
/proc/10056/stat : 10056 (glucosInc) R 10042 10040 9266 0 -1 4202496 85416 0 0 0 1167 23 0 0 20 0 1 0 279121360 582291456 127479 33554432000 4194304 5654031 140733922456368 140733922454152 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10056/statm: 142161 127479 141 357 0 141801 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 644528

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10056
/proc/meminfo: memFree=29900980/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
[pid=10042] ppid=10040 vsize=66736 CPUtime=13.55 cores=0,2,4,6
/proc/10042/stat : 10042 (npSolver-pbo) S 10040 10040 9266 0 -1 4202496 16883 89631 0 0 381 161 780 33 20 0 1 0 279120001 68337664 13218 33554432000 4194304 5992684 140733406467488 140733406453320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/10042/statm: 16684 13218 205 440 0 16240 0
[pid=10056] ppid=10042 vsize=571508 CPUtime=37.49 cores=0,2,4,6
/proc/10056/stat : 10056 (glucosInc) R 10042 10040 9266 0 -1 4202496 86613 0 0 0 3726 23 0 0 20 0 1 0 279121360 585224192 128676 33554432000 4194304 5654031 140733922456368 140733922454152 4215196 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10056/statm: 142877 128676 142 357 0 142517 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 647392

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10056
/proc/meminfo: memFree=29894696/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
[pid=10042] ppid=10040 vsize=66736 CPUtime=13.55 cores=0,2,4,6
/proc/10042/stat : 10042 (npSolver-pbo) S 10040 10040 9266 0 -1 4202496 16883 89631 0 0 381 161 780 33 20 0 1 0 279120001 68337664 13218 33554432000 4194304 5992684 140733406467488 140733406453320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/10042/statm: 16684 13218 205 440 0 16240 0
[pid=10056] ppid=10042 vsize=573492 CPUtime=88.69 cores=0,2,4,6
/proc/10056/stat : 10056 (glucosInc) R 10042 10040 9266 0 -1 4202496 87121 0 0 0 8846 23 0 0 20 0 1 0 279121360 587255808 129695 33554432000 4194304 5654031 140733922456368 140733922454152 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10056/statm: 143373 129695 142 357 0 143013 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 649376

[startup+162.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 10104
/proc/meminfo: memFree=30627388/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
[pid=10042] ppid=10040 vsize=66736 CPUtime=13.55 cores=0,2,4,6
/proc/10042/stat : 10042 (npSolver-pbo) S 10040 10040 9266 0 -1 4202496 16883 89631 0 0 381 161 780 33 20 0 1 0 279120001 68337664 13218 33554432000 4194304 5992684 140733406467488 140733406453320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/10042/statm: 16684 13218 205 440 0 16240 0
[pid=10056] ppid=10042 vsize=574856 CPUtime=148.67 cores=0,2,4,6
/proc/10056/stat : 10056 (glucosInc) R 10042 10040 9266 0 -1 4202496 87477 0 0 0 14844 23 0 0 20 0 1 0 279121360 588652544 130051 33554432000 4194304 5654031 140733922456368 140733922454152 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10056/statm: 143714 130051 142 357 0 143354 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 650740

[startup+222.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/181 10111
/proc/meminfo: memFree=30563500/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
[pid=10042] ppid=10040 vsize=66736 CPUtime=13.55 cores=0,2,4,6
/proc/10042/stat : 10042 (npSolver-pbo) S 10040 10040 9266 0 -1 4202496 16883 89631 0 0 381 161 780 33 20 0 1 0 279120001 68337664 13218 33554432000 4194304 5992684 140733406467488 140733406453320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/10042/statm: 16684 13218 205 440 0 16240 0
[pid=10056] ppid=10042 vsize=581964 CPUtime=208.65 cores=0,2,4,6
/proc/10056/stat : 10056 (glucosInc) R 10042 10040 9266 0 -1 4202496 88689 0 0 0 20841 24 0 0 20 0 1 0 279121360 595931136 132772 33554432000 4194304 5654031 140733922456368 140733922444184 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10056/statm: 145491 132772 142 357 0 145131 0
Current children cumulated CPU time (s) 222.2

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

/proc/loadavg: 2.00 2.00 2.00 3/181 10144
/proc/meminfo: memFree=30457620/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
[pid=10042] ppid=10040 vsize=66736 CPUtime=13.55 cores=0,2,4,6
/proc/10042/stat : 10042 (npSolver-pbo) S 10040 10040 9266 0 -1 4202496 16883 89631 0 0 381 161 780 33 20 0 1 0 279120001 68337664 13218 33554432000 4194304 5992684 140733406467488 140733406453320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/10042/statm: 16684 13218 205 440 0 16240 0
[pid=10056] ppid=10042 vsize=681428 CPUtime=1348.37 cores=0,2,4,6
/proc/10056/stat : 10056 (glucosInc) R 10042 10040 9266 0 -1 4202496 92887 0 0 0 134807 30 0 0 20 0 1 0 279121360 697782272 142239 33554432000 4194304 5654031 140733922456368 140733922444184 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10056/statm: 170357 142239 142 357 0 169997 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 757312

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10144
/proc/meminfo: memFree=30442052/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
[pid=10042] ppid=10040 vsize=66736 CPUtime=13.55 cores=0,2,4,6
/proc/10042/stat : 10042 (npSolver-pbo) S 10040 10040 9266 0 -1 4202496 16883 89631 0 0 381 161 780 33 20 0 1 0 279120001 68337664 13218 33554432000 4194304 5992684 140733406467488 140733406453320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/10042/statm: 16684 13218 205 440 0 16240 0
[pid=10056] ppid=10042 vsize=681428 CPUtime=1408.35 cores=0,2,4,6
/proc/10056/stat : 10056 (glucosInc) R 10042 10040 9266 0 -1 4202496 92899 0 0 0 140805 30 0 0 20 0 1 0 279121360 697782272 143263 33554432000 4194304 5654031 140733922456368 140733922444184 4233332 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10056/statm: 170357 143263 142 357 0 169997 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 757312

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/182 10147
/proc/meminfo: memFree=30475056/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
[pid=10042] ppid=10040 vsize=66736 CPUtime=13.55 cores=0,2,4,6
/proc/10042/stat : 10042 (npSolver-pbo) S 10040 10040 9266 0 -1 4202496 16883 89631 0 0 381 161 780 33 20 0 1 0 279120001 68337664 13218 33554432000 4194304 5992684 140733406467488 140733406453320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/10042/statm: 16684 13218 205 440 0 16240 0
[pid=10056] ppid=10042 vsize=600040 CPUtime=1468.34 cores=0,2,4,6
/proc/10056/stat : 10056 (glucosInc) R 10042 10040 9266 0 -1 4202496 93564 0 0 0 146802 32 0 0 20 0 1 0 279121360 614440960 136439 33554432000 4194304 5654031 140733922456368 140733922444184 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10056/statm: 150010 136439 142 357 0 149650 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 675924

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 10147
/proc/meminfo: memFree=30460928/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
[pid=10042] ppid=10040 vsize=66736 CPUtime=13.55 cores=0,2,4,6
/proc/10042/stat : 10042 (npSolver-pbo) S 10040 10040 9266 0 -1 4202496 16883 89631 0 0 381 161 780 33 20 0 1 0 279120001 68337664 13218 33554432000 4194304 5992684 140733406467488 140733406453320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/10042/statm: 16684 13218 205 440 0 16240 0
[pid=10056] ppid=10042 vsize=600040 CPUtime=1528.33 cores=0,2,4,6
/proc/10056/stat : 10056 (glucosInc) R 10042 10040 9266 0 -1 4202496 93567 0 0 0 152801 32 0 0 20 0 1 0 279121360 614440960 137975 33554432000 4194304 5654031 140733922456368 140733922444184 4232618 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10056/statm: 150010 137975 142 357 0 149650 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 675924

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10147
/proc/meminfo: memFree=30502260/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
[pid=10042] ppid=10040 vsize=66736 CPUtime=13.55 cores=0,2,4,6
/proc/10042/stat : 10042 (npSolver-pbo) S 10040 10040 9266 0 -1 4202496 16883 89631 0 0 381 161 780 33 20 0 1 0 279120001 68337664 13218 33554432000 4194304 5992684 140733406467488 140733406453320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/10042/statm: 16684 13218 205 440 0 16240 0
[pid=10056] ppid=10042 vsize=603844 CPUtime=1588.32 cores=0,2,4,6
/proc/10056/stat : 10056 (glucosInc) R 10042 10040 9266 0 -1 4202496 93621 0 0 0 158800 32 0 0 20 0 1 0 279121360 618336256 139051 33554432000 4194304 5654031 140733922456368 140733922444184 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10056/statm: 150961 139051 142 357 0 150601 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 679728

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10148
/proc/meminfo: memFree=30463104/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
[pid=10042] ppid=10040 vsize=66736 CPUtime=13.55 cores=0,2,4,6
/proc/10042/stat : 10042 (npSolver-pbo) S 10040 10040 9266 0 -1 4202496 16883 89631 0 0 381 161 780 33 20 0 1 0 279120001 68337664 13218 33554432000 4194304 5992684 140733406467488 140733406453320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/10042/statm: 16684 13218 205 440 0 16240 0
[pid=10056] ppid=10042 vsize=603844 CPUtime=1648.31 cores=0,2,4,6
/proc/10056/stat : 10056 (glucosInc) R 10042 10040 9266 0 -1 4202496 93623 0 0 0 164799 32 0 0 20 0 1 0 279121360 618336256 140075 33554432000 4194304 5654031 140733922456368 140733922444184 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10056/statm: 150961 140075 142 357 0 150601 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 679728

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10148
/proc/meminfo: memFree=30452184/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
[pid=10042] ppid=10040 vsize=66736 CPUtime=13.55 cores=0,2,4,6
/proc/10042/stat : 10042 (npSolver-pbo) S 10040 10040 9266 0 -1 4202496 16883 89631 0 0 381 161 780 33 20 0 1 0 279120001 68337664 13218 33554432000 4194304 5992684 140733406467488 140733406453320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/10042/statm: 16684 13218 205 440 0 16240 0
[pid=10056] ppid=10042 vsize=685232 CPUtime=1708.3 cores=0,2,4,6
/proc/10056/stat : 10056 (glucosInc) R 10042 10040 9266 0 -1 4202496 94313 0 0 0 170797 33 0 0 20 0 1 0 279121360 701677568 141268 33554432000 4194304 5654031 140733922456368 140733922444184 4208595 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10056/statm: 171308 141268 142 357 0 170948 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 761116

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10150
/proc/meminfo: memFree=30528700/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
[pid=10042] ppid=10040 vsize=66736 CPUtime=13.55 cores=0,2,4,6
/proc/10042/stat : 10042 (npSolver-pbo) S 10040 10040 9266 0 -1 4202496 16883 89631 0 0 381 161 780 33 20 0 1 0 279120001 68337664 13218 33554432000 4194304 5992684 140733406467488 140733406453320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/10042/statm: 16684 13218 205 440 0 16240 0
[pid=10056] ppid=10042 vsize=685232 CPUtime=1768.29 cores=0,2,4,6
/proc/10056/stat : 10056 (glucosInc) R 10042 10040 9266 0 -1 4202496 94315 0 0 0 176796 33 0 0 20 0 1 0 279121360 701677568 142292 33554432000 4194304 5654031 140733922456368 140733922444184 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10056/statm: 171308 142292 142 357 0 170948 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 761116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10150
/proc/meminfo: memFree=30524356/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
[pid=10042] ppid=10040 vsize=66736 CPUtime=13.55 cores=0,2,4,6
/proc/10042/stat : 10042 (npSolver-pbo) S 10040 10040 9266 0 -1 4202496 16883 89631 0 0 381 161 780 33 20 0 1 0 279120001 68337664 13218 33554432000 4194304 5992684 140733406467488 140733406453320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/10042/statm: 16684 13218 205 440 0 16240 0
[pid=10056] ppid=10042 vsize=685232 CPUtime=1786.5 cores=0,2,4,6
/proc/10056/stat : 10056 (glucosInc) R 10042 10040 9266 0 -1 4202496 94316 0 0 0 178617 33 0 0 20 0 1 0 279121360 701677568 142804 33554432000 4194304 5654031 140733922456368 140733922444184 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10056/statm: 171308 142804 142 357 0 170948 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 761116

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10150
/proc/meminfo: memFree=30524356/32873648 swapFree=6852/6852
[pid=10040] ppid=10038 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10040/stat : 10040 (npSolver-pbo-It) S 10038 10040 9266 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279120001 9367552 275 33554432000 4194304 5064252 140735887415168 140735887414080 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10040/statm: 2287 275 233 213 0 72 0
[pid=10042] ppid=10040 vsize=66736 CPUtime=13.55 cores=0,2,4,6
/proc/10042/stat : 10042 (npSolver-pbo) S 10040 10040 9266 0 -1 4202496 16883 89631 0 0 381 161 780 33 20 0 1 0 279120001 68337664 13218 33554432000 4194304 5992684 140733406467488 140733406453320 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 1 0 0
/proc/10042/statm: 16684 13218 205 440 0 16240 0
[pid=10056] ppid=10042 vsize=685232 CPUtime=1786.5 cores=0,2,4,6
/proc/10056/stat : 10056 (glucosInc) R 10042 10040 9266 0 -1 4202496 94316 0 0 0 178617 33 0 0 20 0 1 0 279121360 701677568 142804 33554432000 4194304 5654031 140733922456368 140733922444184 4232477 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10056/statm: 171308 142804 142 357 0 170948 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 761116

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10040 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=613234
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=955702
# CPU time returned by wait4() is 13.5689
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.05
CPU user time (s): 1797.78
CPU system time (s): 2.27
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 887540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.6132
system time used= 1.9557
maximum resident set size= 435352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106889
page faults= 0
swaps= 0
block input operations= 16
block output operations= 601232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 576
involuntary context switches= 52

runsolver used 5.2572 second user time and 20.7099 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-27 16:45:32
IDJOB=3702641
IDBENCH=92701
IDSOLVER=2278
FILE ID=node115/3702641-1338129932
RUNJOBID= node115-1338123580-9282
PBS_JOBID= 14624500
Free space on /tmp= 71420 MiB

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

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

MD5SUM BENCH= e48ee9240e6d9b52ec3ebd9cb27e0b8c
RANDOM SEED=387565985

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30701696 kB
Buffers:          274620 kB
Cached:           460996 kB
SwapCached:          936 kB
Active:          1324968 kB
Inactive:          25924 kB
Active(anon):     607304 kB
Inactive(anon):    10284 kB
Active(file):     717664 kB
Inactive(file):    15640 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106408 kB
Dirty:             10928 kB
Writeback:             0 kB
AnonPages:        621020 kB
Mapped:            12988 kB
Shmem:                96 kB
Slab:             681396 kB
SReclaimable:     125900 kB
SUnreclaim:       555496 kB
KernelStack:        1496 kB
PageTables:         5372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     785628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71376 MiB
End job on node115 at 2012-05-27 17:15:33