Trace number 3748916

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.06 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-saucier.r.opb
MD5SUMaa80468537d69826ea16800f352007ec
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark1593.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
Optimality of the best value was proved NO
Number of variables6207
Total number of constraints171
Number of constraints which are clauses171
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint5184
Number of terms in the objective function 6207
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6207
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6207
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.47	c run inc solver
0.00/0.47	c [INC SYSTEM] run initial solver
0.00/0.47	c [INC SYSTEM] preprocess with white file
4.80/5.03	c [INC SYSTEM] finished preprocessing in 4 s
4.80/5.03	c [INC SYSTEM] execute solver
4.80/5.06	c [INC SEARCH] formula is SAT
4.80/5.06	c [INC SYSTEM] solved the initial formula
4.93/5.23	c model valid
4.93/5.23	c current solution ok
4.93/5.24	o 12
4.93/5.24	c execute binary inc search
4.93/5.24	c [INC SEARCH] current bound: 6
4.93/5.24	c [INC SEARCH] iteration: 0
4.93/5.24	c [INC SEARCH] lower bound: 0 upperbound 12 current bound: 6 best value:12
4.93/5.24	c [INC SYSTEM] there exists a inc, kill it!
4.93/5.24	c write failed with 2
4.93/5.24	c [INC SYSTEM] create new solver instance
4.93/5.24	c [INC] encode full formula
4.93/5.26	c set iterative enc to: swc
4.93/5.27	c [INC SEARCH] isOptimum variable: 0
1800.03/1800.61	c an unexpexted return value has been received, exit
1800.03/1800.61	s UNKNOWN
1800.03/1800.61	c [INC SYSTEM] there exists a inc, kill it!
1800.03/1800.61	c write failed with -1
1800.03/1800.61	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0xf5d580)

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-3748916-1339125233/watcher-3748916-1339125233 -o /tmp/evaluation-result-3748916-1339125233/solver-3748916-1339125233 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3748916-1339125233.opb 139354007 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 2.00 3/178 26204
/proc/meminfo: memFree=26510048/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0

[startup+0.0593559 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26204
/proc/meminfo: memFree=26510048/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100322 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26204
/proc/meminfo: memFree=26510048/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300283 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26204
/proc/meminfo: memFree=26510048/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70021 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 26204
/proc/meminfo: memFree=26510048/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 26208
/proc/meminfo: memFree=26473272/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33040 CPUtime=0.48 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 9138 0 0 0 45 3 0 0 20 0 1 0 378648722 33832960 7817 33554432000 4194304 6004724 140736473179888 140736473174352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8260 7817 148 442 0 7814 0
[pid=26207] ppid=26205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26207/stat : 26207 (cp2_pre.sh) S 26205 26204 22387 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 378648770 9367552 277 33554432000 4194304 5064252 140734355854704 140734355853408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26207/statm: 2287 277 234 213 0 72 0
[pid=26208] ppid=26207 vsize=7884 CPUtime=1.01 cores=0,2,4,6
/proc/26208/stat : 26208 (coprocessor) R 26207 26204 22387 0 -1 4202496 988 0 0 0 101 0 0 0 20 0 1 0 378648771 8073216 1415 33554432000 4194304 6586260 140737087728864 140737087725624 4368004 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/26208/statm: 1971 1415 136 584 0 1383 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59220

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 26208
/proc/meminfo: memFree=26464016/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33040 CPUtime=0.48 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 9138 0 0 0 45 3 0 0 20 0 1 0 378648722 33832960 7817 33554432000 4194304 6004724 140736473179888 140736473174352 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8260 7817 148 442 0 7814 0
[pid=26207] ppid=26205 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26207/stat : 26207 (cp2_pre.sh) S 26205 26204 22387 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 378648770 9367552 277 33554432000 4194304 5064252 140734355854704 140734355853408 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26207/statm: 2287 277 234 213 0 72 0
[pid=26208] ppid=26207 vsize=13648 CPUtime=2.6 cores=0,2,4,6
/proc/26208/stat : 26208 (coprocessor) R 26207 26204 22387 0 -1 4202496 2480 0 0 0 260 0 0 0 20 0 1 0 378648771 13975552 2907 33554432000 4194304 6586260 140737087728864 140737087724888 4754101 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/26208/statm: 3412 2907 179 584 0 2824 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 64984

[startup+6.30029 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 26213
/proc/meminfo: memFree=26452364/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33044 CPUtime=5.03 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 10636 5268 0 0 63 4 434 2 20 0 1 0 378648722 33837056 7855 33554432000 4194304 6004724 140736473179888 140736473164808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8261 7855 166 442 0 7815 0
[pid=26213] ppid=26205 vsize=18192 CPUtime=1.01 cores=0,2,4,6
/proc/26213/stat : 26213 (glucosInc) R 26205 26204 22387 0 -1 4202496 3369 0 0 0 101 0 0 0 20 0 1 0 378649249 18628608 3843 33554432000 4194304 5654031 140734609166064 140734609163944 4215009 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26213/statm: 4548 3843 131 357 0 4188 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 60384

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 26213
/proc/meminfo: memFree=26479372/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33044 CPUtime=5.03 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 10636 5268 0 0 63 4 434 2 20 0 1 0 378648722 33837056 7855 33554432000 4194304 6004724 140736473179888 140736473164808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8261 7855 166 442 0 7815 0
[pid=26213] ppid=26205 vsize=25596 CPUtime=7.41 cores=0,2,4,6
/proc/26213/stat : 26213 (glucosInc) R 26205 26204 22387 0 -1 4202496 4620 0 0 0 741 0 0 0 20 0 1 0 378649249 26210304 5605 33554432000 4194304 5654031 140734609166064 140734609163848 4215055 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26213/statm: 6399 5605 131 357 0 6039 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 67788

[startup+25.5004 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 26213
/proc/meminfo: memFree=26447052/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33044 CPUtime=5.03 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 10636 5268 0 0 63 4 434 2 20 0 1 0 378648722 33837056 7855 33554432000 4194304 6004724 140736473179888 140736473164808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8261 7855 166 442 0 7815 0
[pid=26213] ppid=26205 vsize=44620 CPUtime=20.21 cores=0,2,4,6
/proc/26213/stat : 26213 (glucosInc) R 26205 26204 22387 0 -1 4202496 5467 0 0 0 2020 1 0 0 20 0 1 0 378649249 45690880 9518 33554432000 4194304 5654031 140734609166064 140734609163672 4215344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26213/statm: 11155 9518 131 357 0 10795 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 86812

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 26260
/proc/meminfo: memFree=26576760/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33044 CPUtime=5.03 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 10636 5268 0 0 63 4 434 2 20 0 1 0 378648722 33837056 7855 33554432000 4194304 6004724 140736473179888 140736473164808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8261 7855 166 442 0 7815 0
[pid=26213] ppid=26205 vsize=95080 CPUtime=45.8 cores=0,2,4,6
/proc/26213/stat : 26213 (glucosInc) R 26205 26204 22387 0 -1 4202496 6363 0 0 0 4579 1 0 0 20 0 1 0 378649249 97361920 15524 33554432000 4194304 5654031 140734609166064 140734609163848 4215026 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26213/statm: 23770 15524 131 357 0 23410 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 137272

[startup+102.307 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 26262
/proc/meminfo: memFree=26567936/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33044 CPUtime=5.03 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 10636 5268 0 0 63 4 434 2 20 0 1 0 378648722 33837056 7855 33554432000 4194304 6004724 140736473179888 140736473164808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8261 7855 166 442 0 7815 0
[pid=26213] ppid=26205 vsize=95740 CPUtime=97.01 cores=0,2,4,6
/proc/26213/stat : 26213 (glucosInc) R 26205 26204 22387 0 -1 4202496 7675 0 0 0 9698 3 0 0 20 0 1 0 378649249 98037760 17864 33554432000 4194304 5654031 140734609166064 140734609164152 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26213/statm: 23935 17864 132 357 0 23575 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 137932

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 26262
/proc/meminfo: memFree=26493772/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33044 CPUtime=5.03 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 10636 5268 0 0 63 4 434 2 20 0 1 0 378648722 33837056 7855 33554432000 4194304 6004724 140736473179888 140736473164808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8261 7855 166 442 0 7815 0
[pid=26213] ppid=26205 vsize=146240 CPUtime=156.99 cores=0,2,4,6
/proc/26213/stat : 26213 (glucosInc) R 26205 26204 22387 0 -1 4202496 8616 0 0 0 15695 4 0 0 20 0 1 0 378649249 149749760 33623 33554432000 4194304 5654031 140734609166064 140734609163848 4215088 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26213/statm: 36560 33623 132 357 0 36200 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 188432

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 26263
/proc/meminfo: memFree=26511068/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33044 CPUtime=5.03 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 10636 5268 0 0 63 4 434 2 20 0 1 0 378648722 33837056 7855 33554432000 4194304 6004724 140736473179888 140736473164808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8261 7855 166 442 0 7815 0
[pid=26213] ppid=26205 vsize=147204 CPUtime=216.98 cores=0,2,4,6

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

/proc/meminfo: memFree=26045816/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33044 CPUtime=5.03 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 10636 5268 0 0 63 4 434 2 20 0 1 0 378648722 33837056 7855 33554432000 4194304 6004724 140736473179888 140736473164808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8261 7855 166 442 0 7815 0
[pid=26213] ppid=26205 vsize=586820 CPUtime=1236.78 cores=0,2,4,6
/proc/26213/stat : 26213 (glucosInc) R 26205 26204 22387 0 -1 4202496 19824 0 0 0 123644 34 0 0 20 0 1 0 378649249 600903680 110032 33554432000 4194304 5654031 140734609166064 140734609163912 4215040 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26213/statm: 146705 110032 132 357 0 146345 0
Current children cumulated CPU time (s) 1241.81
Current children cumulated vsize (KiB) 629012

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 26273
/proc/meminfo: memFree=26338880/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33044 CPUtime=5.03 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 10636 5268 0 0 63 4 434 2 20 0 1 0 378648722 33837056 7855 33554432000 4194304 6004724 140736473179888 140736473164808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8261 7855 166 442 0 7815 0
[pid=26213] ppid=26205 vsize=240336 CPUtime=1296.79 cores=0,2,4,6
/proc/26213/stat : 26213 (glucosInc) R 26205 26204 22387 0 -1 4202496 20425 0 0 0 129640 39 0 0 20 0 1 0 378649249 246104064 48723 33554432000 4194304 5654031 140734609166064 140734609164088 4215126 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26213/statm: 60084 48723 132 357 0 59724 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 282528

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 26273
/proc/meminfo: memFree=26245684/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33044 CPUtime=5.03 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 10636 5268 0 0 63 4 434 2 20 0 1 0 378648722 33837056 7855 33554432000 4194304 6004724 140736473179888 140736473164808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8261 7855 166 442 0 7815 0
[pid=26213] ppid=26205 vsize=373064 CPUtime=1356.77 cores=0,2,4,6
/proc/26213/stat : 26213 (glucosInc) R 26205 26204 22387 0 -1 4202496 21000 0 0 0 135636 41 0 0 20 0 1 0 378649249 382017536 61562 33554432000 4194304 5654031 140734609166064 140734609163848 4215030 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26213/statm: 93266 61562 132 357 0 92906 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 415256

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 26273
/proc/meminfo: memFree=26191644/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33044 CPUtime=5.03 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 10636 5268 0 0 63 4 434 2 20 0 1 0 378648722 33837056 7855 33554432000 4194304 6004724 140736473179888 140736473164808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8261 7855 166 442 0 7815 0
[pid=26213] ppid=26205 vsize=373604 CPUtime=1416.76 cores=0,2,4,6
/proc/26213/stat : 26213 (glucosInc) R 26205 26204 22387 0 -1 4202496 21155 0 0 0 141634 42 0 0 20 0 1 0 378649249 382570496 73981 33554432000 4194304 5654031 140734609166064 140734609163912 4215055 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26213/statm: 93401 73981 132 357 0 93041 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 415796

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 26274
/proc/meminfo: memFree=26191528/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33044 CPUtime=5.03 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 10636 5268 0 0 63 4 434 2 20 0 1 0 378648722 33837056 7855 33554432000 4194304 6004724 140736473179888 140736473164808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8261 7855 166 442 0 7815 0
[pid=26213] ppid=26205 vsize=374284 CPUtime=1476.75 cores=0,2,4,6
/proc/26213/stat : 26213 (glucosInc) R 26205 26204 22387 0 -1 4202496 21313 0 0 0 147632 43 0 0 20 0 1 0 378649249 383266816 85491 33554432000 4194304 5654031 140734609166064 140734609163912 4232973 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26213/statm: 93571 85491 132 357 0 93211 0
Current children cumulated CPU time (s) 1481.78
Current children cumulated vsize (KiB) 416476

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26274
/proc/meminfo: memFree=26145496/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33044 CPUtime=5.03 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 10636 5268 0 0 63 4 434 2 20 0 1 0 378648722 33837056 7855 33554432000 4194304 6004724 140736473179888 140736473164808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8261 7855 166 442 0 7815 0
[pid=26213] ppid=26205 vsize=590200 CPUtime=1536.73 cores=0,2,4,6
/proc/26213/stat : 26213 (glucosInc) R 26205 26204 22387 0 -1 4202496 22011 0 0 0 153628 45 0 0 20 0 1 0 378649249 604364800 96908 33554432000 4194304 5654031 140734609166064 140734609163848 4215290 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26213/statm: 147550 96908 132 357 0 147190 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 632392

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 26277
/proc/meminfo: memFree=26061972/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33044 CPUtime=5.03 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 10636 5268 0 0 63 4 434 2 20 0 1 0 378648722 33837056 7855 33554432000 4194304 6004724 140736473179888 140736473164808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8261 7855 166 442 0 7815 0
[pid=26213] ppid=26205 vsize=591372 CPUtime=1596.72 cores=0,2,4,6
/proc/26213/stat : 26213 (glucosInc) R 26205 26204 22387 0 -1 4202496 22281 0 0 0 159626 46 0 0 20 0 1 0 378649249 605564928 108420 33554432000 4194304 5654031 140734609166064 140734609163912 4233448 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26213/statm: 147843 108420 132 357 0 147483 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 633564

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26277
/proc/meminfo: memFree=26010888/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33044 CPUtime=5.03 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 10636 5268 0 0 63 4 434 2 20 0 1 0 378648722 33837056 7855 33554432000 4194304 6004724 140736473179888 140736473164808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8261 7855 166 442 0 7815 0
[pid=26213] ppid=26205 vsize=592664 CPUtime=1656.71 cores=0,2,4,6
/proc/26213/stat : 26213 (glucosInc) R 26205 26204 22387 0 -1 4202496 22592 0 0 0 165624 47 0 0 20 0 1 0 378649249 606887936 119586 33554432000 4194304 5654031 140734609166064 140734609163912 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26213/statm: 148166 119586 132 357 0 147806 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 634856

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26277
/proc/meminfo: memFree=25952288/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33044 CPUtime=5.03 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 10636 5268 0 0 63 4 434 2 20 0 1 0 378648722 33837056 7855 33554432000 4194304 6004724 140736473179888 140736473164808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8261 7855 166 442 0 7815 0
[pid=26213] ppid=26205 vsize=593924 CPUtime=1716.7 cores=0,2,4,6
/proc/26213/stat : 26213 (glucosInc) R 26205 26204 22387 0 -1 4202496 22909 0 0 0 171622 48 0 0 20 0 1 0 378649249 608178176 131136 33554432000 4194304 5654031 140734609166064 140734609163848 4232960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26213/statm: 148481 131136 132 357 0 148121 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 636116

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26278
/proc/meminfo: memFree=26261652/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33044 CPUtime=5.03 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 10636 5268 0 0 63 4 434 2 20 0 1 0 378648722 33837056 7855 33554432000 4194304 6004724 140736473179888 140736473164808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8261 7855 166 442 0 7815 0
[pid=26213] ppid=26205 vsize=248232 CPUtime=1776.69 cores=0,2,4,6
/proc/26213/stat : 26213 (glucosInc) R 26205 26204 22387 0 -1 4202496 23659 0 0 0 177618 51 0 0 20 0 1 0 378649249 254189568 55791 33554432000 4194304 5654031 140734609166064 140734609164088 4232973 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26213/statm: 62058 55791 132 357 0 61698 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 290424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 26278
/proc/meminfo: memFree=26237388/32873844 swapFree=7896/7896
[pid=26204] ppid=26202 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26204/stat : 26204 (npSolver-pbo-I.) S 26202 26204 22387 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378648722 9367552 275 33554432000 4194304 5064252 140735187645744 140735187644656 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26204/statm: 2287 275 233 213 0 72 0
[pid=26205] ppid=26204 vsize=33044 CPUtime=5.03 cores=0,2,4,6
/proc/26205/stat : 26205 (npSolver-pbo) S 26204 26204 22387 0 -1 4202496 10636 5268 0 0 63 4 434 2 20 0 1 0 378648722 33837056 7855 33554432000 4194304 6004724 140736473179888 140736473164808 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26205/statm: 8261 7855 166 442 0 7815 0
[pid=26213] ppid=26205 vsize=248364 CPUtime=1795 cores=0,2,4,6
/proc/26213/stat : 26213 (glucosInc) R 26205 26204 22387 0 -1 4202496 23683 0 0 0 179449 51 0 0 20 0 1 0 378649249 254324736 59392 33554432000 4194304 5654031 140734609166064 140734609163848 4215188 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26213/statm: 62091 59392 132 357 0 61731 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 290556

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.62
CPU time (s): 1800.06
CPU user time (s): 1799.47
CPU system time (s): 0.58891
CPU usage (%): 99.9692
Max. virtual memory (cumulated for all children) (KiB): 849224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 0.58891
maximum resident set size= 723584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39982
page faults= 0
swaps= 0
block input operations= 0
block output operations= 23176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121
involuntary context switches= 1945

runsolver used 6.27405 second user time and 16.3225 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-08 05:13:53
IDJOB=3748916
IDBENCH=2850
IDSOLVER=2333
FILE ID=node136/3748916-1339125233
RUNJOBID= node136-1339112625-24718
PBS_JOBID= 14643717
Free space on /tmp= 70364 MiB

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

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

MD5SUM BENCH= aa80468537d69826ea16800f352007ec
RANDOM SEED=139354007

node136.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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		: 2667.247
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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		: 2667.247
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:        26510692 kB
Buffers:         1308896 kB
Cached:          3923644 kB
SwapCached:        20284 kB
Active:          2739484 kB
Inactive:        2687648 kB
Active(anon):     166468 kB
Inactive(anon):    22808 kB
Active(file):    2573016 kB
Inactive(file):  2664840 kB
Unevictable:        7896 kB
Mlocked:            7896 kB
SwapTotal:      67108856 kB
SwapFree:       67083244 kB
Dirty:             12436 kB
Writeback:             0 kB
AnonPages:        224652 kB
Mapped:            11140 kB
Shmem:                 0 kB
Slab:             778212 kB
SReclaimable:     219648 kB
SUnreclaim:       558564 kB
KernelStack:        1504 kB
PageTables:         4200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     321304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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= 70348 MiB
End job on node136 at 2012-06-08 05:43:53