Trace number 3702642

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.04 1801.22

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_9_mh.opb
MD5SUM2d28530068eb86764968fa921334caf4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2596841
Best CPU time to get the best result obtained on this benchmark1800.37
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 16775
Biggest coefficient in the objective function 123505992
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 14263006373
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 123505992
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 14263006373
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.63	c run inc solver
0.00/0.63	c [INC SYSTEM] run initial solver
0.00/0.63	c [INC SYSTEM] preprocess with white file
3.48/3.51	c [INC SYSTEM] finished preprocessing in 2 s
3.48/3.51	c [INC SYSTEM] execute solver
10.77/10.81	c [INC SEARCH] formula is SAT
10.77/10.82	c [INC SYSTEM] solved the initial formula
10.88/10.93	c model valid
10.88/10.93	c current solution ok
12.11/12.28	o 344236279
12.11/12.28	c starting approximation
12.11/12.28	c factor = 2
12.11/12.28	c factor still to low - shrinking to 1.73237e+07
12.11/12.28	c approx number of clauses: 1e+06
12.11/12.28	c current bound: 172118144
13.69/13.86	c leaving approximation
13.69/13.86	c finished approximation
13.69/13.86	c [INC SYSTEM] there exists a inc, kill it!
13.69/13.86	c write failed with 2
13.69/13.87	c [INC SEARCH] iteration: 0
13.69/13.87	c [INC BOUNDS] best value:344236304 search for 344236303
13.69/13.87	c [INC SYSTEM] create new solver instance
13.69/13.87	c [INC] encode full formula
13.69/13.87	c fallback to adder encoding
16.43/16.58	c set iterative enc to: adder
16.43/16.58	c set iterative enc to: none
16.84/17.68	c [INC SEARCH] isOptimum variable: 0
1800.04/1801.21	HOME/npSolver-pbo-Itdqb.sh: line 18:  4945 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-3702642-1338130496/watcher-3702642-1338130496 -o /tmp/evaluation-result-3702642-1338130496/solver-3702642-1338130496 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702642-1338130496.opb 781390770 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/180 4944
/proc/meminfo: memFree=30658928/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0

[startup+0.071299 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4944
/proc/meminfo: memFree=30658928/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4944
/proc/meminfo: memFree=30658928/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300229 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4944
/proc/meminfo: memFree=30658928/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700321 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4944
/proc/meminfo: memFree=30658928/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50043 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 4948
/proc/meminfo: memFree=30477628/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
[pid=4945] ppid=4944 vsize=52636 CPUtime=0.64 cores=1,3,5,7
/proc/4945/stat : 4945 (npSolver-pbo) S 4944 4944 4091 0 -1 4202496 8143 0 0 0 57 7 0 0 20 0 1 0 279174952 53899264 9860 33554432000 4194304 5992684 140735835633152 140735835627600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4945/statm: 13159 9860 171 440 0 12715 0
[pid=4947] ppid=4945 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4947/stat : 4947 (cp2_pre.sh) S 4945 4944 4091 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 279175017 9367552 277 33554432000 4194304 5064252 140733806151680 140733806150384 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4947/statm: 2287 277 234 213 0 72 0
[pid=4948] ppid=4947 vsize=168800 CPUtime=0.83 cores=1,3,5,7
/proc/4948/stat : 4948 (coprocessor) R 4947 4944 4091 0 -1 4202496 27390 0 0 0 77 6 0 0 20 0 1 0 279175018 172851200 37634 33554432000 4194304 6586260 140734971189312 140734971185576 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/4948/statm: 42200 37635 166 584 0 41612 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 239732

[startup+3.10037 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 4948
/proc/meminfo: memFree=30423660/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
[pid=4945] ppid=4944 vsize=52636 CPUtime=0.64 cores=1,3,5,7
/proc/4945/stat : 4945 (npSolver-pbo) S 4944 4944 4091 0 -1 4202496 8143 0 0 0 57 7 0 0 20 0 1 0 279174952 53899264 9860 33554432000 4194304 5992684 140735835633152 140735835627600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4945/statm: 13159 9860 171 440 0 12715 0
[pid=4947] ppid=4945 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4947/stat : 4947 (cp2_pre.sh) S 4945 4944 4091 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 279175017 9367552 277 33554432000 4194304 5064252 140733806151680 140733806150384 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4947/statm: 2287 277 234 213 0 72 0
[pid=4948] ppid=4947 vsize=210888 CPUtime=2.43 cores=1,3,5,7
/proc/4948/stat : 4948 (coprocessor) R 4947 4944 4091 0 -1 4202496 35357 0 0 0 232 11 0 0 20 0 1 0 279175018 215949312 51469 33554432000 4194304 6586260 140734971189312 140734971185336 5250614 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/4948/statm: 52722 51469 200 584 0 52134 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 281820

[startup+6.30041 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4950
/proc/meminfo: memFree=30513244/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
[pid=4945] ppid=4944 vsize=52636 CPUtime=3.49 cores=1,3,5,7
/proc/4945/stat : 4945 (npSolver-pbo) S 4944 4944 4091 0 -1 4202496 8161 36261 0 0 57 7 270 15 20 0 1 0 279174952 53899264 9862 33554432000 4194304 5992684 140735835633152 140735835619416 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/4945/statm: 13159 9862 173 440 0 12715 0
[pid=4950] ppid=4945 vsize=97672 CPUtime=2.78 cores=1,3,5,7
/proc/4950/stat : 4950 (glucosInc) R 4945 4944 4091 0 -1 4202496 20557 0 0 0 274 4 0 0 20 0 1 0 279175303 100016128 22091 33554432000 4194304 5654031 140733477150576 140733477148360 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/4950/statm: 24418 22091 140 357 0 24058 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 159456

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4950
/proc/meminfo: memFree=30488960/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
[pid=4945] ppid=4944 vsize=74652 CPUtime=5.01 cores=1,3,5,7
/proc/4945/stat : 4945 (npSolver-pbo) S 4944 4944 4091 0 -1 4202496 11615 36777 0 0 109 104 270 18 20 0 1 0 279174952 76443648 14833 33554432000 4194304 5992684 140735835633152 140735835625440 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 5 0 0
/proc/4945/statm: 18663 14833 195 440 0 18219 0
[pid=4950] ppid=4945 vsize=99048 CPUtime=7.28 cores=1,3,5,7
/proc/4950/stat : 4950 (glucosInc) S 4945 4944 4091 0 -1 4202496 20936 0 0 0 724 4 0 0 20 0 1 0 279175303 101425152 22981 33554432000 4194304 5654031 140733477150576 140733477148888 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4950/statm: 24762 22981 146 357 0 24402 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 182848

[startup+25.5004 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 4960
/proc/meminfo: memFree=29861644/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
[pid=4945] ppid=4944 vsize=66712 CPUtime=16.92 cores=1,3,5,7
/proc/4945/stat : 4945 (npSolver-pbo) S 4944 4944 4091 0 -1 4202496 19117 90849 0 0 379 144 1131 38 20 0 1 0 279174952 68313088 13414 33554432000 4194304 5992684 140735835633152 140735835618984 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/4945/statm: 16678 13414 205 440 0 16234 0
[pid=4960] ppid=4945 vsize=567364 CPUtime=7.8 cores=1,3,5,7
/proc/4960/stat : 4960 (glucosInc) R 4945 4944 4091 0 -1 4202496 84396 0 0 0 750 30 0 0 20 0 1 0 279176720 580980736 127066 33554432000 4194304 5654031 140735340810848 140735340808632 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/4960/statm: 141841 127066 141 357 0 141481 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 643224

[startup+51.1004 s]
/proc/loadavg: 2.11 2.03 2.01 3/183 4960
/proc/meminfo: memFree=29855124/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
[pid=4945] ppid=4944 vsize=66712 CPUtime=16.92 cores=1,3,5,7
/proc/4945/stat : 4945 (npSolver-pbo) S 4944 4944 4091 0 -1 4202496 19117 90849 0 0 379 144 1131 38 20 0 1 0 279174952 68313088 13414 33554432000 4194304 5992684 140735835633152 140735835618984 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/4945/statm: 16678 13414 205 440 0 16234 0
[pid=4960] ppid=4945 vsize=577960 CPUtime=33.4 cores=1,3,5,7
/proc/4960/stat : 4960 (glucosInc) R 4945 4944 4091 0 -1 4202496 85888 0 0 0 3308 32 0 0 20 0 1 0 279176720 591831040 130091 33554432000 4194304 5654031 140735340810848 140735340798664 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4960/statm: 144490 130091 142 357 0 144130 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 653820

[startup+102.307 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 4960
/proc/meminfo: memFree=29850968/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
[pid=4945] ppid=4944 vsize=66712 CPUtime=16.92 cores=1,3,5,7
/proc/4945/stat : 4945 (npSolver-pbo) S 4944 4944 4091 0 -1 4202496 19117 90849 0 0 379 144 1131 38 20 0 1 0 279174952 68313088 13414 33554432000 4194304 5992684 140735835633152 140735835618984 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/4945/statm: 16678 13414 205 440 0 16234 0
[pid=4960] ppid=4945 vsize=577960 CPUtime=84.6 cores=1,3,5,7
/proc/4960/stat : 4960 (glucosInc) R 4945 4944 4091 0 -1 4202496 85888 0 0 0 8428 32 0 0 20 0 1 0 279176720 591831040 130091 33554432000 4194304 5654031 140735340810848 140735340798664 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4960/statm: 144490 130091 142 357 0 144130 0
Current children cumulated CPU time (s) 101.52
Current children cumulated vsize (KiB) 653820

[startup+162.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 4960
/proc/meminfo: memFree=29844452/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
[pid=4945] ppid=4944 vsize=66712 CPUtime=16.92 cores=1,3,5,7
/proc/4945/stat : 4945 (npSolver-pbo) S 4944 4944 4091 0 -1 4202496 19117 90849 0 0 379 144 1131 38 20 0 1 0 279174952 68313088 13414 33554432000 4194304 5992684 140735835633152 140735835618984 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/4945/statm: 16678 13414 205 440 0 16234 0
[pid=4960] ppid=4945 vsize=577960 CPUtime=144.58 cores=1,3,5,7
/proc/4960/stat : 4960 (glucosInc) R 4945 4944 4091 0 -1 4202496 85909 0 0 0 14426 32 0 0 20 0 1 0 279176720 591831040 130623 33554432000 4194304 5654031 140735340810848 140735340798664 4232477 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4960/statm: 144490 130623 142 357 0 144130 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 653820

[startup+222.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 4961
/proc/meminfo: memFree=29838004/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
[pid=4945] ppid=4944 vsize=66712 CPUtime=16.92 cores=1,3,5,7
/proc/4945/stat : 4945 (npSolver-pbo) S 4944 4944 4091 0 -1 4202496 19117 90849 0 0 379 144 1131 38 20 0 1 0 279174952 68313088 13414 33554432000 4194304 5992684 140735835633152 140735835618984 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/4945/statm: 16678 13414 205 440 0 16234 0
[pid=4960] ppid=4945 vsize=577960 CPUtime=204.57 cores=1,3,5,7

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

/proc/loadavg: 2.00 2.00 2.00 3/185 5040
/proc/meminfo: memFree=30505552/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
[pid=4945] ppid=4944 vsize=66712 CPUtime=16.92 cores=1,3,5,7
/proc/4945/stat : 4945 (npSolver-pbo) S 4944 4944 4091 0 -1 4202496 19117 90849 0 0 379 144 1131 38 20 0 1 0 279174952 68313088 13414 33554432000 4194304 5992684 140735835633152 140735835618984 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/4945/statm: 16678 13414 205 440 0 16234 0
[pid=4960] ppid=4945 vsize=596820 CPUtime=1284.3 cores=1,3,5,7
/proc/4960/stat : 4960 (glucosInc) R 4945 4944 4091 0 -1 4202496 89063 0 0 0 128393 37 0 0 20 0 1 0 279176720 611143680 138021 33554432000 4194304 5654031 140735340810848 140735340798664 4232800 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4960/statm: 149205 138021 142 357 0 148845 0
Current children cumulated CPU time (s) 1301.22
Current children cumulated vsize (KiB) 672680

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/185 5040
/proc/meminfo: memFree=30501208/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
[pid=4945] ppid=4944 vsize=66712 CPUtime=16.92 cores=1,3,5,7
/proc/4945/stat : 4945 (npSolver-pbo) S 4944 4944 4091 0 -1 4202496 19117 90849 0 0 379 144 1131 38 20 0 1 0 279174952 68313088 13414 33554432000 4194304 5992684 140735835633152 140735835618984 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/4945/statm: 16678 13414 205 440 0 16234 0
[pid=4960] ppid=4945 vsize=596820 CPUtime=1344.28 cores=1,3,5,7
/proc/4960/stat : 4960 (glucosInc) R 4945 4944 4091 0 -1 4202496 89108 0 0 0 134391 37 0 0 20 0 1 0 279176720 611143680 139088 33554432000 4194304 5654031 140735340810848 140735340798664 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4960/statm: 149205 139088 142 357 0 148845 0
Current children cumulated CPU time (s) 1361.2
Current children cumulated vsize (KiB) 672680

[startup+1422.31 s]
/proc/loadavg: 2.08 2.02 2.00 3/185 5041
/proc/meminfo: memFree=30498040/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
[pid=4945] ppid=4944 vsize=66712 CPUtime=16.92 cores=1,3,5,7
/proc/4945/stat : 4945 (npSolver-pbo) S 4944 4944 4091 0 -1 4202496 19117 90849 0 0 379 144 1131 38 20 0 1 0 279174952 68313088 13414 33554432000 4194304 5992684 140735835633152 140735835618984 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/4945/statm: 16678 13414 205 440 0 16234 0
[pid=4960] ppid=4945 vsize=678208 CPUtime=1404.28 cores=1,3,5,7
/proc/4960/stat : 4960 (glucosInc) R 4945 4944 4091 0 -1 4202496 89284 0 0 0 140390 38 0 0 20 0 1 0 279176720 694484992 139775 33554432000 4194304 5654031 140735340810848 140735340798664 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4960/statm: 169552 139775 142 357 0 169192 0
Current children cumulated CPU time (s) 1421.2
Current children cumulated vsize (KiB) 754068

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/185 5041
/proc/meminfo: memFree=30493944/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
[pid=4945] ppid=4944 vsize=66712 CPUtime=16.92 cores=1,3,5,7
/proc/4945/stat : 4945 (npSolver-pbo) S 4944 4944 4091 0 -1 4202496 19117 90849 0 0 379 144 1131 38 20 0 1 0 279174952 68313088 13414 33554432000 4194304 5992684 140735835633152 140735835618984 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/4945/statm: 16678 13414 205 440 0 16234 0
[pid=4960] ppid=4945 vsize=678208 CPUtime=1464.26 cores=1,3,5,7
/proc/4960/stat : 4960 (glucosInc) R 4945 4944 4091 0 -1 4202496 89286 0 0 0 146388 38 0 0 20 0 1 0 279176720 694484992 140799 33554432000 4194304 5654031 140735340810848 140735340798664 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4960/statm: 169552 140799 142 357 0 169192 0
Current children cumulated CPU time (s) 1481.18
Current children cumulated vsize (KiB) 754068

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/186 5044
/proc/meminfo: memFree=30492136/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
[pid=4945] ppid=4944 vsize=66712 CPUtime=16.92 cores=1,3,5,7
/proc/4945/stat : 4945 (npSolver-pbo) S 4944 4944 4091 0 -1 4202496 19117 90849 0 0 379 144 1131 38 20 0 1 0 279174952 68313088 13414 33554432000 4194304 5992684 140735835633152 140735835618984 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/4945/statm: 16678 13414 205 440 0 16234 0
[pid=4960] ppid=4945 vsize=678208 CPUtime=1524.26 cores=1,3,5,7
/proc/4960/stat : 4960 (glucosInc) R 4945 4944 4091 0 -1 4202496 89287 0 0 0 152387 39 0 0 20 0 1 0 279176720 694484992 141311 33554432000 4194304 5654031 140735340810848 140735340798664 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4960/statm: 169552 141311 142 357 0 169192 0
Current children cumulated CPU time (s) 1541.18
Current children cumulated vsize (KiB) 754068

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 5044
/proc/meminfo: memFree=30483332/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
[pid=4945] ppid=4944 vsize=66712 CPUtime=16.92 cores=1,3,5,7
/proc/4945/stat : 4945 (npSolver-pbo) S 4944 4944 4091 0 -1 4202496 19117 90849 0 0 379 144 1131 38 20 0 1 0 279174952 68313088 13414 33554432000 4194304 5992684 140735835633152 140735835618984 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/4945/statm: 16678 13414 205 440 0 16234 0
[pid=4960] ppid=4945 vsize=678208 CPUtime=1584.25 cores=1,3,5,7
/proc/4960/stat : 4960 (glucosInc) R 4945 4944 4091 0 -1 4202496 89289 0 0 0 158386 39 0 0 20 0 1 0 279176720 694484992 142335 33554432000 4194304 5654031 140735340810848 140735340798664 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4960/statm: 169552 142335 142 357 0 169192 0
Current children cumulated CPU time (s) 1601.17
Current children cumulated vsize (KiB) 754068

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 5044
/proc/meminfo: memFree=30471976/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
[pid=4945] ppid=4944 vsize=66712 CPUtime=16.92 cores=1,3,5,7
/proc/4945/stat : 4945 (npSolver-pbo) S 4944 4944 4091 0 -1 4202496 19117 90849 0 0 379 144 1131 38 20 0 1 0 279174952 68313088 13414 33554432000 4194304 5992684 140735835633152 140735835618984 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/4945/statm: 16678 13414 205 440 0 16234 0
[pid=4960] ppid=4945 vsize=681984 CPUtime=1644.24 cores=1,3,5,7
/proc/4960/stat : 4960 (glucosInc) R 4945 4944 4091 0 -1 4202496 89652 0 0 0 164385 39 0 0 20 0 1 0 279176720 698351616 143720 33554432000 4194304 5654031 140735340810848 140735340798664 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4960/statm: 170496 143720 142 357 0 170136 0
Current children cumulated CPU time (s) 1661.16
Current children cumulated vsize (KiB) 757844

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 5045
/proc/meminfo: memFree=30467632/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
[pid=4945] ppid=4944 vsize=66712 CPUtime=16.92 cores=1,3,5,7
/proc/4945/stat : 4945 (npSolver-pbo) S 4944 4944 4091 0 -1 4202496 19117 90849 0 0 379 144 1131 38 20 0 1 0 279174952 68313088 13414 33554432000 4194304 5992684 140735835633152 140735835618984 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/4945/statm: 16678 13414 205 440 0 16234 0
[pid=4960] ppid=4945 vsize=681984 CPUtime=1704.23 cores=1,3,5,7
/proc/4960/stat : 4960 (glucosInc) R 4945 4944 4091 0 -1 4202496 89654 0 0 0 170384 39 0 0 20 0 1 0 279176720 698351616 144744 33554432000 4194304 5654031 140735340810848 140735340798664 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4960/statm: 170496 144744 142 357 0 170136 0
Current children cumulated CPU time (s) 1721.15
Current children cumulated vsize (KiB) 757844

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 5045
/proc/meminfo: memFree=30465212/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
[pid=4945] ppid=4944 vsize=66712 CPUtime=16.92 cores=1,3,5,7
/proc/4945/stat : 4945 (npSolver-pbo) S 4944 4944 4091 0 -1 4202496 19117 90849 0 0 379 144 1131 38 20 0 1 0 279174952 68313088 13414 33554432000 4194304 5992684 140735835633152 140735835618984 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/4945/statm: 16678 13414 205 440 0 16234 0
[pid=4960] ppid=4945 vsize=681984 CPUtime=1764.22 cores=1,3,5,7
/proc/4960/stat : 4960 (glucosInc) R 4945 4944 4091 0 -1 4202496 89703 0 0 0 176383 39 0 0 20 0 1 0 279176720 698351616 145304 33554432000 4194304 5654031 140735340810848 140735340798664 4232830 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4960/statm: 170496 145304 142 357 0 170136 0
Current children cumulated CPU time (s) 1781.14
Current children cumulated vsize (KiB) 757844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.07 2.02 2.00 3/185 5045
/proc/meminfo: memFree=30463152/32873844 swapFree=7112/7112
[pid=4944] ppid=4942 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4944/stat : 4944 (npSolver-pbo-It) S 4942 4944 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279174952 9367552 275 33554432000 4194304 5064252 140735906363648 140735906362560 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/4944/statm: 2287 275 233 213 0 72 0
[pid=4945] ppid=4944 vsize=66712 CPUtime=16.92 cores=1,3,5,7
/proc/4945/stat : 4945 (npSolver-pbo) S 4944 4944 4091 0 -1 4202496 19117 90849 0 0 379 144 1131 38 20 0 1 0 279174952 68313088 13414 33554432000 4194304 5992684 140735835633152 140735835618984 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 5 0 0
/proc/4945/statm: 16678 13414 205 440 0 16234 0
[pid=4960] ppid=4945 vsize=681984 CPUtime=1783.12 cores=1,3,5,7
/proc/4960/stat : 4960 (glucosInc) R 4945 4944 4091 0 -1 4202496 89710 0 0 0 178273 39 0 0 20 0 1 0 279176720 698351616 145816 33554432000 4194304 5654031 140735340810848 140735340798664 4209151 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4960/statm: 170496 145816 142 357 0 170136 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 757844

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4944 and gives
#  childrusage.ru_utime.tv_sec=15
#  childrusage.ru_utime.tv_usec=106703
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=835720
# CPU time returned by wait4() is 16.9424
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.22
CPU time (s): 1800.04
CPU user time (s): 1797.83
CPU system time (s): 2.21
CPU usage (%): 99.9347
Max. virtual memory (cumulated for all children) (KiB): 879732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.1067
system time used= 1.83572
maximum resident set size= 434296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110341
page faults= 0
swaps= 0
block input operations= 0
block output operations= 600144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 604
involuntary context switches= 58

runsolver used 6.65999 second user time and 19.487 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-27 16:54:56
IDJOB=3702642
IDBENCH=92709
IDSOLVER=2278
FILE ID=node132/3702642-1338130496
RUNJOBID= node132-1338123012-4108
PBS_JOBID= 14624343
Free space on /tmp= 71408 MiB

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

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

MD5SUM BENCH= 2d28530068eb86764968fa921334caf4
RANDOM SEED=781390770

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30659464 kB
Buffers:          360512 kB
Cached:           359036 kB
SwapCached:         2272 kB
Active:          1306512 kB
Inactive:          31384 kB
Active(anon):     610260 kB
Inactive(anon):     9224 kB
Active(file):     696252 kB
Inactive(file):    22160 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67103728 kB
Dirty:             10876 kB
Writeback:             0 kB
AnonPages:        653168 kB
Mapped:            12592 kB
Shmem:                 8 kB
Slab:             730448 kB
SReclaimable:     172140 kB
SUnreclaim:       558308 kB
KernelStack:        1520 kB
PageTables:         5148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     794816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    581632 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= 71392 MiB
End job on node132 at 2012-05-27 17:24:57