Trace number 3747136

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topDown (fixed)? (TO) 1800.06 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-C432.opb
MD5SUMa8708c855e8ec8c2a31771025318bb9b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4822
Best CPU time to get the best result obtained on this benchmark0.235963
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4822
Optimality of the best value was proved YES
Number of variables771
Total number of constraints1951
Number of constraints which are clauses1949
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint1
Maximum length of a constraint42
Number of terms in the objective function 771
Biggest coefficient in the objective function 61
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 33355
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 33355
Number of bits of the biggest sum of numbers16
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.02	c run inc solver
0.00/0.02	c [INC SYSTEM] run initial solver
0.00/0.02	c [INC SYSTEM] preprocess with white file
0.00/0.03	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.03	c [INC SYSTEM] execute solver
0.00/0.03	c [INC SEARCH] formula is SAT
0.00/0.03	c [INC SYSTEM] solved the initial formula
0.00/0.04	c model valid
0.00/0.04	c current solution ok
0.00/0.04	o 7099
0.00/0.04	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.04	c write failed with 2
0.00/0.04	c [INC SEARCH] iteration: 0
0.00/0.04	c [INC BOUNDS] best value:7099 search for 7098
0.00/0.04	c [INC SYSTEM] create new solver instance
0.00/0.04	c [INC] encode full formula
0.00/0.04	c fallback to adder encoding
0.00/0.09	c set iterative enc to: adder
0.00/0.09	c set iterative enc to: none
0.00/0.10	c [INC SEARCH] isOptimum variable: 0
1800.02/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.02/1800.40	s UNKNOWN
1800.02/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.02/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-3747136-1339099986/watcher-3747136-1339099986 -o /tmp/evaluation-result-3747136-1339099986/solver-3747136-1339099986 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747136-1339099986.opb 1956754971 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.69 3/178 22658
/proc/meminfo: memFree=28978576/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0

[startup+0.030875 s]
/proc/loadavg: 2.00 2.00 1.69 3/178 22658
/proc/meminfo: memFree=28978576/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100234 s]
/proc/loadavg: 2.00 2.00 1.69 3/178 22658
/proc/meminfo: memFree=28978576/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300156 s]
/proc/loadavg: 2.00 2.00 1.69 3/178 22658
/proc/meminfo: memFree=28978576/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70013 s]
/proc/loadavg: 2.00 2.00 1.69 3/178 22658
/proc/meminfo: memFree=28978576/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 1.69 3/181 22667
/proc/meminfo: memFree=28953880/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=21224 CPUtime=1.38 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 4442 0 0 0 137 1 0 0 20 0 1 0 376123481 21733376 4518 33554432000 4194304 5654031 140735089954624 140735089952520 4215372 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 5306 4518 142 357 0 4946 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 41840

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 1.69 3/181 22667
/proc/meminfo: memFree=28945380/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=22896 CPUtime=2.98 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 4888 0 0 0 297 1 0 0 20 0 1 0 376123481 23445504 4933 33554432000 4194304 5654031 140735089954624 140735089942440 4232932 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 5724 4933 142 357 0 5364 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 43512

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 1.69 3/181 22667
/proc/meminfo: memFree=28930492/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=30960 CPUtime=6.18 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 6524 0 0 0 617 1 0 0 20 0 1 0 376123481 31703040 7174 33554432000 4194304 5654031 140735089954624 140735089942440 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 7740 7174 142 357 0 7380 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 51576

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.69 3/181 22667
/proc/meminfo: memFree=28898856/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=38100 CPUtime=12.58 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 7923 0 0 0 1256 2 0 0 20 0 1 0 376123481 39014400 9007 33554432000 4194304 5654031 140735089954624 140735089942440 4232794 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 9525 9007 142 357 0 9165 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 58716

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.70 3/181 22667
/proc/meminfo: memFree=28857348/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=61240 CPUtime=25.37 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 9305 0 0 0 2534 3 0 0 20 0 1 0 376123481 62709760 14284 33554432000 4194304 5654031 140735089954624 140735089942440 4233166 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 15310 14284 142 357 0 14950 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 81856

[startup+51.1004 s]
/proc/loadavg: 2.06 2.01 1.71 3/181 22667
/proc/meminfo: memFree=28889672/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=80096 CPUtime=50.97 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 10042 0 0 0 5093 4 0 0 20 0 1 0 376123481 82018304 18577 33554432000 4194304 5654031 140735089954624 140735089942440 4232775 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 20024 18577 142 357 0 19664 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 100712

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.72 3/181 22667
/proc/meminfo: memFree=28864712/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=93660 CPUtime=102.17 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 10571 0 0 0 10213 4 0 0 20 0 1 0 376123481 95907840 22673 33554432000 4194304 5654031 140735089954624 140735089942440 4215648 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 23415 22673 142 357 0 23055 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 114276

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 1.74 3/181 22668
/proc/meminfo: memFree=28922376/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=93660 CPUtime=162.14 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 11478 0 0 0 16207 7 0 0 20 0 1 0 376123481 95907840 22915 33554432000 4194304 5654031 140735089954624 140735089942440 4233216 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 23415 22915 142 357 0 23055 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 114276

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.75 3/181 22668
/proc/meminfo: memFree=28887484/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=142980 CPUtime=222.14 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 12202 0 0 0 22204 10 0 0 20 0 1 0 376123481 146411520 31746 33554432000 4194304 5654031 140735089954624 140735089942440 4232752 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 35745 31746 142 357 0 35385 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 163596

[startup+282.3 s]

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

/proc/meminfo: memFree=28909940/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=226832 CPUtime=1241.94 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 41402 0 0 0 124123 71 0 0 20 0 1 0 376123481 232275968 44624 33554432000 4194304 5654031 140735089954624 140735089942440 4232810 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 56708 44624 142 357 0 56348 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 247448

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/181 22789
/proc/meminfo: memFree=28891184/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=226832 CPUtime=1301.94 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 43017 0 0 0 130120 74 0 0 20 0 1 0 376123481 232275968 45136 33554432000 4194304 5654031 140735089954624 140735089942440 4232859 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 56708 45136 142 357 0 56348 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 247448

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 22790
/proc/meminfo: memFree=28862376/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=226832 CPUtime=1361.91 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 44637 0 0 0 136114 77 0 0 20 0 1 0 376123481 232275968 44624 33554432000 4194304 5654031 140735089954624 140735089942440 4233204 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 56708 44624 142 357 0 56348 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 247448

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 22790
/proc/meminfo: memFree=28855596/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=226832 CPUtime=1421.91 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 46247 0 0 0 142111 80 0 0 20 0 1 0 376123481 232275968 44624 33554432000 4194304 5654031 140735089954624 140735089942440 4215079 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 56708 44624 142 357 0 56348 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 247448

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 22790
/proc/meminfo: memFree=28859924/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=226832 CPUtime=1481.88 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 47084 0 0 0 148106 82 0 0 20 0 1 0 376123481 232275968 43865 33554432000 4194304 5654031 140735089954624 140735089942440 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 56708 43865 142 357 0 56348 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 247448

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 1.91 3/181 22790
/proc/meminfo: memFree=28822052/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=176744 CPUtime=1541.88 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 47499 0 0 0 154103 85 0 0 20 0 1 0 376123481 180985856 42745 33554432000 4194304 5654031 140735089954624 140735089942440 4232800 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 44186 42745 142 357 0 43826 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 197360

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/181 22790
/proc/meminfo: memFree=28832152/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=176744 CPUtime=1601.87 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 48536 0 0 0 160100 87 0 0 20 0 1 0 376123481 180985856 41209 33554432000 4194304 5654031 140735089954624 140735089942440 4233187 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 44186 41209 142 357 0 43826 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 197360

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/182 22794
/proc/meminfo: memFree=28838212/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=176916 CPUtime=1661.85 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 49611 0 0 0 166095 90 0 0 20 0 1 0 376123481 181161984 39714 33554432000 4194304 5654031 140735089954624 140735089942440 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 44229 39714 142 357 0 43869 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 197532

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 22794
/proc/meminfo: memFree=28845248/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=177848 CPUtime=1721.85 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 50854 0 0 0 172091 94 0 0 20 0 1 0 376123481 182116352 37873 33554432000 4194304 5654031 140735089954624 140735089942440 4233173 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 44462 37873 142 357 0 44102 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 198464

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 22794
/proc/meminfo: memFree=28792156/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=228640 CPUtime=1781.84 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 51850 0 0 0 178089 95 0 0 20 0 1 0 376123481 234127360 51117 33554432000 4194304 5654031 140735089954624 140735089942440 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 57160 51117 142 357 0 56800 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 249256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.91 3/181 22794
/proc/meminfo: memFree=28878652/32873844 swapFree=7120/7120
[pid=22658] ppid=22656 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22658/stat : 22658 (npSolver-pbo-It) S 22656 22658 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 376123470 9367552 274 33554432000 4194304 5064252 140735114771248 140735114770160 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/22658/statm: 2287 274 233 213 0 72 0
[pid=22659] ppid=22658 vsize=11468 CPUtime=0.08 cores=0,2,4,6
/proc/22659/stat : 22659 (npSolver-pbo) S 22658 22658 22344 0 -1 4202496 3815 3446 0 0 6 1 1 0 20 0 1 0 376123470 11743232 2237 33554432000 4194304 6004724 140734735649392 140734735635240 5190736 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/22659/statm: 2867 2237 178 442 0 2421 0
[pid=22667] ppid=22659 vsize=179152 CPUtime=1799.94 cores=0,2,4,6
/proc/22667/stat : 22667 (glucosInc) R 22659 22658 22344 0 -1 4202496 52167 0 0 0 179898 96 0 0 20 0 1 0 376123481 183451648 38652 33554432000 4194304 5654031 140735089954624 140735089942440 4233181 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22667/statm: 44788 38652 142 357 0 44428 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 199768

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.06
CPU user time (s): 1799.07
CPU system time (s): 0.993848
CPU usage (%): 99.9806
Max. virtual memory (cumulated for all children) (KiB): 329996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 0.993848
maximum resident set size= 271100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59805
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 98
involuntary context switches= 1931

runsolver used 7.26389 second user time and 18.0713 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-07 22:13:06
IDJOB=3747136
IDBENCH=2018
IDSOLVER=2332
FILE ID=node142/3747136-1339099986
RUNJOBID= node142-1339098175-22360
PBS_JOBID= 14643711
Free space on /tmp= 71168 MiB

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

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

MD5SUM BENCH= a8708c855e8ec8c2a31771025318bb9b
RANDOM SEED=1956754971

node142.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.776
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.55
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.776
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.776
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	: 5391.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		: 2666.776
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.92
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.776
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.90
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.776
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.91
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.776
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.776
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:        28979228 kB
Buffers:          368380 kB
Cached:          2470384 kB
SwapCached:          112 kB
Active:          1646888 kB
Inactive:        1403352 kB
Active(anon):     203044 kB
Inactive(anon):    11164 kB
Active(file):    1443844 kB
Inactive(file):  1392188 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108744 kB
Dirty:              8524 kB
Writeback:             0 kB
AnonPages:        374356 kB
Mapped:            12168 kB
Shmem:               188 kB
Slab:             691884 kB
SReclaimable:     133912 kB
SUnreclaim:       557972 kB
KernelStack:        1488 kB
PageTables:         4336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     374876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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= 71152 MiB
End job on node142 at 2012-06-07 22:43:06