Trace number 3747185

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_5.opb.PB06.opb
MD5SUM363fb8dacb34b0fd2f0470bc356b38da
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1043
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1036
Optimality of the best value was proved NO
Number of variables1957
Total number of constraints4000
Number of constraints which are clauses4000
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 constraint2
Number of terms in the objective function 1957
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 1957
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1957
Number of bits of the biggest sum of numbers11
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.04	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.04	c [INC SYSTEM] execute solver
0.00/0.04	c [INC SEARCH] formula is SAT
0.00/0.04	c [INC SYSTEM] solved the initial formula
0.00/0.04	c model valid
0.00/0.04	c current solution ok
0.00/0.05	o 1167
0.00/0.05	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.05	c write failed with 2
0.00/0.05	c [INC SEARCH] iteration: 0
0.00/0.05	c [INC BOUNDS] best value:1167 search for 1166
0.00/0.05	c [INC SYSTEM] create new solver instance
0.00/0.05	c [INC] encode full formula
0.00/0.05	c (debug) using card networks
0.00/0.05	c old isEQ: 41, new EQ is 0
0.00/0.11	c set iterative enc to: card
0.00/0.11	c set iterative enc to: none
0.00/0.12	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.40	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.08/1800.40	c write failed with -1

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-3747185-1339098373/watcher-3747185-1339098373 -o /tmp/evaluation-result-3747185-1339098373/solver-3747185-1339098373 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747185-1339098373.opb 696256657 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: 3.39 1.53 0.59 3/176 22854
/proc/meminfo: memFree=24379268/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0

[startup+0.0778729 s]
/proc/loadavg: 3.39 1.53 0.59 3/176 22854
/proc/meminfo: memFree=24379268/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100274 s]
/proc/loadavg: 3.39 1.53 0.59 3/176 22854
/proc/meminfo: memFree=24379268/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300233 s]
/proc/loadavg: 3.39 1.53 0.59 3/176 22854
/proc/meminfo: memFree=24379268/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700237 s]
/proc/loadavg: 3.39 1.53 0.59 3/176 22854
/proc/meminfo: memFree=24379268/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 3.39 1.53 0.59 3/179 22863
/proc/meminfo: memFree=24398452/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=36360 CPUtime=1.37 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 7599 0 0 0 136 1 0 0 20 0 1 0 375962980 37232640 7850 33554432000 4194304 5654031 140736462892928 140736462880744 4215097 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22863/statm: 9090 7850 140 357 0 8730 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 57152

[startup+3.10028 s]
/proc/loadavg: 3.27 1.54 0.59 3/179 22863
/proc/meminfo: memFree=24401812/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=36360 CPUtime=2.97 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 8856 0 0 0 296 1 0 0 20 0 1 0 375962980 37232640 8110 33554432000 4194304 5654031 140736462892928 140736462891016 4232453 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22863/statm: 9090 8110 142 357 0 8730 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 57152

[startup+6.3003 s]
/proc/loadavg: 3.27 1.54 0.59 3/179 22863
/proc/meminfo: memFree=24394436/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=52172 CPUtime=6.17 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 10910 0 0 0 614 3 0 0 20 0 1 0 375962980 53424128 11956 33554432000 4194304 5654031 140736462892928 140736462880744 4215112 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22863/statm: 13043 11956 142 357 0 12683 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 72964

[startup+12.7003 s]
/proc/loadavg: 3.25 1.57 0.61 3/179 22863
/proc/meminfo: memFree=24382456/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=56632 CPUtime=12.57 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 11839 0 0 0 1252 5 0 0 20 0 1 0 375962980 57991168 12833 33554432000 4194304 5654031 140736462892928 140736462880744 4216427 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22863/statm: 14158 12833 142 357 0 13798 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 77424

[startup+25.5004 s]
/proc/loadavg: 2.97 1.59 0.63 3/179 22863
/proc/meminfo: memFree=24377780/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=59352 CPUtime=25.36 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 12529 0 0 0 2531 5 0 0 20 0 1 0 375962980 60776448 14026 33554432000 4194304 5654031 140736462892928 140736462880744 4232495 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22863/statm: 14838 14026 142 357 0 14478 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 80144

[startup+51.1004 s]
/proc/loadavg: 2.64 1.62 0.66 3/179 22863
/proc/meminfo: memFree=24354120/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=94276 CPUtime=50.95 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 13890 0 0 0 5089 6 0 0 20 0 1 0 375962980 96538624 16867 33554432000 4194304 5654031 140736462892928 140736462880744 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22863/statm: 23569 16867 142 357 0 23209 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 115068

[startup+102.307 s]
/proc/loadavg: 2.29 1.69 0.74 3/179 22863
/proc/meminfo: memFree=24322964/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=94276 CPUtime=102.15 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 15154 0 0 0 10207 8 0 0 20 0 1 0 375962980 96538624 22927 33554432000 4194304 5654031 140736462892928 140736462890952 4232939 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22863/statm: 23569 22927 142 357 0 23209 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 115068

[startup+162.3 s]
/proc/loadavg: 2.11 1.74 0.81 3/179 22863
/proc/meminfo: memFree=24316012/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=94276 CPUtime=162.14 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 16682 0 0 0 16203 11 0 0 20 0 1 0 375962980 96538624 22953 33554432000 4194304 5654031 140736462892928 140736462880744 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22863/statm: 23569 22953 142 357 0 23209 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 115068

[startup+222.3 s]
/proc/loadavg: 2.04 1.79 0.88 3/179 22864
/proc/meminfo: memFree=24303028/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=94276 CPUtime=222.13 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 18766 0 0 0 22197 16 0 0 20 0 1 0 375962980 96538624 22953 33554432000 4194304 5654031 140736462892928 140736462880744 4215055 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22863/statm: 23569 22953 142 357 0 23209 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 115068

[startup+282.3 s]

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

/proc/meminfo: memFree=24088760/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=288608 CPUtime=1241.97 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 58708 0 0 0 124105 92 0 0 20 0 1 0 375962980 295534592 59075 33554432000 4194304 5654031 140736462892928 140736462891016 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22863/statm: 72152 59075 142 357 0 71792 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 309400

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.63 3/179 22896
/proc/meminfo: memFree=24167104/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=158380 CPUtime=1301.96 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 59169 0 0 0 130103 93 0 0 20 0 1 0 375962980 162181120 38953 33554432000 4194304 5654031 140736462892928 140736462890856 4232482 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22863/statm: 39595 38953 142 357 0 39235 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 179172

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.65 3/179 22896
/proc/meminfo: memFree=24164516/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=158380 CPUtime=1361.95 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 59301 0 0 0 136101 94 0 0 20 0 1 0 375962980 162181120 38953 33554432000 4194304 5654031 140736462892928 140736462890952 4232984 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22863/statm: 39595 38953 142 357 0 39235 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 179172

[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 1.67 3/178 22896
/proc/meminfo: memFree=24164180/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=158380 CPUtime=1421.95 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 59433 0 0 0 142100 95 0 0 20 0 1 0 375962980 162181120 38953 33554432000 4194304 5654031 140736462892928 140736462890952 4232495 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22863/statm: 39595 38953 142 357 0 39235 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 179172

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.69 3/180 22900
/proc/meminfo: memFree=24132360/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=207700 CPUtime=1481.93 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 59688 0 0 0 148097 96 0 0 20 0 1 0 375962980 212684800 46742 33554432000 4194304 5654031 140736462892928 140736462890856 4232994 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22863/statm: 51925 46742 142 357 0 51565 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 228492

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 1.71 3/179 22900
/proc/meminfo: memFree=24127920/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=207700 CPUtime=1541.93 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 59822 0 0 0 154096 97 0 0 20 0 1 0 375962980 212684800 47766 33554432000 4194304 5654031 140736462892928 140736462890856 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22863/statm: 51925 47766 142 357 0 51565 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 228492

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.73 3/179 22900
/proc/meminfo: memFree=24119464/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=228424 CPUtime=1601.92 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 60629 0 0 0 160094 98 0 0 20 0 1 0 375962980 233906176 49230 33554432000 4194304 5654031 140736462892928 140736462890856 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22863/statm: 57106 49230 142 357 0 56746 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 249216

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.74 3/179 22957
/proc/meminfo: memFree=30948276/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=309332 CPUtime=1661.9 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 62456 0 0 0 166090 100 0 0 20 0 1 0 375962980 316755968 63422 33554432000 4194304 5654031 140736462892928 140736462880744 4215344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22863/statm: 77333 63422 142 357 0 76973 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 330124

[startup+1722.3 s]
/proc/loadavg: 2.08 2.03 1.76 3/179 23013
/proc/meminfo: memFree=30837908/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=310064 CPUtime=1721.88 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 64356 0 0 0 172083 105 0 0 20 0 1 0 375962980 317505536 71418 33554432000 4194304 5654031 140736462892928 140736462880744 4215017 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/22863/statm: 77516 71418 142 357 0 77156 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 330856

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 1.77 3/179 23022
/proc/meminfo: memFree=30837132/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=310064 CPUtime=1781.87 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 66447 0 0 0 178079 108 0 0 20 0 1 0 375962980 317505536 72036 33554432000 4194304 5654031 140736462892928 140736462880744 4233280 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22863/statm: 77516 72036 142 357 0 77156 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 330856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.02 1.78 3/179 23024
/proc/meminfo: memFree=30943496/32873852 swapFree=7632/7632
[pid=22854] ppid=22852 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22854/stat : 22854 (npSolver-pbo-It) S 22852 22854 22761 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 375962968 9367552 274 33554432000 4194304 5064252 140737267428672 140737267427584 252262901326 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/22854/statm: 2287 274 233 213 0 72 0
[pid=22855] ppid=22854 vsize=11644 CPUtime=0.11 cores=0,2,4,6
/proc/22855/stat : 22855 (npSolver-pbo) S 22854 22854 22761 0 -1 4202496 4035 3637 0 0 7 2 1 1 20 0 1 0 375962968 11923456 2368 33554432000 4194304 6004724 140736221100288 140736221086136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/22855/statm: 2911 2368 175 442 0 2465 0
[pid=22863] ppid=22855 vsize=179836 CPUtime=1799.97 cores=0,2,4,6
/proc/22863/stat : 22863 (glucosInc) R 22855 22854 22761 0 -1 4202496 66450 0 0 0 179889 108 0 0 20 0 1 0 375962980 184152064 44423 33554432000 4194304 5654031 140736462892928 140736462880744 4976752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22863/statm: 44959 44423 142 357 0 44599 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 200628

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.1
CPU user time (s): 1798.98
CPU system time (s): 1.12083
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 412244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.12083
maximum resident set size= 335896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74501
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54
involuntary context switches= 2331

runsolver used 2.72858 second user time and 7.10992 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-07 21:46:15
IDJOB=3747185
IDBENCH=1981
IDSOLVER=2332
FILE ID=node131/3747185-1339098373
RUNJOBID= node131-1339098177-22777
PBS_JOBID= 14643722
Free space on /tmp= 64260 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_5.opb.PB06.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747185-1339098373/watcher-3747185-1339098373 -o /tmp/evaluation-result-3747185-1339098373/solver-3747185-1339098373 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747185-1339098373.opb 696256657 HOME HOME

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

MD5SUM BENCH= 363fb8dacb34b0fd2f0470bc356b38da
RANDOM SEED=696256657

node131.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.805
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.61
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.805
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.805
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.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.805
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.805
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.805
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.805
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.92
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        24377688 kB
Buffers:           87276 kB
Cached:          2083396 kB
SwapCached:         8244 kB
Active:          6873104 kB
Inactive:         791708 kB
Active(anon):    5488616 kB
Inactive(anon):     7376 kB
Active(file):    1384488 kB
Inactive(file):   784332 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67093196 kB
Dirty:             68580 kB
Writeback:             0 kB
AnonPages:       5494500 kB
Mapped:            10052 kB
Shmem:                 0 kB
Slab:             677356 kB
SReclaimable:     114996 kB
SUnreclaim:       562360 kB
KernelStack:        1432 kB
PageTables:        14820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    6918452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2969600 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= 71104 MiB
End job on node131 at 2012-06-07 22:16:16