Trace number 3752177

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-quickBound (fixed)? (TO) 1800.04 1800.52

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_delay/normalized-fir08_area_delay.opb
MD5SUMe9d9fc2aedf45217e1b47072b194c567
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark425.483
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 31
Optimality of the best value was proved NO
Number of variables124856
Total number of constraints521620
Number of constraints which are clauses521620
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 constraint1023
Number of terms in the objective function 61556
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 61556
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 61556
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

1.69/1.70	c run inc solver
1.69/1.70	c [INC SYSTEM] run initial solver
1.69/1.70	c [INC SYSTEM] preprocess with white file
3.38/3.49	c [INC SYSTEM] finished preprocessing in 1 s
3.38/3.49	c [INC SYSTEM] execute solver
3.47/3.71	c [INC SEARCH] formula is SAT
3.47/3.71	c [INC SYSTEM] solved the initial formula
4.37/4.41	c model valid
4.37/4.41	c current solution ok
5.12/5.37	o 44
5.12/5.37	c starting approximation
5.12/5.37	c factor = 1
5.12/5.37	c can not find a suitable factor, leaving approximation
5.12/5.37	c finished approximation
5.12/5.37	c [INC SYSTEM] there exists a inc, kill it!
5.12/5.37	c write failed with 2
5.12/5.38	c [INC SEARCH] iteration: 0
5.12/5.38	c [INC BOUNDS] best value:44 search for 43
5.12/5.38	c [INC SYSTEM] create new solver instance
5.12/5.38	c [INC] encode full formula
5.12/5.38	c fallback to adder encoding
7.03/7.26	c set iterative enc to: cardAdder
7.03/7.26	c set iterative enc to: none
7.33/7.51	c [INC SEARCH] isOptimum variable: 0
1800.04/1800.51	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.04/1800.51	s UNKNOWN
1800.04/1800.51	c [INC SYSTEM] there exists a inc, kill it!
1800.04/1800.51	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-3752177-1339130728/watcher-3752177-1339130728 -o /tmp/evaluation-result-3752177-1339130728/solver-3752177-1339130728 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752177-1339130728.opb 911649126 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.06 2.03 2.01 4/179 9625
/proc/meminfo: memFree=25240592/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0

[startup+0.0142031 s]
/proc/loadavg: 2.06 2.03 2.01 4/179 9625
/proc/meminfo: memFree=25240592/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100218 s]
/proc/loadavg: 2.06 2.03 2.01 4/179 9625
/proc/meminfo: memFree=25240592/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300274 s]
/proc/loadavg: 2.06 2.03 2.01 4/179 9625
/proc/meminfo: memFree=25240592/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700274 s]
/proc/loadavg: 2.06 2.03 2.01 4/179 9625
/proc/meminfo: memFree=25240592/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.06 2.03 2.01 3/181 9627
/proc/meminfo: memFree=25131396/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
[pid=9626] ppid=9625 vsize=200412 CPUtime=1.49 cores=0,2,4,6
/proc/9626/stat : 9626 (npSolver-pbo) R 9625 9625 22344 0 -1 4202496 37811 0 0 0 141 8 0 0 20 0 1 0 379197709 205221888 49757 33554432000 4194304 6004724 140735027733840 140735027730360 4582550 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9626/statm: 50103 49757 139 442 0 49657 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 209560

[startup+3.10039 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 9629
/proc/meminfo: memFree=24959364/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
[pid=9626] ppid=9625 vsize=200412 CPUtime=1.79 cores=0,2,4,6
/proc/9626/stat : 9626 (npSolver-pbo) S 9625 9625 22344 0 -1 4202496 37822 0 0 0 161 18 0 0 20 0 1 0 379197709 205221888 49766 33554432000 4194304 6004724 140735027733840 140735027728304 5186782 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9626/statm: 50103 49766 148 442 0 49657 0
[pid=9628] ppid=9626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9628/stat : 9628 (cp2_pre.sh) S 9626 9625 22344 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 379197888 9367552 277 33554432000 4194304 5064252 140735329947024 140735329945728 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9628/statm: 2287 277 234 213 0 72 0
[pid=9629] ppid=9628 vsize=101864 CPUtime=1.29 cores=0,2,4,6
/proc/9629/stat : 9629 (coprocessor) R 9628 9625 22344 0 -1 4202496 20163 0 0 0 124 5 0 0 20 0 1 0 379197889 104308736 24441 33554432000 4194304 6586260 140733281360272 140733281356296 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/9629/statm: 25466 24441 204 584 0 24878 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 320572

[startup+6.30032 s]
/proc/loadavg: 2.06 2.03 2.00 3/181 9632
/proc/meminfo: memFree=25018768/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
[pid=9626] ppid=9625 vsize=282404 CPUtime=6.14 cores=0,2,4,6
/proc/9626/stat : 9626 (npSolver-pbo) R 9625 9625 22344 0 -1 4202496 50019 31207 0 0 334 88 180 12 20 0 1 0 379197709 289181696 70028 33554432000 4194304 6004724 140735027733840 140735027726264 5055511 0 0 4096 0 0 0 0 17 2 0 0 14 0 0
/proc/9626/statm: 70601 70028 190 442 0 70155 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 291552

[startup+12.7004 s]
/proc/loadavg: 2.13 2.04 2.01 3/182 9634
/proc/meminfo: memFree=24535572/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
[pid=9626] ppid=9625 vsize=216868 CPUtime=7.34 cores=0,2,4,6
/proc/9626/stat : 9626 (npSolver-pbo) S 9625 9625 22344 0 -1 4202496 51808 31721 0 0 427 113 180 14 20 0 1 0 379197709 222072832 53906 33554432000 4194304 6004724 140735027733840 140735027719688 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 14 0 0
/proc/9626/statm: 54217 53906 191 442 0 53771 0
[pid=9634] ppid=9626 vsize=375744 CPUtime=5.17 cores=0,2,4,6
/proc/9634/stat : 9634 (glucosInc) R 9626 9625 22344 0 -1 4202496 59715 0 0 0 500 17 0 0 20 0 1 0 379198459 384761856 83485 33554432000 4194304 5654031 140733948271744 140733948269640 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9634/statm: 93936 83485 131 357 0 93576 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 601760

[startup+25.5004 s]
/proc/loadavg: 2.11 2.04 2.01 3/182 9634
/proc/meminfo: memFree=24535228/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
[pid=9626] ppid=9625 vsize=216868 CPUtime=7.34 cores=0,2,4,6
/proc/9626/stat : 9626 (npSolver-pbo) S 9625 9625 22344 0 -1 4202496 51808 31721 0 0 427 113 180 14 20 0 1 0 379197709 222072832 53906 33554432000 4194304 6004724 140735027733840 140735027719688 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 14 0 0
/proc/9626/statm: 54217 53906 191 442 0 53771 0
[pid=9634] ppid=9626 vsize=375744 CPUtime=17.97 cores=0,2,4,6
/proc/9634/stat : 9634 (glucosInc) R 9626 9625 22344 0 -1 4202496 59715 0 0 0 1780 17 0 0 20 0 1 0 379198459 384761856 83485 33554432000 4194304 5654031 140733948271744 140733948269640 4214632 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9634/statm: 93936 83485 131 357 0 93576 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 601760

[startup+51.1004 s]
/proc/loadavg: 2.07 2.04 2.01 3/182 9634
/proc/meminfo: memFree=24534296/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
[pid=9626] ppid=9625 vsize=216868 CPUtime=7.34 cores=0,2,4,6
/proc/9626/stat : 9626 (npSolver-pbo) S 9625 9625 22344 0 -1 4202496 51808 31721 0 0 427 113 180 14 20 0 1 0 379197709 222072832 53906 33554432000 4194304 6004724 140735027733840 140735027719688 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 14 0 0
/proc/9626/statm: 54217 53906 191 442 0 53771 0
[pid=9634] ppid=9626 vsize=376260 CPUtime=43.57 cores=0,2,4,6
/proc/9634/stat : 9634 (glucosInc) R 9626 9625 22344 0 -1 4202496 59840 0 0 0 4339 18 0 0 20 0 1 0 379198459 385290240 83610 33554432000 4194304 5654031 140733948271744 140733948269352 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9634/statm: 94065 83610 141 357 0 93705 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 602276

[startup+102.307 s]
/proc/loadavg: 2.03 2.03 2.00 3/181 9634
/proc/meminfo: memFree=24533992/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
[pid=9626] ppid=9625 vsize=216868 CPUtime=7.34 cores=0,2,4,6
/proc/9626/stat : 9626 (npSolver-pbo) S 9625 9625 22344 0 -1 4202496 51808 31721 0 0 427 113 180 14 20 0 1 0 379197709 222072832 53906 33554432000 4194304 6004724 140735027733840 140735027719688 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 14 0 0
/proc/9626/statm: 54217 53906 191 442 0 53771 0
[pid=9634] ppid=9626 vsize=376580 CPUtime=94.77 cores=0,2,4,6
/proc/9634/stat : 9634 (glucosInc) R 9626 9625 22344 0 -1 4202496 59897 0 0 0 9459 18 0 0 20 0 1 0 379198459 385617920 83667 33554432000 4194304 5654031 140733948271744 140733948269640 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9634/statm: 94145 83667 141 357 0 93785 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 602596

[startup+162.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/181 9634
/proc/meminfo: memFree=24529772/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
[pid=9626] ppid=9625 vsize=216868 CPUtime=7.34 cores=0,2,4,6
/proc/9626/stat : 9626 (npSolver-pbo) S 9625 9625 22344 0 -1 4202496 51808 31721 0 0 427 113 180 14 20 0 1 0 379197709 222072832 53906 33554432000 4194304 6004724 140735027733840 140735027719688 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 14 0 0
/proc/9626/statm: 54217 53906 191 442 0 53771 0
[pid=9634] ppid=9626 vsize=376580 CPUtime=154.76 cores=0,2,4,6
/proc/9634/stat : 9634 (glucosInc) R 9626 9625 22344 0 -1 4202496 59902 0 0 0 15458 18 0 0 20 0 1 0 379198459 385617920 83672 33554432000 4194304 5654031 140733948271744 140733948269640 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9634/statm: 94145 83672 141 357 0 93785 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 602596

[startup+222.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/182 9734
/proc/meminfo: memFree=28011176/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
[pid=9626] ppid=9625 vsize=216868 CPUtime=7.34 cores=0,2,4,6
/proc/9626/stat : 9626 (npSolver-pbo) S 9625 9625 22344 0 -1 4202496 51808 31721 0 0 427 113 180 14 20 0 1 0 379197709 222072832 53906 33554432000 4194304 6004724 140735027733840 140735027719688 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 14 0 0
/proc/9626/statm: 54217 53906 191 442 0 53771 0
[pid=9634] ppid=9626 vsize=376580 CPUtime=214.75 cores=0,2,4,6
/proc/9634/stat : 9634 (glucosInc) R 9626 9625 22344 0 -1 4202496 59915 0 0 0 21457 18 0 0 20 0 1 0 379198459 385617920 84196 33554432000 4194304 5654031 140733948271744 140733948269640 4215061 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9634/statm: 94145 84196 141 357 0 93785 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 602596

[startup+282.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/182 9737
/proc/meminfo: memFree=28000616/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=27907956/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
[pid=9626] ppid=9625 vsize=216868 CPUtime=7.34 cores=0,2,4,6
/proc/9626/stat : 9626 (npSolver-pbo) S 9625 9625 22344 0 -1 4202496 51808 31721 0 0 427 113 180 14 20 0 1 0 379197709 222072832 53906 33554432000 4194304 6004724 140735027733840 140735027719688 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 14 0 0
/proc/9626/statm: 54217 53906 191 442 0 53771 0
[pid=9634] ppid=9626 vsize=381036 CPUtime=1354.56 cores=0,2,4,6
/proc/9634/stat : 9634 (glucosInc) R 9626 9625 22344 0 -1 4202496 61018 0 0 0 135438 18 0 0 20 0 1 0 379198459 390180864 86818 33554432000 4194304 5654031 140733948271744 140733948259560 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9634/statm: 95259 86818 142 357 0 94899 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 607052

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 9767
/proc/meminfo: memFree=27893380/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
[pid=9626] ppid=9625 vsize=216868 CPUtime=7.34 cores=0,2,4,6
/proc/9626/stat : 9626 (npSolver-pbo) S 9625 9625 22344 0 -1 4202496 51808 31721 0 0 427 113 180 14 20 0 1 0 379197709 222072832 53906 33554432000 4194304 6004724 140735027733840 140735027719688 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 14 0 0
/proc/9626/statm: 54217 53906 191 442 0 53771 0
[pid=9634] ppid=9626 vsize=381036 CPUtime=1414.55 cores=0,2,4,6
/proc/9634/stat : 9634 (glucosInc) R 9626 9625 22344 0 -1 4202496 61019 0 0 0 141437 18 0 0 20 0 1 0 379198459 390180864 86819 33554432000 4194304 5654031 140733948271744 140733948259560 4214540 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9634/statm: 95259 86819 142 357 0 94899 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 607052

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 9771
/proc/meminfo: memFree=27927032/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
[pid=9626] ppid=9625 vsize=216868 CPUtime=7.34 cores=0,2,4,6
/proc/9626/stat : 9626 (npSolver-pbo) S 9625 9625 22344 0 -1 4202496 51808 31721 0 0 427 113 180 14 20 0 1 0 379197709 222072832 53906 33554432000 4194304 6004724 140735027733840 140735027719688 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 14 0 0
/proc/9626/statm: 54217 53906 191 442 0 53771 0
[pid=9634] ppid=9626 vsize=381036 CPUtime=1474.54 cores=0,2,4,6
/proc/9634/stat : 9634 (glucosInc) R 9626 9625 22344 0 -1 4202496 61023 0 0 0 147436 18 0 0 20 0 1 0 379198459 390180864 86829 33554432000 4194304 5654031 140733948271744 140733948259560 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9634/statm: 95259 86829 142 357 0 94899 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 607052

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9771
/proc/meminfo: memFree=27910424/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
[pid=9626] ppid=9625 vsize=216868 CPUtime=7.34 cores=0,2,4,6
/proc/9626/stat : 9626 (npSolver-pbo) S 9625 9625 22344 0 -1 4202496 51808 31721 0 0 427 113 180 14 20 0 1 0 379197709 222072832 53906 33554432000 4194304 6004724 140735027733840 140735027719688 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 14 0 0
/proc/9626/statm: 54217 53906 191 442 0 53771 0
[pid=9634] ppid=9626 vsize=381036 CPUtime=1534.53 cores=0,2,4,6
/proc/9634/stat : 9634 (glucosInc) R 9626 9625 22344 0 -1 4202496 61027 0 0 0 153435 18 0 0 20 0 1 0 379198459 390180864 87344 33554432000 4194304 5654031 140733948271744 140733948259560 4214597 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9634/statm: 95259 87344 142 357 0 94899 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 607052

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9771
/proc/meminfo: memFree=27895468/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
[pid=9626] ppid=9625 vsize=216868 CPUtime=7.34 cores=0,2,4,6
/proc/9626/stat : 9626 (npSolver-pbo) S 9625 9625 22344 0 -1 4202496 51808 31721 0 0 427 113 180 14 20 0 1 0 379197709 222072832 53906 33554432000 4194304 6004724 140735027733840 140735027719688 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 14 0 0
/proc/9626/statm: 54217 53906 191 442 0 53771 0
[pid=9634] ppid=9626 vsize=381036 CPUtime=1594.52 cores=0,2,4,6
/proc/9634/stat : 9634 (glucosInc) R 9626 9625 22344 0 -1 4202496 61027 0 0 0 159434 18 0 0 20 0 1 0 379198459 390180864 87344 33554432000 4194304 5654031 140733948271744 140733948259560 4233344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9634/statm: 95259 87344 142 357 0 94899 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 607052

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9771
/proc/meminfo: memFree=27895220/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
[pid=9626] ppid=9625 vsize=216868 CPUtime=7.34 cores=0,2,4,6
/proc/9626/stat : 9626 (npSolver-pbo) S 9625 9625 22344 0 -1 4202496 51808 31721 0 0 427 113 180 14 20 0 1 0 379197709 222072832 53906 33554432000 4194304 6004724 140735027733840 140735027719688 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 14 0 0
/proc/9626/statm: 54217 53906 191 442 0 53771 0
[pid=9634] ppid=9626 vsize=381036 CPUtime=1654.51 cores=0,2,4,6
/proc/9634/stat : 9634 (glucosInc) R 9626 9625 22344 0 -1 4202496 61027 0 0 0 165433 18 0 0 20 0 1 0 379198459 390180864 87344 33554432000 4194304 5654031 140733948271744 140733948259560 4215115 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9634/statm: 95259 87344 142 357 0 94899 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 607052

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9772
/proc/meminfo: memFree=27921348/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
[pid=9626] ppid=9625 vsize=216868 CPUtime=7.34 cores=0,2,4,6
/proc/9626/stat : 9626 (npSolver-pbo) S 9625 9625 22344 0 -1 4202496 51808 31721 0 0 427 113 180 14 20 0 1 0 379197709 222072832 53906 33554432000 4194304 6004724 140735027733840 140735027719688 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 14 0 0
/proc/9626/statm: 54217 53906 191 442 0 53771 0
[pid=9634] ppid=9626 vsize=381036 CPUtime=1714.5 cores=0,2,4,6
/proc/9634/stat : 9634 (glucosInc) R 9626 9625 22344 0 -1 4202496 61029 0 0 0 171432 18 0 0 20 0 1 0 379198459 390180864 87346 33554432000 4194304 5654031 140733948271744 140733948259560 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9634/statm: 95259 87346 142 357 0 94899 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 607052

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9772
/proc/meminfo: memFree=27908280/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
[pid=9626] ppid=9625 vsize=216868 CPUtime=7.34 cores=0,2,4,6
/proc/9626/stat : 9626 (npSolver-pbo) S 9625 9625 22344 0 -1 4202496 51808 31721 0 0 427 113 180 14 20 0 1 0 379197709 222072832 53906 33554432000 4194304 6004724 140735027733840 140735027719688 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 14 0 0
/proc/9626/statm: 54217 53906 191 442 0 53771 0
[pid=9634] ppid=9626 vsize=381168 CPUtime=1774.49 cores=0,2,4,6
/proc/9634/stat : 9634 (glucosInc) R 9626 9625 22344 0 -1 4202496 61085 0 0 0 177431 18 0 0 20 0 1 0 379198459 390316032 87402 33554432000 4194304 5654031 140733948271744 140733948259560 4214603 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9634/statm: 95292 87402 142 357 0 94932 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 607184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9772
/proc/meminfo: memFree=27901764/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
[pid=9626] ppid=9625 vsize=216868 CPUtime=7.34 cores=0,2,4,6
/proc/9626/stat : 9626 (npSolver-pbo) S 9625 9625 22344 0 -1 4202496 51808 31721 0 0 427 113 180 14 20 0 1 0 379197709 222072832 53906 33554432000 4194304 6004724 140735027733840 140735027719688 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 14 0 0
/proc/9626/statm: 54217 53906 191 442 0 53771 0
[pid=9634] ppid=9626 vsize=381168 CPUtime=1792.7 cores=0,2,4,6
/proc/9634/stat : 9634 (glucosInc) R 9626 9625 22344 0 -1 4202496 61086 0 0 0 179252 18 0 0 20 0 1 0 379198459 390316032 87403 33554432000 4194304 5654031 140733948271744 140733948259560 4214432 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9634/statm: 95292 87403 142 357 0 94932 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 607184

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 9772
/proc/meminfo: memFree=27901764/32873844 swapFree=7120/7120
[pid=9625] ppid=9623 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9625/stat : 9625 (npSolver-pbo-It) S 9623 9625 22344 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 379197708 9367552 275 33554432000 4194304 5064252 140734305834688 140734305833600 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9625/statm: 2287 275 233 213 0 72 0
[pid=9626] ppid=9625 vsize=216868 CPUtime=7.34 cores=0,2,4,6
/proc/9626/stat : 9626 (npSolver-pbo) S 9625 9625 22344 0 -1 4202496 51808 31721 0 0 427 113 180 14 20 0 1 0 379197709 222072832 53906 33554432000 4194304 6004724 140735027733840 140735027719688 5190736 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 14 0 0
/proc/9626/statm: 54217 53906 191 442 0 53771 0
[pid=9634] ppid=9626 vsize=381168 CPUtime=1792.7 cores=0,2,4,6
/proc/9634/stat : 9634 (glucosInc) R 9626 9625 22344 0 -1 4202496 61086 0 0 0 179252 18 0 0 20 0 1 0 379198459 390316032 87403 33554432000 4194304 5654031 140733948271744 140733948259560 4214432 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9634/statm: 95292 87403 142 357 0 94932 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 607184

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9625 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.04
CPU user time (s): 1798.59
CPU system time (s): 1.45
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 729172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 3.85041 second user time and 10.0455 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-08 06:45:28
IDJOB=3752177
IDBENCH=25009
IDSOLVER=2335
FILE ID=node142/3752177-1339130728
RUNJOBID= node142-1339112485-23578
PBS_JOBID= 14643711
Free space on /tmp= 70356 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_delay/normalized-fir08_area_delay.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3752177-1339130728/watcher-3752177-1339130728 -o /tmp/evaluation-result-3752177-1339130728/solver-3752177-1339130728 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3752177-1339130728.opb 911649126 HOME HOME

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

MD5SUM BENCH= e9d9fc2aedf45217e1b47072b194c567
RANDOM SEED=911649126

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25240972 kB
Buffers:          421452 kB
Cached:          3334096 kB
SwapCached:          112 kB
Active:          5322724 kB
Inactive:        1428592 kB
Active(anon):    2986424 kB
Inactive(anon):    11164 kB
Active(file):    2336300 kB
Inactive(file):  1417428 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108744 kB
Dirty:             26396 kB
Writeback:             0 kB
AnonPages:       3006184 kB
Mapped:            11792 kB
Shmem:               188 kB
Slab:             733384 kB
SReclaimable:     174036 kB
SUnreclaim:       559348 kB
KernelStack:        1472 kB
PageTables:         9988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3626460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2926592 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= 70924 MiB
End job on node142 at 2012-06-08 07:15:31