Trace number 3697979

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? (TO) 1800.09 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.06	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.06	c [INC SYSTEM] execute solver
0.00/0.06	c [INC SEARCH] formula is SAT
0.00/0.06	c [INC SYSTEM] solved the initial formula
0.00/0.07	c model valid
0.00/0.07	c current solution ok
0.00/0.08	o 10246
0.00/0.08	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.08	c write failed with 2
0.00/0.08	c [INC SEARCH] iteration: 0
0.00/0.08	c [INC BOUNDS] best value:10246 search for 10245
0.00/0.08	c [INC SYSTEM] create new solver instance
0.00/0.08	c [INC] encode full formula
0.00/0.08	c fallback to adder encoding
0.00/0.13	c set iterative enc to: adder
0.00/0.13	c set iterative enc to: none
0.00/0.14	c [INC SEARCH] isOptimum variable: 0
1800.06/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.06/1800.40	s UNKNOWN
1800.06/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.06/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-3697979-1338057208/watcher-3697979-1338057208 -o /tmp/evaluation-result-3697979-1338057208/solver-3697979-1338057208 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697979-1338057208.opb 1008453694 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 3345
/proc/meminfo: memFree=28455488/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0

[startup+0.014544 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 3345
/proc/meminfo: memFree=28455488/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100262 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 3345
/proc/meminfo: memFree=28455488/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/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: 2.00 2.00 1.98 3/178 3345
/proc/meminfo: memFree=28455488/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700162 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 3345
/proc/meminfo: memFree=28455488/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50038 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 3354
/proc/meminfo: memFree=28431628/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=22284 CPUtime=1.35 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 5592 0 0 0 134 1 0 0 20 0 1 0 271849435 22818816 4891 33554432000 4194304 5654031 140734181459312 140734181447128 4214505 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3354/statm: 5571 4891 142 357 0 5211 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 34904

[startup+3.10039 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 3401
/proc/meminfo: memFree=28688544/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=19604 CPUtime=2.94 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 6915 0 0 0 293 1 0 0 20 0 1 0 271849435 20074496 4114 33554432000 4194304 5654031 140734181459312 140734181447128 4214578 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3354/statm: 4901 4114 142 357 0 4541 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 32224

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 3401
/proc/meminfo: memFree=28676076/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=31092 CPUtime=6.14 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 8151 0 0 0 613 1 0 0 20 0 1 0 271849435 31838208 7299 33554432000 4194304 5654031 140734181459312 140734181447128 4233232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3354/statm: 7773 7299 142 357 0 7413 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 43712

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 3401
/proc/meminfo: memFree=28666876/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=46308 CPUtime=12.54 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 11377 0 0 0 1251 3 0 0 20 0 1 0 271849435 47419392 10857 33554432000 4194304 5654031 140734181459312 140734181447128 4234964 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3354/statm: 11577 10857 142 357 0 11217 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 58928

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.98 3/181 3401
/proc/meminfo: memFree=28641588/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=53492 CPUtime=25.33 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 11911 0 0 0 2530 3 0 0 20 0 1 0 271849435 54775808 12884 33554432000 4194304 5654031 140734181459312 140734181447128 4232925 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3354/statm: 13373 12884 142 357 0 13013 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 66112

[startup+51.1003 s]
/proc/loadavg: 2.08 2.02 1.98 3/181 3401
/proc/meminfo: memFree=28622152/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=96160 CPUtime=50.93 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 13907 0 0 0 5088 5 0 0 20 0 1 0 271849435 98467840 17414 33554432000 4194304 5654031 140734181459312 140734181447128 4232963 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3354/statm: 24040 17414 142 357 0 23680 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 108780

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 1.98 3/181 3401
/proc/meminfo: memFree=28598552/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=96160 CPUtime=102.12 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 13941 0 0 0 10207 5 0 0 20 0 1 0 271849435 98467840 23578 33554432000 4194304 5654031 140734181459312 140734181447128 4232784 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3354/statm: 24040 23578 142 357 0 23680 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 108780

[startup+162.3 s]
/proc/loadavg: 2.04 2.02 1.99 3/181 3401
/proc/meminfo: memFree=28572612/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=145928 CPUtime=162.11 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 15324 0 0 0 16202 9 0 0 20 0 1 0 271849435 149430272 31607 33554432000 4194304 5654031 140734181459312 140734181447128 4642476 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3354/statm: 36482 31607 142 357 0 36122 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 158548

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 1.99 3/181 3402
/proc/meminfo: memFree=28523956/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=145928 CPUtime=222.1 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 16357 0 0 0 22198 12 0 0 20 0 1 0 271849435 149430272 34680 33554432000 4194304 5654031 140734181459312 140734181447128 4232912 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3354/statm: 36482 34680 142 357 0 36122 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 158548

[startup+282.3 s]

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

/proc/meminfo: memFree=28444512/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=183780 CPUtime=1241.93 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 46520 0 0 0 124104 89 0 0 20 0 1 0 271849435 188190720 43113 33554432000 4194304 5654031 140734181459312 140734181447128 4215344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3354/statm: 45945 43113 142 357 0 45585 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 196400

[startup+1302.3 s]
/proc/loadavg: 2.05 2.07 2.00 3/181 3411
/proc/meminfo: memFree=28438804/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=185412 CPUtime=1301.91 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 48093 0 0 0 130098 93 0 0 20 0 1 0 271849435 189861888 44492 33554432000 4194304 5654031 140734181459312 140734181447128 4233232 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3354/statm: 46353 44492 142 357 0 45993 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 198032

[startup+1362.3 s]
/proc/loadavg: 2.05 2.07 2.00 3/181 3411
/proc/meminfo: memFree=28437800/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=186516 CPUtime=1361.9 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 49558 0 0 0 136094 96 0 0 20 0 1 0 271849435 190992384 44754 33554432000 4194304 5654031 140734181459312 140734181447128 4232912 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3354/statm: 46629 44754 142 357 0 46269 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 199136

[startup+1422.31 s]
/proc/loadavg: 2.05 2.07 2.00 3/181 3412
/proc/meminfo: memFree=28408124/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=187904 CPUtime=1421.9 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 51046 0 0 0 142090 100 0 0 20 0 1 0 271849435 192413696 44005 33554432000 4194304 5654031 140734181459312 140734181447128 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3354/statm: 46976 44005 142 357 0 46616 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 200524

[startup+1482.3 s]
/proc/loadavg: 2.05 2.07 2.00 3/181 3412
/proc/meminfo: memFree=28397868/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=189240 CPUtime=1481.88 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 51977 0 0 0 148085 103 0 0 20 0 1 0 271849435 193781760 45409 33554432000 4194304 5654031 140734181459312 140734181447128 4232916 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3354/statm: 47310 45409 142 357 0 46950 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 201860

[startup+1542.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/181 3412
/proc/meminfo: memFree=28390780/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=190564 CPUtime=1541.86 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 53420 0 0 0 154081 105 0 0 20 0 1 0 271849435 195137536 46191 33554432000 4194304 5654031 140734181459312 140734181447128 4232927 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3354/statm: 47641 46191 142 357 0 47281 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 203184

[startup+1602.3 s]
/proc/loadavg: 2.09 2.08 2.01 3/182 3415
/proc/meminfo: memFree=28393156/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=192072 CPUtime=1601.86 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 54952 0 0 0 160077 109 0 0 20 0 1 0 271849435 196681728 44508 33554432000 4194304 5654031 140734181459312 140734181447128 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3354/statm: 48018 44508 142 357 0 47658 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 204692

[startup+1662.3 s]
/proc/loadavg: 2.03 2.06 2.00 3/182 3438
/proc/meminfo: memFree=28394984/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=193380 CPUtime=1661.85 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 56364 0 0 0 166072 113 0 0 20 0 1 0 271849435 198021120 43433 33554432000 4194304 5654031 140734181459312 140734181447128 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3354/statm: 48345 43433 142 357 0 47985 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 206000

[startup+1722.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/181 3439
/proc/meminfo: memFree=28346692/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=194100 CPUtime=1721.84 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 57703 0 0 0 172068 116 0 0 20 0 1 0 271849435 198758400 41554 33554432000 4194304 5654031 140734181459312 140734181447128 4233306 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3354/statm: 48525 41554 142 357 0 48165 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 206720

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/181 3439
/proc/meminfo: memFree=28344772/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=245440 CPUtime=1781.83 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 58819 0 0 0 178065 118 0 0 20 0 1 0 271849435 251330560 53889 33554432000 4194304 5654031 140734181459312 140734181457096 4232495 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3354/statm: 61360 53889 142 357 0 61000 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 258060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.03 2.00 3/181 3439
/proc/meminfo: memFree=28380564/32873844 swapFree=7100/7100
[pid=3345] ppid=3343 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3345/stat : 3345 (npSolver-pbo-It) S 3343 3345 2929 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 271849420 9367552 275 33554432000 4194304 5064252 140735580524272 140735580523184 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3345/statm: 2287 275 233 213 0 72 0
[pid=3346] ppid=3345 vsize=3472 CPUtime=0.12 cores=1,3,5,7
/proc/3346/stat : 3346 (npSolver-pbo) S 3345 3345 2929 0 -1 4202496 2360 3536 0 0 8 1 3 0 20 0 1 0 271849421 3555328 561 33554432000 4194304 5992684 140737010081552 140737010067384 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3346/statm: 868 561 183 440 0 424 0
[pid=3354] ppid=3346 vsize=195520 CPUtime=1799.94 cores=1,3,5,7
/proc/3354/stat : 3354 (glucosInc) R 3346 3345 2929 0 -1 4202496 59184 0 0 0 179874 120 0 0 20 0 1 0 271849435 200212480 44934 33554432000 4194304 5654031 140734181459312 140734181447128 4233204 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3354/statm: 48880 44934 142 357 0 48520 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 208140

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.09
CPU user time (s): 1798.86
CPU system time (s): 1.22881
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 338368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.86
system time used= 1.22881
maximum resident set size= 274148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65460
page faults= 0
swaps= 0
block input operations= 0
block output operations= 7632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 94
involuntary context switches= 1873

runsolver used 6.37403 second user time and 17.7403 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-26 20:33:28
IDJOB=3697979
IDBENCH=2018
IDSOLVER=2275
FILE ID=node103/3697979-1338057208
RUNJOBID= node103-1338051805-2946
PBS_JOBID= 14624384
Free space on /tmp= 71564 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-3697979-1338057208/watcher-3697979-1338057208 -o /tmp/evaluation-result-3697979-1338057208/solver-3697979-1338057208 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697979-1338057208.opb 1008453694 HOME HOME

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

MD5SUM BENCH= a8708c855e8ec8c2a31771025318bb9b
RANDOM SEED=1008453694

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        28455480 kB
Buffers:          259744 kB
Cached:          3082616 kB
SwapCached:            0 kB
Active:          1201144 kB
Inactive:        2441368 kB
Active(anon):     302604 kB
Inactive(anon):        0 kB
Active(file):     898540 kB
Inactive(file):  2441368 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8168 kB
Writeback:             0 kB
AnonPages:        257764 kB
Mapped:            15704 kB
Shmem:               200 kB
Slab:             636760 kB
SReclaimable:      79280 kB
SUnreclaim:       557480 kB
KernelStack:        1504 kB
PageTables:         4796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     438436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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= 71552 MiB
End job on node103 at 2012-05-26 21:03:29