Trace number 3748737

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-cmb.opb
MD5SUM8aa1aebf70d33d96463ba96014c98682
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1053
Best CPU time to get the best result obtained on this benchmark0.042993
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1053
Optimality of the best value was proved YES
Number of variables304
Total number of constraints671
Number of constraints which are clauses671
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 constraint28
Number of terms in the objective function 304
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 12887
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 61
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 12887
Number of bits of the biggest sum of numbers14
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.02	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.02	c [INC SYSTEM] execute solver
0.00/0.02	c [INC SEARCH] formula is SAT
0.00/0.02	c [INC SYSTEM] solved the initial formula
0.00/0.02	c model valid
0.00/0.02	c current solution ok
0.00/0.03	o 1524
0.00/0.03	c execute binary inc search
0.00/0.03	c [INC SEARCH] current bound: 762
0.00/0.03	c [INC SEARCH] iteration: 0
0.00/0.03	c [INC SEARCH] lower bound: 0 upperbound 1524 current bound: 762 best value:1524
0.00/0.03	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.03	c write failed with 2
0.00/0.03	c [INC SYSTEM] create new solver instance
0.00/0.03	c [INC] encode full formula
0.00/0.15	c set iterative enc to: swc
0.00/0.17	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=0x10923e0)

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-3748737-1339118018/watcher-3748737-1339118018 -o /tmp/evaluation-result-3748737-1339118018/solver-3748737-1339118018 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748737-1339118018.opb 1617828359 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: 1.99 2.00 1.96 3/177 23288
/proc/meminfo: memFree=27448272/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0

[startup+0.0879369 s]
/proc/loadavg: 1.99 2.00 1.96 3/177 23288
/proc/meminfo: memFree=27448272/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100368 s]
/proc/loadavg: 1.99 2.00 1.96 3/177 23288
/proc/meminfo: memFree=27448272/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300195 s]
/proc/loadavg: 1.99 2.00 1.96 3/177 23288
/proc/meminfo: memFree=27448272/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700212 s]
/proc/loadavg: 1.99 2.00 1.96 3/177 23288
/proc/meminfo: memFree=27448272/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50042 s]
/proc/loadavg: 1.99 2.00 1.96 3/180 23297
/proc/meminfo: memFree=27356408/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=73600 CPUtime=1.32 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 14213 0 0 0 129 3 0 0 20 0 1 0 377927731 75366400 15965 33554432000 4194304 5654031 140735978011792 140735978009672 4216105 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 18400 15965 131 357 0 18040 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 102460

[startup+3.10041 s]
/proc/loadavg: 1.99 2.00 1.96 3/180 23297
/proc/meminfo: memFree=27356036/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=73732 CPUtime=2.92 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 14293 0 0 0 289 3 0 0 20 0 1 0 377927731 75501568 16045 33554432000 4194304 5654031 140735978011792 140735978009576 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 18433 16045 131 357 0 18073 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 102592

[startup+6.30041 s]
/proc/loadavg: 1.99 2.00 1.96 3/180 23297
/proc/meminfo: memFree=27351452/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=74132 CPUtime=6.12 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 14471 0 0 0 609 3 0 0 20 0 1 0 377927731 75911168 16220 33554432000 4194304 5654031 140735978011792 140735978009576 4232438 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 18533 16220 131 357 0 18173 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 102992

[startup+12.7004 s]
/proc/loadavg: 1.99 2.00 1.96 3/180 23297
/proc/meminfo: memFree=27343456/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=74536 CPUtime=12.52 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 14736 0 0 0 1249 3 0 0 20 0 1 0 377927731 76324864 16992 33554432000 4194304 5654031 140735978011792 140735978009576 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 18634 16992 131 357 0 18274 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 103396

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 1.97 3/180 23297
/proc/meminfo: memFree=27400760/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=74984 CPUtime=25.32 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 14860 0 0 0 2529 3 0 0 20 0 1 0 377927731 76783616 17116 33554432000 4194304 5654031 140735978011792 140735978009576 4795393 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 18746 17116 131 357 0 18386 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 103844

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 1.97 3/180 23297
/proc/meminfo: memFree=27359612/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=75920 CPUtime=50.91 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 15629 0 0 0 5087 4 0 0 20 0 1 0 377927731 77742080 17081 33554432000 4194304 5654031 140735978011792 140735978009576 4233236 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 18980 17081 132 357 0 18620 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 104780

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.97 3/180 23298
/proc/meminfo: memFree=27397740/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=78216 CPUtime=102.11 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 16799 0 0 0 10207 4 0 0 20 0 1 0 377927731 80093184 17927 33554432000 4194304 5654031 140735978011792 140735978009560 4208595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 19554 17927 138 357 0 19194 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 107076

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/180 23298
/proc/meminfo: memFree=27344160/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=89244 CPUtime=162.08 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 17343 0 0 0 16203 5 0 0 20 0 1 0 377927731 91385856 20818 33554432000 4194304 5654031 140735978011792 140735978009816 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 22311 20818 138 357 0 21951 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 118104

[startup+222.3 s]
/proc/loadavg: 2.08 2.03 1.98 3/180 23298
/proc/meminfo: memFree=27333004/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=107920 CPUtime=222.06 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 17729 0 0 0 22201 5 0 0 20 0 1 0 377927731 110510080 24253 33554432000 4194304 5654031 140735978011792 140735977999608 4216690 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 26980 24253 138 357 0 26620 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 136780

[startup+282.3 s]

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

/proc/meminfo: memFree=27412964/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=107920 CPUtime=1241.92 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 17839 0 0 0 124186 6 0 0 20 0 1 0 377927731 110510080 25533 33554432000 4194304 5654031 140735978011792 140735977999608 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 26980 25533 139 357 0 26620 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 136780

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23407
/proc/meminfo: memFree=27412344/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=107920 CPUtime=1301.91 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 17839 0 0 0 130185 6 0 0 20 0 1 0 377927731 110510080 25533 33554432000 4194304 5654031 140735978011792 140735977999608 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 26980 25533 139 357 0 26620 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 136780

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23408
/proc/meminfo: memFree=27410980/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=107920 CPUtime=1361.9 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 17839 0 0 0 136184 6 0 0 20 0 1 0 377927731 110510080 25533 33554432000 4194304 5654031 140735978011792 140735977999608 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 26980 25533 139 357 0 26620 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 136780

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23408
/proc/meminfo: memFree=27410916/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=107920 CPUtime=1421.9 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 17839 0 0 0 142184 6 0 0 20 0 1 0 377927731 110510080 25533 33554432000 4194304 5654031 140735978011792 140735977999608 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 26980 25533 139 357 0 26620 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 136780

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 23408
/proc/meminfo: memFree=27409428/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=108640 CPUtime=1481.88 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 18046 0 0 0 148182 6 0 0 20 0 1 0 377927731 111247360 25713 33554432000 4194304 5654031 140735978011792 140735977999608 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 27160 25713 139 357 0 26800 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 137500

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 23409
/proc/meminfo: memFree=27408180/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=108640 CPUtime=1541.87 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 18046 0 0 0 154181 6 0 0 20 0 1 0 377927731 111247360 25713 33554432000 4194304 5654031 140735978011792 140735977999608 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 27160 25713 139 357 0 26800 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 137500

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 23411
/proc/meminfo: memFree=27407744/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=108640 CPUtime=1601.86 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 18046 0 0 0 160180 6 0 0 20 0 1 0 377927731 111247360 25713 33554432000 4194304 5654031 140735978011792 140735977999608 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 27160 25713 139 357 0 26800 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 137500

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/180 23412
/proc/meminfo: memFree=27405768/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=108640 CPUtime=1661.85 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 18046 0 0 0 166179 6 0 0 20 0 1 0 377927731 111247360 25713 33554432000 4194304 5654031 140735978011792 140735977999608 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 27160 25713 139 357 0 26800 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 137500

[startup+1722.3 s]
/proc/loadavg: 2.20 2.05 2.01 3/180 23614
/proc/meminfo: memFree=27403540/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=109428 CPUtime=1721.84 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 18336 0 0 0 172178 6 0 0 20 0 1 0 377927731 112054272 25910 33554432000 4194304 5654031 140735978011792 140735977999608 4216105 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 27357 25910 139 357 0 26997 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 138288

[startup+1782.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/179 23614
/proc/meminfo: memFree=27403548/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=109428 CPUtime=1781.83 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 18336 0 0 0 178177 6 0 0 20 0 1 0 377927731 112054272 25910 33554432000 4194304 5654031 140735978011792 140735977999608 4232803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 27357 25910 139 357 0 26997 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 138288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.05 2.03 2.01 3/179 23614
/proc/meminfo: memFree=27403176/32873852 swapFree=6860/6860
[pid=23288] ppid=23286 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23288/stat : 23288 (npSolver-pbo-I.) S 23286 23288 21457 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 377927714 9367552 275 33554432000 4194304 5064252 140734867870816 140734867869728 273448330830 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23288/statm: 2287 275 233 213 0 72 0
[pid=23289] ppid=23288 vsize=19712 CPUtime=0.14 cores=1,3,5,7
/proc/23289/stat : 23289 (npSolver-pbo) S 23288 23288 21457 0 -1 4202496 5830 2793 0 0 12 2 0 0 20 0 1 0 377927714 20185088 4586 33554432000 4194304 6004724 140736440713936 140736440698856 5190736 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/23289/statm: 4928 4586 166 442 0 4482 0
[pid=23297] ppid=23289 vsize=109744 CPUtime=1799.94 cores=1,3,5,7
/proc/23297/stat : 23297 (glucosInc) R 23289 23288 21457 0 -1 4202496 18417 0 0 0 179988 6 0 0 20 0 1 0 377927731 112377856 25989 33554432000 4194304 5654031 140735978011792 140735977999608 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23297/statm: 27436 25989 139 357 0 27076 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 138604

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.02
CPU system time (s): 0.102984
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 138604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.02
system time used= 0.102984
maximum resident set size= 103956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27424
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40
involuntary context switches= 1872

runsolver used 3.06253 second user time and 8.5337 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-08 03:13:38
IDJOB=3748737
IDBENCH=2020
IDSOLVER=2333
FILE ID=node128/3748737-1339118018
RUNJOBID= node128-1339112613-22882
PBS_JOBID= 14643725
Free space on /tmp= 70804 MiB

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

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

MD5SUM BENCH= 8aa1aebf70d33d96463ba96014c98682
RANDOM SEED=1617828359

node128.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.389
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	: 5332.77
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.389
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.389
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	: 5438.56
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.389
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.389
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.91
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.389
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.389
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.389
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:       32873852 kB
MemFree:        27449180 kB
Buffers:          599512 kB
Cached:          3725356 kB
SwapCached:         1000 kB
Active:          2151444 kB
Inactive:        2347044 kB
Active(anon):     164368 kB
Inactive(anon):    11604 kB
Active(file):    1987076 kB
Inactive(file):  2335440 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67106408 kB
Dirty:              8164 kB
Writeback:             0 kB
AnonPages:        187380 kB
Mapped:            11864 kB
Shmem:               196 kB
Slab:             778844 kB
SReclaimable:     221088 kB
SUnreclaim:       557756 kB
KernelStack:        1472 kB
PageTables:         4508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     316680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 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= 70788 MiB
End job on node128 at 2012-06-08 03:43:38