Trace number 3700804

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.09 1801.02

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/
datasets/10orplus/normalized-xvfb.cudf.trendy.opb
MD5SUM19a31dcc7d4af59eaddbb91eafd1bc0a
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3022771522395
Best CPU time to get the best result obtained on this benchmark1801.58
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21106
Total number of constraints100071
Number of constraints which are clauses98505
Number of constraints which are cardinality constraints (but not clauses)1566
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 8588
Biggest coefficient in the objective function 79285326336
Number of bits for the biggest coefficient in the objective function 37
Sum of the numbers in the objective function 234763814370998
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 79285326336
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 234763814370998
Number of bits of the biggest sum of numbers48
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.65	c run usual solver
1.47/1.54	c model valid
1.47/1.54	c current solution ok
1.78/2.33	o 107673625677994
1.78/2.33	c current bound: 53836812838997
1.78/2.33	c fallback to adder encoding
1800.09/1801.01	c error: unexpected solver exit code
1800.09/1801.01	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-3700804-1338094515/watcher-3700804-1338094515 -o /tmp/evaluation-result-3700804-1338094515/solver-3700804-1338094515 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700804-1338094515.opb 662516736 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.00 1.08 1.45 3/173 13829
/proc/meminfo: memFree=28886632/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0

[startup+0.0957859 s]
/proc/loadavg: 1.00 1.08 1.45 3/173 13829
/proc/meminfo: memFree=28886632/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10027 s]
/proc/loadavg: 1.00 1.08 1.45 3/173 13829
/proc/meminfo: memFree=28886632/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300244 s]
/proc/loadavg: 1.00 1.08 1.45 3/173 13829
/proc/meminfo: memFree=28886632/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700129 s]
/proc/loadavg: 1.00 1.08 1.45 3/173 13829
/proc/meminfo: memFree=28886632/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 1.00 1.08 1.45 3/183 13839
/proc/meminfo: memFree=28805860/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
[pid=13832] ppid=13828 vsize=10176 CPUtime=1.47 cores=1,3,5,7
/proc/13832/stat : 13832 (npSolver-pbo) R 13828 13828 12793 0 -1 4202496 3384 15001 0 0 74 3 65 5 20 0 1 0 275576439 10420224 1895 33554432000 4194304 5992684 140735808133840 140735808128448 5179600 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13832/statm: 2544 1895 172 440 0 2100 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 19324

[startup+3.10035 s]
/proc/loadavg: 1.08 1.10 1.45 2/181 13855
/proc/meminfo: memFree=28859964/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
[pid=13832] ppid=13828 vsize=94520 CPUtime=2.54 cores=1,3,5,7
/proc/13832/stat : 13832 (npSolver-pbo) R 13828 13828 12793 0 -1 4202496 10660 15517 0 0 156 28 65 5 20 0 1 0 275576439 96788480 19585 33554432000 4194304 5992684 140735808133840 140735808127560 5044353 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13832/statm: 23630 19585 181 440 0 23186 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 103668

[startup+6.30044 s]
/proc/loadavg: 1.08 1.10 1.45 3/183 13859
/proc/meminfo: memFree=27934468/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
[pid=13832] ppid=13828 vsize=291128 CPUtime=4.29 cores=1,3,5,7
/proc/13832/stat : 13832 (npSolver-pbo) S 13828 13828 12793 0 -1 4202496 12505 15517 0 0 301 58 65 5 20 0 1 0 275576439 298115072 43650 33554432000 4194304 5992684 140735808133840 140735808126160 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13832/statm: 72782 43650 182 440 0 72338 0
[pid=13858] ppid=13832 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13858/stat : 13858 (satsolver.sh) S 13832 13828 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275576923 9367552 266 33554432000 4194304 5064252 140736202480992 140736202479904 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13858/statm: 2287 266 226 213 0 72 0
[pid=13859] ppid=13858 vsize=350664 CPUtime=1.44 cores=1,3,5,7
/proc/13859/stat : 13859 (glucose) R 13858 13828 12793 0 -1 4202496 46331 0 0 0 130 14 0 0 20 0 1 0 275576924 359079936 75804 33554432000 4194304 5208918 140736018689728 140736017639128 4237125 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13859/statm: 87666 75804 70 248 0 87415 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 660088

[startup+12.7005 s]
/proc/loadavg: 1.30 1.15 1.46 3/183 13859
/proc/meminfo: memFree=27523484/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
[pid=13832] ppid=13828 vsize=291128 CPUtime=4.29 cores=1,3,5,7
/proc/13832/stat : 13832 (npSolver-pbo) S 13828 13828 12793 0 -1 4202496 12505 15517 0 0 301 58 65 5 20 0 1 0 275576439 298115072 43650 33554432000 4194304 5992684 140735808133840 140735808126160 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13832/statm: 72782 43650 182 440 0 72338 0
[pid=13858] ppid=13832 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13858/stat : 13858 (satsolver.sh) S 13832 13828 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275576923 9367552 266 33554432000 4194304 5064252 140736202480992 140736202479904 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13858/statm: 2287 266 226 213 0 72 0
[pid=13859] ppid=13858 vsize=384920 CPUtime=7.84 cores=1,3,5,7
/proc/13859/stat : 13859 (glucose) R 13858 13828 12793 0 -1 4202496 63077 0 0 0 763 21 0 0 20 0 1 0 275576924 394158080 85686 33554432000 4194304 5208918 140736018689728 140736018687688 4229365 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13859/statm: 96230 85686 104 248 0 95979 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 694344

[startup+25.5005 s]
/proc/loadavg: 1.41 1.17 1.47 3/183 13859
/proc/meminfo: memFree=27511288/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
[pid=13832] ppid=13828 vsize=291128 CPUtime=4.29 cores=1,3,5,7
/proc/13832/stat : 13832 (npSolver-pbo) S 13828 13828 12793 0 -1 4202496 12505 15517 0 0 301 58 65 5 20 0 1 0 275576439 298115072 43650 33554432000 4194304 5992684 140735808133840 140735808126160 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13832/statm: 72782 43650 182 440 0 72338 0
[pid=13858] ppid=13832 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13858/stat : 13858 (satsolver.sh) S 13832 13828 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275576923 9367552 266 33554432000 4194304 5064252 140736202480992 140736202479904 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13858/statm: 2287 266 226 213 0 72 0
[pid=13859] ppid=13858 vsize=389248 CPUtime=20.64 cores=1,3,5,7
/proc/13859/stat : 13859 (glucose) R 13858 13828 12793 0 -1 4202496 63776 0 0 0 2043 21 0 0 20 0 1 0 275576924 398589952 86385 33554432000 4194304 5208918 140736018689728 140736018687560 4228997 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13859/statm: 97312 86385 104 248 0 97061 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 698672

[startup+51.1005 s]
/proc/loadavg: 1.67 1.25 1.48 3/183 13859
/proc/meminfo: memFree=27505212/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
[pid=13832] ppid=13828 vsize=291128 CPUtime=4.29 cores=1,3,5,7
/proc/13832/stat : 13832 (npSolver-pbo) S 13828 13828 12793 0 -1 4202496 12505 15517 0 0 301 58 65 5 20 0 1 0 275576439 298115072 43650 33554432000 4194304 5992684 140735808133840 140735808126160 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13832/statm: 72782 43650 182 440 0 72338 0
[pid=13858] ppid=13832 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13858/stat : 13858 (satsolver.sh) S 13832 13828 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275576923 9367552 266 33554432000 4194304 5064252 140736202480992 140736202479904 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13858/statm: 2287 266 226 213 0 72 0
[pid=13859] ppid=13858 vsize=389808 CPUtime=46.23 cores=1,3,5,7
/proc/13859/stat : 13859 (glucose) R 13858 13828 12793 0 -1 4202496 64263 0 0 0 4602 21 0 0 20 0 1 0 275576924 399163392 87894 33554432000 4194304 5208918 140736018689728 140736018687576 4229319 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13859/statm: 97452 87894 105 248 0 97201 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 699232

[startup+102.308 s]
/proc/loadavg: 1.87 1.38 1.51 3/183 13859
/proc/meminfo: memFree=27468164/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
[pid=13832] ppid=13828 vsize=291128 CPUtime=4.29 cores=1,3,5,7
/proc/13832/stat : 13832 (npSolver-pbo) S 13828 13828 12793 0 -1 4202496 12505 15517 0 0 301 58 65 5 20 0 1 0 275576439 298115072 43650 33554432000 4194304 5992684 140735808133840 140735808126160 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13832/statm: 72782 43650 182 440 0 72338 0
[pid=13858] ppid=13832 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13858/stat : 13858 (satsolver.sh) S 13832 13828 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275576923 9367552 266 33554432000 4194304 5064252 140736202480992 140736202479904 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13858/statm: 2287 266 226 213 0 72 0
[pid=13859] ppid=13858 vsize=448020 CPUtime=97.43 cores=1,3,5,7
/proc/13859/stat : 13859 (glucose) R 13858 13828 12793 0 -1 4202496 66067 0 0 0 9721 22 0 0 20 0 1 0 275576924 458772480 92747 33554432000 4194304 5208918 140736018689728 140736018686104 4229365 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13859/statm: 112005 92747 105 248 0 111754 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 757444

[startup+162.3 s]
/proc/loadavg: 1.94 1.48 1.54 3/183 13859
/proc/meminfo: memFree=27448792/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
[pid=13832] ppid=13828 vsize=291128 CPUtime=4.29 cores=1,3,5,7
/proc/13832/stat : 13832 (npSolver-pbo) S 13828 13828 12793 0 -1 4202496 12505 15517 0 0 301 58 65 5 20 0 1 0 275576439 298115072 43650 33554432000 4194304 5992684 140735808133840 140735808126160 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13832/statm: 72782 43650 182 440 0 72338 0
[pid=13858] ppid=13832 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13858/stat : 13858 (satsolver.sh) S 13832 13828 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275576923 9367552 266 33554432000 4194304 5064252 140736202480992 140736202479904 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13858/statm: 2287 266 226 213 0 72 0
[pid=13859] ppid=13858 vsize=403400 CPUtime=157.41 cores=1,3,5,7
/proc/13859/stat : 13859 (glucose) R 13858 13828 12793 0 -1 4202496 68800 0 0 0 15714 27 0 0 20 0 1 0 275576924 413081600 91961 33554432000 4194304 5208918 140736018689728 140736018686104 4205479 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13859/statm: 100850 91961 105 248 0 100599 0
Current children cumulated CPU time (s) 161.7
Current children cumulated vsize (KiB) 712824

[startup+222.3 s]
/proc/loadavg: 1.98 1.58 1.56 3/183 13859
/proc/meminfo: memFree=27447856/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/13859/stat : 13859 (glucose) R 13858 13828 12793 0 -1 4202496 126152 0 0 0 135555 162 0 0 20 0 1 0 275576924 568295424 126528 33554432000 4194304 5208918 140736018689728 140736018685432 4229319 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13859/statm: 138744 126528 105 248 0 138493 0
Current children cumulated CPU time (s) 1361.46
Current children cumulated vsize (KiB) 864400

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.85 3/183 13892
/proc/meminfo: memFree=27146428/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
[pid=13832] ppid=13828 vsize=291128 CPUtime=4.29 cores=1,3,5,7
/proc/13832/stat : 13832 (npSolver-pbo) S 13828 13828 12793 0 -1 4202496 12505 15517 0 0 301 58 65 5 20 0 1 0 275576439 298115072 43650 33554432000 4194304 5992684 140735808133840 140735808126160 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13832/statm: 72782 43650 182 440 0 72338 0
[pid=13858] ppid=13832 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13858/stat : 13858 (satsolver.sh) S 13832 13828 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275576923 9367552 266 33554432000 4194304 5064252 140736202480992 140736202479904 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13858/statm: 2287 266 226 213 0 72 0
[pid=13859] ppid=13858 vsize=638448 CPUtime=1417.17 cores=1,3,5,7
/proc/13859/stat : 13859 (glucose) R 13858 13828 12793 0 -1 4202496 128646 0 0 0 141549 168 0 0 20 0 1 0 275576924 653770752 133855 33554432000 4194304 5208918 140736018689728 140736018686104 4205139 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13859/statm: 159612 133855 105 248 0 159361 0
Current children cumulated CPU time (s) 1421.46
Current children cumulated vsize (KiB) 947872

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.86 3/183 13892
/proc/meminfo: memFree=27195332/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
[pid=13832] ppid=13828 vsize=291128 CPUtime=4.29 cores=1,3,5,7
/proc/13832/stat : 13832 (npSolver-pbo) S 13828 13828 12793 0 -1 4202496 12505 15517 0 0 301 58 65 5 20 0 1 0 275576439 298115072 43650 33554432000 4194304 5992684 140735808133840 140735808126160 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13832/statm: 72782 43650 182 440 0 72338 0
[pid=13858] ppid=13832 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13858/stat : 13858 (satsolver.sh) S 13832 13828 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275576923 9367552 266 33554432000 4194304 5064252 140736202480992 140736202479904 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13858/statm: 2287 266 226 213 0 72 0
[pid=13859] ppid=13858 vsize=559980 CPUtime=1477.15 cores=1,3,5,7
/proc/13859/stat : 13859 (glucose) R 13858 13828 12793 0 -1 4202496 131218 0 0 0 147539 176 0 0 20 0 1 0 275576924 573419520 127735 33554432000 4194304 5208918 140736018689728 140736018687816 4229374 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13859/statm: 139995 127735 105 248 0 139744 0
Current children cumulated CPU time (s) 1481.44
Current children cumulated vsize (KiB) 869404

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.87 3/184 13896
/proc/meminfo: memFree=27123024/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
[pid=13832] ppid=13828 vsize=291128 CPUtime=4.29 cores=1,3,5,7
/proc/13832/stat : 13832 (npSolver-pbo) S 13828 13828 12793 0 -1 4202496 12505 15517 0 0 301 58 65 5 20 0 1 0 275576439 298115072 43650 33554432000 4194304 5992684 140735808133840 140735808126160 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13832/statm: 72782 43650 182 440 0 72338 0
[pid=13858] ppid=13832 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13858/stat : 13858 (satsolver.sh) S 13832 13828 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275576923 9367552 266 33554432000 4194304 5064252 140736202480992 140736202479904 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13858/statm: 2287 266 226 213 0 72 0
[pid=13859] ppid=13858 vsize=646480 CPUtime=1537.14 cores=1,3,5,7
/proc/13859/stat : 13859 (glucose) R 13858 13828 12793 0 -1 4202496 134499 0 0 0 153530 184 0 0 20 0 1 0 275576924 661995520 138929 33554432000 4194304 5208918 140736018689728 140736018686104 4229365 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13859/statm: 161620 138929 105 248 0 161369 0
Current children cumulated CPU time (s) 1541.43
Current children cumulated vsize (KiB) 955904

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.87 3/183 13896
/proc/meminfo: memFree=27124740/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
[pid=13832] ppid=13828 vsize=291128 CPUtime=4.29 cores=1,3,5,7
/proc/13832/stat : 13832 (npSolver-pbo) S 13828 13828 12793 0 -1 4202496 12505 15517 0 0 301 58 65 5 20 0 1 0 275576439 298115072 43650 33554432000 4194304 5992684 140735808133840 140735808126160 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13832/statm: 72782 43650 182 440 0 72338 0
[pid=13858] ppid=13832 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13858/stat : 13858 (satsolver.sh) S 13832 13828 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275576923 9367552 266 33554432000 4194304 5064252 140736202480992 140736202479904 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13858/statm: 2287 266 226 213 0 72 0
[pid=13859] ppid=13858 vsize=567844 CPUtime=1597.12 cores=1,3,5,7
/proc/13859/stat : 13859 (glucose) R 13858 13828 12793 0 -1 4202496 137075 0 0 0 159520 192 0 0 20 0 1 0 275576924 581472256 134653 33554432000 4194304 5208918 140736018689728 140736018686104 4229338 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13859/statm: 141961 134653 105 248 0 141710 0
Current children cumulated CPU time (s) 1601.41
Current children cumulated vsize (KiB) 877268

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.88 3/183 13896
/proc/meminfo: memFree=27132812/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
[pid=13832] ppid=13828 vsize=291128 CPUtime=4.29 cores=1,3,5,7
/proc/13832/stat : 13832 (npSolver-pbo) S 13828 13828 12793 0 -1 4202496 12505 15517 0 0 301 58 65 5 20 0 1 0 275576439 298115072 43650 33554432000 4194304 5992684 140735808133840 140735808126160 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13832/statm: 72782 43650 182 440 0 72338 0
[pid=13858] ppid=13832 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13858/stat : 13858 (satsolver.sh) S 13832 13828 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275576923 9367552 266 33554432000 4194304 5064252 140736202480992 140736202479904 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13858/statm: 2287 266 226 213 0 72 0
[pid=13859] ppid=13858 vsize=651328 CPUtime=1657.12 cores=1,3,5,7
/proc/13859/stat : 13859 (glucose) R 13858 13828 12793 0 -1 4202496 139583 0 0 0 165513 199 0 0 20 0 1 0 275576924 666959872 140440 33554432000 4194304 5208918 140736018689728 140736018686104 4229692 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13859/statm: 162832 140440 105 248 0 162581 0
Current children cumulated CPU time (s) 1661.41
Current children cumulated vsize (KiB) 960752

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.88 3/183 13896
/proc/meminfo: memFree=27144608/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
[pid=13832] ppid=13828 vsize=291128 CPUtime=4.29 cores=1,3,5,7
/proc/13832/stat : 13832 (npSolver-pbo) S 13828 13828 12793 0 -1 4202496 12505 15517 0 0 301 58 65 5 20 0 1 0 275576439 298115072 43650 33554432000 4194304 5992684 140735808133840 140735808126160 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13832/statm: 72782 43650 182 440 0 72338 0
[pid=13858] ppid=13832 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13858/stat : 13858 (satsolver.sh) S 13832 13828 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275576923 9367552 266 33554432000 4194304 5064252 140736202480992 140736202479904 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13858/statm: 2287 266 226 213 0 72 0
[pid=13859] ppid=13858 vsize=571776 CPUtime=1717.1 cores=1,3,5,7
/proc/13859/stat : 13859 (glucose) R 13858 13828 12793 0 -1 4202496 141919 0 0 0 171503 207 0 0 20 0 1 0 275576924 585498624 134109 33554432000 4194304 5208918 140736018689728 140736018687576 4229354 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13859/statm: 142944 134109 105 248 0 142693 0
Current children cumulated CPU time (s) 1721.39
Current children cumulated vsize (KiB) 881200

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.89 3/183 13896
/proc/meminfo: memFree=27115012/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
[pid=13832] ppid=13828 vsize=291128 CPUtime=4.29 cores=1,3,5,7
/proc/13832/stat : 13832 (npSolver-pbo) S 13828 13828 12793 0 -1 4202496 12505 15517 0 0 301 58 65 5 20 0 1 0 275576439 298115072 43650 33554432000 4194304 5992684 140735808133840 140735808126160 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13832/statm: 72782 43650 182 440 0 72338 0
[pid=13858] ppid=13832 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13858/stat : 13858 (satsolver.sh) S 13832 13828 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275576923 9367552 266 33554432000 4194304 5064252 140736202480992 140736202479904 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13858/statm: 2287 266 226 213 0 72 0
[pid=13859] ppid=13858 vsize=657472 CPUtime=1777.1 cores=1,3,5,7
/proc/13859/stat : 13859 (glucose) R 13858 13828 12793 0 -1 4202496 144263 0 0 0 177495 215 0 0 20 0 1 0 275576924 673251328 138219 33554432000 4194304 5208918 140736018689728 140736018687576 4229692 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13859/statm: 164368 138219 105 248 0 164117 0
Current children cumulated CPU time (s) 1781.39
Current children cumulated vsize (KiB) 966896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.00 1.99 1.89 3/176 13921
/proc/meminfo: memFree=27858576/32873844 swapFree=7116/7116
[pid=13828] ppid=13825 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13828/stat : 13828 (npSolver-pbo.sh) S 13825 13828 12793 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 275576439 9367552 274 33554432000 4194304 5064252 140735632482400 140735632481312 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/13828/statm: 2287 274 233 213 0 72 0
[pid=13832] ppid=13828 vsize=291128 CPUtime=4.29 cores=1,3,5,7
/proc/13832/stat : 13832 (npSolver-pbo) S 13828 13828 12793 0 -1 4202496 12505 15517 0 0 301 58 65 5 20 0 1 0 275576439 298115072 43650 33554432000 4194304 5992684 140735808133840 140735808126160 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/13832/statm: 72782 43650 182 440 0 72338 0
[pid=13858] ppid=13832 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13858/stat : 13858 (satsolver.sh) S 13832 13828 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 275576923 9367552 266 33554432000 4194304 5064252 140736202480992 140736202479904 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13858/statm: 2287 266 226 213 0 72 0
[pid=13859] ppid=13858 vsize=657948 CPUtime=1795.8 cores=1,3,5,7
/proc/13859/stat : 13859 (glucose) R 13858 13828 12793 0 -1 4202496 144390 0 0 0 179365 215 0 0 20 0 1 0 275576924 673738752 143456 33554432000 4194304 5208918 140736018689728 140736018686104 4229748 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13859/statm: 164487 143456 105 248 0 164236 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 967372

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

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

Real time (s): 1801.02
CPU time (s): 1800.09
CPU user time (s): 1797.31
CPU system time (s): 2.78
CPU usage (%): 99.9486
Max. virtual memory (cumulated for all children) (KiB): 1096848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.66744
system time used= 0.648901
maximum resident set size= 322432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28998
page faults= 0
swaps= 0
block input operations= 0
block output operations= 315184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80
involuntary context switches= 31

runsolver used 4.06938 second user time and 11.7722 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 06:55:15
IDJOB=3700804
IDBENCH=72400
IDSOLVER=2277
FILE ID=node146/3700804-1338094515
RUNJOBID= node146-1338094515-13805
PBS_JOBID= 14624466
Free space on /tmp= 71180 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/10orplus/normalized-xvfb.cudf.trendy.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700804-1338094515/watcher-3700804-1338094515 -o /tmp/evaluation-result-3700804-1338094515/solver-3700804-1338094515 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700804-1338094515.opb 662516736 HOME HOME

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

MD5SUM BENCH= 19a31dcc7d4af59eaddbb91eafd1bc0a
RANDOM SEED=662516736

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28887448 kB
Buffers:          316156 kB
Cached:          2853940 kB
SwapCached:         2616 kB
Active:           951548 kB
Inactive:        2224112 kB
Active(anon):       4188 kB
Inactive(anon):     3384 kB
Active(file):     947360 kB
Inactive(file):  2220728 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100396 kB
Dirty:             23276 kB
Writeback:             0 kB
AnonPages:          9768 kB
Mapped:             7428 kB
Shmem:                 0 kB
Slab:             670668 kB
SReclaimable:     112180 kB
SUnreclaim:       558488 kB
KernelStack:        1400 kB
PageTables:         3820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70892 MiB
End job on node146 at 2012-05-27 07:25:16