Trace number 3702635

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.09 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_2_mh.opb
MD5SUM99b9d857fa76010de9eccc60c212aa45
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6197734
Best CPU time to get the best result obtained on this benchmark1800.2
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 122763473
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 13620914685
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 122763473
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 13620914685
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.61	c run inc solver
0.00/0.61	c [INC SYSTEM] run initial solver
0.00/0.61	c [INC SYSTEM] preprocess with white file
3.18/3.22	c [INC SYSTEM] finished preprocessing in 2 s
3.18/3.22	c [INC SYSTEM] execute solver
7.87/7.95	c [INC SEARCH] formula is SAT
7.87/7.96	c [INC SYSTEM] solved the initial formula
7.98/8.07	c model valid
7.98/8.07	c current solution ok
9.27/9.33	o 353833949
9.27/9.33	c starting approximation
9.27/9.33	c factor = 2
9.27/9.33	c factor still to low - shrinking to 1.78598e+07
9.27/9.33	c approx number of clauses: 1e+06
9.27/9.33	c current bound: 176916992
10.87/10.97	c leaving approximation
10.87/10.97	c finished approximation
10.87/10.97	c [INC SYSTEM] there exists a inc, kill it!
10.87/10.97	c write failed with 2
10.87/10.98	c [INC SEARCH] iteration: 0
10.87/10.98	c [INC BOUNDS] best value:353833974 search for 353833973
10.87/10.98	c [INC SYSTEM] create new solver instance
10.87/10.98	c [INC] encode full formula
10.87/10.98	c fallback to adder encoding
13.57/13.63	c set iterative enc to: adder
13.57/13.63	c set iterative enc to: none
13.87/13.97	c [INC SEARCH] isOptimum variable: 0
1800.09/1800.51	HOME/npSolver-pbo-Itdqb.sh: line 18:  4730 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-3702635-1338127171/watcher-3702635-1338127171 -o /tmp/evaluation-result-3702635-1338127171/solver-3702635-1338127171 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702635-1338127171.opb 1629582280 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: 4.03 3.01 2.59 3/181 4729
/proc/meminfo: memFree=30517816/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0

[startup+0.045881 s]
/proc/loadavg: 4.03 3.01 2.59 3/181 4729
/proc/meminfo: memFree=30517816/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100253 s]
/proc/loadavg: 4.03 3.01 2.59 3/181 4729
/proc/meminfo: memFree=30517816/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300231 s]
/proc/loadavg: 4.03 3.01 2.59 3/181 4729
/proc/meminfo: memFree=30517816/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700258 s]
/proc/loadavg: 4.03 3.01 2.59 3/181 4729
/proc/meminfo: memFree=30517816/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 4.03 3.01 2.59 3/185 4733
/proc/meminfo: memFree=30335392/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
[pid=4730] ppid=4729 vsize=52636 CPUtime=0.62 cores=0,2,4,6
/proc/4730/stat : 4730 (npSolver-pbo) S 4729 4729 4091 0 -1 4202496 7842 0 0 0 57 5 0 0 20 0 1 0 278842449 53899264 9559 33554432000 4194304 5992684 140734904212752 140734904207200 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4730/statm: 13159 9559 171 440 0 12715 0
[pid=4732] ppid=4730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4732/stat : 4732 (cp2_pre.sh) S 4730 4729 4091 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 278842513 9367552 277 33554432000 4194304 5064252 140736160722880 140736160721584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4732/statm: 2287 277 234 213 0 72 0
[pid=4733] ppid=4732 vsize=171704 CPUtime=0.85 cores=0,2,4,6
/proc/4733/stat : 4733 (coprocessor) R 4732 4729 4091 0 -1 4202496 27311 0 0 0 81 4 0 0 20 0 1 0 278842513 175824896 38067 33554432000 4194304 6586260 140735448551680 140735448547944 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/4733/statm: 42926 38067 166 584 0 42338 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 242636

[startup+3.10035 s]
/proc/loadavg: 4.03 3.01 2.59 3/185 4733
/proc/meminfo: memFree=30284028/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
[pid=4730] ppid=4729 vsize=52636 CPUtime=0.62 cores=0,2,4,6
/proc/4730/stat : 4730 (npSolver-pbo) S 4729 4729 4091 0 -1 4202496 7842 0 0 0 57 5 0 0 20 0 1 0 278842449 53899264 9559 33554432000 4194304 5992684 140734904212752 140734904207200 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/4730/statm: 13159 9559 171 440 0 12715 0
[pid=4732] ppid=4730 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4732/stat : 4732 (cp2_pre.sh) S 4730 4729 4091 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 278842513 9367552 277 33554432000 4194304 5064252 140736160722880 140736160721584 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/4732/statm: 2287 277 234 213 0 72 0
[pid=4733] ppid=4732 vsize=210616 CPUtime=2.45 cores=0,2,4,6
/proc/4733/stat : 4733 (coprocessor) R 4732 4729 4091 0 -1 4202496 35309 0 0 0 234 11 0 0 20 0 1 0 278842513 215670784 51422 33554432000 4194304 6586260 140735448551680 140735448547528 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/4733/statm: 52654 51422 200 584 0 52066 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 281548

[startup+6.30029 s]
/proc/loadavg: 3.87 3.00 2.59 3/184 4735
/proc/meminfo: memFree=30372000/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
[pid=4730] ppid=4729 vsize=52636 CPUtime=3.19 cores=0,2,4,6
/proc/4730/stat : 4730 (npSolver-pbo) S 4729 4729 4091 0 -1 4202496 7861 36212 0 0 57 5 244 13 20 0 1 0 278842449 53899264 9561 33554432000 4194304 5992684 140734904212752 140734904199016 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4730/statm: 13159 9561 173 440 0 12715 0
[pid=4735] ppid=4730 vsize=98572 CPUtime=3.07 cores=0,2,4,6
/proc/4735/stat : 4735 (glucosInc) R 4730 4729 4091 0 -1 4202496 20335 0 0 0 303 4 0 0 20 0 1 0 278842771 100937728 22569 33554432000 4194304 5654031 140736346791840 140736346789624 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4735/statm: 24643 22569 140 357 0 24283 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 160356

[startup+12.7003 s]
/proc/loadavg: 3.72 2.98 2.58 3/183 4743
/proc/meminfo: memFree=30320132/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
[pid=4730] ppid=4729 vsize=238852 CPUtime=12.68 cores=0,2,4,6
/proc/4730/stat : 4730 (npSolver-pbo) R 4729 4729 4091 0 -1 4202496 17169 90034 0 0 269 112 856 31 20 0 1 0 278842449 244584448 54340 33554432000 4194304 5992684 140734904212752 140734904205816 4571337 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4730/statm: 59713 54340 204 440 0 59269 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 248000

[startup+25.5069 s]
/proc/loadavg: 3.49 2.96 2.58 3/184 4745
/proc/meminfo: memFree=29732812/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
[pid=4730] ppid=4729 vsize=66736 CPUtime=13.95 cores=0,2,4,6
/proc/4730/stat : 4730 (npSolver-pbo) S 4729 4729 4091 0 -1 4202496 18432 90550 0 0 362 143 856 34 20 0 1 0 278842449 68337664 13119 33554432000 4194304 5992684 140734904212752 140734904198584 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4730/statm: 16684 13119 205 440 0 16240 0
[pid=4745] ppid=4730 vsize=566932 CPUtime=11.52 cores=0,2,4,6
/proc/4745/stat : 4745 (glucosInc) R 4730 4729 4091 0 -1 4202496 83843 0 0 0 1126 26 0 0 20 0 1 0 278843847 580538368 126692 33554432000 4194304 5654031 140735994479232 140735994477016 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4745/statm: 141733 126692 141 357 0 141373 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 642816

[startup+51.1004 s]
/proc/loadavg: 2.98 2.89 2.57 3/184 4747
/proc/meminfo: memFree=29722100/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
[pid=4730] ppid=4729 vsize=66736 CPUtime=13.95 cores=0,2,4,6
/proc/4730/stat : 4730 (npSolver-pbo) S 4729 4729 4091 0 -1 4202496 18432 90550 0 0 362 143 856 34 20 0 1 0 278842449 68337664 13119 33554432000 4194304 5992684 140734904212752 140734904198584 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4730/statm: 16684 13119 205 440 0 16240 0
[pid=4745] ppid=4730 vsize=574820 CPUtime=37.1 cores=0,2,4,6
/proc/4745/stat : 4745 (glucosInc) R 4730 4729 4091 0 -1 4202496 85495 0 0 0 3684 26 0 0 20 0 1 0 278843847 588615680 129366 33554432000 4194304 5654031 140735994479232 140735994467048 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4745/statm: 143705 129366 141 357 0 143345 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 650704

[startup+102.3 s]
/proc/loadavg: 2.49 2.76 2.54 3/184 4770
/proc/meminfo: memFree=29715996/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
[pid=4730] ppid=4729 vsize=66736 CPUtime=13.95 cores=0,2,4,6
/proc/4730/stat : 4730 (npSolver-pbo) S 4729 4729 4091 0 -1 4202496 18432 90550 0 0 362 143 856 34 20 0 1 0 278842449 68337664 13119 33554432000 4194304 5992684 140734904212752 140734904198584 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4730/statm: 16684 13119 205 440 0 16240 0
[pid=4745] ppid=4730 vsize=574820 CPUtime=88.3 cores=0,2,4,6
/proc/4745/stat : 4745 (glucosInc) R 4730 4729 4091 0 -1 4202496 85963 0 0 0 8803 27 0 0 20 0 1 0 278843847 588615680 130345 33554432000 4194304 5654031 140735994479232 140735994467048 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4745/statm: 143705 130345 142 357 0 143345 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 650704

[startup+162.3 s]
/proc/loadavg: 2.18 2.62 2.50 3/183 4771
/proc/meminfo: memFree=29709780/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
[pid=4730] ppid=4729 vsize=66736 CPUtime=13.95 cores=0,2,4,6
/proc/4730/stat : 4730 (npSolver-pbo) S 4729 4729 4091 0 -1 4202496 18432 90550 0 0 362 143 856 34 20 0 1 0 278842449 68337664 13119 33554432000 4194304 5992684 140734904212752 140734904198584 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4730/statm: 16684 13119 205 440 0 16240 0
[pid=4745] ppid=4730 vsize=574820 CPUtime=148.29 cores=0,2,4,6
/proc/4745/stat : 4745 (glucosInc) R 4730 4729 4091 0 -1 4202496 85969 0 0 0 14802 27 0 0 20 0 1 0 278843847 588615680 131373 33554432000 4194304 5654031 140735994479232 140735994467048 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4745/statm: 143705 131373 142 357 0 143345 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 650704

[startup+222.3 s]
/proc/loadavg: 2.13 2.52 2.47 3/183 4771
/proc/meminfo: memFree=29702832/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
[pid=4730] ppid=4729 vsize=66736 CPUtime=13.95 cores=0,2,4,6
/proc/4730/stat : 4730 (npSolver-pbo) S 4729 4729 4091 0 -1 4202496 18432 90550 0 0 362 143 856 34 20 0 1 0 278842449 68337664 13119 33554432000 4194304 5992684 140734904212752 140734904198584 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4730/statm: 16684 13119 205 440 0 16240 0
[pid=4745] ppid=4730 vsize=575480 CPUtime=208.28 cores=0,2,4,6
/proc/4745/stat : 4745 (glucosInc) R 4730 4729 4091 0 -1 4202496 86176 0 0 0 20801 27 0 0 20 0 1 0 278843847 589291520 132091 33554432000 4194304 5654031 140735994479232 140735994477016 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4745/statm: 143870 132091 142 357 0 143510 0
Current children cumulated CPU time (s) 222.23

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

/proc/loadavg: 2.00 2.01 2.13 3/183 4780
/proc/meminfo: memFree=29670216/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
[pid=4730] ppid=4729 vsize=66736 CPUtime=13.95 cores=0,2,4,6
/proc/4730/stat : 4730 (npSolver-pbo) S 4729 4729 4091 0 -1 4202496 18432 90550 0 0 362 143 856 34 20 0 1 0 278842449 68337664 13119 33554432000 4194304 5992684 140734904212752 140734904198584 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4730/statm: 16684 13119 205 440 0 16240 0
[pid=4745] ppid=4730 vsize=601152 CPUtime=1348 cores=0,2,4,6
/proc/4745/stat : 4745 (glucosInc) R 4730 4729 4091 0 -1 4202496 91105 0 0 0 134763 37 0 0 20 0 1 0 278843847 615579648 139507 33554432000 4194304 5654031 140735994479232 140735994467048 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4745/statm: 150288 139507 142 357 0 149928 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 677036

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/183 4781
/proc/meminfo: memFree=29663384/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
[pid=4730] ppid=4729 vsize=66736 CPUtime=13.95 cores=0,2,4,6
/proc/4730/stat : 4730 (npSolver-pbo) S 4729 4729 4091 0 -1 4202496 18432 90550 0 0 362 143 856 34 20 0 1 0 278842449 68337664 13119 33554432000 4194304 5992684 140734904212752 140734904198584 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4730/statm: 16684 13119 205 440 0 16240 0
[pid=4745] ppid=4730 vsize=601152 CPUtime=1408 cores=0,2,4,6
/proc/4745/stat : 4745 (glucosInc) R 4730 4729 4091 0 -1 4202496 91109 0 0 0 140762 38 0 0 20 0 1 0 278843847 615579648 140531 33554432000 4194304 5654031 140735994479232 140735994467048 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4745/statm: 150288 140531 142 357 0 149928 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 677036

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/183 4781
/proc/meminfo: memFree=29643284/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
[pid=4730] ppid=4729 vsize=66736 CPUtime=13.95 cores=0,2,4,6
/proc/4730/stat : 4730 (npSolver-pbo) S 4729 4729 4091 0 -1 4202496 18432 90550 0 0 362 143 856 34 20 0 1 0 278842449 68337664 13119 33554432000 4194304 5992684 140734904212752 140734904198584 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4730/statm: 16684 13119 205 440 0 16240 0
[pid=4745] ppid=4730 vsize=682540 CPUtime=1467.98 cores=0,2,4,6
/proc/4745/stat : 4745 (glucosInc) R 4730 4729 4091 0 -1 4202496 91795 0 0 0 146759 39 0 0 20 0 1 0 278843847 698920960 141723 33554432000 4194304 5654031 140735994479232 140735994467048 4232625 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4745/statm: 170635 141723 142 357 0 170275 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 758424

[startup+1542.3 s]
/proc/loadavg: 2.08 2.02 2.10 3/183 4835
/proc/meminfo: memFree=30262640/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
[pid=4730] ppid=4729 vsize=66736 CPUtime=13.95 cores=0,2,4,6
/proc/4730/stat : 4730 (npSolver-pbo) S 4729 4729 4091 0 -1 4202496 18432 90550 0 0 362 143 856 34 20 0 1 0 278842449 68337664 13119 33554432000 4194304 5992684 140734904212752 140734904198584 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4730/statm: 16684 13119 205 440 0 16240 0
[pid=4745] ppid=4730 vsize=682540 CPUtime=1527.98 cores=0,2,4,6
/proc/4745/stat : 4745 (glucosInc) R 4730 4729 4091 0 -1 4202496 91798 0 0 0 152759 39 0 0 20 0 1 0 278843847 698920960 143259 33554432000 4194304 5654031 140735994479232 140735994467048 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4745/statm: 170635 143259 142 357 0 170275 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 758424

[startup+1602.3 s]
/proc/loadavg: 2.14 2.04 2.10 3/183 4835
/proc/meminfo: memFree=29866716/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
[pid=4730] ppid=4729 vsize=66736 CPUtime=13.95 cores=0,2,4,6
/proc/4730/stat : 4730 (npSolver-pbo) S 4729 4729 4091 0 -1 4202496 18432 90550 0 0 362 143 856 34 20 0 1 0 278842449 68337664 13119 33554432000 4194304 5992684 140734904212752 140734904198584 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4730/statm: 16684 13119 205 440 0 16240 0
[pid=4745] ppid=4730 vsize=682540 CPUtime=1587.96 cores=0,2,4,6
/proc/4745/stat : 4745 (glucosInc) R 4730 4729 4091 0 -1 4202496 91799 0 0 0 158757 39 0 0 20 0 1 0 278843847 698920960 143771 33554432000 4194304 5654031 140735994479232 140735994467048 4208584 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4745/statm: 170635 143771 142 357 0 170275 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 758424

[startup+1662.31 s]
/proc/loadavg: 2.05 2.03 2.09 3/183 4835
/proc/meminfo: memFree=29854836/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
[pid=4730] ppid=4729 vsize=66736 CPUtime=13.95 cores=0,2,4,6
/proc/4730/stat : 4730 (npSolver-pbo) S 4729 4729 4091 0 -1 4202496 18432 90550 0 0 362 143 856 34 20 0 1 0 278842449 68337664 13119 33554432000 4194304 5992684 140734904212752 140734904198584 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4730/statm: 16684 13119 205 440 0 16240 0
[pid=4745] ppid=4730 vsize=686396 CPUtime=1647.97 cores=0,2,4,6
/proc/4745/stat : 4745 (glucosInc) R 4730 4729 4091 0 -1 4202496 91804 0 0 0 164757 40 0 0 20 0 1 0 278843847 702869504 145820 33554432000 4194304 5654031 140735994479232 140735994467048 4233021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4745/statm: 171599 145820 142 357 0 171239 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 762280

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.08 3/183 4836
/proc/meminfo: memFree=29842520/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
[pid=4730] ppid=4729 vsize=66736 CPUtime=13.95 cores=0,2,4,6
/proc/4730/stat : 4730 (npSolver-pbo) S 4729 4729 4091 0 -1 4202496 18432 90550 0 0 362 143 856 34 20 0 1 0 278842449 68337664 13119 33554432000 4194304 5992684 140734904212752 140734904198584 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4730/statm: 16684 13119 205 440 0 16240 0
[pid=4745] ppid=4730 vsize=686396 CPUtime=1707.95 cores=0,2,4,6
/proc/4745/stat : 4745 (glucosInc) R 4730 4729 4091 0 -1 4202496 91806 0 0 0 170755 40 0 0 20 0 1 0 278843847 702869504 146844 33554432000 4194304 5654031 140735994479232 140735994467048 4208694 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4745/statm: 171599 146844 142 357 0 171239 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 762280

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.08 3/183 4836
/proc/meminfo: memFree=29838356/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
[pid=4730] ppid=4729 vsize=66736 CPUtime=13.95 cores=0,2,4,6
/proc/4730/stat : 4730 (npSolver-pbo) S 4729 4729 4091 0 -1 4202496 18432 90550 0 0 362 143 856 34 20 0 1 0 278842449 68337664 13119 33554432000 4194304 5992684 140734904212752 140734904198584 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4730/statm: 16684 13119 205 440 0 16240 0
[pid=4745] ppid=4730 vsize=686396 CPUtime=1767.94 cores=0,2,4,6
/proc/4745/stat : 4745 (glucosInc) R 4730 4729 4091 0 -1 4202496 91806 0 0 0 176754 40 0 0 20 0 1 0 278843847 702869504 146844 33554432000 4194304 5654031 140735994479232 140735994467048 4232505 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4745/statm: 171599 146844 142 357 0 171239 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 762280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.02 2.07 3/183 4836
/proc/meminfo: memFree=29836308/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
[pid=4730] ppid=4729 vsize=66736 CPUtime=13.95 cores=0,2,4,6
/proc/4730/stat : 4730 (npSolver-pbo) S 4729 4729 4091 0 -1 4202496 18432 90550 0 0 362 143 856 34 20 0 1 0 278842449 68337664 13119 33554432000 4194304 5992684 140734904212752 140734904198584 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4730/statm: 16684 13119 205 440 0 16240 0
[pid=4745] ppid=4730 vsize=686396 CPUtime=1786.14 cores=0,2,4,6
/proc/4745/stat : 4745 (glucosInc) R 4730 4729 4091 0 -1 4202496 91806 0 0 0 178574 40 0 0 20 0 1 0 278843847 702869504 146844 33554432000 4194304 5654031 140735994479232 140735994467048 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4745/statm: 171599 146844 142 357 0 171239 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 762280

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.02 2.07 3/183 4836
/proc/meminfo: memFree=29836308/32873844 swapFree=7112/7112
[pid=4729] ppid=4727 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/4729/stat : 4729 (npSolver-pbo-It) S 4727 4729 4091 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 278842449 9367552 275 33554432000 4194304 5064252 140733827615248 140733827614160 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/4729/statm: 2287 275 233 213 0 72 0
[pid=4730] ppid=4729 vsize=66736 CPUtime=13.95 cores=0,2,4,6
/proc/4730/stat : 4730 (npSolver-pbo) S 4729 4729 4091 0 -1 4202496 18432 90550 0 0 362 143 856 34 20 0 1 0 278842449 68337664 13119 33554432000 4194304 5992684 140734904212752 140734904198584 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/4730/statm: 16684 13119 205 440 0 16240 0
[pid=4745] ppid=4730 vsize=686396 CPUtime=1786.14 cores=0,2,4,6
/proc/4745/stat : 4745 (glucosInc) R 4730 4729 4091 0 -1 4202496 91806 0 0 0 178574 40 0 0 20 0 1 0 278843847 702869504 146844 33554432000 4194304 5654031 140735994479232 140735994467048 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4745/statm: 171599 146844 142 357 0 171239 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 762280

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4729 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=196145
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=783728
# CPU time returned by wait4() is 13.9799
# while last known CPU time is 1800.09
#
# 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.09
CPU user time (s): 1797.92
CPU system time (s): 2.17
CPU usage (%): 99.9764
Max. virtual memory (cumulated for all children) (KiB): 888652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.1961
system time used= 1.78373
maximum resident set size= 434616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 601352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 576
involuntary context switches= 42

runsolver used 3.9124 second user time and 9.00463 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-27 15:59:31
IDJOB=3702635
IDBENCH=92692
IDSOLVER=2278
FILE ID=node132/3702635-1338127171
RUNJOBID= node132-1338123012-4107
PBS_JOBID= 14624343
Free space on /tmp= 71368 MiB

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

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

MD5SUM BENCH= 99b9d857fa76010de9eccc60c212aa45
RANDOM SEED=1629582280

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:        30518080 kB
Buffers:          358076 kB
Cached:           397380 kB
SwapCached:         2272 kB
Active:          1450208 kB
Inactive:          28020 kB
Active(anon):     713888 kB
Inactive(anon):     9952 kB
Active(file):     736320 kB
Inactive(file):    18068 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67103728 kB
Dirty:             13760 kB
Writeback:             0 kB
AnonPages:        780128 kB
Mapped:            12612 kB
Shmem:                 8 kB
Slab:             732976 kB
SReclaimable:     173800 kB
SUnreclaim:       559176 kB
KernelStack:        1536 kB
PageTables:         5028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     975772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    380928 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= 71188 MiB
End job on node132 at 2012-05-27 16:29:32