Trace number 3459808

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
Sat4j Resolution 2.3.0? (TO) 1800.32 1778.81

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__1024.opb
MD5SUM27407827fbebab1f7933182f4b9808e6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5120998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint1024
Maximum length of a constraint41985
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 175851328512
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 175851328512
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		12995394264
0.07/0.09	c Max memory 		13063553024
0.07/0.09	c Total memory 		13063553024
0.07/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3459808-1307167935.opb
0.10/0.11	c reading problem ... 
85.33/66.77	c ... done. Wall clock time 66.66s.
85.33/66.77	c #vars     5120998
85.33/66.77	c #constraints  7000
85.33/66.77	c constraints type 
85.33/66.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
85.33/66.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
85.33/66.77	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1996
813.70/794.40	c cleaning 3072 clauses out of 6143 with flag 6143/6143
1359.42/1338.79	c cleaning 4095 clauses out of 8190 with flag 11262/11262
1800.02/1778.52	c starts		: 13
1800.02/1778.52	c conflicts		: 14334
1800.02/1778.52	c decisions		: 57269512
1800.02/1778.52	c propagations		: 64692153
1800.02/1778.52	c inspects		: 146447586
1800.02/1778.52	c shortcuts		: 0
1800.02/1778.52	c learnt literals	: 0
1800.02/1778.52	c learnt binary clauses	: 0
1800.02/1778.52	c learnt ternary clauses	: 0
1800.02/1778.52	c learnt constraints	: 14334
1800.02/1778.52	c ignored constraints	: 0
1800.02/1778.52	c root simplifications	: 0
1800.02/1778.52	c removed literals (reason simplification)	: 10
1800.02/1778.52	c reason swapping (by a shorter reason)	: 0
1800.02/1778.52	c Calls to reduceDB	: 2
1800.02/1778.52	c number of reductions to clauses (during analyze)	: 0
1800.02/1778.52	c number of learned constraints concerned by reduction	: 0
1800.02/1778.52	c number of learning phase by resolution	: 0
1800.02/1778.52	c number of learning phase by cutting planes	: 0
1800.02/1778.52	c speed (assignments/second)	: 37793.311585431395
1800.02/1778.52	c non guided choices	33036431
1800.02/1778.53	c learnt constraints type 
1800.02/1778.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7167
1800.02/1778.53	c constraints type 
1800.02/1778.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.02/1778.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 5002
1800.02/1778.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1996
1800.02/1778.53	s UNKNOWN
1800.02/1778.53	c Total wall clock time (in seconds): 1778.418

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3459808-1307167935/watcher-3459808-1307167935 -o /tmp/evaluation-result-3459808-1307167935/solver-3459808-1307167935 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459808-1307167935.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.10 2.03 2/590 510
/proc/meminfo: memFree=31078972/32950928 swapFree=43925852/67111528
[pid=510] ppid=508 vsize=9100 CPUtime=0 cores=1,3,5,7
/proc/510/stat : 510 (java) S 508 510 32216 0 -1 4202496 235 0 0 0 0 0 0 0 23 0 1 0 828392977 9318400 170 33554432000 1073741824 1073778376 140737004135232 18446744073709551615 268272684901 0 2147483391 4096 0 18446744071699199166 0 0 17 5 0 0 0
/proc/510/statm: 2275 170 130 9 0 67 0
[pid=510/tid=511] ppid=508 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/510/task/511/stat : 511 (java) R 508 510 32216 0 -1 4202560 7473 0 1 0 0 0 0 0 24 0 2 0 828392977 13850947584 8288 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268272383035 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0807649 s]
/proc/loadavg: 2.10 2.10 2.03 2/590 510
/proc/meminfo: memFree=31078972/32950928 swapFree=43925852/67111528
[pid=510] ppid=508 vsize=13555088 CPUtime=0.07 cores=1,3,5,7
/proc/510/stat : 510 (java) S 508 510 32216 0 -1 4202496 14439 0 1 0 6 1 0 0 23 0 18 0 828392977 13880410112 14135 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/510/statm: 3388772 14135 1754 9 0 3379506 0
[pid=510/tid=511] ppid=508 vsize=13555088 CPUtime=0.06 cores=1,3,5,7
/proc/510/task/511/stat : 511 (java) R 508 510 32216 0 -1 4202560 13264 0 1 0 6 0 0 0 25 0 18 0 828392977 13880410112 14135 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 47058172727119 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13555088

[startup+0.100761 s]
/proc/loadavg: 2.10 2.10 2.03 2/590 510
/proc/meminfo: memFree=31078972/32950928 swapFree=43925852/67111528
[pid=510] ppid=508 vsize=13622116 CPUtime=0.1 cores=1,3,5,7
/proc/510/stat : 510 (java) S 508 510 32216 0 -1 4202496 15472 0 1 0 9 1 0 0 23 0 18 0 828392977 13949046784 15168 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/510/statm: 3405529 15168 2092 9 0 3396263 0
[pid=510/tid=511] ppid=508 vsize=13622116 CPUtime=0.08 cores=1,3,5,7
/proc/510/task/511/stat : 511 (java) R 508 510 32216 0 -1 4202560 13580 0 1 0 8 0 0 0 25 0 18 0 828392977 13949046784 15168 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 46912496207536 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622116

[startup+0.300727 s]
/proc/loadavg: 2.10 2.10 2.03 2/590 510
/proc/meminfo: memFree=31078972/32950928 swapFree=43925852/67111528
[pid=510] ppid=508 vsize=13623304 CPUtime=0.46 cores=1,3,5,7
/proc/510/stat : 510 (java) S 508 510 32216 0 -1 4202496 47177 0 1 0 41 5 0 0 23 0 18 0 828392977 13950263296 46668 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/510/statm: 3405826 46668 2199 9 0 3396560 0
[pid=510/tid=511] ppid=508 vsize=13623304 CPUtime=0.28 cores=1,3,5,7
/proc/510/task/511/stat : 511 (java) R 508 510 32216 0 -1 4202560 44515 0 1 0 24 4 0 0 25 0 18 0 828392977 13950263296 46668 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 46912505121452 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13623304

[startup+0.700655 s]
/proc/loadavg: 2.10 2.10 2.03 2/590 510
/proc/meminfo: memFree=31078972/32950928 swapFree=43925852/67111528
[pid=510] ppid=508 vsize=13623304 CPUtime=0.86 cores=1,3,5,7
/proc/510/stat : 510 (java) S 508 510 32216 0 -1 4202496 78334 0 1 0 77 9 0 0 23 0 18 0 828392977 13950263296 77825 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/510/statm: 3405826 77825 2199 9 0 3396560 0
[pid=510/tid=511] ppid=508 vsize=13623304 CPUtime=0.68 cores=1,3,5,7
/proc/510/task/511/stat : 511 (java) R 508 510 32216 0 -1 4202560 75668 0 1 0 60 8 0 0 25 0 18 0 828392977 13950263296 77825 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 46912505507369 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 13623304

[startup+1.50151 s]
/proc/loadavg: 2.10 2.10 2.03 4/608 528
/proc/meminfo: memFree=30680832/32950928 swapFree=43925852/67111528
[pid=510] ppid=508 vsize=13623304 CPUtime=1.65 cores=1,3,5,7
/proc/510/stat : 510 (java) S 508 510 32216 0 -1 4202496 138736 0 1 0 150 15 0 0 23 0 18 0 828392977 13950263296 138228 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/510/statm: 3405826 138231 2199 9 0 3396560 0
[pid=510/tid=511] ppid=508 vsize=13623304 CPUtime=1.48 cores=1,3,5,7
/proc/510/task/511/stat : 511 (java) R 508 510 32216 0 -1 4202560 136075 0 1 0 134 14 0 0 25 0 18 0 828392977 13950263296 138232 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 46912505552489 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=510/tid=513] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/513/stat : 513 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 138233 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=514] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/514/stat : 514 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 138234 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=515] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/515/stat : 515 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 138235 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=516] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/516/stat : 516 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 138237 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=517] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/517/stat : 517 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 138239 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=518] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/518/stat : 518 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 138241 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=519] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/519/stat : 519 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 138243 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=520] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/520/stat : 520 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 138245 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=521] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/521/stat : 521 (java) S 508 510 32216 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 828392980 13950263296 138246 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284505600 0 0 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=522] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/522/stat : 522 (java) S 508 510 32216 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 828392981 13950263296 138248 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=523] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/523/stat : 523 (java) S 508 510 32216 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 828392981 13950263296 138250 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=524] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/524/stat : 524 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392983 13950263296 138252 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284512689 0 4 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=525] ppid=508 vsize=13623304 CPUtime=0.07 cores=1,3,5,7
/proc/510/task/525/stat : 525 (java) S 508 510 32216 0 -1 4202560 524 0 0 0 7 0 0 0 25 0 18 0 828392983 13950263296 138254 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=526] ppid=508 vsize=13623304 CPUtime=0.09 cores=1,3,5,7
/proc/510/task/526/stat : 526 (java) S 508 510 32216 0 -1 4202560 991 0 0 0 9 0 0 0 18 0 18 0 828392983 13950263296 138256 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=527] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/527/stat : 527 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392983 13950263296 138257 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=528] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/528/stat : 528 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 828392983 13950263296 138259 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284505600 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 13623304

[startup+3.1013 s]
/proc/loadavg: 2.10 2.10 2.03 4/608 528
/proc/meminfo: memFree=30352356/32950928 swapFree=43925852/67111528
[pid=510] ppid=508 vsize=13623304 CPUtime=3.26 cores=1,3,5,7
/proc/510/stat : 510 (java) S 508 510 32216 0 -1 4202496 260894 0 1 0 296 30 0 0 23 0 18 0 828392977 13950263296 260385 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/510/statm: 3405826 260389 2203 9 0 3396560 0
[pid=510/tid=511] ppid=508 vsize=13623304 CPUtime=3.08 cores=1,3,5,7
/proc/510/task/511/stat : 511 (java) R 508 510 32216 0 -1 4202560 258229 0 1 0 279 29 0 0 25 0 18 0 828392977 13950263296 260390 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 46912505587271 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=510/tid=513] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/513/stat : 513 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 260392 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=514] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/514/stat : 514 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 260394 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=515] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/515/stat : 515 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 260396 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=516] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/516/stat : 516 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 260397 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=517] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/517/stat : 517 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 260399 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=518] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/518/stat : 518 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 260401 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=519] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/519/stat : 519 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 260403 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=520] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/520/stat : 520 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 260405 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=521] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/521/stat : 521 (java) S 508 510 32216 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 828392980 13950263296 260406 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284505600 0 0 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=522] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/522/stat : 522 (java) S 508 510 32216 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 828392981 13950263296 260408 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=523] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/523/stat : 523 (java) S 508 510 32216 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 828392981 13950263296 260410 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=524] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/524/stat : 524 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392983 13950263296 260412 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284512689 0 4 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=525] ppid=508 vsize=13623304 CPUtime=0.07 cores=1,3,5,7
/proc/510/task/525/stat : 525 (java) S 508 510 32216 0 -1 4202560 524 0 0 0 7 0 0 0 25 0 18 0 828392983 13950263296 260413 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=526] ppid=508 vsize=13623304 CPUtime=0.09 cores=1,3,5,7
/proc/510/task/526/stat : 526 (java) S 508 510 32216 0 -1 4202560 995 0 0 0 9 0 0 0 18 0 18 0 828392983 13950263296 260415 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=527] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/527/stat : 527 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392983 13950263296 260417 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=528] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/528/stat : 528 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 828392983 13950263296 260419 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284505600 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 13623304

[startup+6.30066 s]
/proc/loadavg: 2.09 2.10 2.02 4/608 528
/proc/meminfo: memFree=29308536/32950928 swapFree=43925852/67111528
[pid=510] ppid=508 vsize=13623304 CPUtime=6.48 cores=1,3,5,7
/proc/510/stat : 510 (java) S 508 510 32216 0 -1 4202496 518730 0 1 0 590 58 0 0 23 0 18 0 828392977 13950263296 518133 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/510/statm: 3405826 518137 2205 9 0 3396560 0
[pid=510/tid=511] ppid=508 vsize=13623304 CPUtime=6.28 cores=1,3,5,7
/proc/510/task/511/stat : 511 (java) R 508 510 32216 0 -1 4202560 516059 0 1 0 571 57 0 0 21 0 18 0 828392977 13950263296 518138 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 46912505574324 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=510/tid=513] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/513/stat : 513 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 518140 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=514] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/514/stat : 514 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 518142 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=515] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/515/stat : 515 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 518144 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=516] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/516/stat : 516 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 518146 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=517] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/517/stat : 517 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 518148 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=518] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/518/stat : 518 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 518149 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=519] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/519/stat : 519 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 518150 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=520] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/520/stat : 520 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392979 13950263296 518152 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=521] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/521/stat : 521 (java) S 508 510 32216 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 828392980 13950263296 518154 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284505600 0 0 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=522] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/522/stat : 522 (java) S 508 510 32216 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 828392981 13950263296 518156 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=523] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/523/stat : 523 (java) S 508 510 32216 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 828392981 13950263296 518158 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=524] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/524/stat : 524 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392983 13950263296 518160 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284512689 0 4 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=525] ppid=508 vsize=13623304 CPUtime=0.08 cores=1,3,5,7
/proc/510/task/525/stat : 525 (java) S 508 510 32216 0 -1 4202560 528 0 0 0 8 0 0 0 17 0 18 0 828392983 13950263296 518162 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=526] ppid=508 vsize=13623304 CPUtime=0.09 cores=1,3,5,7
/proc/510/task/526/stat : 526 (java) S 508 510 32216 0 -1 4202560 995 0 0 0 9 0 0 0 15 0 18 0 828392983 13950263296 518164 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=527] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/527/stat : 527 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 828392983 13950263296 518166 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=528] ppid=508 vsize=13623304 CPUtime=0 cores=1,3,5,7
/proc/510/task/528/stat : 528 (java) S 508 510 32216 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 828392983 13950263296 518168 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284505600 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0

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

[pid=510/tid=532] ppid=508 vsize=13628180 CPUtime=0 cores=1,3,5,7
/proc/510/task/532/stat : 532 (java) S 508 510 32216 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 828399775 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284505600 0 4 0 16800975 18446604456968406080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1623.81
Current children cumulated vsize (KiB) 13628180

[startup+1662.3 s]
/proc/loadavg: 2.13 2.08 2.02 3/609 580
/proc/meminfo: memFree=23686976/32950928 swapFree=43925852/67111528
[pid=510] ppid=508 vsize=13628180 CPUtime=1683.81 cores=1,3,5,7
/proc/510/stat : 510 (java) S 508 510 32216 0 -1 4202496 1857372 0 1 0 168132 249 0 0 23 0 19 0 828392977 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/510/statm: 3407045 1845972 2252 9 0 3397779 0
[pid=510/tid=511] ppid=508 vsize=13628180 CPUtime=1649.38 cores=1,3,5,7
/proc/510/task/511/stat : 511 (java) R 508 510 32216 0 -1 4202560 845631 0 1 0 164830 108 0 0 25 0 19 0 828392977 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 46912505863834 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=510/tid=513] ppid=508 vsize=13628180 CPUtime=3.02 cores=1,3,5,7
/proc/510/task/513/stat : 513 (java) S 508 510 32216 0 -1 4202560 121441 0 0 0 285 17 0 0 15 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=514] ppid=508 vsize=13628180 CPUtime=3.25 cores=1,3,5,7
/proc/510/task/514/stat : 514 (java) S 508 510 32216 0 -1 4202560 119081 0 0 0 308 17 0 0 15 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=515] ppid=508 vsize=13628180 CPUtime=3.07 cores=1,3,5,7
/proc/510/task/515/stat : 515 (java) S 508 510 32216 0 -1 4202560 81590 0 0 0 298 9 0 0 15 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=516] ppid=508 vsize=13628180 CPUtime=3.69 cores=1,3,5,7
/proc/510/task/516/stat : 516 (java) S 508 510 32216 0 -1 4202560 102671 0 0 0 356 13 0 0 16 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=517] ppid=508 vsize=13628180 CPUtime=3.14 cores=1,3,5,7
/proc/510/task/517/stat : 517 (java) S 508 510 32216 0 -1 4202560 129867 0 0 0 297 17 0 0 16 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 3 0 0 0
[pid=510/tid=518] ppid=508 vsize=13628180 CPUtime=3.77 cores=1,3,5,7
/proc/510/task/518/stat : 518 (java) S 508 510 32216 0 -1 4202560 174444 0 0 0 353 24 0 0 16 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 3 0 0 0
[pid=510/tid=519] ppid=508 vsize=13628180 CPUtime=3.63 cores=1,3,5,7
/proc/510/task/519/stat : 519 (java) S 508 510 32216 0 -1 4202560 147603 0 0 0 343 20 0 0 16 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=520] ppid=508 vsize=13628180 CPUtime=3.47 cores=1,3,5,7
/proc/510/task/520/stat : 520 (java) S 508 510 32216 0 -1 4202560 110391 0 0 0 332 15 0 0 16 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=521] ppid=508 vsize=13628180 CPUtime=5.87 cores=1,3,5,7
/proc/510/task/521/stat : 521 (java) S 508 510 32216 0 -1 4202560 9167 0 0 0 586 1 0 0 18 0 19 0 828392980 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284505600 0 0 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=522] ppid=508 vsize=13628180 CPUtime=0 cores=1,3,5,7
/proc/510/task/522/stat : 522 (java) S 508 510 32216 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828392981 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=523] ppid=508 vsize=13628180 CPUtime=0 cores=1,3,5,7
/proc/510/task/523/stat : 523 (java) S 508 510 32216 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 828392981 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=524] ppid=508 vsize=13628180 CPUtime=0 cores=1,3,5,7
/proc/510/task/524/stat : 524 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828392983 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284512689 0 4 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=525] ppid=508 vsize=13628180 CPUtime=0.6 cores=1,3,5,7
/proc/510/task/525/stat : 525 (java) S 508 510 32216 0 -1 4202560 3511 0 0 0 60 0 0 0 16 0 19 0 828392983 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=526] ppid=508 vsize=13628180 CPUtime=0.78 cores=1,3,5,7
/proc/510/task/526/stat : 526 (java) S 508 510 32216 0 -1 4202560 10725 0 0 0 77 1 0 0 15 0 19 0 828392983 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 3 0 0 0
[pid=510/tid=527] ppid=508 vsize=13628180 CPUtime=0 cores=1,3,5,7
/proc/510/task/527/stat : 527 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828392983 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=528] ppid=508 vsize=13628180 CPUtime=0 cores=1,3,5,7
/proc/510/task/528/stat : 528 (java) S 508 510 32216 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 828392983 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284505600 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=532] ppid=508 vsize=13628180 CPUtime=0 cores=1,3,5,7
/proc/510/task/532/stat : 532 (java) S 508 510 32216 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 828399775 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284505600 0 4 0 16800975 18446604456968406080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1683.81
Current children cumulated vsize (KiB) 13628180

[startup+1722.3 s]
/proc/loadavg: 1.98 2.05 2.01 4/608 743
/proc/meminfo: memFree=24083060/32950928 swapFree=43925852/67111528
[pid=510] ppid=508 vsize=13628180 CPUtime=1743.81 cores=1,3,5,7
/proc/510/stat : 510 (java) S 508 510 32216 0 -1 4202496 1857376 0 1 0 174132 249 0 0 23 0 19 0 828392977 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/510/statm: 3407045 1845972 2252 9 0 3397779 0
[pid=510/tid=511] ppid=508 vsize=13628180 CPUtime=1709.38 cores=1,3,5,7
/proc/510/task/511/stat : 511 (java) R 508 510 32216 0 -1 4202560 845631 0 1 0 170830 108 0 0 25 0 19 0 828392977 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 46912505971359 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=510/tid=513] ppid=508 vsize=13628180 CPUtime=3.02 cores=1,3,5,7
/proc/510/task/513/stat : 513 (java) S 508 510 32216 0 -1 4202560 121441 0 0 0 285 17 0 0 15 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=514] ppid=508 vsize=13628180 CPUtime=3.25 cores=1,3,5,7
/proc/510/task/514/stat : 514 (java) S 508 510 32216 0 -1 4202560 119081 0 0 0 308 17 0 0 15 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=515] ppid=508 vsize=13628180 CPUtime=3.07 cores=1,3,5,7
/proc/510/task/515/stat : 515 (java) S 508 510 32216 0 -1 4202560 81590 0 0 0 298 9 0 0 15 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=516] ppid=508 vsize=13628180 CPUtime=3.69 cores=1,3,5,7
/proc/510/task/516/stat : 516 (java) S 508 510 32216 0 -1 4202560 102671 0 0 0 356 13 0 0 16 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=517] ppid=508 vsize=13628180 CPUtime=3.14 cores=1,3,5,7
/proc/510/task/517/stat : 517 (java) S 508 510 32216 0 -1 4202560 129867 0 0 0 297 17 0 0 16 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 3 0 0 0
[pid=510/tid=518] ppid=508 vsize=13628180 CPUtime=3.77 cores=1,3,5,7
/proc/510/task/518/stat : 518 (java) S 508 510 32216 0 -1 4202560 174444 0 0 0 353 24 0 0 16 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 3 0 0 0
[pid=510/tid=519] ppid=508 vsize=13628180 CPUtime=3.63 cores=1,3,5,7
/proc/510/task/519/stat : 519 (java) S 508 510 32216 0 -1 4202560 147603 0 0 0 343 20 0 0 16 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=520] ppid=508 vsize=13628180 CPUtime=3.47 cores=1,3,5,7
/proc/510/task/520/stat : 520 (java) S 508 510 32216 0 -1 4202560 110391 0 0 0 332 15 0 0 16 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=521] ppid=508 vsize=13628180 CPUtime=5.87 cores=1,3,5,7
/proc/510/task/521/stat : 521 (java) S 508 510 32216 0 -1 4202560 9167 0 0 0 586 1 0 0 18 0 19 0 828392980 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284505600 0 0 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=522] ppid=508 vsize=13628180 CPUtime=0 cores=1,3,5,7
/proc/510/task/522/stat : 522 (java) S 508 510 32216 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828392981 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=523] ppid=508 vsize=13628180 CPUtime=0 cores=1,3,5,7
/proc/510/task/523/stat : 523 (java) S 508 510 32216 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 828392981 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=524] ppid=508 vsize=13628180 CPUtime=0 cores=1,3,5,7
/proc/510/task/524/stat : 524 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828392983 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284512689 0 4 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=525] ppid=508 vsize=13628180 CPUtime=0.6 cores=1,3,5,7
/proc/510/task/525/stat : 525 (java) S 508 510 32216 0 -1 4202560 3511 0 0 0 60 0 0 0 16 0 19 0 828392983 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=526] ppid=508 vsize=13628180 CPUtime=0.78 cores=1,3,5,7
/proc/510/task/526/stat : 526 (java) S 508 510 32216 0 -1 4202560 10725 0 0 0 77 1 0 0 15 0 19 0 828392983 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 3 0 0 0
[pid=510/tid=527] ppid=508 vsize=13628180 CPUtime=0 cores=1,3,5,7
/proc/510/task/527/stat : 527 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828392983 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=528] ppid=508 vsize=13628180 CPUtime=0 cores=1,3,5,7
/proc/510/task/528/stat : 528 (java) S 508 510 32216 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 828392983 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284505600 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=532] ppid=508 vsize=13628180 CPUtime=0 cores=1,3,5,7
/proc/510/task/532/stat : 532 (java) S 508 510 32216 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 828399775 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284505600 0 4 0 16800975 18446604456968406080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1743.81
Current children cumulated vsize (KiB) 13628180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.5 s]
/proc/loadavg: 1.99 2.03 2.01 3/609 746
/proc/meminfo: memFree=23511836/32950928 swapFree=43925852/67111528
[pid=510] ppid=508 vsize=13628180 CPUtime=1800.02 cores=1,3,5,7
/proc/510/stat : 510 (java) S 508 510 32216 0 -1 4202496 1857378 0 1 0 179753 249 0 0 23 0 19 0 828392977 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/510/statm: 3407045 1845972 2252 9 0 3397779 0
[pid=510/tid=511] ppid=508 vsize=13628180 CPUtime=1765.61 cores=1,3,5,7
/proc/510/task/511/stat : 511 (java) R 508 510 32216 0 -1 4202560 845631 0 1 0 176453 108 0 0 25 0 19 0 828392977 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 46912505863359 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=510/tid=513] ppid=508 vsize=13628180 CPUtime=3.02 cores=1,3,5,7
/proc/510/task/513/stat : 513 (java) S 508 510 32216 0 -1 4202560 121441 0 0 0 285 17 0 0 15 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=514] ppid=508 vsize=13628180 CPUtime=3.25 cores=1,3,5,7
/proc/510/task/514/stat : 514 (java) S 508 510 32216 0 -1 4202560 119081 0 0 0 308 17 0 0 15 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=515] ppid=508 vsize=13628180 CPUtime=3.07 cores=1,3,5,7
/proc/510/task/515/stat : 515 (java) S 508 510 32216 0 -1 4202560 81590 0 0 0 298 9 0 0 15 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=516] ppid=508 vsize=13628180 CPUtime=3.69 cores=1,3,5,7
/proc/510/task/516/stat : 516 (java) S 508 510 32216 0 -1 4202560 102671 0 0 0 356 13 0 0 16 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=517] ppid=508 vsize=13628180 CPUtime=3.14 cores=1,3,5,7
/proc/510/task/517/stat : 517 (java) S 508 510 32216 0 -1 4202560 129867 0 0 0 297 17 0 0 16 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 3 0 0 0
[pid=510/tid=518] ppid=508 vsize=13628180 CPUtime=3.77 cores=1,3,5,7
/proc/510/task/518/stat : 518 (java) S 508 510 32216 0 -1 4202560 174444 0 0 0 353 24 0 0 16 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 3 0 0 0
[pid=510/tid=519] ppid=508 vsize=13628180 CPUtime=3.63 cores=1,3,5,7
/proc/510/task/519/stat : 519 (java) S 508 510 32216 0 -1 4202560 147603 0 0 0 343 20 0 0 16 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=520] ppid=508 vsize=13628180 CPUtime=3.47 cores=1,3,5,7
/proc/510/task/520/stat : 520 (java) S 508 510 32216 0 -1 4202560 110391 0 0 0 332 15 0 0 16 0 19 0 828392979 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=521] ppid=508 vsize=13628180 CPUtime=5.87 cores=1,3,5,7
/proc/510/task/521/stat : 521 (java) S 508 510 32216 0 -1 4202560 9167 0 0 0 586 1 0 0 18 0 19 0 828392980 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284505600 0 0 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=522] ppid=508 vsize=13628180 CPUtime=0 cores=1,3,5,7
/proc/510/task/522/stat : 522 (java) S 508 510 32216 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 828392981 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=523] ppid=508 vsize=13628180 CPUtime=0 cores=1,3,5,7
/proc/510/task/523/stat : 523 (java) S 508 510 32216 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 828392981 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=524] ppid=508 vsize=13628180 CPUtime=0 cores=1,3,5,7
/proc/510/task/524/stat : 524 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828392983 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284512689 0 4 0 16800975 18446604456968406080 0 0 -1 7 0 0 0
[pid=510/tid=525] ppid=508 vsize=13628180 CPUtime=0.6 cores=1,3,5,7
/proc/510/task/525/stat : 525 (java) S 508 510 32216 0 -1 4202560 3511 0 0 0 60 0 0 0 16 0 19 0 828392983 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=526] ppid=508 vsize=13628180 CPUtime=0.78 cores=1,3,5,7
/proc/510/task/526/stat : 526 (java) S 508 510 32216 0 -1 4202560 10725 0 0 0 77 1 0 0 15 0 19 0 828392983 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 3 0 0 0
[pid=510/tid=527] ppid=508 vsize=13628180 CPUtime=0 cores=1,3,5,7
/proc/510/task/527/stat : 527 (java) S 508 510 32216 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 828392983 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284504985 0 4 0 16800975 18446604456968406080 0 0 -1 1 0 0 0
[pid=510/tid=528] ppid=508 vsize=13628180 CPUtime=0 cores=1,3,5,7
/proc/510/task/528/stat : 528 (java) S 508 510 32216 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 828392983 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284505600 0 4 0 16800975 18446604456968406080 0 0 -1 5 0 0 0
[pid=510/tid=532] ppid=508 vsize=13628180 CPUtime=0 cores=1,3,5,7
/proc/510/task/532/stat : 532 (java) S 508 510 32216 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 828399775 13955256320 1845972 33554432000 1073741824 1073778376 140736001207872 18446744073709551615 268284505600 0 4 0 16800975 18446604456968406080 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 13628180

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

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

[startup+1778.63 s]
/proc/loadavg: 1.99 2.03 2.01 3/609 746
/proc/meminfo: memFree=23511836/32950928 swapFree=43925852/67111528
[pid=510] ppid=508 vsize=0 CPUtime=1800.14 cores=1,3,5,7
/proc/510/stat : 510 (java) Z 508 510 32216 0 -1 4203548 1857417 0 1 0 179757 257 0 0 17 0 2 0 828392977 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/510/statm: 0 0 0 0 0 0 0
[pid=510/tid=511] ppid=508 vsize=0 CPUtime=1765.7 cores=1,3,5,7
/proc/510/task/511/stat : 511 (java) R 508 510 32216 0 -1 4203588 845631 0 1 0 176454 116 0 0 25 0 2 0 828392977 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

[startup+1778.8 s]
/proc/loadavg: 1.99 2.03 2.01 3/609 746
/proc/meminfo: memFree=23511836/32950928 swapFree=43925852/67111528
[pid=510] ppid=508 vsize=0 CPUtime=1800.31 cores=1,3,5,7
/proc/510/stat : 510 (java) Z 508 510 32216 0 -1 4203548 1857417 0 1 0 179757 274 0 0 17 0 2 0 828392977 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/510/statm: 0 0 0 0 0 0 0
[pid=510/tid=511] ppid=508 vsize=0 CPUtime=1765.87 cores=1,3,5,7
/proc/510/task/511/stat : 511 (java) R 508 510 32216 0 -1 4203588 845631 0 1 0 176454 133 0 0 25 0 2 0 828392977 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1778.81
CPU time (s): 1800.32
CPU user time (s): 1797.57
CPU system time (s): 2.74958
CPU usage (%): 101.21
Max. virtual memory (cumulated for all children) (KiB): 13629152

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

runsolver used 10.0595 second user time and 23.9114 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-04 08:12:22
IDJOB=3459808
IDBENCH=71914
IDSOLVER=1952
FILE ID=node122/3459808-1307167935
RUNJOBID= node122-1307164231-32235
PBS_JOBID= 13508834
Free space on /tmp= 73560 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__1024.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459808-1307167935/watcher-3459808-1307167935 -o /tmp/evaluation-result-3459808-1307167935/solver-3459808-1307167935 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459808-1307167935.opb

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

MD5SUM BENCH= 27407827fbebab1f7933182f4b9808e6
RANDOM SEED=360800271

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31079128 kB
Buffers:        318820 kB
Cached:         730996 kB
SwapCached:      16832 kB
Active:        1079816 kB
Inactive:       467020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31079128 kB
SwapTotal:    67111528 kB
SwapFree:     43925852 kB
Dirty:          255636 kB
Writeback:           0 kB
AnonPages:      494396 kB
Mapped:          17488 kB
Slab:           159224 kB
PageTables:      94192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 194169496 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73556 MiB
End job on node122 at 2011-06-04 08:42:02