Trace number 3751863

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-quickBound (fixed)? (TO) 1800.04 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-apex4.a.opb
MD5SUM59d685b710ba34babb28c57a0abba1bc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark776
Best CPU time to get the best result obtained on this benchmark2.16067
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 776
Optimality of the best value was proved NO
Number of variables4316
Total number of constraints11912
Number of constraints which are clauses11912
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint160
Number of terms in the objective function 4316
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4316
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4316
Number of bits of the biggest sum of numbers13
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.07	c run inc solver
0.00/0.07	c [INC SYSTEM] run initial solver
0.00/0.07	c [INC SYSTEM] preprocess with white file
0.00/0.12	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.12	c [INC SYSTEM] execute solver
0.00/0.13	c [INC SEARCH] formula is SAT
0.00/0.13	c [INC SYSTEM] solved the initial formula
0.00/0.15	c model valid
0.00/0.15	c current solution ok
0.00/0.17	o 843
0.00/0.17	c starting approximation
0.00/0.17	c factor = 1
0.00/0.17	c can not find a suitable factor, leaving approximation
0.00/0.17	c finished approximation
0.00/0.17	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.17	c write failed with 2
0.00/0.17	c [INC SEARCH] iteration: 0
0.00/0.17	c [INC BOUNDS] best value:843 search for 842
0.00/0.17	c [INC SYSTEM] create new solver instance
0.00/0.17	c [INC] encode full formula
0.00/0.17	c fallback to adder encoding
0.00/0.38	c set iterative enc to: cardAdder
0.00/0.38	c set iterative enc to: none
0.00/0.40	c [INC SEARCH] isOptimum variable: 0
1800.04/1800.41	HOME/npSolver-pbo-Itdqb.sh: line 18: 23481 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-3751863-1339118868/watcher-3751863-1339118868 -o /tmp/evaluation-result-3751863-1339118868/solver-3751863-1339118868 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751863-1339118868.opb 1504093593 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.99 2/178 23480
/proc/meminfo: memFree=31094536/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0

[startup+0.102968 s]
/proc/loadavg: 2.00 2.00 1.99 2/178 23480
/proc/meminfo: memFree=31094536/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200277 s]
/proc/loadavg: 2.00 2.00 1.99 2/178 23480
/proc/meminfo: memFree=31094536/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300285 s]
/proc/loadavg: 2.00 2.00 1.99 2/178 23480
/proc/meminfo: memFree=31094536/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700224 s]
/proc/loadavg: 2.00 2.00 1.99 2/178 23480
/proc/meminfo: memFree=31094536/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 1.99 3/181 23489
/proc/meminfo: memFree=31018128/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
[pid=23481] ppid=23480 vsize=25188 CPUtime=0.38 cores=0,2,4,6
/proc/23481/stat : 23481 (npSolver-pbo) S 23480 23480 19416 0 -1 4202496 8330 4210 0 0 30 4 4 0 20 0 1 0 378012513 25792512 5975 33554432000 4194304 6004724 140736811353376 140736811339224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23481/statm: 6297 5975 191 442 0 5851 0
[pid=23489] ppid=23481 vsize=46108 CPUtime=1.08 cores=0,2,4,6
/proc/23489/stat : 23489 (glucosInc) R 23481 23480 19416 0 -1 4202496 9748 0 0 0 106 2 0 0 20 0 1 0 378012554 47214592 9680 33554432000 4194304 5654031 140734278666592 140734278654408 4214597 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23489/statm: 11527 9680 140 357 0 11167 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 80444

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 1.99 3/181 23489
/proc/meminfo: memFree=31017996/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
[pid=23481] ppid=23480 vsize=25188 CPUtime=0.38 cores=0,2,4,6
/proc/23481/stat : 23481 (npSolver-pbo) S 23480 23480 19416 0 -1 4202496 8330 4210 0 0 30 4 4 0 20 0 1 0 378012513 25792512 5975 33554432000 4194304 6004724 140736811353376 140736811339224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23481/statm: 6297 5975 191 442 0 5851 0
[pid=23489] ppid=23481 vsize=46108 CPUtime=2.68 cores=0,2,4,6
/proc/23489/stat : 23489 (glucosInc) R 23481 23480 19416 0 -1 4202496 9823 0 0 0 266 2 0 0 20 0 1 0 378012554 47214592 9755 33554432000 4194304 5654031 140734278666592 140734278654408 4214494 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23489/statm: 11527 9755 141 357 0 11167 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 80444

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 1.99 3/181 23489
/proc/meminfo: memFree=31014956/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
[pid=23481] ppid=23480 vsize=25188 CPUtime=0.38 cores=0,2,4,6
/proc/23481/stat : 23481 (npSolver-pbo) S 23480 23480 19416 0 -1 4202496 8330 4210 0 0 30 4 4 0 20 0 1 0 378012513 25792512 5975 33554432000 4194304 6004724 140736811353376 140736811339224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23481/statm: 6297 5975 191 442 0 5851 0
[pid=23489] ppid=23481 vsize=47656 CPUtime=5.88 cores=0,2,4,6
/proc/23489/stat : 23489 (glucosInc) R 23481 23480 19416 0 -1 4202496 10245 0 0 0 586 2 0 0 20 0 1 0 378012554 48799744 10688 33554432000 4194304 5654031 140734278666592 140734278654408 4214475 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23489/statm: 11914 10688 141 357 0 11554 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 81992

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 23489
/proc/meminfo: memFree=31012944/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
[pid=23481] ppid=23480 vsize=25188 CPUtime=0.38 cores=0,2,4,6
/proc/23481/stat : 23481 (npSolver-pbo) S 23480 23480 19416 0 -1 4202496 8330 4210 0 0 30 4 4 0 20 0 1 0 378012513 25792512 5975 33554432000 4194304 6004724 140736811353376 140736811339224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23481/statm: 6297 5975 191 442 0 5851 0
[pid=23489] ppid=23481 vsize=49680 CPUtime=12.28 cores=0,2,4,6
/proc/23489/stat : 23489 (glucosInc) R 23481 23480 19416 0 -1 4202496 11509 0 0 0 1226 2 0 0 20 0 1 0 378012554 50872320 11114 33554432000 4194304 5654031 140734278666592 140734278654408 4232984 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23489/statm: 12420 11114 141 357 0 12060 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 84016

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 23490
/proc/meminfo: memFree=30979988/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
[pid=23481] ppid=23480 vsize=25188 CPUtime=0.38 cores=0,2,4,6
/proc/23481/stat : 23481 (npSolver-pbo) S 23480 23480 19416 0 -1 4202496 8330 4210 0 0 30 4 4 0 20 0 1 0 378012513 25792512 5975 33554432000 4194304 6004724 140736811353376 140736811339224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23481/statm: 6297 5975 191 442 0 5851 0
[pid=23489] ppid=23481 vsize=98748 CPUtime=25.08 cores=0,2,4,6
/proc/23489/stat : 23489 (glucosInc) R 23481 23480 19416 0 -1 4202496 13144 0 0 0 2505 3 0 0 20 0 1 0 378012554 101117952 19290 33554432000 4194304 5654031 140734278666592 140734278654408 4214957 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23489/statm: 24687 19290 141 357 0 24327 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 133084

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 23490
/proc/meminfo: memFree=30894968/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
[pid=23481] ppid=23480 vsize=25188 CPUtime=0.38 cores=0,2,4,6
/proc/23481/stat : 23481 (npSolver-pbo) S 23480 23480 19416 0 -1 4202496 8330 4210 0 0 30 4 4 0 20 0 1 0 378012513 25792512 5975 33554432000 4194304 6004724 140736811353376 140736811339224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23481/statm: 6297 5975 191 442 0 5851 0
[pid=23489] ppid=23481 vsize=87252 CPUtime=50.67 cores=0,2,4,6
/proc/23489/stat : 23489 (glucosInc) R 23481 23480 19416 0 -1 4202496 14137 0 0 0 5063 4 0 0 20 0 1 0 378012554 89346048 19416 33554432000 4194304 5654031 140734278666592 140734278654408 4232810 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23489/statm: 21813 19416 141 357 0 21453 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 121588

[startup+102.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/181 23490
/proc/meminfo: memFree=30954172/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
[pid=23481] ppid=23480 vsize=25188 CPUtime=0.38 cores=0,2,4,6
/proc/23481/stat : 23481 (npSolver-pbo) S 23480 23480 19416 0 -1 4202496 8330 4210 0 0 30 4 4 0 20 0 1 0 378012513 25792512 5975 33554432000 4194304 6004724 140736811353376 140736811339224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23481/statm: 6297 5975 191 442 0 5851 0
[pid=23489] ppid=23481 vsize=98928 CPUtime=101.87 cores=0,2,4,6
/proc/23489/stat : 23489 (glucosInc) R 23481 23480 19416 0 -1 4202496 15773 0 0 0 10181 6 0 0 20 0 1 0 378012554 101302272 22213 33554432000 4194304 5654031 140734278666592 140734278654408 4215188 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23489/statm: 24732 22213 141 357 0 24372 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 133264

[startup+162.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/182 23493
/proc/meminfo: memFree=30887628/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
[pid=23481] ppid=23480 vsize=25188 CPUtime=0.38 cores=0,2,4,6
/proc/23481/stat : 23481 (npSolver-pbo) S 23480 23480 19416 0 -1 4202496 8330 4210 0 0 30 4 4 0 20 0 1 0 378012513 25792512 5975 33554432000 4194304 6004724 140736811353376 140736811339224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23481/statm: 6297 5975 191 442 0 5851 0
[pid=23489] ppid=23481 vsize=112220 CPUtime=161.85 cores=0,2,4,6
/proc/23489/stat : 23489 (glucosInc) R 23481 23480 19416 0 -1 4202496 16206 0 0 0 16179 6 0 0 20 0 1 0 378012554 114913280 26198 33554432000 4194304 5654031 140734278666592 140734278654408 4216166 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23489/statm: 28055 26198 141 357 0 27695 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 146556

[startup+222.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 23494
/proc/meminfo: memFree=30936284/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
[pid=23481] ppid=23480 vsize=25188 CPUtime=0.38 cores=0,2,4,6
/proc/23481/stat : 23481 (npSolver-pbo) S 23480 23480 19416 0 -1 4202496 8330 4210 0 0 30 4 4 0 20 0 1 0 378012513 25792512 5975 33554432000 4194304 6004724 140736811353376 140736811339224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23481/statm: 6297 5975 191 442 0 5851 0
[pid=23489] ppid=23481 vsize=112220 CPUtime=221.85 cores=0,2,4,6
/proc/23489/stat : 23489 (glucosInc) R 23481 23480 19416 0 -1 4202496 16941 0 0 0 22178 7 0 0 20 0 1 0 378012554 114913280 27096 33554432000 4194304 5654031 140734278666592 140734278654408 4215009 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23489/statm: 28055 27096 141 357 0 27695 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 146556

[startup+282.3 s]

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

/proc/loadavg: 2.00 2.00 2.00 3/182 23571
/proc/meminfo: memFree=30872852/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
[pid=23481] ppid=23480 vsize=25188 CPUtime=0.38 cores=0,2,4,6
/proc/23481/stat : 23481 (npSolver-pbo) S 23480 23480 19416 0 -1 4202496 8330 4210 0 0 30 4 4 0 20 0 1 0 378012513 25792512 5975 33554432000 4194304 6004724 140736811353376 140736811339224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23481/statm: 6297 5975 191 442 0 5851 0
[pid=23489] ppid=23481 vsize=192360 CPUtime=1361.63 cores=0,2,4,6
/proc/23489/stat : 23489 (glucosInc) R 23481 23480 19416 0 -1 4202496 24935 0 0 0 136140 23 0 0 20 0 1 0 378012554 196976640 43878 33554432000 4194304 5654031 140734278666592 140734278654408 4215076 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23489/statm: 48090 43878 141 357 0 47730 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 226696

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23571
/proc/meminfo: memFree=30908392/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
[pid=23481] ppid=23480 vsize=25188 CPUtime=0.38 cores=0,2,4,6
/proc/23481/stat : 23481 (npSolver-pbo) S 23480 23480 19416 0 -1 4202496 8330 4210 0 0 30 4 4 0 20 0 1 0 378012513 25792512 5975 33554432000 4194304 6004724 140736811353376 140736811339224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23481/statm: 6297 5975 191 442 0 5851 0
[pid=23489] ppid=23481 vsize=192360 CPUtime=1421.63 cores=0,2,4,6
/proc/23489/stat : 23489 (glucosInc) R 23481 23480 19416 0 -1 4202496 25091 0 0 0 142139 24 0 0 20 0 1 0 378012554 196976640 47090 33554432000 4194304 5654031 140734278666592 140734278654408 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23489/statm: 48090 47090 141 357 0 47730 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 226696

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23571
/proc/meminfo: memFree=30890908/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
[pid=23481] ppid=23480 vsize=25188 CPUtime=0.38 cores=0,2,4,6
/proc/23481/stat : 23481 (npSolver-pbo) S 23480 23480 19416 0 -1 4202496 8330 4210 0 0 30 4 4 0 20 0 1 0 378012513 25792512 5975 33554432000 4194304 6004724 140736811353376 140736811339224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23481/statm: 6297 5975 191 442 0 5851 0
[pid=23489] ppid=23481 vsize=242448 CPUtime=1481.61 cores=0,2,4,6
/proc/23489/stat : 23489 (glucosInc) R 23481 23480 19416 0 -1 4202496 25260 0 0 0 148136 25 0 0 20 0 1 0 378012554 248266752 51347 33554432000 4194304 5654031 140734278666592 140734278654408 4232784 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23489/statm: 60612 51347 141 357 0 60252 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 276784

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23572
/proc/meminfo: memFree=30878636/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
[pid=23481] ppid=23480 vsize=25188 CPUtime=0.38 cores=0,2,4,6
/proc/23481/stat : 23481 (npSolver-pbo) S 23480 23480 19416 0 -1 4202496 8330 4210 0 0 30 4 4 0 20 0 1 0 378012513 25792512 5975 33554432000 4194304 6004724 140736811353376 140736811339224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23481/statm: 6297 5975 191 442 0 5851 0
[pid=23489] ppid=23481 vsize=242448 CPUtime=1541.6 cores=0,2,4,6
/proc/23489/stat : 23489 (glucosInc) R 23481 23480 19416 0 -1 4202496 25266 0 0 0 154135 25 0 0 20 0 1 0 378012554 248266752 54419 33554432000 4194304 5654031 140734278666592 140734278654408 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23489/statm: 60612 54419 141 357 0 60252 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 276784

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23572
/proc/meminfo: memFree=30897256/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
[pid=23481] ppid=23480 vsize=25188 CPUtime=0.38 cores=0,2,4,6
/proc/23481/stat : 23481 (npSolver-pbo) S 23480 23480 19416 0 -1 4202496 8330 4210 0 0 30 4 4 0 20 0 1 0 378012513 25792512 5975 33554432000 4194304 6004724 140736811353376 140736811339224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23481/statm: 6297 5975 191 442 0 5851 0
[pid=23489] ppid=23481 vsize=192360 CPUtime=1601.59 cores=0,2,4,6
/proc/23489/stat : 23489 (glucosInc) R 23481 23480 19416 0 -1 4202496 25667 0 0 0 160132 27 0 0 20 0 1 0 378012554 196976640 40764 33554432000 4194304 5654031 140734278666592 140734278654408 4215091 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23489/statm: 48090 40764 141 357 0 47730 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 226696

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23572
/proc/meminfo: memFree=30880888/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
[pid=23481] ppid=23480 vsize=25188 CPUtime=0.38 cores=0,2,4,6
/proc/23481/stat : 23481 (npSolver-pbo) S 23480 23480 19416 0 -1 4202496 8330 4210 0 0 30 4 4 0 20 0 1 0 378012513 25792512 5975 33554432000 4194304 6004724 140736811353376 140736811339224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23481/statm: 6297 5975 191 442 0 5851 0
[pid=23489] ppid=23481 vsize=192360 CPUtime=1661.58 cores=0,2,4,6
/proc/23489/stat : 23489 (glucosInc) R 23481 23480 19416 0 -1 4202496 25676 0 0 0 166131 27 0 0 20 0 1 0 378012554 196976640 43839 33554432000 4194304 5654031 140734278666592 140734278654408 4215088 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23489/statm: 48090 43839 141 357 0 47730 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 226696

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23572
/proc/meminfo: memFree=30834236/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
[pid=23481] ppid=23480 vsize=25188 CPUtime=0.38 cores=0,2,4,6
/proc/23481/stat : 23481 (npSolver-pbo) S 23480 23480 19416 0 -1 4202496 8330 4210 0 0 30 4 4 0 20 0 1 0 378012513 25792512 5975 33554432000 4194304 6004724 140736811353376 140736811339224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23481/statm: 6297 5975 191 442 0 5851 0
[pid=23489] ppid=23481 vsize=242448 CPUtime=1721.58 cores=0,2,4,6
/proc/23489/stat : 23489 (glucosInc) R 23481 23480 19416 0 -1 4202496 25985 0 0 0 172130 28 0 0 20 0 1 0 378012554 248266752 47724 33554432000 4194304 5654031 140734278666592 140734278654408 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23489/statm: 60612 47724 141 357 0 60252 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 276784

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/181 23572
/proc/meminfo: memFree=30821840/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
[pid=23481] ppid=23480 vsize=25188 CPUtime=0.38 cores=0,2,4,6
/proc/23481/stat : 23481 (npSolver-pbo) S 23480 23480 19416 0 -1 4202496 8330 4210 0 0 30 4 4 0 20 0 1 0 378012513 25792512 5975 33554432000 4194304 6004724 140736811353376 140736811339224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23481/statm: 6297 5975 191 442 0 5851 0
[pid=23489] ppid=23481 vsize=242448 CPUtime=1781.56 cores=0,2,4,6
/proc/23489/stat : 23489 (glucosInc) R 23481 23480 19416 0 -1 4202496 25993 0 0 0 178128 28 0 0 20 0 1 0 378012554 248266752 51820 33554432000 4194304 5654031 140734278666592 140734278654408 4215017 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23489/statm: 60612 51820 141 357 0 60252 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 276784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 23572
/proc/meminfo: memFree=30807752/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
[pid=23481] ppid=23480 vsize=25188 CPUtime=0.38 cores=0,2,4,6
/proc/23481/stat : 23481 (npSolver-pbo) S 23480 23480 19416 0 -1 4202496 8330 4210 0 0 30 4 4 0 20 0 1 0 378012513 25792512 5975 33554432000 4194304 6004724 140736811353376 140736811339224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23481/statm: 6297 5975 191 442 0 5851 0
[pid=23489] ppid=23481 vsize=242448 CPUtime=1799.66 cores=0,2,4,6
/proc/23489/stat : 23489 (glucosInc) R 23481 23480 19416 0 -1 4202496 25995 0 0 0 179938 28 0 0 20 0 1 0 378012554 248266752 52844 33554432000 4194304 5654031 140734278666592 140734278654408 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23489/statm: 60612 52844 141 357 0 60252 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 276784

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 23572
/proc/meminfo: memFree=30807752/32873844 swapFree=7632/7632
[pid=23480] ppid=23478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23480/stat : 23480 (npSolver-pbo-It) S 23478 23480 19416 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 378012513 9367552 274 33554432000 4194304 5064252 140734915448256 140734915447168 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23480/statm: 2287 274 233 213 0 72 0
[pid=23481] ppid=23480 vsize=25188 CPUtime=0.38 cores=0,2,4,6
/proc/23481/stat : 23481 (npSolver-pbo) S 23480 23480 19416 0 -1 4202496 8330 4210 0 0 30 4 4 0 20 0 1 0 378012513 25792512 5975 33554432000 4194304 6004724 140736811353376 140736811339224 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23481/statm: 6297 5975 191 442 0 5851 0
[pid=23489] ppid=23481 vsize=242448 CPUtime=1799.66 cores=0,2,4,6
/proc/23489/stat : 23489 (glucosInc) R 23481 23480 19416 0 -1 4202496 25995 0 0 0 179938 28 0 0 20 0 1 0 378012554 248266752 52844 33554432000 4194304 5654031 140734278666592 140734278654408 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23489/statm: 60612 52844 141 357 0 60252 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 276784

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23480 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=348946
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=58991
# CPU time returned by wait4() is 0.407937
# 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): 1800.41
CPU time (s): 1800.04
CPU user time (s): 1799.72
CPU system time (s): 0.32
CPU usage (%): 99.9793
Max. virtual memory (cumulated for all children) (KiB): 356924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.348946
system time used= 0.058991
maximum resident set size= 38164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12913
page faults= 0
swaps= 0
block input operations= 0
block output operations= 29096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25
involuntary context switches= 12

runsolver used 2.76058 second user time and 7.06792 second system time

The end

Launcher Data

Begin job on node119 at 2012-06-08 03:27:48
IDJOB=3751863
IDBENCH=2047
IDSOLVER=2335
FILE ID=node119/3751863-1339118868
RUNJOBID= node119-1339111666-20945
PBS_JOBID= 14643734
Free space on /tmp= 70856 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-apex4.a.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751863-1339118868/watcher-3751863-1339118868 -o /tmp/evaluation-result-3751863-1339118868/solver-3751863-1339118868 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751863-1339118868.opb 1504093593 HOME HOME

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

MD5SUM BENCH= 59d685b710ba34babb28c57a0abba1bc
RANDOM SEED=1504093593

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:        31094908 kB
Buffers:          111716 kB
Cached:           740012 kB
SwapCached:         2360 kB
Active:           265868 kB
Inactive:         723156 kB
Active(anon):     137068 kB
Inactive(anon):     2752 kB
Active(file):     128800 kB
Inactive(file):   720404 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67097016 kB
Dirty:              8932 kB
Writeback:             0 kB
AnonPages:        116892 kB
Mapped:            10164 kB
Shmem:                 0 kB
Slab:             647876 kB
SReclaimable:      88800 kB
SUnreclaim:       559076 kB
KernelStack:        1504 kB
PageTables:         4160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     262236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 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= 70836 MiB
End job on node119 at 2012-06-08 03:57:49