Trace number 3747134

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 NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDown (fixed)? (TO) 1800.07 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-9symml.opb
MD5SUM866c660dea8282137b8c78839dd4c03f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4517
Best CPU time to get the best result obtained on this benchmark0.174972
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4517
Optimality of the best value was proved YES
Number of variables651
Total number of constraints1658
Number of constraints which are clauses1656
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint1
Maximum length of a constraint42
Number of terms in the objective function 651
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 28138
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 28138
Number of bits of the biggest sum of numbers15
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.01	c run inc solver
0.00/0.01	c [INC SYSTEM] run initial solver
0.00/0.01	c [INC SYSTEM] preprocess with white file
0.00/0.03	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.03	c [INC SYSTEM] execute solver
0.00/0.03	c [INC SEARCH] formula is SAT
0.00/0.03	c [INC SYSTEM] solved the initial formula
0.00/0.03	c model valid
0.00/0.03	c current solution ok
0.00/0.04	o 6227
0.00/0.04	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.04	c write failed with 2
0.00/0.04	c [INC SEARCH] iteration: 0
0.00/0.04	c [INC BOUNDS] best value:6227 search for 6226
0.00/0.04	c [INC SYSTEM] create new solver instance
0.00/0.04	c [INC] encode full formula
0.00/0.04	c fallback to adder encoding
0.00/0.08	c set iterative enc to: adder
0.00/0.08	c set iterative enc to: none
0.00/0.09	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.51	HOME/npSolver-pbo-Itd.sh: line 18: 19639 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -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-3747134-1339099985/watcher-3747134-1339099985 -o /tmp/evaluation-result-3747134-1339099985/solver-3747134-1339099985 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747134-1339099985.opb 2131861370 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 1.97 1.68 3/178 19638
/proc/meminfo: memFree=30303288/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0

[startup+0.011942 s]
/proc/loadavg: 2.00 1.97 1.68 3/178 19638
/proc/meminfo: memFree=30303288/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100229 s]
/proc/loadavg: 2.00 1.97 1.68 3/178 19638
/proc/meminfo: memFree=30303288/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300145 s]
/proc/loadavg: 2.00 1.97 1.68 3/178 19638
/proc/meminfo: memFree=30303288/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700127 s]
/proc/loadavg: 2.00 1.97 1.68 3/178 19638
/proc/meminfo: memFree=30303288/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.00 1.97 1.68 3/181 19647
/proc/meminfo: memFree=30273736/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
[pid=19639] ppid=19638 vsize=11252 CPUtime=0.06 cores=0,2,4,6
/proc/19639/stat : 19639 (npSolver-pbo) S 19638 19638 19416 0 -1 4202496 4640 2891 0 0 5 1 0 0 20 0 1 0 376124214 11522048 2197 33554432000 4194304 6004724 140737237800176 140737237786024 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19639/statm: 2813 2197 178 442 0 2367 0
[pid=19647] ppid=19639 vsize=15832 CPUtime=1.39 cores=0,2,4,6
/proc/19647/stat : 19647 (glucosInc) R 19639 19638 19416 0 -1 4202496 4780 0 0 0 139 0 0 0 20 0 1 0 376124223 16211968 3579 33554432000 4194304 5654031 140733776947984 140733776935800 4214603 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19647/statm: 3958 3579 141 357 0 3598 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 36232

[startup+3.10028 s]
/proc/loadavg: 2.00 1.97 1.68 3/181 19647
/proc/meminfo: memFree=30267840/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
[pid=19639] ppid=19638 vsize=11252 CPUtime=0.06 cores=0,2,4,6
/proc/19639/stat : 19639 (npSolver-pbo) S 19638 19638 19416 0 -1 4202496 4640 2891 0 0 5 1 0 0 20 0 1 0 376124214 11522048 2197 33554432000 4194304 6004724 140737237800176 140737237786024 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19639/statm: 2813 2197 178 442 0 2367 0
[pid=19647] ppid=19639 vsize=22908 CPUtime=2.99 cores=0,2,4,6
/proc/19647/stat : 19647 (glucosInc) R 19639 19638 19416 0 -1 4202496 5572 0 0 0 299 0 0 0 20 0 1 0 376124223 23457792 5307 33554432000 4194304 5654031 140733776947984 140733776935800 4216672 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19647/statm: 5727 5307 141 357 0 5367 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 43308

[startup+6.30026 s]
/proc/loadavg: 2.00 1.97 1.68 3/181 19647
/proc/meminfo: memFree=30252204/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
[pid=19639] ppid=19638 vsize=11252 CPUtime=0.06 cores=0,2,4,6
/proc/19639/stat : 19639 (npSolver-pbo) S 19638 19638 19416 0 -1 4202496 4640 2891 0 0 5 1 0 0 20 0 1 0 376124214 11522048 2197 33554432000 4194304 6004724 140737237800176 140737237786024 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19639/statm: 2813 2197 178 442 0 2367 0
[pid=19647] ppid=19639 vsize=25404 CPUtime=6.19 cores=0,2,4,6
/proc/19647/stat : 19647 (glucosInc) R 19639 19638 19416 0 -1 4202496 6904 0 0 0 618 1 0 0 20 0 1 0 376124223 26013696 5931 33554432000 4194304 5654031 140733776947984 140733776935800 4216651 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19647/statm: 6351 5931 141 357 0 5991 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 45804

[startup+12.7003 s]
/proc/loadavg: 2.00 1.97 1.68 3/181 19647
/proc/meminfo: memFree=30216912/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
[pid=19639] ppid=19638 vsize=11252 CPUtime=0.06 cores=0,2,4,6
/proc/19639/stat : 19639 (npSolver-pbo) S 19638 19638 19416 0 -1 4202496 4640 2891 0 0 5 1 0 0 20 0 1 0 376124214 11522048 2197 33554432000 4194304 6004724 140737237800176 140737237786024 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19639/statm: 2813 2197 178 442 0 2367 0
[pid=19647] ppid=19639 vsize=39616 CPUtime=12.59 cores=0,2,4,6
/proc/19647/stat : 19647 (glucosInc) R 19639 19638 19416 0 -1 4202496 8254 0 0 0 1257 2 0 0 20 0 1 0 376124223 40566784 9393 33554432000 4194304 5654031 140733776947984 140733776935800 4215200 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19647/statm: 9904 9393 141 357 0 9544 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 60016

[startup+25.5003 s]
/proc/loadavg: 2.00 1.97 1.68 3/181 19647
/proc/meminfo: memFree=30170680/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
[pid=19639] ppid=19638 vsize=11252 CPUtime=0.06 cores=0,2,4,6
/proc/19639/stat : 19639 (npSolver-pbo) S 19638 19638 19416 0 -1 4202496 4640 2891 0 0 5 1 0 0 20 0 1 0 376124214 11522048 2197 33554432000 4194304 6004724 140737237800176 140737237786024 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19639/statm: 2813 2197 178 442 0 2367 0
[pid=19647] ppid=19639 vsize=46800 CPUtime=25.38 cores=0,2,4,6
/proc/19647/stat : 19647 (glucosInc) R 19639 19638 19416 0 -1 4202496 9182 0 0 0 2536 2 0 0 20 0 1 0 376124223 47923200 11262 33554432000 4194304 5654031 140733776947984 140733776935800 4215091 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19647/statm: 11700 11262 141 357 0 11340 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 67200

[startup+51.1004 s]
/proc/loadavg: 1.92 1.95 1.69 2/177 19648
/proc/meminfo: memFree=31182624/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
[pid=19639] ppid=19638 vsize=11252 CPUtime=0.06 cores=0,2,4,6
/proc/19639/stat : 19639 (npSolver-pbo) S 19638 19638 19416 0 -1 4202496 4640 2891 0 0 5 1 0 0 20 0 1 0 376124214 11522048 2197 33554432000 4194304 6004724 140737237800176 140737237786024 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19639/statm: 2813 2197 178 442 0 2367 0
[pid=19647] ppid=19639 vsize=58768 CPUtime=50.98 cores=0,2,4,6
/proc/19647/stat : 19647 (glucosInc) R 19639 19638 19416 0 -1 4202496 9816 0 0 0 5095 3 0 0 20 0 1 0 376124223 60178432 14254 33554432000 4194304 5654031 140733776947984 140733776935800 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19647/statm: 14692 14254 141 357 0 14332 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 79168

[startup+102.307 s]
/proc/loadavg: 2.00 1.97 1.71 3/180 19702
/proc/meminfo: memFree=31124880/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
[pid=19639] ppid=19638 vsize=11252 CPUtime=0.06 cores=0,2,4,6
/proc/19639/stat : 19639 (npSolver-pbo) S 19638 19638 19416 0 -1 4202496 4640 2891 0 0 5 1 0 0 20 0 1 0 376124214 11522048 2197 33554432000 4194304 6004724 140737237800176 140737237786024 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19639/statm: 2813 2197 178 442 0 2367 0
[pid=19647] ppid=19639 vsize=89116 CPUtime=102.17 cores=0,2,4,6
/proc/19647/stat : 19647 (glucosInc) R 19639 19638 19416 0 -1 4202496 10290 0 0 0 10213 4 0 0 20 0 1 0 376124223 91254784 21883 33554432000 4194304 5654031 140733776947984 140733776935800 4232862 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19647/statm: 22279 21883 141 357 0 21919 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 109516

[startup+162.3 s]
/proc/loadavg: 2.08 1.99 1.73 3/181 19711
/proc/meminfo: memFree=31124424/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
[pid=19639] ppid=19638 vsize=11252 CPUtime=0.06 cores=0,2,4,6
/proc/19639/stat : 19639 (npSolver-pbo) S 19638 19638 19416 0 -1 4202496 4640 2891 0 0 5 1 0 0 20 0 1 0 376124214 11522048 2197 33554432000 4194304 6004724 140737237800176 140737237786024 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19639/statm: 2813 2197 178 442 0 2367 0
[pid=19647] ppid=19639 vsize=89116 CPUtime=162.14 cores=0,2,4,6
/proc/19647/stat : 19647 (glucosInc) R 19639 19638 19416 0 -1 4202496 10905 0 0 0 16208 6 0 0 20 0 1 0 376124223 91254784 21883 33554432000 4194304 5654031 140733776947984 140733776935800 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19647/statm: 22279 21883 141 357 0 21919 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 109516

[startup+222.3 s]
/proc/loadavg: 2.16 2.02 1.75 3/181 19716
/proc/meminfo: memFree=31085380/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
[pid=19639] ppid=19638 vsize=11252 CPUtime=0.06 cores=0,2,4,6
/proc/19639/stat : 19639 (npSolver-pbo) S 19638 19638 19416 0 -1 4202496 4640 2891 0 0 5 1 0 0 20 0 1 0 376124214 11522048 2197 33554432000 4194304 6004724 140737237800176 140737237786024 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19639/statm: 2813 2197 178 442 0 2367 0
[pid=19647] ppid=19639 vsize=138436 CPUtime=222.13 cores=0,2,4,6
/proc/19647/stat : 19647 (glucosInc) R 19639 19638 19416 0 -1 4202496 11530 0 0 0 22204 9 0 0 20 0 1 0 376124223 141758464 31748 33554432000 4194304 5654031 140733776947984 140733776935800 4232821 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19647/statm: 34609 31748 141 357 0 34249 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 158836

[startup+282.3 s]

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

/proc/loadavg: 2.08 2.03 1.91 3/181 19732
/proc/meminfo: memFree=30920136/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
[pid=19639] ppid=19638 vsize=11252 CPUtime=0.06 cores=0,2,4,6
/proc/19639/stat : 19639 (npSolver-pbo) S 19638 19638 19416 0 -1 4202496 4640 2891 0 0 5 1 0 0 20 0 1 0 376124214 11522048 2197 33554432000 4194304 6004724 140737237800176 140737237786024 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19639/statm: 2813 2197 178 442 0 2367 0
[pid=19647] ppid=19639 vsize=234368 CPUtime=1361.88 cores=0,2,4,6
/proc/19647/stat : 19647 (glucosInc) R 19639 19638 19416 0 -1 4202496 40318 0 0 0 136113 75 0 0 20 0 1 0 376124223 239992832 45735 33554432000 4194304 5654031 140733776947984 140733776935800 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19647/statm: 58592 45735 141 357 0 58232 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 254768

[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 1.91 3/181 19733
/proc/meminfo: memFree=30927632/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
[pid=19639] ppid=19638 vsize=11252 CPUtime=0.06 cores=0,2,4,6
/proc/19639/stat : 19639 (npSolver-pbo) S 19638 19638 19416 0 -1 4202496 4640 2891 0 0 5 1 0 0 20 0 1 0 376124214 11522048 2197 33554432000 4194304 6004724 140737237800176 140737237786024 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19639/statm: 2813 2197 178 442 0 2367 0
[pid=19647] ppid=19639 vsize=184280 CPUtime=1421.87 cores=0,2,4,6
/proc/19647/stat : 19647 (glucosInc) R 19639 19638 19416 0 -1 4202496 41500 0 0 0 142109 78 0 0 20 0 1 0 376124223 188702720 43763 33554432000 4194304 5654031 140733776947984 140733776935800 4233173 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19647/statm: 46070 43763 141 357 0 45710 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 204680

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 1.91 3/181 19733
/proc/meminfo: memFree=30973544/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
[pid=19639] ppid=19638 vsize=11252 CPUtime=0.06 cores=0,2,4,6
/proc/19639/stat : 19639 (npSolver-pbo) S 19638 19638 19416 0 -1 4202496 4640 2891 0 0 5 1 0 0 20 0 1 0 376124214 11522048 2197 33554432000 4194304 6004724 140737237800176 140737237786024 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19639/statm: 2813 2197 178 442 0 2367 0
[pid=19647] ppid=19639 vsize=184280 CPUtime=1481.86 cores=0,2,4,6
/proc/19647/stat : 19647 (glucosInc) R 19639 19638 19416 0 -1 4202496 43127 0 0 0 148105 81 0 0 20 0 1 0 376124223 188702720 41203 33554432000 4194304 5654031 140733776947984 140733776935800 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19647/statm: 46070 41203 141 357 0 45710 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 204680

[startup+1542.3 s]
/proc/loadavg: 2.08 2.03 1.92 3/181 19733
/proc/meminfo: memFree=30979240/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
[pid=19639] ppid=19638 vsize=11252 CPUtime=0.06 cores=0,2,4,6
/proc/19639/stat : 19639 (npSolver-pbo) S 19638 19638 19416 0 -1 4202496 4640 2891 0 0 5 1 0 0 20 0 1 0 376124214 11522048 2197 33554432000 4194304 6004724 140737237800176 140737237786024 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19639/statm: 2813 2197 178 442 0 2367 0
[pid=19647] ppid=19639 vsize=184280 CPUtime=1541.85 cores=0,2,4,6
/proc/19647/stat : 19647 (glucosInc) R 19639 19638 19416 0 -1 4202496 44171 0 0 0 154101 84 0 0 20 0 1 0 376124223 188702720 39113 33554432000 4194304 5654031 140733776947984 140733776935800 4208705 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19647/statm: 46070 39113 141 357 0 45710 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 204680

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 1.92 3/181 19733
/proc/meminfo: memFree=30925220/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
[pid=19639] ppid=19638 vsize=11252 CPUtime=0.06 cores=0,2,4,6
/proc/19639/stat : 19639 (npSolver-pbo) S 19638 19638 19416 0 -1 4202496 4640 2891 0 0 5 1 0 0 20 0 1 0 376124214 11522048 2197 33554432000 4194304 6004724 140737237800176 140737237786024 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19639/statm: 2813 2197 178 442 0 2367 0
[pid=19647] ppid=19639 vsize=234368 CPUtime=1601.84 cores=0,2,4,6
/proc/19647/stat : 19647 (glucosInc) R 19639 19638 19416 0 -1 4202496 45025 0 0 0 160098 86 0 0 20 0 1 0 376124223 239992832 52726 33554432000 4194304 5654031 140733776947984 140733776935800 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19647/statm: 58592 52726 141 357 0 58232 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 254768

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 1.92 3/182 19736
/proc/meminfo: memFree=30933220/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
[pid=19639] ppid=19638 vsize=11252 CPUtime=0.06 cores=0,2,4,6
/proc/19639/stat : 19639 (npSolver-pbo) S 19638 19638 19416 0 -1 4202496 4640 2891 0 0 5 1 0 0 20 0 1 0 376124214 11522048 2197 33554432000 4194304 6004724 140737237800176 140737237786024 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19639/statm: 2813 2197 178 442 0 2367 0
[pid=19647] ppid=19639 vsize=234368 CPUtime=1661.83 cores=0,2,4,6
/proc/19647/stat : 19647 (glucosInc) R 19639 19638 19416 0 -1 4202496 46075 0 0 0 166094 89 0 0 20 0 1 0 376124223 239992832 50678 33554432000 4194304 5654031 140733776947984 140733776935800 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19647/statm: 58592 50678 141 357 0 58232 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 254768

[startup+1722.3 s]
/proc/loadavg: 2.15 2.04 1.93 3/181 19737
/proc/meminfo: memFree=30941252/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
[pid=19639] ppid=19638 vsize=11252 CPUtime=0.06 cores=0,2,4,6
/proc/19639/stat : 19639 (npSolver-pbo) S 19638 19638 19416 0 -1 4202496 4640 2891 0 0 5 1 0 0 20 0 1 0 376124214 11522048 2197 33554432000 4194304 6004724 140737237800176 140737237786024 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19639/statm: 2813 2197 178 442 0 2367 0
[pid=19647] ppid=19639 vsize=234368 CPUtime=1721.82 cores=0,2,4,6
/proc/19647/stat : 19647 (glucosInc) R 19639 19638 19416 0 -1 4202496 47134 0 0 0 172090 92 0 0 20 0 1 0 376124223 239992832 49142 33554432000 4194304 5654031 140733776947984 140733776935800 4233173 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19647/statm: 58592 49142 141 357 0 58232 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 254768

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 1.93 3/181 19737
/proc/meminfo: memFree=30902776/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
[pid=19639] ppid=19638 vsize=11252 CPUtime=0.06 cores=0,2,4,6
/proc/19639/stat : 19639 (npSolver-pbo) S 19638 19638 19416 0 -1 4202496 4640 2891 0 0 5 1 0 0 20 0 1 0 376124214 11522048 2197 33554432000 4194304 6004724 140737237800176 140737237786024 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19639/statm: 2813 2197 178 442 0 2367 0
[pid=19647] ppid=19639 vsize=184280 CPUtime=1781.81 cores=0,2,4,6
/proc/19647/stat : 19647 (glucosInc) R 19639 19638 19416 0 -1 4202496 47496 0 0 0 178087 94 0 0 20 0 1 0 376124223 188702720 45400 33554432000 4194304 5654031 140733776947984 140733776935800 4234964 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19647/statm: 46070 45400 141 357 0 45710 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 204680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.04 2.03 1.93 3/181 19737
/proc/meminfo: memFree=30909000/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
[pid=19639] ppid=19638 vsize=11252 CPUtime=0.06 cores=0,2,4,6
/proc/19639/stat : 19639 (npSolver-pbo) S 19638 19638 19416 0 -1 4202496 4640 2891 0 0 5 1 0 0 20 0 1 0 376124214 11522048 2197 33554432000 4194304 6004724 140737237800176 140737237786024 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19639/statm: 2813 2197 178 442 0 2367 0
[pid=19647] ppid=19639 vsize=234368 CPUtime=1800.01 cores=0,2,4,6
/proc/19647/stat : 19647 (glucosInc) R 19639 19638 19416 0 -1 4202496 48181 0 0 0 179906 95 0 0 20 0 1 0 376124223 239992832 49142 33554432000 4194304 5654031 140733776947984 140733776935800 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19647/statm: 58592 49142 141 357 0 58232 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 254768

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.04 2.03 1.93 3/181 19737
/proc/meminfo: memFree=30909000/32873844 swapFree=7632/7632
[pid=19638] ppid=19636 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/19638/stat : 19638 (npSolver-pbo-It) S 19636 19638 19416 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376124214 9367552 274 33554432000 4194304 5064252 140733421899744 140733421898656 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/19638/statm: 2287 274 233 213 0 72 0
[pid=19639] ppid=19638 vsize=11252 CPUtime=0.06 cores=0,2,4,6
/proc/19639/stat : 19639 (npSolver-pbo) S 19638 19638 19416 0 -1 4202496 4640 2891 0 0 5 1 0 0 20 0 1 0 376124214 11522048 2197 33554432000 4194304 6004724 140737237800176 140737237786024 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/19639/statm: 2813 2197 178 442 0 2367 0
[pid=19647] ppid=19639 vsize=234368 CPUtime=1800.01 cores=0,2,4,6
/proc/19647/stat : 19647 (glucosInc) R 19639 19638 19416 0 -1 4202496 48181 0 0 0 179906 95 0 0 20 0 1 0 376124223 239992832 49142 33554432000 4194304 5654031 140733776947984 140733776935800 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/19647/statm: 58592 49142 141 357 0 58232 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 254768

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19638 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=62990
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=26995
# CPU time returned by wait4() is 0.089985
# while last known CPU time is 1800.07
#
# 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.07
CPU user time (s): 1799.11
CPU system time (s): 0.96
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 334908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.06299
system time used= 0.026995
maximum resident set size= 29960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7904
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 11

runsolver used 2.71559 second user time and 7.12292 second system time

The end

Launcher Data

Begin job on node119 at 2012-06-07 22:13:05
IDJOB=3747134
IDBENCH=2017
IDSOLVER=2332
FILE ID=node119/3747134-1339099985
RUNJOBID= node119-1339098177-19432
PBS_JOBID= 14643734
Free space on /tmp= 70780 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-9symml.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747134-1339099985/watcher-3747134-1339099985 -o /tmp/evaluation-result-3747134-1339099985/solver-3747134-1339099985 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747134-1339099985.opb 2131861370 HOME HOME

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

MD5SUM BENCH= 866c660dea8282137b8c78839dd4c03f
RANDOM SEED=2131861370

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30305600 kB
Buffers:           69352 kB
Cached:           795436 kB
SwapCached:         2368 kB
Active:          1098260 kB
Inactive:         704264 kB
Active(anon):     937164 kB
Inactive(anon):     2744 kB
Active(file):     161096 kB
Inactive(file):   701520 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67097008 kB
Dirty:              8168 kB
Writeback:             0 kB
AnonPages:       1034388 kB
Mapped:            10144 kB
Shmem:                 0 kB
Slab:             613204 kB
SReclaimable:      54316 kB
SUnreclaim:       558888 kB
KernelStack:        1504 kB
PageTables:         5976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1397492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 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= 70840 MiB
End job on node119 at 2012-06-07 22:43:06