Trace number 3748735

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.12 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-cc.opb
MD5SUM2dad588c047f66368bead690393575a4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1567
Best CPU time to get the best result obtained on this benchmark0.015996
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1567
Optimality of the best value was proved YES
Number of variables133
Total number of constraints229
Number of constraints which are clauses229
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 constraint31
Number of terms in the objective function 133
Biggest coefficient in the objective function 60
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 5699
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 60
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 5699
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.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.01	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.01	c [INC SYSTEM] execute solver
0.00/0.01	c [INC SEARCH] formula is SAT
0.00/0.01	c [INC SYSTEM] solved the initial formula
0.00/0.01	c model valid
0.00/0.01	c current solution ok
0.00/0.02	o 1846
0.00/0.02	c execute binary inc search
0.00/0.02	c [INC SEARCH] current bound: 923
0.00/0.02	c [INC SEARCH] iteration: 0
0.00/0.02	c [INC SEARCH] lower bound: 0 upperbound 1846 current bound: 923 best value:1846
0.00/0.02	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.02	c write failed with 2
0.00/0.02	c [INC SYSTEM] create new solver instance
0.00/0.02	c [INC] encode full formula
0.00/0.08	c set iterative enc to: swc
0.00/0.08	c [INC SEARCH] isOptimum variable: 0
0.00/0.45	c [INC SEARCH] formula is UNSAT
0.00/0.45	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.45	c write failed with 2
0.00/0.45	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x21dec20)
0.00/0.45	c sat variable: 0 optimum/unsat variable: 1
0.00/0.45	c [INC SEARCH] set lower bound to 924 upperbound 1846
0.00/0.45	c [INC SEARCH] current bound: 1385
0.00/0.45	c [INC SEARCH] iteration: 1
0.00/0.45	c [INC SEARCH] lower bound: 924 upperbound 1846 current bound: 1385 best value:1846
0.00/0.45	c [INC SYSTEM] create new solver instance
0.00/0.45	c [INC] encode full formula
0.00/0.54	c set iterative enc to: swc
0.00/0.56	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.40	c an unexpexted return value has been received, exit
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.08/1800.40	c write failed with -1
1800.08/1800.40	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x21dec20)

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-3748735-1339118047/watcher-3748735-1339118047 -o /tmp/evaluation-result-3748735-1339118047/solver-3748735-1339118047 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748735-1339118047.opb 1487974789 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/179 31029
/proc/meminfo: memFree=31007788/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0

[startup+0.056125 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31029
/proc/meminfo: memFree=31007788/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100293 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31029
/proc/meminfo: memFree=31007788/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300304 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31029
/proc/meminfo: memFree=31007788/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700298 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31029
/proc/meminfo: memFree=31007788/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 31040
/proc/meminfo: memFree=30935880/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=57080 CPUtime=0.93 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 12331 0 0 0 91 2 0 0 20 0 1 0 377932022 58449920 12183 33554432000 4194304 5654031 140736551494720 140736551492488 4243304 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 14270 12183 136 357 0 13910 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 85596

[startup+3.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 31040
/proc/meminfo: memFree=30935632/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=57080 CPUtime=2.53 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 12436 0 0 0 251 2 0 0 20 0 1 0 377932022 58449920 12284 33554432000 4194304 5654031 140736551494720 140736551492488 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 14270 12284 136 357 0 13910 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 85596

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 31040
/proc/meminfo: memFree=30934332/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=57080 CPUtime=5.73 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 12606 0 0 0 571 2 0 0 20 0 1 0 377932022 58449920 12450 33554432000 4194304 5654031 140736551494720 140736551492488 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 14270 12450 136 357 0 13910 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 85596

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 31040
/proc/meminfo: memFree=30933188/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=61820 CPUtime=12.13 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 12902 0 0 0 1211 2 0 0 20 0 1 0 377932022 63303680 12734 33554432000 4194304 5654031 140736551494720 140736551492504 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 15455 12734 136 357 0 15095 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 90336

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 31040
/proc/meminfo: memFree=30933292/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=57596 CPUtime=24.92 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 13881 0 0 0 2489 3 0 0 20 0 1 0 377932022 58978304 12749 33554432000 4194304 5654031 140736551494720 140736551492744 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 14399 12749 137 357 0 14039 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 86112

[startup+51.1004 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 31040
/proc/meminfo: memFree=30915232/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=69996 CPUtime=50.52 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 15230 0 0 0 5049 3 0 0 20 0 1 0 377932022 71675904 13675 33554432000 4194304 5654031 140736551494720 140736551492600 4208621 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 17499 13675 137 357 0 17139 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 98512

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 31041
/proc/meminfo: memFree=30893324/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=82544 CPUtime=101.72 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 15919 0 0 0 10168 4 0 0 20 0 1 0 377932022 84525056 17338 33554432000 4194304 5654031 140736551494720 140736551492600 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 20636 17338 137 357 0 20276 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 111060

[startup+162.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 31041
/proc/meminfo: memFree=30882748/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=86968 CPUtime=161.69 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 16512 0 0 0 16164 5 0 0 20 0 1 0 377932022 89055232 19901 33554432000 4194304 5654031 140736551494720 140736551492520 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 21742 19901 137 357 0 21382 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 115484

[startup+222.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/182 31041
/proc/meminfo: memFree=30882984/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=86968 CPUtime=221.68 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 16524 0 0 0 22163 5 0 0 20 0 1 0 377932022 89055232 19913 33554432000 4194304 5654031 140736551494720 140736551492520 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 21742 19913 137 357 0 21382 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 115484

[startup+282.3 s]

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

/proc/meminfo: memFree=30933052/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=95288 CPUtime=1241.53 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 18869 0 0 0 124146 7 0 0 20 0 1 0 377932022 97574912 21672 33554432000 4194304 5654031 140736551494720 140736551492520 4208659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 23822 21672 137 357 0 23462 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 123804

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31304
/proc/meminfo: memFree=30896552/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=95712 CPUtime=1301.53 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 18983 0 0 0 130146 7 0 0 20 0 1 0 377932022 98009088 21778 33554432000 4194304 5654031 140736551494720 140736551492520 4232710 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 23928 21778 137 357 0 23568 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 124228

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31304
/proc/meminfo: memFree=30933104/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=95712 CPUtime=1361.51 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 18983 0 0 0 136144 7 0 0 20 0 1 0 377932022 98009088 21778 33554432000 4194304 5654031 140736551494720 140736551492520 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 23928 21778 137 357 0 23568 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 124228

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31304
/proc/meminfo: memFree=30898972/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=95712 CPUtime=1421.51 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 18984 0 0 0 142144 7 0 0 20 0 1 0 377932022 98009088 22290 33554432000 4194304 5654031 140736551494720 140736551492520 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 23928 22290 137 357 0 23568 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 124228

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31304
/proc/meminfo: memFree=30931180/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=95712 CPUtime=1481.49 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 18984 0 0 0 148142 7 0 0 20 0 1 0 377932022 98009088 22290 33554432000 4194304 5654031 140736551494720 140736551492520 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 23928 22290 137 357 0 23568 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 124228

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31304
/proc/meminfo: memFree=30892832/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=95712 CPUtime=1541.48 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 18984 0 0 0 154141 7 0 0 20 0 1 0 377932022 98009088 22290 33554432000 4194304 5654031 140736551494720 140736551482536 4232767 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 23928 22290 137 357 0 23568 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 124228

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 31308
/proc/meminfo: memFree=30930736/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=96028 CPUtime=1601.47 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 19065 0 0 0 160140 7 0 0 20 0 1 0 377932022 98332672 22369 33554432000 4194304 5654031 140736551494720 140736551492520 4232668 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 24007 22369 137 357 0 23647 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 124544

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31308
/proc/meminfo: memFree=30928324/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=98652 CPUtime=1661.46 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 19191 0 0 0 166139 7 0 0 20 0 1 0 377932022 101019648 22987 33554432000 4194304 5654031 140736551494720 140736551492520 4232782 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 24663 22987 137 357 0 24303 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 127168

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 31308
/proc/meminfo: memFree=30894196/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=98652 CPUtime=1721.46 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 19231 0 0 0 172139 7 0 0 20 0 1 0 377932022 101019648 23025 33554432000 4194304 5654031 140736551494720 140736551492520 4232479 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 24663 23025 137 357 0 24303 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 127168

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 31308
/proc/meminfo: memFree=30883768/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=98652 CPUtime=1781.44 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 19232 0 0 0 178137 7 0 0 20 0 1 0 377932022 101019648 23025 33554432000 4194304 5654031 140736551494720 140736551492520 4232794 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 24663 23025 137 357 0 24303 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 127168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 31308
/proc/meminfo: memFree=30928080/32873648 swapFree=7376/7376
[pid=31029] ppid=31027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/31029/stat : 31029 (npSolver-pbo-I.) S 31027 31029 28222 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 377931966 9367552 274 33554432000 4194304 5064252 140733229531712 140733229530624 213866145358 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/31029/statm: 2287 274 233 213 0 72 0
[pid=31030] ppid=31029 vsize=19368 CPUtime=0.53 cores=1,3,5,7
/proc/31030/stat : 31030 (npSolver-pbo) S 31029 31029 28222 0 -1 4202496 7507 11145 0 0 14 2 36 1 20 0 1 0 377931966 19832832 4329 33554432000 4194304 6004724 140734389344736 140734389329656 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/31030/statm: 4842 4329 166 442 0 4396 0
[pid=31040] ppid=31030 vsize=98652 CPUtime=1799.55 cores=1,3,5,7
/proc/31040/stat : 31040 (glucosInc) R 31030 31029 28222 0 -1 4202496 19232 0 0 0 179948 7 0 0 20 0 1 0 377932022 101019648 23025 33554432000 4194304 5654031 140736551494720 140736551492520 4232984 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/31040/statm: 24663 23025 137 357 0 24303 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 127168

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.12
CPU user time (s): 1800
CPU system time (s): 0.124981
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 127168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.124981
maximum resident set size= 92100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38265
page faults= 0
swaps= 0
block input operations= 0
block output operations= 20936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43
involuntary context switches= 1868

runsolver used 5.51616 second user time and 20.6239 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-08 03:14:07
IDJOB=3748735
IDBENCH=2023
IDSOLVER=2333
FILE ID=node112/3748735-1339118047
RUNJOBID= node112-1339112634-30530
PBS_JOBID= 14643741
Free space on /tmp= 71160 MiB

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

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

MD5SUM BENCH= 2dad588c047f66368bead690393575a4
RANDOM SEED=1487974789

node112.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.763
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.52
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.763
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.763
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.92
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.763
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.763
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		: 2666.763
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.763
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.91
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.763
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:       32873648 kB
MemFree:        31008044 kB
Buffers:          109432 kB
Cached:           836108 kB
SwapCached:         2096 kB
Active:           443432 kB
Inactive:         631176 kB
Active(anon):     128664 kB
Inactive(anon):     3060 kB
Active(file):     314768 kB
Inactive(file):   628116 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108856 kB
SwapFree:       67099372 kB
Dirty:              8172 kB
Writeback:             0 kB
AnonPages:        135064 kB
Mapped:             9984 kB
Shmem:                 0 kB
Slab:             651792 kB
SReclaimable:      95940 kB
SUnreclaim:       555852 kB
KernelStack:        1480 kB
PageTables:         4768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     253956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71148 MiB
End job on node112 at 2012-06-08 03:44:07