Trace number 3740856

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 NameAnswerCPU timeWall clock time
PB07: SAT4JPseudoResolution 2007-03-23? (TO) 1800.07 1793.92

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-137.opb
MD5SUM395b6779bc0f993a1d1357b59c2e4536
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1599470296
0.00/0.08	c Max memory 1607860224
0.00/0.08	c Total memory 1607860224
0.00/0.08	c Number of processors 8
0.08/0.10	--- Begin Solver configuration ---
0.08/0.10	c Stops conflict analysis at the first Unique Implication Point
0.08/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.10	c No reason simplification
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3740856-1338737822.opb
0.08/0.10	c reading problem ... 
10.74/7.69	c ... done. Wall clock time 7.59s.
10.74/7.69	c CPU time (experimental) 6.89s.
10.74/7.69	c #vars     48411
10.74/7.69	c #constraints  1123290
1800.07/1793.91	c starts		: 20
1800.07/1793.91	c conflicts		: 482407
1800.07/1793.91	c decisions		: 742390
1800.07/1793.91	c propagations		: 368731816
1800.07/1793.91	c inspects		: 10508602507
1800.07/1793.91	c learnt literals	: 0
1800.07/1793.91	c learnt binary clauses	: 3
1800.07/1793.91	c learnt ternary clauses	: 3
1800.07/1793.91	c learnt clauses	: 482407
1800.07/1793.91	c root simplifications	: 0
1800.07/1793.91	c removed literals (reason simplification)	: 0
1800.07/1793.91	c reason swapping (by a shorter reason)	: 0
1800.07/1793.91	c Calls to reduceDB	: 0
1800.07/1793.91	c speed (decisions/second)	: 415.62674603094626
1800.07/1793.91	c non guided choices	3021
1800.07/1793.91	s UNKNOWN
1800.07/1793.91	c Total wall clock time (ms): 1793.806

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-3740856-1338737822/watcher-3740856-1338737822 -o /tmp/evaluation-result-3740856-1338737822/solver-3740856-1338737822 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3740856-1338737822.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: 1.92 1.98 1.99 2/194 8431
/proc/meminfo: memFree=29398956/32873844 swapFree=8656/8656
[pid=8431] ppid=8429 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8431/stat : 8431 (java) D 8429 8431 30888 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 339910826 9515008 182 33554432000 1073741824 1073778376 140735215634064 140735215625096 249650036405 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/8431/statm: 2323 182 140 9 0 71 0

[startup+0.099312 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 8431
/proc/meminfo: memFree=29398956/32873844 swapFree=8656/8656
[pid=8431] ppid=8429 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/8431/stat : 8431 (java) S 8429 8431 30888 0 -1 4202496 4814 0 1 0 7 1 0 0 20 0 18 0 339910826 3028844544 6512 33554432000 1073741824 1073778376 140733449161040 140733449152176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8431/statm: 739464 6526 2074 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.100217 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 8431
/proc/meminfo: memFree=29398956/32873844 swapFree=8656/8656
[pid=8431] ppid=8429 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/8431/stat : 8431 (java) S 8429 8431 30888 0 -1 4202496 4871 0 1 0 7 1 0 0 20 0 18 0 339910826 3028844544 6562 33554432000 1073741824 1073778376 140733449161040 140733449152176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8431/statm: 739464 6562 2098 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.300296 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 8431
/proc/meminfo: memFree=29398956/32873844 swapFree=8656/8656
[pid=8431] ppid=8429 vsize=2957856 CPUtime=0.44 cores=1,3,5,7
/proc/8431/stat : 8431 (java) S 8429 8431 30888 0 -1 4202496 5766 0 1 0 42 2 0 0 20 0 18 0 339910826 3028844544 9732 33554432000 1073741824 1073778376 140733449161040 140733449152176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8431/statm: 739464 9732 2237 9 0 729885 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2957856

[startup+0.700325 s]
/proc/loadavg: 1.92 1.98 1.99 2/194 8431
/proc/meminfo: memFree=29398956/32873844 swapFree=8656/8656
[pid=8431] ppid=8429 vsize=2957856 CPUtime=1.59 cores=1,3,5,7
/proc/8431/stat : 8431 (java) S 8429 8431 30888 0 -1 4202496 14483 0 1 0 154 5 0 0 20 0 18 0 339910826 3028844544 36805 33554432000 1073741824 1073778376 140733449161040 140733449152176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8431/statm: 739464 36805 2254 9 0 729885 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 2957856

[startup+1.50081 s]
/proc/loadavg: 1.92 1.98 1.99 3/212 8449
/proc/meminfo: memFree=29108692/32873844 swapFree=8656/8656
[pid=8431] ppid=8429 vsize=2957856 CPUtime=2.54 cores=1,3,5,7
/proc/8431/stat : 8431 (java) S 8429 8431 30888 0 -1 4202496 14698 0 1 0 240 14 0 0 20 0 18 0 339910826 3028844544 118747 33554432000 1073741824 1073778376 140733449161040 140733449152176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8431/statm: 739464 118747 2270 9 0 729885 0
[pid=8431/tid=8433] ppid=8429 vsize=2957856 CPUtime=1.43 cores=1,3,5,7
/proc/8431/task/8433/stat : 8433 (java) R 8429 8431 30888 0 -1 4202560 3218 0 1 0 134 9 0 0 20 0 18 0 339910827 3028844544 118747 33554432000 1073741824 1073778376 140733449161040 139770684158032 139770533919374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8431/tid=8434] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8434/stat : 8434 (java) S 8429 8431 30888 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339910829 3028844544 118747 33554432000 1073741824 1073778376 140733449161040 139770667591848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8431/tid=8435] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8435/stat : 8435 (java) S 8429 8431 30888 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339910829 3028844544 118747 33554432000 1073741824 1073778376 140733449161040 139770666539304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8436] ppid=8429 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/8431/task/8436/stat : 8436 (java) S 8429 8431 30888 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 339910829 3028844544 118747 33554432000 1073741824 1073778376 140733449161040 139770665486760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8437] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8437/stat : 8437 (java) S 8429 8431 30888 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 339910829 3028844544 118747 33554432000 1073741824 1073778376 140733449161040 139770664434216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8438] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8438/stat : 8438 (java) S 8429 8431 30888 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 339910829 3028844544 118747 33554432000 1073741824 1073778376 140733449161040 139770663381672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8439] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8439/stat : 8439 (java) S 8429 8431 30888 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339910829 3028844544 118747 33554432000 1073741824 1073778376 140733449161040 139770662329128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8440] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8440/stat : 8440 (java) S 8429 8431 30888 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 339910829 3028844544 118747 33554432000 1073741824 1073778376 140733449161040 139770661276584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8441] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8441/stat : 8441 (java) S 8429 8431 30888 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 339910829 3028844544 118747 33554432000 1073741824 1073778376 140733449161040 139770660224040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8431/tid=8442] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8442/stat : 8442 (java) S 8429 8431 30888 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339910830 3028844544 118747 33554432000 1073741824 1073778376 140733449161040 139770530347112 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8431/tid=8443] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8443/stat : 8443 (java) S 8429 8431 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 339910830 3028844544 118747 33554432000 1073741824 1073778376 140733449161040 139770529293432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8444] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8444/stat : 8444 (java) S 8429 8431 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339910830 3028844544 118747 33554432000 1073741824 1073778376 140733449161040 139770528240776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8445] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8445/stat : 8445 (java) S 8429 8431 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339910833 3028844544 118747 33554432000 1073741824 1073778376 140733449161040 139770527189520 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8446] ppid=8429 vsize=2957856 CPUtime=0.49 cores=1,3,5,7
/proc/8431/task/8446/stat : 8446 (java) S 8429 8431 30888 0 -1 4202560 5085 0 0 0 49 0 0 0 20 0 18 0 339910833 3028844544 118747 33554432000 1073741824 1073778376 140733449161040 139770526136888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8447] ppid=8429 vsize=2957856 CPUtime=0.45 cores=1,3,5,7
/proc/8431/task/8447/stat : 8447 (java) S 8429 8431 30888 0 -1 4202560 5151 0 0 0 45 0 0 0 20 0 18 0 339910833 3028844544 118747 33554432000 1073741824 1073778376 140733449161040 139770525084344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8448] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8448/stat : 8448 (java) S 8429 8431 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339910833 3028844544 118747 33554432000 1073741824 1073778376 140733449161040 139770524031992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8449] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8449/stat : 8449 (java) S 8429 8431 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339910833 3028844544 118747 33554432000 1073741824 1073778376 140733449161040 139770522979656 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 2957856

[startup+3.10081 s]
/proc/loadavg: 1.93 1.98 1.99 10/212 8449
/proc/meminfo: memFree=28896252/32873844 swapFree=8656/8656
[pid=8431] ppid=8429 vsize=2957856 CPUtime=4.47 cores=1,3,5,7
/proc/8431/stat : 8431 (java) S 8429 8431 30888 0 -1 4202496 14837 0 1 0 422 25 0 0 20 0 18 0 339910826 3028844544 136160 33554432000 1073741824 1073778376 140733449161040 140733449152176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8431/statm: 739464 136160 2270 9 0 729885 0
[pid=8431/tid=8433] ppid=8429 vsize=2957856 CPUtime=2.91 cores=1,3,5,7
/proc/8431/task/8433/stat : 8433 (java) R 8429 8431 30888 0 -1 4202560 3220 0 1 0 281 10 0 0 20 0 18 0 339910827 3028844544 136160 33554432000 1073741824 1073778376 140733449161040 139770684165560 139770533919382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8431/tid=8434] ppid=8429 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/8431/task/8434/stat : 8434 (java) S 8429 8431 30888 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 18 0 339910829 3028844544 136160 33554432000 1073741824 1073778376 140733449161040 139770667591848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8431/tid=8435] ppid=8429 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/8431/task/8435/stat : 8435 (java) S 8429 8431 30888 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 18 0 339910829 3028844544 136160 33554432000 1073741824 1073778376 140733449161040 139770666539304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8436] ppid=8429 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/8431/task/8436/stat : 8436 (java) S 8429 8431 30888 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 18 0 339910829 3028844544 136160 33554432000 1073741824 1073778376 140733449161040 139770665486760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8437] ppid=8429 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/8431/task/8437/stat : 8437 (java) S 8429 8431 30888 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 18 0 339910829 3028844544 136160 33554432000 1073741824 1073778376 140733449161040 139770664434216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8431/tid=8438] ppid=8429 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/8431/task/8438/stat : 8438 (java) S 8429 8431 30888 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 18 0 339910829 3028844544 136160 33554432000 1073741824 1073778376 140733449161040 139770663381672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8439] ppid=8429 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/8431/task/8439/stat : 8439 (java) S 8429 8431 30888 0 -1 4202560 18 0 0 0 2 2 0 0 20 0 18 0 339910829 3028844544 136160 33554432000 1073741824 1073778376 140733449161040 139770662329128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8440] ppid=8429 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/8431/task/8440/stat : 8440 (java) S 8429 8431 30888 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 18 0 339910829 3028844544 136160 33554432000 1073741824 1073778376 140733449161040 139770661276584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8431/tid=8441] ppid=8429 vsize=2957856 CPUtime=0.1 cores=1,3,5,7
/proc/8431/task/8441/stat : 8441 (java) S 8429 8431 30888 0 -1 4202560 38 0 0 0 8 2 0 0 20 0 18 0 339910829 3028844544 136160 33554432000 1073741824 1073778376 140733449161040 139770660224040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8431/tid=8442] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8442/stat : 8442 (java) S 8429 8431 30888 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339910830 3028844544 136160 33554432000 1073741824 1073778376 140733449161040 139770530347112 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8443] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8443/stat : 8443 (java) S 8429 8431 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 339910830 3028844544 136160 33554432000 1073741824 1073778376 140733449161040 139770529293432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8444] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8444/stat : 8444 (java) S 8429 8431 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339910830 3028844544 136160 33554432000 1073741824 1073778376 140733449161040 139770528240776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8445] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8445/stat : 8445 (java) S 8429 8431 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339910833 3028844544 136160 33554432000 1073741824 1073778376 140733449161040 139770527189520 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8446] ppid=8429 vsize=2957856 CPUtime=0.49 cores=1,3,5,7
/proc/8431/task/8446/stat : 8446 (java) S 8429 8431 30888 0 -1 4202560 5085 0 0 0 49 0 0 0 20 0 18 0 339910833 3028844544 136160 33554432000 1073741824 1073778376 140733449161040 139770526136888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8447] ppid=8429 vsize=2957856 CPUtime=0.47 cores=1,3,5,7
/proc/8431/task/8447/stat : 8447 (java) S 8429 8431 30888 0 -1 4202560 5151 0 0 0 47 0 0 0 20 0 18 0 339910833 3028844544 136160 33554432000 1073741824 1073778376 140733449161040 139770525084344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8448] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8448/stat : 8448 (java) S 8429 8431 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339910833 3028844544 136160 33554432000 1073741824 1073778376 140733449161040 139770524031992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8449] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8449/stat : 8449 (java) S 8429 8431 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339910833 3028844544 136160 33554432000 1073741824 1073778376 140733449161040 139770522979656 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 2957856

[startup+6.3008 s]
/proc/loadavg: 1.93 1.98 1.99 3/212 8449
/proc/meminfo: memFree=28785160/32873844 swapFree=8656/8656
[pid=8431] ppid=8429 vsize=2957856 CPUtime=8.68 cores=1,3,5,7
/proc/8431/stat : 8431 (java) S 8429 8431 30888 0 -1 4202496 15091 0 1 0 825 43 0 0 20 0 18 0 339910826 3028844544 157064 33554432000 1073741824 1073778376 140733449161040 140733449152176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8431/statm: 739464 157064 2270 9 0 729885 0
[pid=8431/tid=8433] ppid=8429 vsize=2957856 CPUtime=5.75 cores=1,3,5,7
/proc/8431/task/8433/stat : 8433 (java) R 8429 8431 30888 0 -1 4202560 3225 0 1 0 564 11 0 0 20 0 18 0 339910827 3028844544 157064 33554432000 1073741824 1073778376 140733449161040 139770684165696 249653421325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8431/tid=8434] ppid=8429 vsize=2957856 CPUtime=0.22 cores=1,3,5,7
/proc/8431/task/8434/stat : 8434 (java) S 8429 8431 30888 0 -1 4202560 59 0 0 0 18 4 0 0 20 0 18 0 339910829 3028844544 157064 33554432000 1073741824 1073778376 140733449161040 139770667591848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8431/tid=8435] ppid=8429 vsize=2957856 CPUtime=0.22 cores=1,3,5,7
/proc/8431/task/8435/stat : 8435 (java) S 8429 8431 30888 0 -1 4202560 52 0 0 0 19 3 0 0 20 0 18 0 339910829 3028844544 157064 33554432000 1073741824 1073778376 140733449161040 139770666539304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8436] ppid=8429 vsize=2957856 CPUtime=0.25 cores=1,3,5,7
/proc/8431/task/8436/stat : 8436 (java) S 8429 8431 30888 0 -1 4202560 60 0 0 0 21 4 0 0 20 0 18 0 339910829 3028844544 157064 33554432000 1073741824 1073778376 140733449161040 139770665486760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8431/tid=8437] ppid=8429 vsize=2957856 CPUtime=0.24 cores=1,3,5,7
/proc/8431/task/8437/stat : 8437 (java) S 8429 8431 30888 0 -1 4202560 65 0 0 0 20 4 0 0 20 0 18 0 339910829 3028844544 157064 33554432000 1073741824 1073778376 140733449161040 139770664434216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8431/tid=8438] ppid=8429 vsize=2957856 CPUtime=0.16 cores=1,3,5,7
/proc/8431/task/8438/stat : 8438 (java) S 8429 8431 30888 0 -1 4202560 38 0 0 0 14 2 0 0 20 0 18 0 339910829 3028844544 157064 33554432000 1073741824 1073778376 140733449161040 139770663381672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8431/tid=8439] ppid=8429 vsize=2957856 CPUtime=0.15 cores=1,3,5,7
/proc/8431/task/8439/stat : 8439 (java) S 8429 8431 30888 0 -1 4202560 44 0 0 0 12 3 0 0 20 0 18 0 339910829 3028844544 157064 33554432000 1073741824 1073778376 140733449161040 139770662329128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8431/tid=8440] ppid=8429 vsize=2957856 CPUtime=0.24 cores=1,3,5,7
/proc/8431/task/8440/stat : 8440 (java) S 8429 8431 30888 0 -1 4202560 55 0 0 0 20 4 0 0 20 0 18 0 339910829 3028844544 157064 33554432000 1073741824 1073778376 140733449161040 139770661276584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8431/tid=8441] ppid=8429 vsize=2957856 CPUtime=0.27 cores=1,3,5,7
/proc/8431/task/8441/stat : 8441 (java) S 8429 8431 30888 0 -1 4202560 75 0 0 0 22 5 0 0 20 0 18 0 339910829 3028844544 157064 33554432000 1073741824 1073778376 140733449161040 139770660224040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8431/tid=8442] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8442/stat : 8442 (java) S 8429 8431 30888 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339910830 3028844544 157064 33554432000 1073741824 1073778376 140733449161040 139770530347112 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8443] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8443/stat : 8443 (java) S 8429 8431 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 339910830 3028844544 157064 33554432000 1073741824 1073778376 140733449161040 139770529293432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8444] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8444/stat : 8444 (java) S 8429 8431 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339910830 3028844544 157064 33554432000 1073741824 1073778376 140733449161040 139770528240776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8445] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8445/stat : 8445 (java) S 8429 8431 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339910833 3028844544 157064 33554432000 1073741824 1073778376 140733449161040 139770527189520 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8446] ppid=8429 vsize=2957856 CPUtime=0.49 cores=1,3,5,7
/proc/8431/task/8446/stat : 8446 (java) R 8429 8431 30888 0 -1 4202560 5085 0 0 0 49 0 0 0 20 0 18 0 339910833 3028844544 157064 33554432000 1073741824 1073778376 140733449161040 139770526136728 139770686722080 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8447] ppid=8429 vsize=2957856 CPUtime=0.47 cores=1,3,5,7
/proc/8431/task/8447/stat : 8447 (java) S 8429 8431 30888 0 -1 4202560 5151 0 0 0 47 0 0 0 20 0 18 0 339910833 3028844544 157064 33554432000 1073741824 1073778376 140733449161040 139770525084344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8448] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8448/stat : 8448 (java) S 8429 8431 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339910833 3028844544 157064 33554432000 1073741824 1073778376 140733449161040 139770524031992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8449] ppid=8429 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8449/stat : 8449 (java) S 8429 8431 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339910833 3028844544 157064 33554432000 1073741824 1073778376 140733449161040 139770522979656 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 2957856

[startup+12.7008 s]
/proc/loadavg: 2.02 2.00 2.00 3/213 8450
/proc/meminfo: memFree=28654532/32873844 swapFree=8656/8656
[pid=8431] ppid=8429 vsize=3024420 CPUtime=16.57 cores=1,3,5,7
/proc/8431/stat : 8431 (java) S 8429 8431 30888 0 -1 4202496 16002 0 1 0 1599 58 0 0 20 0 19 0 339910826 3097006080 187989 33554432000 1073741824 1073778376 140733449161040 140733449152176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8431/statm: 756105 187989 2290 9 0 746526 0
[pid=8431/tid=8433] ppid=8429 vsize=3024420 CPUtime=11.79 cores=1,3,5,7

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

[pid=8431/tid=8446] ppid=8429 vsize=3024420 CPUtime=0.74 cores=1,3,5,7
/proc/8431/task/8446/stat : 8446 (java) S 8429 8431 30888 0 -1 4202560 5086 0 0 0 74 0 0 0 20 0 19 0 339910833 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770526136888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8447] ppid=8429 vsize=3024420 CPUtime=0.74 cores=1,3,5,7
/proc/8431/task/8447/stat : 8447 (java) S 8429 8431 30888 0 -1 4202560 5159 0 0 0 74 0 0 0 20 0 19 0 339910833 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770525084344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8448] ppid=8429 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8448/stat : 8448 (java) S 8429 8431 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339910833 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770524031992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8449] ppid=8429 vsize=3024420 CPUtime=0.98 cores=1,3,5,7
/proc/8431/task/8449/stat : 8449 (java) S 8429 8431 30888 0 -1 4202560 99 0 0 0 39 59 0 0 20 0 19 0 339910833 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770522979656 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8431/tid=8450] ppid=8429 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8450/stat : 8450 (java) S 8429 8431 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339911598 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770520777512 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1728.39
Current children cumulated vsize (KiB) 3024420

[startup+1782.3 s]
/proc/loadavg: 2.12 2.11 2.04 3/213 8547
/proc/meminfo: memFree=29461588/32873844 swapFree=8656/8656
[pid=8431] ppid=8429 vsize=3024420 CPUtime=1788.46 cores=1,3,5,7
/proc/8431/stat : 8431 (java) S 8429 8431 30888 0 -1 4202496 16656 0 1 0 178648 198 0 0 20 0 19 0 339910826 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 140733449152176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8431/statm: 756105 255086 2290 9 0 746526 0
[pid=8431/tid=8433] ppid=8429 vsize=3024420 CPUtime=1776.37 cores=1,3,5,7
/proc/8431/task/8433/stat : 8433 (java) R 8429 8431 30888 0 -1 4202560 3246 0 1 0 177598 39 0 0 20 0 19 0 339910827 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770684165424 139770534442544 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8434] ppid=8429 vsize=3024420 CPUtime=0.45 cores=1,3,5,7
/proc/8431/task/8434/stat : 8434 (java) S 8429 8431 30888 0 -1 4202560 182 0 0 0 36 9 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770667591848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8435] ppid=8429 vsize=3024420 CPUtime=0.5 cores=1,3,5,7
/proc/8431/task/8435/stat : 8435 (java) S 8429 8431 30888 0 -1 4202560 217 0 0 0 42 8 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770666539304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8436] ppid=8429 vsize=3024420 CPUtime=0.7 cores=1,3,5,7
/proc/8431/task/8436/stat : 8436 (java) S 8429 8431 30888 0 -1 4202560 479 0 0 0 56 14 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770665486760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8431/tid=8437] ppid=8429 vsize=3024420 CPUtime=0.53 cores=1,3,5,7
/proc/8431/task/8437/stat : 8437 (java) S 8429 8431 30888 0 -1 4202560 172 0 0 0 43 10 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770664434216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8431/tid=8438] ppid=8429 vsize=3024420 CPUtime=0.47 cores=1,3,5,7
/proc/8431/task/8438/stat : 8438 (java) S 8429 8431 30888 0 -1 4202560 152 0 0 0 40 7 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770663381672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8439] ppid=8429 vsize=3024420 CPUtime=0.41 cores=1,3,5,7
/proc/8431/task/8439/stat : 8439 (java) S 8429 8431 30888 0 -1 4202560 167 0 0 0 32 9 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770662329128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8431/tid=8440] ppid=8429 vsize=3024420 CPUtime=0.59 cores=1,3,5,7
/proc/8431/task/8440/stat : 8440 (java) S 8429 8431 30888 0 -1 4202560 187 0 0 0 48 11 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770661276584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8431/tid=8441] ppid=8429 vsize=3024420 CPUtime=0.66 cores=1,3,5,7
/proc/8431/task/8441/stat : 8441 (java) S 8429 8431 30888 0 -1 4202560 311 0 0 0 51 15 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770660224040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8442] ppid=8429 vsize=3024420 CPUtime=0.04 cores=1,3,5,7
/proc/8431/task/8442/stat : 8442 (java) S 8429 8431 30888 0 -1 4202560 13 0 0 0 1 3 0 0 20 0 19 0 339910830 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770530347112 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8431/tid=8443] ppid=8429 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8443/stat : 8443 (java) S 8429 8431 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339910830 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770529293432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8444] ppid=8429 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8444/stat : 8444 (java) S 8429 8431 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339910830 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770528240776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8445] ppid=8429 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8445/stat : 8445 (java) S 8429 8431 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339910833 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770527189520 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8446] ppid=8429 vsize=3024420 CPUtime=0.74 cores=1,3,5,7
/proc/8431/task/8446/stat : 8446 (java) S 8429 8431 30888 0 -1 4202560 5086 0 0 0 74 0 0 0 20 0 19 0 339910833 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770526136888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8447] ppid=8429 vsize=3024420 CPUtime=0.74 cores=1,3,5,7
/proc/8431/task/8447/stat : 8447 (java) S 8429 8431 30888 0 -1 4202560 5159 0 0 0 74 0 0 0 20 0 19 0 339910833 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770525084344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8448] ppid=8429 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8448/stat : 8448 (java) S 8429 8431 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339910833 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770524031992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8449] ppid=8429 vsize=3024420 CPUtime=1.02 cores=1,3,5,7
/proc/8431/task/8449/stat : 8449 (java) S 8429 8431 30888 0 -1 4202560 103 0 0 0 41 61 0 0 20 0 19 0 339910833 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770522979656 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8431/tid=8450] ppid=8429 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8450/stat : 8450 (java) S 8429 8431 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339911598 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770520777512 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1788.46
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.9 s]
/proc/loadavg: 2.10 2.11 2.04 3/212 8547
/proc/meminfo: memFree=29459424/32873844 swapFree=8656/8656
[pid=8431] ppid=8429 vsize=3024420 CPUtime=1800.07 cores=1,3,5,7
/proc/8431/stat : 8431 (java) S 8429 8431 30888 0 -1 4202496 16656 0 1 0 179809 198 0 0 20 0 19 0 339910826 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 140733449152176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8431/statm: 756105 255086 2290 9 0 746526 0
[pid=8431/tid=8433] ppid=8429 vsize=3024420 CPUtime=1787.94 cores=1,3,5,7
/proc/8431/task/8433/stat : 8433 (java) R 8429 8431 30888 0 -1 4202560 3246 0 1 0 178754 40 0 0 20 0 19 0 339910827 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770684165424 139770534490993 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8434] ppid=8429 vsize=3024420 CPUtime=0.45 cores=1,3,5,7
/proc/8431/task/8434/stat : 8434 (java) S 8429 8431 30888 0 -1 4202560 182 0 0 0 36 9 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770667591848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8435] ppid=8429 vsize=3024420 CPUtime=0.5 cores=1,3,5,7
/proc/8431/task/8435/stat : 8435 (java) S 8429 8431 30888 0 -1 4202560 217 0 0 0 42 8 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770666539304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8436] ppid=8429 vsize=3024420 CPUtime=0.7 cores=1,3,5,7
/proc/8431/task/8436/stat : 8436 (java) S 8429 8431 30888 0 -1 4202560 479 0 0 0 56 14 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770665486760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8431/tid=8437] ppid=8429 vsize=3024420 CPUtime=0.53 cores=1,3,5,7
/proc/8431/task/8437/stat : 8437 (java) S 8429 8431 30888 0 -1 4202560 172 0 0 0 43 10 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770664434216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8431/tid=8438] ppid=8429 vsize=3024420 CPUtime=0.47 cores=1,3,5,7
/proc/8431/task/8438/stat : 8438 (java) S 8429 8431 30888 0 -1 4202560 152 0 0 0 40 7 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770663381672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8439] ppid=8429 vsize=3024420 CPUtime=0.41 cores=1,3,5,7
/proc/8431/task/8439/stat : 8439 (java) S 8429 8431 30888 0 -1 4202560 167 0 0 0 32 9 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770662329128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8431/tid=8440] ppid=8429 vsize=3024420 CPUtime=0.59 cores=1,3,5,7
/proc/8431/task/8440/stat : 8440 (java) S 8429 8431 30888 0 -1 4202560 187 0 0 0 48 11 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770661276584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8431/tid=8441] ppid=8429 vsize=3024420 CPUtime=0.66 cores=1,3,5,7
/proc/8431/task/8441/stat : 8441 (java) S 8429 8431 30888 0 -1 4202560 311 0 0 0 51 15 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770660224040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8442] ppid=8429 vsize=3024420 CPUtime=0.04 cores=1,3,5,7
/proc/8431/task/8442/stat : 8442 (java) S 8429 8431 30888 0 -1 4202560 13 0 0 0 1 3 0 0 20 0 19 0 339910830 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770530347112 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8431/tid=8443] ppid=8429 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8443/stat : 8443 (java) S 8429 8431 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339910830 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770529293432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8444] ppid=8429 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8444/stat : 8444 (java) S 8429 8431 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339910830 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770528240776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8445] ppid=8429 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8445/stat : 8445 (java) S 8429 8431 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339910833 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770527189520 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8446] ppid=8429 vsize=3024420 CPUtime=0.74 cores=1,3,5,7
/proc/8431/task/8446/stat : 8446 (java) S 8429 8431 30888 0 -1 4202560 5086 0 0 0 74 0 0 0 20 0 19 0 339910833 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770526136888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8447] ppid=8429 vsize=3024420 CPUtime=0.74 cores=1,3,5,7
/proc/8431/task/8447/stat : 8447 (java) S 8429 8431 30888 0 -1 4202560 5159 0 0 0 74 0 0 0 20 0 19 0 339910833 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770525084344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8448] ppid=8429 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8448/stat : 8448 (java) S 8429 8431 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339910833 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770524031992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8449] ppid=8429 vsize=3024420 CPUtime=1.04 cores=1,3,5,7
/proc/8431/task/8449/stat : 8449 (java) S 8429 8431 30888 0 -1 4202560 103 0 0 0 42 62 0 0 20 0 19 0 339910833 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770522979656 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8431/tid=8450] ppid=8429 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8450/stat : 8450 (java) S 8429 8431 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339911598 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770520777512 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 3024420

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

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

[startup+1793.9 s]
/proc/loadavg: 2.10 2.11 2.04 3/212 8547
/proc/meminfo: memFree=29459424/32873844 swapFree=8656/8656
[pid=8431] ppid=8429 vsize=3024420 CPUtime=1800.07 cores=1,3,5,7
/proc/8431/stat : 8431 (java) S 8429 8431 30888 0 -1 4202496 16656 0 1 0 179809 198 0 0 20 0 19 0 339910826 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 140733449152176 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8431/statm: 756105 255086 2290 9 0 746526 0
[pid=8431/tid=8433] ppid=8429 vsize=3024420 CPUtime=1787.94 cores=1,3,5,7
/proc/8431/task/8433/stat : 8433 (java) R 8429 8431 30888 0 -1 4202560 3246 0 1 0 178754 40 0 0 20 0 19 0 339910827 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770684165424 139770534490993 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8434] ppid=8429 vsize=3024420 CPUtime=0.45 cores=1,3,5,7
/proc/8431/task/8434/stat : 8434 (java) S 8429 8431 30888 0 -1 4202560 182 0 0 0 36 9 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770667591848 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8435] ppid=8429 vsize=3024420 CPUtime=0.5 cores=1,3,5,7
/proc/8431/task/8435/stat : 8435 (java) S 8429 8431 30888 0 -1 4202560 217 0 0 0 42 8 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770666539304 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8436] ppid=8429 vsize=3024420 CPUtime=0.7 cores=1,3,5,7
/proc/8431/task/8436/stat : 8436 (java) S 8429 8431 30888 0 -1 4202560 479 0 0 0 56 14 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770665486760 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8431/tid=8437] ppid=8429 vsize=3024420 CPUtime=0.53 cores=1,3,5,7
/proc/8431/task/8437/stat : 8437 (java) S 8429 8431 30888 0 -1 4202560 172 0 0 0 43 10 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770664434216 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8431/tid=8438] ppid=8429 vsize=3024420 CPUtime=0.47 cores=1,3,5,7
/proc/8431/task/8438/stat : 8438 (java) S 8429 8431 30888 0 -1 4202560 152 0 0 0 40 7 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770663381672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8439] ppid=8429 vsize=3024420 CPUtime=0.41 cores=1,3,5,7
/proc/8431/task/8439/stat : 8439 (java) S 8429 8431 30888 0 -1 4202560 167 0 0 0 32 9 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770662329128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8431/tid=8440] ppid=8429 vsize=3024420 CPUtime=0.59 cores=1,3,5,7
/proc/8431/task/8440/stat : 8440 (java) S 8429 8431 30888 0 -1 4202560 187 0 0 0 48 11 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770661276584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8431/tid=8441] ppid=8429 vsize=3024420 CPUtime=0.66 cores=1,3,5,7
/proc/8431/task/8441/stat : 8441 (java) S 8429 8431 30888 0 -1 4202560 311 0 0 0 51 15 0 0 20 0 19 0 339910829 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770660224040 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8442] ppid=8429 vsize=3024420 CPUtime=0.04 cores=1,3,5,7
/proc/8431/task/8442/stat : 8442 (java) S 8429 8431 30888 0 -1 4202560 13 0 0 0 1 3 0 0 20 0 19 0 339910830 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770530347112 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8431/tid=8443] ppid=8429 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8443/stat : 8443 (java) S 8429 8431 30888 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339910830 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770529293432 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8444] ppid=8429 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8444/stat : 8444 (java) S 8429 8431 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339910830 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770528240776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8445] ppid=8429 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8445/stat : 8445 (java) S 8429 8431 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339910833 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770527189520 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8446] ppid=8429 vsize=3024420 CPUtime=0.74 cores=1,3,5,7
/proc/8431/task/8446/stat : 8446 (java) S 8429 8431 30888 0 -1 4202560 5086 0 0 0 74 0 0 0 20 0 19 0 339910833 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770526136888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8431/tid=8447] ppid=8429 vsize=3024420 CPUtime=0.74 cores=1,3,5,7
/proc/8431/task/8447/stat : 8447 (java) S 8429 8431 30888 0 -1 4202560 5159 0 0 0 74 0 0 0 20 0 19 0 339910833 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770525084344 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8448] ppid=8429 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8448/stat : 8448 (java) S 8429 8431 30888 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339910833 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770524031992 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8431/tid=8449] ppid=8429 vsize=3024420 CPUtime=1.04 cores=1,3,5,7
/proc/8431/task/8449/stat : 8449 (java) S 8429 8431 30888 0 -1 4202560 103 0 0 0 42 62 0 0 20 0 19 0 339910833 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770522979656 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8431/tid=8450] ppid=8429 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/8431/task/8450/stat : 8450 (java) S 8429 8431 30888 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339911598 3097006080 255086 33554432000 1073741824 1073778376 140733449161040 139770520777512 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 3024420

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8431 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=69412
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=13693
# CPU time returned by wait4() is 1795.08
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.92
CPU time (s): 1800.07
CPU user time (s): 1798.09
CPU system time (s): 1.98
CPU usage (%): 100.343
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.07
system time used= 2.01369
maximum resident set size= 1020460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16686
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38294
involuntary context switches= 7280

runsolver used 6.17906 second user time and 17.2354 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-03 17:37:03
IDJOB=3740856
IDBENCH=89649
IDSOLVER=2319
FILE ID=node102/3740856-1338737822
RUNJOBID= node102-1338713280-30905
PBS_JOBID= 14636729
Free space on /tmp= 70824 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-137.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740856-1338737822/watcher-3740856-1338737822 -o /tmp/evaluation-result-3740856-1338737822/solver-3740856-1338737822 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3740856-1338737822.opb           

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

MD5SUM BENCH= 395b6779bc0f993a1d1357b59c2e4536
RANDOM SEED=1830389746

node102.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.178
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.35
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.178
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.90
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.178
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.178
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.178
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.178
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	: 5438.54
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.178
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.178
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29399096 kB
Buffers:          185964 kB
Cached:           957752 kB
SwapCached:         5520 kB
Active:          2072640 kB
Inactive:         608492 kB
Active(anon):    1534312 kB
Inactive(anon):     5604 kB
Active(file):     538328 kB
Inactive(file):   602888 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67097276 kB
Dirty:             53188 kB
Writeback:             0 kB
AnonPages:       1559956 kB
Mapped:            17352 kB
Shmem:                 0 kB
Slab:             629236 kB
SReclaimable:      70124 kB
SUnreclaim:       559112 kB
KernelStack:        1592 kB
PageTables:         7116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1828560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1507328 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= 71108 MiB
End job on node102 at 2012-06-03 18:06:59