Trace number 3748888

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-C499.a.opb
MD5SUMa983c7d791d0da9cc5e2ec69578db721
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark4.24935
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 64
Optimality of the best value was proved NO
Number of variables1226
Total number of constraints4208
Number of constraints which are clauses4208
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 constraint2
Maximum length of a constraint105
Number of terms in the objective function 1226
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 1226
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1226
Number of bits of the biggest sum of numbers11
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.05	c run inc solver
0.00/0.05	c [INC SYSTEM] run initial solver
0.00/0.05	c [INC SYSTEM] preprocess with white file
0.00/0.08	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.08	c [INC SYSTEM] execute solver
0.00/0.08	c [INC SEARCH] formula is SAT
0.00/0.08	c [INC SYSTEM] solved the initial formula
0.00/0.10	c model valid
0.00/0.10	c current solution ok
0.00/0.11	o 90
0.00/0.11	c execute binary inc search
0.00/0.11	c [INC SEARCH] current bound: 45
0.00/0.11	c [INC SEARCH] iteration: 0
0.00/0.11	c [INC SEARCH] lower bound: 0 upperbound 90 current bound: 45 best value:90
0.00/0.11	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.11	c write failed with 2
0.00/0.11	c [INC SYSTEM] create new solver instance
0.00/0.11	c [INC] encode full formula
0.00/0.11	c (debug) using card networks
0.00/0.11	c old isEQ: 160, new EQ is 0
0.00/0.12	c set iterative enc to: card
0.00/0.12	c set iterative enc to: none
0.00/0.13	c [INC SEARCH] isOptimum variable: 0
308.30/308.44	c [INC SEARCH] formula is UNSAT
308.30/308.44	c [INC SYSTEM] there exists a inc, kill it!
308.30/308.44	c write failed with 2
308.30/308.44	c sat variable: 0 optimum/unsat variable: 1
308.30/308.44	c [INC SEARCH] set lower bound to 46 upperbound 90
308.30/308.44	c [INC SEARCH] current bound: 68
308.30/308.44	c [INC SEARCH] iteration: 1
308.30/308.44	c [INC SEARCH] lower bound: 46 upperbound 90 current bound: 68 best value:90
308.30/308.44	c [INC SYSTEM] create new solver instance
308.30/308.44	c [INC] encode full formula
308.30/308.44	c (debug) using card networks
308.30/308.44	c old isEQ: 0, new EQ is 0
308.30/308.46	c set iterative enc to: card
308.30/308.46	c set iterative enc to: none
308.30/308.47	c [INC SEARCH] isOptimum variable: 0
1800.07/1800.40	c an unexpexted return value has been received, exit
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.07/1800.40	c write failed with -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-3748888-1339125355/watcher-3748888-1339125355 -o /tmp/evaluation-result-3748888-1339125355/solver-3748888-1339125355 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748888-1339125355.opb 36186610 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2151
/proc/meminfo: memFree=31743548/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0

[startup+0.055203 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2151
/proc/meminfo: memFree=31743548/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100286 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2151
/proc/meminfo: memFree=31743548/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300178 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2151
/proc/meminfo: memFree=31743548/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700157 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2151
/proc/meminfo: memFree=31743548/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50036 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2160
/proc/meminfo: memFree=31726272/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8332 CPUtime=0.1 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 3435 3172 0 0 7 1 2 0 20 0 1 0 378659912 8531968 1671 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2083 1671 177 442 0 1637 0
[pid=2160] ppid=2152 vsize=13344 CPUtime=1.35 cores=1,3,5,7
/proc/2160/stat : 2160 (glucosInc) R 2152 2151 30741 0 -1 4202496 3332 0 0 0 135 0 0 0 20 0 1 0 378659925 13664256 2740 33554432000 4194304 5654031 140734916349856 140734916337672 4232477 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2160/statm: 3336 2740 141 357 0 2976 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 30824

[startup+3.10034 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2160
/proc/meminfo: memFree=31725404/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8332 CPUtime=0.1 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 3435 3172 0 0 7 1 2 0 20 0 1 0 378659912 8531968 1671 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2083 1671 177 442 0 1637 0
[pid=2160] ppid=2152 vsize=15088 CPUtime=2.96 cores=1,3,5,7
/proc/2160/stat : 2160 (glucosInc) R 2152 2151 30741 0 -1 4202496 4302 0 0 0 295 1 0 0 20 0 1 0 378659925 15450112 2937 33554432000 4194304 5654031 140734916349856 140734916337672 4215009 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2160/statm: 3772 2937 141 357 0 3412 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 32568

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2160
/proc/meminfo: memFree=31720388/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8332 CPUtime=0.1 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 3435 3172 0 0 7 1 2 0 20 0 1 0 378659912 8531968 1671 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2083 1671 177 442 0 1637 0
[pid=2160] ppid=2152 vsize=20736 CPUtime=6.15 cores=1,3,5,7
/proc/2160/stat : 2160 (glucosInc) R 2152 2151 30741 0 -1 4202496 5543 0 0 0 614 1 0 0 20 0 1 0 378659925 21233664 4629 33554432000 4194304 5654031 140734916349856 140734916347656 4233204 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2160/statm: 5184 4629 141 357 0 4824 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 38216

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2160
/proc/meminfo: memFree=31709784/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8332 CPUtime=0.1 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 3435 3172 0 0 7 1 2 0 20 0 1 0 378659912 8531968 1671 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2083 1671 177 442 0 1637 0
[pid=2160] ppid=2152 vsize=25132 CPUtime=12.55 cores=1,3,5,7
/proc/2160/stat : 2160 (glucosInc) R 2152 2151 30741 0 -1 4202496 6561 0 0 0 1254 1 0 0 20 0 1 0 378659925 25735168 5576 33554432000 4194304 5654031 140734916349856 140734916347656 4216494 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2160/statm: 6283 5576 141 357 0 5923 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 42612

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2160
/proc/meminfo: memFree=31707296/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8332 CPUtime=0.1 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 3435 3172 0 0 7 1 2 0 20 0 1 0 378659912 8531968 1671 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2083 1671 177 442 0 1637 0
[pid=2160] ppid=2152 vsize=32272 CPUtime=25.36 cores=1,3,5,7
/proc/2160/stat : 2160 (glucosInc) R 2152 2151 30741 0 -1 4202496 7984 0 0 0 2534 2 0 0 20 0 1 0 378659925 33046528 5382 33554432000 4194304 5654031 140734916349856 140734916347736 4234964 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2160/statm: 8068 5382 141 357 0 7708 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 49752

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2160
/proc/meminfo: memFree=31692392/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8332 CPUtime=0.1 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 3435 3172 0 0 7 1 2 0 20 0 1 0 378659912 8531968 1671 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2083 1671 177 442 0 1637 0
[pid=2160] ppid=2152 vsize=44088 CPUtime=50.94 cores=1,3,5,7
/proc/2160/stat : 2160 (glucosInc) R 2152 2151 30741 0 -1 4202496 8670 0 0 0 5092 2 0 0 20 0 1 0 378659925 45146112 9117 33554432000 4194304 5654031 140734916349856 140734916337672 4232821 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/2160/statm: 11022 9117 141 357 0 10662 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 61568

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2161
/proc/meminfo: memFree=31671724/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8332 CPUtime=0.1 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 3435 3172 0 0 7 1 2 0 20 0 1 0 378659912 8531968 1671 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2083 1671 177 442 0 1637 0
[pid=2160] ppid=2152 vsize=51272 CPUtime=102.14 cores=1,3,5,7
/proc/2160/stat : 2160 (glucosInc) R 2152 2151 30741 0 -1 4202496 9347 0 0 0 10211 3 0 0 20 0 1 0 378659925 52502528 12340 33554432000 4194304 5654031 140734916349856 140734916337672 4215088 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2160/statm: 12818 12340 141 357 0 12458 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 68752

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 2163
/proc/meminfo: memFree=31679184/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8332 CPUtime=0.1 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 3435 3172 0 0 7 1 2 0 20 0 1 0 378659912 8531968 1671 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2083 1671 177 442 0 1637 0
[pid=2160] ppid=2152 vsize=55692 CPUtime=162.12 cores=1,3,5,7
/proc/2160/stat : 2160 (glucosInc) R 2152 2151 30741 0 -1 4202496 9955 0 0 0 16209 3 0 0 20 0 1 0 378659925 57028608 13471 33554432000 4194304 5654031 140734916349856 140734916337672 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2160/statm: 13923 13471 141 357 0 13563 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 73172

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 2163
/proc/meminfo: memFree=31669108/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8332 CPUtime=0.1 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 3435 3172 0 0 7 1 2 0 20 0 1 0 378659912 8531968 1671 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2083 1671 177 442 0 1637 0
[pid=2160] ppid=2152 vsize=51168 CPUtime=222.12 cores=1,3,5,7
/proc/2160/stat : 2160 (glucosInc) R 2152 2151 30741 0 -1 4202496 10602 0 0 0 22208 4 0 0 20 0 1 0 378659925 52396032 11911 33554432000 4194304 5654031 140734916349856 140734916337672 4232752 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2160/statm: 12792 11911 141 357 0 12432 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 68648

[startup+282.3 s]

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

/proc/meminfo: memFree=31486160/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8544 CPUtime=308.39 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 4359 15620 0 0 9 2 30822 6 20 0 1 0 378659912 8749056 1776 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2136 1776 177 442 0 1690 0
[pid=2168] ppid=2152 vsize=150712 CPUtime=933.67 cores=1,3,5,7
/proc/2168/stat : 2168 (glucosInc) R 2152 2151 30741 0 -1 4202496 17506 0 0 0 93349 18 0 0 20 0 1 0 378690759 154329088 33143 33554432000 4194304 5654031 140733254915504 140733254913432 4232380 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2168/statm: 37678 33143 142 357 0 37318 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 168404

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2174
/proc/meminfo: memFree=31495844/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8544 CPUtime=308.39 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 4359 15620 0 0 9 2 30822 6 20 0 1 0 378659912 8749056 1776 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2136 1776 177 442 0 1690 0
[pid=2168] ppid=2152 vsize=181532 CPUtime=993.66 cores=1,3,5,7
/proc/2168/stat : 2168 (glucosInc) R 2152 2151 30741 0 -1 4202496 18452 0 0 0 99346 20 0 0 20 0 1 0 378690759 185888768 38842 33554432000 4194304 5654031 140733254915504 140733254903320 4233232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2168/statm: 45383 38842 142 357 0 45023 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 199224

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2175
/proc/meminfo: memFree=31552224/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8544 CPUtime=308.39 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 4359 15620 0 0 9 2 30822 6 20 0 1 0 378659912 8749056 1776 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2136 1776 177 442 0 1690 0
[pid=2168] ppid=2152 vsize=120268 CPUtime=1053.65 cores=1,3,5,7
/proc/2168/stat : 2168 (glucosInc) R 2152 2151 30741 0 -1 4202496 19443 0 0 0 105342 23 0 0 20 0 1 0 378690759 123154432 24674 33554432000 4194304 5654031 140733254915504 140733254903320 4232939 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2168/statm: 30067 24674 142 357 0 29707 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 137960

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2175
/proc/meminfo: memFree=31473112/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8544 CPUtime=308.39 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 4359 15620 0 0 9 2 30822 6 20 0 1 0 378659912 8749056 1776 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2136 1776 177 442 0 1690 0
[pid=2168] ppid=2152 vsize=169588 CPUtime=1113.65 cores=1,3,5,7
/proc/2168/stat : 2168 (glucosInc) R 2152 2151 30741 0 -1 4202496 20734 0 0 0 111340 25 0 0 20 0 1 0 378690759 173658112 34835 33554432000 4194304 5654031 140733254915504 140733254903320 4232398 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2168/statm: 42397 34835 142 357 0 42037 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 187280

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 2178
/proc/meminfo: memFree=31507704/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8544 CPUtime=308.39 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 4359 15620 0 0 9 2 30822 6 20 0 1 0 378659912 8749056 1776 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2136 1776 177 442 0 1690 0
[pid=2168] ppid=2152 vsize=169588 CPUtime=1173.63 cores=1,3,5,7
/proc/2168/stat : 2168 (glucosInc) R 2152 2151 30741 0 -1 4202496 21676 0 0 0 117337 26 0 0 20 0 1 0 378690759 173658112 35859 33554432000 4194304 5654031 140733254915504 140733254903320 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2168/statm: 42397 35859 142 357 0 42037 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 187280

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2178
/proc/meminfo: memFree=31488988/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8544 CPUtime=308.39 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 4359 15620 0 0 9 2 30822 6 20 0 1 0 378659912 8749056 1776 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2136 1776 177 442 0 1690 0
[pid=2168] ppid=2152 vsize=200408 CPUtime=1233.62 cores=1,3,5,7
/proc/2168/stat : 2168 (glucosInc) R 2152 2151 30741 0 -1 4202496 23208 0 0 0 123333 29 0 0 20 0 1 0 378690759 205217792 41046 33554432000 4194304 5654031 140733254915504 140733254903320 4232939 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2168/statm: 50102 41046 142 357 0 49742 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 218100

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2178
/proc/meminfo: memFree=31460208/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8544 CPUtime=308.39 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 4359 15620 0 0 9 2 30822 6 20 0 1 0 378659912 8749056 1776 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2136 1776 177 442 0 1690 0
[pid=2168] ppid=2152 vsize=200408 CPUtime=1293.61 cores=1,3,5,7
/proc/2168/stat : 2168 (glucosInc) R 2152 2151 30741 0 -1 4202496 24164 0 0 0 129329 32 0 0 20 0 1 0 378690759 205217792 38998 33554432000 4194304 5654031 140733254915504 140733254903320 4215091 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2168/statm: 50102 38998 142 357 0 49742 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 218100

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2179
/proc/meminfo: memFree=31444088/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8544 CPUtime=308.39 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 4359 15620 0 0 9 2 30822 6 20 0 1 0 378659912 8749056 1776 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2136 1776 177 442 0 1690 0
[pid=2168] ppid=2152 vsize=200408 CPUtime=1353.6 cores=1,3,5,7
/proc/2168/stat : 2168 (glucosInc) R 2152 2151 30741 0 -1 4202496 25110 0 0 0 135326 34 0 0 20 0 1 0 378690759 205217792 41046 33554432000 4194304 5654031 140733254915504 140733254903320 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2168/statm: 50102 41046 142 357 0 49742 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 218100

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 2179
/proc/meminfo: memFree=31497356/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8544 CPUtime=308.39 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 4359 15620 0 0 9 2 30822 6 20 0 1 0 378659912 8749056 1776 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2136 1776 177 442 0 1690 0
[pid=2168] ppid=2152 vsize=200408 CPUtime=1413.59 cores=1,3,5,7
/proc/2168/stat : 2168 (glucosInc) R 2152 2151 30741 0 -1 4202496 26056 0 0 0 141322 37 0 0 20 0 1 0 378690759 205217792 38998 33554432000 4194304 5654031 140733254915504 140733254903320 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2168/statm: 50102 38998 142 357 0 49742 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 218100

[startup+1782.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/182 2273
/proc/meminfo: memFree=28603596/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8544 CPUtime=308.39 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 4359 15620 0 0 9 2 30822 6 20 0 1 0 378659912 8749056 1776 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2136 1776 177 442 0 1690 0
[pid=2168] ppid=2152 vsize=181672 CPUtime=1473.58 cores=1,3,5,7
/proc/2168/stat : 2168 (glucosInc) R 2152 2151 30741 0 -1 4202496 27359 0 0 0 147319 39 0 0 20 0 1 0 378690759 186032128 42931 33554432000 4194304 5654031 140733254915504 140733254913432 4232968 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2168/statm: 45418 42931 142 357 0 45058 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 199364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.37 2.09 2.03 3/182 2273
/proc/meminfo: memFree=27292296/32873844 swapFree=6904/6904
[pid=2151] ppid=2149 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2151/stat : 2151 (npSolver-pbo-I.) S 2149 2151 30741 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378659912 9367552 275 33554432000 4194304 5064252 140736789912096 140736789911008 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2151/statm: 2287 275 233 213 0 72 0
[pid=2152] ppid=2151 vsize=8544 CPUtime=308.39 cores=1,3,5,7
/proc/2152/stat : 2152 (npSolver-pbo) S 2151 2151 30741 0 -1 4202496 4359 15620 0 0 9 2 30822 6 20 0 1 0 378659912 8749056 1776 33554432000 4194304 6004724 140736857122704 140736857107624 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/2152/statm: 2136 1776 177 442 0 1690 0
[pid=2168] ppid=2152 vsize=132352 CPUtime=1491.68 cores=1,3,5,7
/proc/2168/stat : 2168 (glucosInc) R 2152 2151 30741 0 -1 4202496 27360 0 0 0 149129 39 0 0 20 0 1 0 378690759 135528448 32363 33554432000 4194304 5654031 140733254915504 140733254913528 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2168/statm: 33088 32363 142 357 0 32728 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 150044

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1799.62
CPU system time (s): 0.477927
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 218100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 0.477927
maximum resident set size= 174424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47723
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81
involuntary context switches= 2103

runsolver used 2.72758 second user time and 7.33488 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-08 05:15:55
IDJOB=3748888
IDBENCH=2884
IDSOLVER=2333
FILE ID=node140/3748888-1339125355
RUNJOBID= node140-1339112243-562
PBS_JOBID= 14643713
Free space on /tmp= 70672 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-C499.a.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3748888-1339125355/watcher-3748888-1339125355 -o /tmp/evaluation-result-3748888-1339125355/solver-3748888-1339125355 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3748888-1339125355.opb 36186610 HOME HOME

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

MD5SUM BENCH= a983c7d791d0da9cc5e2ec69578db721
RANDOM SEED=36186610

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
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.88
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		: 2667.094
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		: 2667.094
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:        31743928 kB
Buffers:          145448 kB
Cached:           101824 kB
SwapCached:         2756 kB
Active:           232168 kB
Inactive:          49256 kB
Active(anon):      31876 kB
Inactive(anon):     4680 kB
Active(file):     200292 kB
Inactive(file):    44576 kB
Unevictable:        6904 kB
Mlocked:            6904 kB
SwapTotal:      67108856 kB
SwapFree:       67100432 kB
Dirty:              8540 kB
Writeback:             0 kB
AnonPages:        100012 kB
Mapped:            10008 kB
Shmem:                 0 kB
Slab:             708968 kB
SReclaimable:     150908 kB
SUnreclaim:       558060 kB
KernelStack:        1504 kB
PageTables:         3596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     155244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 69312 MiB
End job on node140 at 2012-06-08 05:45:55