Trace number 3701646

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 1.0? (TO) 1800.04 1800.72

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-queens-30.opb
MD5SUMac9944a86f58bd3c1af4c4c4a209f399
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-38
Best CPU time to get the best result obtained on this benchmark1797.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables900
Total number of constraints960
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints960
Minimum length of a constraint88
Maximum length of a constraint116
Number of terms in the objective function 900
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 900
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 900
Number of bits of the biggest sum of numbers10
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.63	c run usual solver
45.85/45.97	c model valid
45.85/45.97	c current solution ok
48.22/48.44	o 0
48.22/48.44	c current bound: 450
48.22/48.44	c (debug) using card networks
91.00/91.27	c current bound: 675
91.00/91.27	c (debug) using card networks
282.80/283.13	c current bound: 788
282.80/283.13	c (debug) using card networks
1241.53/1242.11	c current bound: 844
1241.53/1242.11	c (debug) using card networks
1800.04/1800.71	c error: unexpected solver exit code
1800.04/1800.71	s UNKNOWN

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-3701646-1338104950/watcher-3701646-1338104950 -o /tmp/evaluation-result-3701646-1338104950/solver-3701646-1338104950 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701646-1338104950.opb 188853514 HOME HOME 

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

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


[startup+0 s]
/proc/loadavg: 1.96 2.00 2.00 3/179 21560
/proc/meminfo: memFree=28872388/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0

[startup+0.0400881 s]
/proc/loadavg: 1.96 2.00 2.00 3/179 21560
/proc/meminfo: memFree=28872388/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100271 s]
/proc/loadavg: 1.96 2.00 2.00 3/179 21560
/proc/meminfo: memFree=28872388/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300325 s]
/proc/loadavg: 1.96 2.00 2.00 3/179 21560
/proc/meminfo: memFree=28872388/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700216 s]
/proc/loadavg: 1.96 2.00 2.00 3/179 21560
/proc/meminfo: memFree=28872388/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50048 s]
/proc/loadavg: 1.96 2.00 2.00 3/183 21564
/proc/meminfo: memFree=28734064/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
[pid=21561] ppid=21560 vsize=60100 CPUtime=0.63 cores=1,3,5,7
/proc/21561/stat : 21561 (npSolver-pbo) S 21560 21560 16531 0 -1 4202496 9564 0 0 0 57 6 0 0 20 0 1 0 276619356 61542400 13706 33554432000 4194304 5992684 140734417301280 140734417295312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21561/statm: 15025 13706 163 440 0 14581 0
[pid=21563] ppid=21561 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21563/stat : 21563 (cp2_pre.sh) S 21561 21560 16531 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 276619420 9367552 277 33554432000 4194304 5064252 140736062280640 140736062279344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21563/statm: 2287 277 234 213 0 72 0
[pid=21564] ppid=21563 vsize=308012 CPUtime=0.85 cores=1,3,5,7
/proc/21564/stat : 21564 (coprocessor) R 21563 21560 16531 0 -1 4202496 29943 0 0 0 78 7 0 0 20 0 1 0 276619420 315404288 66779 33554432000 4194304 6586260 140733244481904 140733244478168 5511711 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/21564/statm: 77003 66779 164 584 0 76415 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 386408

[startup+3.1005 s]
/proc/loadavg: 1.96 2.00 2.00 3/183 21564
/proc/meminfo: memFree=28464544/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
[pid=21561] ppid=21560 vsize=60100 CPUtime=0.63 cores=1,3,5,7
/proc/21561/stat : 21561 (npSolver-pbo) S 21560 21560 16531 0 -1 4202496 9564 0 0 0 57 6 0 0 20 0 1 0 276619356 61542400 13706 33554432000 4194304 5992684 140734417301280 140734417295312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21561/statm: 15025 13706 163 440 0 14581 0
[pid=21563] ppid=21561 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21563/stat : 21563 (cp2_pre.sh) S 21561 21560 16531 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 276619420 9367552 277 33554432000 4194304 5064252 140736062280640 140736062279344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21563/statm: 2287 277 234 213 0 72 0
[pid=21564] ppid=21563 vsize=391072 CPUtime=2.45 cores=1,3,5,7
/proc/21564/stat : 21564 (coprocessor) R 21563 21560 16531 0 -1 4202496 49709 0 0 0 234 11 0 0 20 0 1 0 276619420 400457728 95229 33554432000 4194304 6586260 140733244481904 140733244477928 4770132 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/21564/statm: 97768 95229 179 584 0 97180 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 469468

[startup+6.30051 s]
/proc/loadavg: 2.12 2.03 2.01 3/183 21564
/proc/meminfo: memFree=28347372/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
[pid=21561] ppid=21560 vsize=60100 CPUtime=0.63 cores=1,3,5,7
/proc/21561/stat : 21561 (npSolver-pbo) S 21560 21560 16531 0 -1 4202496 9564 0 0 0 57 6 0 0 20 0 1 0 276619356 61542400 13706 33554432000 4194304 5992684 140734417301280 140734417295312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21561/statm: 15025 13706 163 440 0 14581 0
[pid=21563] ppid=21561 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21563/stat : 21563 (cp2_pre.sh) S 21561 21560 16531 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 276619420 9367552 277 33554432000 4194304 5064252 140736062280640 140736062279344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21563/statm: 2287 277 234 213 0 72 0
[pid=21564] ppid=21563 vsize=450340 CPUtime=5.64 cores=1,3,5,7
/proc/21564/stat : 21564 (coprocessor) R 21563 21560 16531 0 -1 4202496 57568 0 0 0 550 14 0 0 20 0 1 0 276619420 461148160 110753 33554432000 4194304 6586260 140733244481904 140733244477272 4689878 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/21564/statm: 112585 110753 188 584 0 111997 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 528736

[startup+12.7005 s]
/proc/loadavg: 2.11 2.03 2.01 3/183 21564
/proc/meminfo: memFree=28311344/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
[pid=21561] ppid=21560 vsize=60100 CPUtime=0.63 cores=1,3,5,7
/proc/21561/stat : 21561 (npSolver-pbo) S 21560 21560 16531 0 -1 4202496 9564 0 0 0 57 6 0 0 20 0 1 0 276619356 61542400 13706 33554432000 4194304 5992684 140734417301280 140734417295312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21561/statm: 15025 13706 163 440 0 14581 0
[pid=21563] ppid=21561 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21563/stat : 21563 (cp2_pre.sh) S 21561 21560 16531 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 276619420 9367552 277 33554432000 4194304 5064252 140736062280640 140736062279344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21563/statm: 2287 277 234 213 0 72 0
[pid=21564] ppid=21563 vsize=454796 CPUtime=12.03 cores=1,3,5,7
/proc/21564/stat : 21564 (coprocessor) R 21563 21560 16531 0 -1 4202496 58698 0 0 0 1189 14 0 0 20 0 1 0 276619420 465711104 111883 33554432000 4194304 6586260 140733244481904 140733244477272 4683802 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/21564/statm: 113699 111883 188 584 0 113111 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 533192

[startup+25.5005 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 21564
/proc/meminfo: memFree=28338492/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
[pid=21561] ppid=21560 vsize=60100 CPUtime=0.63 cores=1,3,5,7
/proc/21561/stat : 21561 (npSolver-pbo) S 21560 21560 16531 0 -1 4202496 9564 0 0 0 57 6 0 0 20 0 1 0 276619356 61542400 13706 33554432000 4194304 5992684 140734417301280 140734417295312 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/21561/statm: 15025 13706 163 440 0 14581 0
[pid=21563] ppid=21561 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21563/stat : 21563 (cp2_pre.sh) S 21561 21560 16531 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 276619420 9367552 277 33554432000 4194304 5064252 140736062280640 140736062279344 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/21563/statm: 2287 277 234 213 0 72 0
[pid=21564] ppid=21563 vsize=458756 CPUtime=24.83 cores=1,3,5,7
/proc/21564/stat : 21564 (coprocessor) R 21563 21560 16531 0 -1 4202496 59668 0 0 0 2468 15 0 0 20 0 1 0 276619420 469766144 112853 33554432000 4194304 6586260 140733244481904 140733244477272 4676681 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/21564/statm: 114689 112853 188 584 0 114101 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 537152

[startup+51.1005 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 21581
/proc/meminfo: memFree=28609528/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
[pid=21561] ppid=21560 vsize=80652 CPUtime=48.29 cores=1,3,5,7
/proc/21561/stat : 21561 (npSolver-pbo) S 21560 21560 16531 0 -1 4202496 12106 109733 0 0 106 197 4475 51 20 0 1 0 276619356 82587648 18853 33554432000 4194304 5992684 140734417301280 140734417293600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/21561/statm: 20163 18853 178 440 0 19719 0
[pid=21580] ppid=21561 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21580/stat : 21580 (satsolver.sh) S 21561 21560 16531 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276624202 9367552 267 33554432000 4194304 5064252 140737059596800 140737059595712 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21580/statm: 2287 267 226 213 0 72 0
[pid=21581] ppid=21580 vsize=244200 CPUtime=2.62 cores=1,3,5,7
/proc/21581/stat : 21581 (glucose) R 21580 21560 16531 0 -1 4202496 42213 0 0 0 253 9 0 0 20 0 1 0 276624203 250060800 53515 33554432000 4194304 5208918 140733391490096 140733391487928 4229251 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21581/statm: 61050 53515 95 248 0 60799 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 343148

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/184 21591
/proc/meminfo: memFree=28577708/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
[pid=21561] ppid=21560 vsize=80652 CPUtime=91.12 cores=1,3,5,7
/proc/21561/stat : 21561 (npSolver-pbo) S 21560 21560 16531 0 -1 4202496 13089 157694 0 0 109 198 8737 68 20 0 1 0 276619356 82587648 18853 33554432000 4194304 5992684 140734417301280 140734417293600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/21561/statm: 20163 18853 178 440 0 19719 0
[pid=21590] ppid=21561 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21590/stat : 21590 (satsolver.sh) S 21561 21560 16531 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276628485 9367552 266 33554432000 4194304 5064252 140736419343072 140736419341984 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21590/statm: 2287 266 226 213 0 72 0
[pid=21591] ppid=21590 vsize=244512 CPUtime=10.99 cores=1,3,5,7
/proc/21591/stat : 21591 (glucose) R 21590 21560 16531 0 -1 4202496 43355 0 0 0 1088 11 0 0 20 0 1 0 276628486 250380288 53741 33554432000 4194304 5208918 140736827105952 140736827103784 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21591/statm: 61128 53741 95 248 0 60877 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 343460

[startup+162.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 21591
/proc/meminfo: memFree=28571480/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
[pid=21561] ppid=21560 vsize=80652 CPUtime=91.12 cores=1,3,5,7
/proc/21561/stat : 21561 (npSolver-pbo) S 21560 21560 16531 0 -1 4202496 13089 157694 0 0 109 198 8737 68 20 0 1 0 276619356 82587648 18853 33554432000 4194304 5992684 140734417301280 140734417293600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/21561/statm: 20163 18853 178 440 0 19719 0
[pid=21590] ppid=21561 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/21676/stat : 21676 (glucose) R 21675 21560 16531 0 -1 4202496 47604 0 0 0 17999 9 0 0 20 0 1 0 276743570 272523264 56361 33554432000 4194304 5208918 140733238324736 140733238322568 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21676/statm: 66534 56361 104 248 0 66283 0
Current children cumulated CPU time (s) 1421.7
Current children cumulated vsize (KiB) 365084

[startup+1482.3 s]
/proc/loadavg: 2.11 2.28 2.12 3/183 21728
/proc/meminfo: memFree=28003268/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
[pid=21561] ppid=21560 vsize=80652 CPUtime=1241.62 cores=1,3,5,7
/proc/21561/stat : 21561 (npSolver-pbo) S 21560 21560 16531 0 -1 4202496 15056 264146 0 0 114 199 123733 116 20 0 1 0 276619356 82587648 18853 33554432000 4194304 5992684 140734417301280 140734417293600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/21561/statm: 20163 18853 178 440 0 19719 0
[pid=21675] ppid=21561 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21675/stat : 21675 (satsolver.sh) S 21561 21560 16531 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276743570 9367552 266 33554432000 4194304 5064252 140736545968096 140736545967008 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21675/statm: 2287 266 226 213 0 72 0
[pid=21676] ppid=21675 vsize=266136 CPUtime=240.06 cores=1,3,5,7
/proc/21676/stat : 21676 (glucose) R 21675 21560 16531 0 -1 4202496 48990 0 0 0 23995 11 0 0 20 0 1 0 276743570 272523264 56136 33554432000 4194304 5208918 140733238324736 140733238322888 4229776 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21676/statm: 66534 56136 105 248 0 66283 0
Current children cumulated CPU time (s) 1481.68
Current children cumulated vsize (KiB) 365084

[startup+1542.3 s]
/proc/loadavg: 2.10 2.24 2.11 3/183 21728
/proc/meminfo: memFree=28003012/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
[pid=21561] ppid=21560 vsize=80652 CPUtime=1241.62 cores=1,3,5,7
/proc/21561/stat : 21561 (npSolver-pbo) S 21560 21560 16531 0 -1 4202496 15056 264146 0 0 114 199 123733 116 20 0 1 0 276619356 82587648 18853 33554432000 4194304 5992684 140734417301280 140734417293600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/21561/statm: 20163 18853 178 440 0 19719 0
[pid=21675] ppid=21561 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21675/stat : 21675 (satsolver.sh) S 21561 21560 16531 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276743570 9367552 266 33554432000 4194304 5064252 140736545968096 140736545967008 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21675/statm: 2287 266 226 213 0 72 0
[pid=21676] ppid=21675 vsize=247168 CPUtime=300.05 cores=1,3,5,7
/proc/21676/stat : 21676 (glucose) R 21675 21560 16531 0 -1 4202496 50032 0 0 0 29993 12 0 0 20 0 1 0 276743570 253100032 55703 33554432000 4194304 5208918 140733238324736 140733238322824 4229006 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21676/statm: 61792 55703 105 248 0 61541 0
Current children cumulated CPU time (s) 1541.67
Current children cumulated vsize (KiB) 346116

[startup+1602.3 s]
/proc/loadavg: 2.03 2.19 2.10 3/183 21728
/proc/meminfo: memFree=27977576/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
[pid=21561] ppid=21560 vsize=80652 CPUtime=1241.62 cores=1,3,5,7
/proc/21561/stat : 21561 (npSolver-pbo) S 21560 21560 16531 0 -1 4202496 15056 264146 0 0 114 199 123733 116 20 0 1 0 276619356 82587648 18853 33554432000 4194304 5992684 140734417301280 140734417293600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/21561/statm: 20163 18853 178 440 0 19719 0
[pid=21675] ppid=21561 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21675/stat : 21675 (satsolver.sh) S 21561 21560 16531 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276743570 9367552 266 33554432000 4194304 5064252 140736545968096 140736545967008 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21675/statm: 2287 266 226 213 0 72 0
[pid=21676] ppid=21675 vsize=266136 CPUtime=360.04 cores=1,3,5,7
/proc/21676/stat : 21676 (glucose) R 21675 21560 16531 0 -1 4202496 50874 0 0 0 35990 14 0 0 20 0 1 0 276743570 272523264 57551 33554432000 4194304 5208918 140733238324736 140733238321112 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21676/statm: 66534 57551 105 248 0 66283 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 365084

[startup+1662.3 s]
/proc/loadavg: 2.08 2.17 2.09 3/183 21728
/proc/meminfo: memFree=27988272/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
[pid=21561] ppid=21560 vsize=80652 CPUtime=1241.62 cores=1,3,5,7
/proc/21561/stat : 21561 (npSolver-pbo) S 21560 21560 16531 0 -1 4202496 15056 264146 0 0 114 199 123733 116 20 0 1 0 276619356 82587648 18853 33554432000 4194304 5992684 140734417301280 140734417293600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/21561/statm: 20163 18853 178 440 0 19719 0
[pid=21675] ppid=21561 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21675/stat : 21675 (satsolver.sh) S 21561 21560 16531 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276743570 9367552 266 33554432000 4194304 5064252 140736545968096 140736545967008 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21675/statm: 2287 266 226 213 0 72 0
[pid=21676] ppid=21675 vsize=268744 CPUtime=420.03 cores=1,3,5,7
/proc/21676/stat : 21676 (glucose) R 21675 21560 16531 0 -1 4202496 52205 0 0 0 41988 15 0 0 20 0 1 0 276743570 275193856 56899 33554432000 4194304 5208918 140733238324736 140733238322888 4229039 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21676/statm: 67186 56899 105 248 0 66935 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 367692

[startup+1722.3 s]
/proc/loadavg: 2.03 2.14 2.09 3/183 21729
/proc/meminfo: memFree=27961060/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
[pid=21561] ppid=21560 vsize=80652 CPUtime=1241.62 cores=1,3,5,7
/proc/21561/stat : 21561 (npSolver-pbo) S 21560 21560 16531 0 -1 4202496 15056 264146 0 0 114 199 123733 116 20 0 1 0 276619356 82587648 18853 33554432000 4194304 5992684 140734417301280 140734417293600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/21561/statm: 20163 18853 178 440 0 19719 0
[pid=21675] ppid=21561 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21675/stat : 21675 (satsolver.sh) S 21561 21560 16531 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276743570 9367552 266 33554432000 4194304 5064252 140736545968096 140736545967008 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21675/statm: 2287 266 226 213 0 72 0
[pid=21676] ppid=21675 vsize=268744 CPUtime=480.03 cores=1,3,5,7
/proc/21676/stat : 21676 (glucose) R 21675 21560 16531 0 -1 4202496 52570 0 0 0 47987 16 0 0 20 0 1 0 276743570 275193856 58791 33554432000 4194304 5208918 140733238324736 140733238321112 4229053 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21676/statm: 67186 58791 105 248 0 66935 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 367692

[startup+1782.3 s]
/proc/loadavg: 2.01 2.11 2.08 3/183 21729
/proc/meminfo: memFree=27975040/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
[pid=21561] ppid=21560 vsize=80652 CPUtime=1241.62 cores=1,3,5,7
/proc/21561/stat : 21561 (npSolver-pbo) S 21560 21560 16531 0 -1 4202496 15056 264146 0 0 114 199 123733 116 20 0 1 0 276619356 82587648 18853 33554432000 4194304 5992684 140734417301280 140734417293600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/21561/statm: 20163 18853 178 440 0 19719 0
[pid=21675] ppid=21561 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21675/stat : 21675 (satsolver.sh) S 21561 21560 16531 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276743570 9367552 266 33554432000 4194304 5064252 140736545968096 140736545967008 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21675/statm: 2287 266 226 213 0 72 0
[pid=21676] ppid=21675 vsize=268744 CPUtime=540.01 cores=1,3,5,7
/proc/21676/stat : 21676 (glucose) R 21675 21560 16531 0 -1 4202496 53705 0 0 0 53984 17 0 0 20 0 1 0 276743570 275193856 56918 33554432000 4194304 5208918 140733238324736 140733238322888 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21676/statm: 67186 56918 105 248 0 66935 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 367692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.10 2.08 3/183 21729
/proc/meminfo: memFree=27965108/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
[pid=21561] ppid=21560 vsize=80652 CPUtime=1241.62 cores=1,3,5,7
/proc/21561/stat : 21561 (npSolver-pbo) S 21560 21560 16531 0 -1 4202496 15056 264146 0 0 114 199 123733 116 20 0 1 0 276619356 82587648 18853 33554432000 4194304 5992684 140734417301280 140734417293600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/21561/statm: 20163 18853 178 440 0 19719 0
[pid=21675] ppid=21561 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21675/stat : 21675 (satsolver.sh) S 21561 21560 16531 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276743570 9367552 266 33554432000 4194304 5064252 140736545968096 140736545967008 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21675/statm: 2287 266 226 213 0 72 0
[pid=21676] ppid=21675 vsize=268744 CPUtime=558.42 cores=1,3,5,7
/proc/21676/stat : 21676 (glucose) R 21675 21560 16531 0 -1 4202496 54081 0 0 0 55825 17 0 0 20 0 1 0 276743570 275193856 57798 33554432000 4194304 5208918 140733238324736 140733238322888 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21676/statm: 67186 57798 105 248 0 66935 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 367692

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.10 2.08 3/183 21729
/proc/meminfo: memFree=27965108/32873844 swapFree=7612/7612
[pid=21560] ppid=21558 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21560/stat : 21560 (npSolver-pbo.sh) S 21558 21560 16531 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276619356 9367552 275 33554432000 4194304 5064252 140737121181968 140737121180880 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/21560/statm: 2287 275 233 213 0 72 0
[pid=21561] ppid=21560 vsize=80652 CPUtime=1241.62 cores=1,3,5,7
/proc/21561/stat : 21561 (npSolver-pbo) S 21560 21560 16531 0 -1 4202496 15056 264146 0 0 114 199 123733 116 20 0 1 0 276619356 82587648 18853 33554432000 4194304 5992684 140734417301280 140734417293600 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/21561/statm: 20163 18853 178 440 0 19719 0
[pid=21675] ppid=21561 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/21675/stat : 21675 (satsolver.sh) S 21561 21560 16531 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276743570 9367552 266 33554432000 4194304 5064252 140736545968096 140736545967008 251044456014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/21675/statm: 2287 266 226 213 0 72 0
[pid=21676] ppid=21675 vsize=268744 CPUtime=558.42 cores=1,3,5,7
/proc/21676/stat : 21676 (glucose) R 21675 21560 16531 0 -1 4202496 54081 0 0 0 55825 17 0 0 20 0 1 0 276743570 275193856 57798 33554432000 4194304 5208918 140733238324736 140733238322888 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21676/statm: 67186 57798 105 248 0 66935 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 367692

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21560 and gives
#  childrusage.ru_utime.tv_sec=1238
#  childrusage.ru_utime.tv_usec=478722
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=161519
# CPU time returned by wait4() is 1241.64
# 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.72
CPU time (s): 1800.04
CPU user time (s): 1796.72
CPU system time (s): 3.32
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 552508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1238.48
system time used= 3.16152
maximum resident set size= 482468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280178
page faults= 0
swaps= 0
block input operations= 0
block output operations= 404816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1641
involuntary context switches= 1566

runsolver used 8.40372 second user time and 10.5394 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-27 09:49:10
IDJOB=3701646
IDBENCH=89874
IDSOLVER=2277
FILE ID=node143/3701646-1338104950
RUNJOBID= node143-1338088563-16548
PBS_JOBID= 14624464
Free space on /tmp= 71660 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-queens-30.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701646-1338104950/watcher-3701646-1338104950 -o /tmp/evaluation-result-3701646-1338104950/solver-3701646-1338104950 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701646-1338104950.opb 188853514 HOME HOME

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

MD5SUM BENCH= ac9944a86f58bd3c1af4c4c4a209f399
RANDOM SEED=188853514

node143.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.787
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.57
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.787
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.787
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.787
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.787
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.787
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	: 5298.57
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.787
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.787
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:        28872992 kB
Buffers:          355088 kB
Cached:          2721228 kB
SwapCached:            0 kB
Active:           751048 kB
Inactive:        2440272 kB
Active(anon):     117784 kB
Inactive(anon):        0 kB
Active(file):     633264 kB
Inactive(file):  2440272 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8968 kB
Writeback:             0 kB
AnonPages:        265924 kB
Mapped:            15716 kB
Shmem:               200 kB
Slab:             668600 kB
SReclaimable:     111120 kB
SUnreclaim:       557480 kB
KernelStack:        1520 kB
PageTables:         4228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     231768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 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= 71540 MiB
End job on node143 at 2012-05-27 10:19:11