Trace number 3729914

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 1796.23

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUMb656932a938990470d09f3771b5047c2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark904.992
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.01/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.01/0.08	c no version file found!!!
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version	1.6.0_24
0.01/0.08	c os.name	Linux
0.01/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch	amd64
0.01/0.08	c Free memory 1599470296
0.01/0.08	c Max memory 1607860224
0.01/0.08	c Total memory 1607860224
0.01/0.08	c Number of processors 8
0.10/0.11	--- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
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
0.10/0.11	c No reason simplification
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3729914-1338678835.opb
0.10/0.11	c reading problem ... 
1.96/1.32	c ... done. Wall clock time 1.216s.
1.96/1.32	c CPU time (experimental) 1.27s.
1.96/1.32	c #vars     1650
1.96/1.32	c #constraints  113714
1800.07/1796.22	c starts		: 22
1800.07/1796.22	c conflicts		: 1473659
1800.07/1796.22	c decisions		: 1781150
1800.07/1796.22	c propagations		: 163231583
1800.07/1796.22	c inspects		: 11698500457
1800.07/1796.22	c learnt literals	: 0
1800.07/1796.22	c learnt binary clauses	: 0
1800.07/1796.22	c learnt ternary clauses	: 0
1800.07/1796.22	c learnt clauses	: 1473659
1800.07/1796.22	c root simplifications	: 0
1800.07/1796.22	c removed literals (reason simplification)	: 0
1800.07/1796.22	c reason swapping (by a shorter reason)	: 0
1800.07/1796.22	c Calls to reduceDB	: 0
1800.07/1796.22	c speed (decisions/second)	: 992.3432761730086
1800.07/1796.22	c non guided choices	288
1800.07/1796.22	s UNKNOWN
1800.07/1796.22	c Total wall clock time (ms): 1796.113

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-3729914-1338678835/watcher-3729914-1338678835 -o /tmp/evaluation-result-3729914-1338678835/solver-3729914-1338678835 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3729914-1338678835.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.69 0.88 0.78 4/196 7570
/proc/meminfo: memFree=28437824/32873844 swapFree=7620/7620
[pid=7570] ppid=7568 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/7570/stat : 7570 (java) R 7568 7570 6422 0 -1 4202496 419 0 0 0 0 0 0 0 20 0 1 0 334008351 9515008 150 33554432000 1073741824 1073778376 140736908520576 140736908517704 215128008016 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/7570/statm: 2323 160 119 9 0 71 0

[startup+0.027323 s]
/proc/loadavg: 1.69 0.88 0.78 4/196 7570
/proc/meminfo: memFree=28437824/32873844 swapFree=7620/7620
[pid=7570] ppid=7568 vsize=2414972 CPUtime=0.01 cores=1,3,5,7
/proc/7570/stat : 7570 (java) S 7568 7570 6422 0 -1 4202496 3679 0 1 0 0 1 0 0 20 0 10 0 334008351 2472931328 4378 33554432000 1073741824 1073778376 140736908520576 140736908511712 215127982141 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7570/statm: 603743 4378 1536 9 0 594444 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2414972

[startup+0.100228 s]
/proc/loadavg: 1.69 0.88 0.78 4/196 7570
/proc/meminfo: memFree=28437824/32873844 swapFree=7620/7620
[pid=7570] ppid=7568 vsize=2957856 CPUtime=0.1 cores=1,3,5,7
/proc/7570/stat : 7570 (java) S 7568 7570 6422 0 -1 4202496 4858 0 1 0 8 2 0 0 20 0 18 0 334008351 3028844544 6559 33554432000 1073741824 1073778376 140736908520576 140736908511712 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7570/statm: 739464 6559 2098 9 0 729885 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2957856

[startup+0.300206 s]
/proc/loadavg: 1.69 0.88 0.78 4/196 7570
/proc/meminfo: memFree=28437824/32873844 swapFree=7620/7620
[pid=7570] ppid=7568 vsize=2958448 CPUtime=0.46 cores=1,3,5,7
/proc/7570/stat : 7570 (java) S 7568 7570 6422 0 -1 4202496 7661 0 1 0 44 2 0 0 20 0 18 0 334008351 3029450752 10693 33554432000 1073741824 1073778376 140736908520576 140736908511712 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7570/statm: 739612 10693 2237 9 0 730033 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2958448

[startup+0.700307 s]
/proc/loadavg: 1.69 0.88 0.78 4/196 7570
/proc/meminfo: memFree=28437824/32873844 swapFree=7620/7620
[pid=7570] ppid=7568 vsize=2957856 CPUtime=1.31 cores=1,3,5,7
/proc/7570/stat : 7570 (java) S 7568 7570 6422 0 -1 4202496 9372 0 1 0 125 6 0 0 20 0 18 0 334008351 3028844544 47871 33554432000 1073741824 1073778376 140736908520576 140736908511712 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7570/statm: 739464 47871 2251 9 0 729885 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 2957856

[startup+1.5008 s]
/proc/loadavg: 1.69 0.88 0.78 3/214 7588
/proc/meminfo: memFree=28088624/32873844 swapFree=7620/7620
[pid=7570] ppid=7568 vsize=3024420 CPUtime=2.35 cores=1,3,5,7
/proc/7570/stat : 7570 (java) S 7568 7570 6422 0 -1 4202496 9632 0 1 0 223 12 0 0 20 0 19 0 334008351 3097006080 113455 33554432000 1073741824 1073778376 140736908520576 140736908511712 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7570/statm: 756105 113455 2285 9 0 746526 0
[pid=7570/tid=7572] ppid=7568 vsize=3024420 CPUtime=1.44 cores=1,3,5,7
/proc/7570/task/7572/stat : 7572 (java) R 7568 7570 6422 0 -1 4202560 3258 0 1 0 135 9 0 0 20 0 19 0 334008352 3097006080 113455 33554432000 1073741824 1073778376 140736908520576 139884109304040 139883948317338 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7570/tid=7573] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 6422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113455 33554432000 1073741824 1073778376 140736908520576 139884092730152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7574] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 6422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113455 33554432000 1073741824 1073778376 140736908520576 139884091677352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7575] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 6422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113455 33554432000 1073741824 1073778376 140736908520576 139884090625064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7576] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7576/stat : 7576 (java) S 7568 7570 6422 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113455 33554432000 1073741824 1073778376 140736908520576 139884089572264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7570/tid=7577] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 6422 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113455 33554432000 1073741824 1073778376 140736908520576 139884088518952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7570/tid=7578] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 6422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113455 33554432000 1073741824 1073778376 140736908520576 139884087466152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7579] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7579/stat : 7579 (java) S 7568 7570 6422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113455 33554432000 1073741824 1073778376 140736908520576 139884086413864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7580] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7580/stat : 7580 (java) S 7568 7570 6422 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113455 33554432000 1073741824 1073778376 140736908520576 139884085361064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7581] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7581/stat : 7581 (java) S 7568 7570 6422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334008354 3097006080 113455 33554432000 1073741824 1073778376 140736908520576 139884072950504 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7582] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7582/stat : 7582 (java) S 7568 7570 6422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334008354 3097006080 113455 33554432000 1073741824 1073778376 140736908520576 139884071896568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7583] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7583/stat : 7583 (java) S 7568 7570 6422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334008354 3097006080 113455 33554432000 1073741824 1073778376 140736908520576 139884070844168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7584] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7584/stat : 7584 (java) S 7568 7570 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334008357 3097006080 113455 33554432000 1073741824 1073778376 140736908520576 139884069792656 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7585] ppid=7568 vsize=3024420 CPUtime=0.39 cores=1,3,5,7
/proc/7570/task/7585/stat : 7585 (java) S 7568 7570 6422 0 -1 4202560 2278 0 0 0 39 0 0 0 20 0 19 0 334008357 3097006080 113455 33554432000 1073741824 1073778376 140736908520576 139884068739256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7586] ppid=7568 vsize=3024420 CPUtime=0.4 cores=1,3,5,7
/proc/7570/task/7586/stat : 7586 (java) S 7568 7570 6422 0 -1 4202560 2868 0 0 0 40 0 0 0 20 0 19 0 334008357 3097006080 113455 33554432000 1073741824 1073778376 140736908520576 139884067686456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7587] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7587/stat : 7587 (java) S 7568 7570 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334008357 3097006080 113455 33554432000 1073741824 1073778376 140736908520576 139884066634360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7588] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7588/stat : 7588 (java) S 7568 7570 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334008357 3097006080 113455 33554432000 1073741824 1073778376 140736908520576 139883947485896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 3024420

[startup+3.10082 s]
/proc/loadavg: 1.69 0.88 0.78 4/215 7589
/proc/meminfo: memFree=27991624/32873844 swapFree=7620/7620
[pid=7570] ppid=7568 vsize=3024420 CPUtime=4.08 cores=1,3,5,7
/proc/7570/stat : 7570 (java) S 7568 7570 6422 0 -1 4202496 9742 0 1 0 396 12 0 0 20 0 19 0 334008351 3097006080 113496 33554432000 1073741824 1073778376 140736908520576 140736908511712 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7570/statm: 756105 113496 2288 9 0 746526 0
[pid=7570/tid=7572] ppid=7568 vsize=3024420 CPUtime=3.04 cores=1,3,5,7
/proc/7570/task/7572/stat : 7572 (java) R 7568 7570 6422 0 -1 4202560 3259 0 1 0 295 9 0 0 20 0 19 0 334008352 3097006080 113496 33554432000 1073741824 1073778376 140736908520576 139884109303240 139883948221521 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7570/tid=7573] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 6422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113496 33554432000 1073741824 1073778376 140736908520576 139884092730152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7574] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 6422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113496 33554432000 1073741824 1073778376 140736908520576 139884091677352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7575] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 6422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113496 33554432000 1073741824 1073778376 140736908520576 139884090625064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7576] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7576/stat : 7576 (java) S 7568 7570 6422 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113496 33554432000 1073741824 1073778376 140736908520576 139884089572264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7570/tid=7577] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 6422 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113496 33554432000 1073741824 1073778376 140736908520576 139884088518952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7570/tid=7578] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 6422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113496 33554432000 1073741824 1073778376 140736908520576 139884087466152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7579] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7579/stat : 7579 (java) S 7568 7570 6422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113496 33554432000 1073741824 1073778376 140736908520576 139884086413864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7580] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7580/stat : 7580 (java) S 7568 7570 6422 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113496 33554432000 1073741824 1073778376 140736908520576 139884085361064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7581] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7581/stat : 7581 (java) S 7568 7570 6422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 334008354 3097006080 113496 33554432000 1073741824 1073778376 140736908520576 139884072950504 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7582] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7582/stat : 7582 (java) S 7568 7570 6422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334008354 3097006080 113496 33554432000 1073741824 1073778376 140736908520576 139884071896568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7583] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7583/stat : 7583 (java) S 7568 7570 6422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334008354 3097006080 113496 33554432000 1073741824 1073778376 140736908520576 139884070844168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7584] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7584/stat : 7584 (java) S 7568 7570 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334008357 3097006080 113496 33554432000 1073741824 1073778376 140736908520576 139884069792656 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7585] ppid=7568 vsize=3024420 CPUtime=0.4 cores=1,3,5,7
/proc/7570/task/7585/stat : 7585 (java) S 7568 7570 6422 0 -1 4202560 2278 0 0 0 40 0 0 0 20 0 19 0 334008357 3097006080 113496 33554432000 1073741824 1073778376 140736908520576 139884068739256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7586] ppid=7568 vsize=3024420 CPUtime=0.51 cores=1,3,5,7
/proc/7570/task/7586/stat : 7586 (java) S 7568 7570 6422 0 -1 4202560 2976 0 0 0 51 0 0 0 20 0 19 0 334008357 3097006080 113496 33554432000 1073741824 1073778376 140736908520576 139884067686456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7587] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7587/stat : 7587 (java) S 7568 7570 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334008357 3097006080 113496 33554432000 1073741824 1073778376 140736908520576 139884066634360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7588] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7588/stat : 7588 (java) S 7568 7570 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334008357 3097006080 113496 33554432000 1073741824 1073778376 140736908520576 139883947485896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7589] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7589/stat : 7589 (java) S 7568 7570 6422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334008484 3097006080 113496 33554432000 1073741824 1073778376 140736908520576 139883945354664 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 3024420

[startup+6.30078 s]
/proc/loadavg: 1.71 0.90 0.79 3/215 7589
/proc/meminfo: memFree=27991640/32873844 swapFree=7620/7620
[pid=7570] ppid=7568 vsize=3024420 CPUtime=7.28 cores=1,3,5,7
/proc/7570/stat : 7570 (java) S 7568 7570 6422 0 -1 4202496 9744 0 1 0 716 12 0 0 20 0 19 0 334008351 3097006080 113346 33554432000 1073741824 1073778376 140736908520576 140736908511712 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7570/statm: 756105 113346 2288 9 0 746526 0
[pid=7570/tid=7572] ppid=7568 vsize=3024420 CPUtime=6.23 cores=1,3,5,7
/proc/7570/task/7572/stat : 7572 (java) R 7568 7570 6422 0 -1 4202560 3261 0 1 0 614 9 0 0 20 0 19 0 334008352 3097006080 113346 33554432000 1073741824 1073778376 140736908520576 139884109304272 139883948221391 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7570/tid=7573] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 6422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113346 33554432000 1073741824 1073778376 140736908520576 139884092730152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7574] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 6422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113346 33554432000 1073741824 1073778376 140736908520576 139884091677352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7575] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 6422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113346 33554432000 1073741824 1073778376 140736908520576 139884090625064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7576] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7576/stat : 7576 (java) S 7568 7570 6422 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113346 33554432000 1073741824 1073778376 140736908520576 139884089572264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7570/tid=7577] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 6422 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113346 33554432000 1073741824 1073778376 140736908520576 139884088518952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7570/tid=7578] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 6422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113346 33554432000 1073741824 1073778376 140736908520576 139884087466152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7579] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7579/stat : 7579 (java) S 7568 7570 6422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113346 33554432000 1073741824 1073778376 140736908520576 139884086413864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7580] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7580/stat : 7580 (java) S 7568 7570 6422 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 334008353 3097006080 113346 33554432000 1073741824 1073778376 140736908520576 139884085361064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7581] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7581/stat : 7581 (java) S 7568 7570 6422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 334008354 3097006080 113346 33554432000 1073741824 1073778376 140736908520576 139884072950504 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7582] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7582/stat : 7582 (java) S 7568 7570 6422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334008354 3097006080 113346 33554432000 1073741824 1073778376 140736908520576 139884071896568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7583] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7583/stat : 7583 (java) S 7568 7570 6422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334008354 3097006080 113346 33554432000 1073741824 1073778376 140736908520576 139884070844168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7584] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7584/stat : 7584 (java) S 7568 7570 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334008357 3097006080 113346 33554432000 1073741824 1073778376 140736908520576 139884069792656 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7585] ppid=7568 vsize=3024420 CPUtime=0.4 cores=1,3,5,7
/proc/7570/task/7585/stat : 7585 (java) S 7568 7570 6422 0 -1 4202560 2278 0 0 0 40 0 0 0 20 0 19 0 334008357 3097006080 113346 33554432000 1073741824 1073778376 140736908520576 139884068739256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7586] ppid=7568 vsize=3024420 CPUtime=0.52 cores=1,3,5,7
/proc/7570/task/7586/stat : 7586 (java) S 7568 7570 6422 0 -1 4202560 2976 0 0 0 52 0 0 0 20 0 19 0 334008357 3097006080 113346 33554432000 1073741824 1073778376 140736908520576 139884067686456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7587] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7587/stat : 7587 (java) S 7568 7570 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334008357 3097006080 113346 33554432000 1073741824 1073778376 140736908520576 139884066634360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7588] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7588/stat : 7588 (java) S 7568 7570 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334008357 3097006080 113346 33554432000 1073741824 1073778376 140736908520576 139883947485896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7589] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7589/stat : 7589 (java) S 7568 7570 6422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334008484 3097006080 113346 33554432000 1073741824 1073778376 140736908520576 139883945354664 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 3024420

[startup+12.7008 s]
/proc/loadavg: 1.74 0.92 0.79 3/215 7589
/proc/meminfo: memFree=27948292/32873844 swapFree=7620/7620

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

[pid=7570/tid=7585] ppid=7568 vsize=3024420 CPUtime=0.4 cores=1,3,5,7
/proc/7570/task/7585/stat : 7585 (java) S 7568 7570 6422 0 -1 4202560 2278 0 0 0 40 0 0 0 20 0 19 0 334008357 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884068739256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7586] ppid=7568 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/7570/task/7586/stat : 7586 (java) S 7568 7570 6422 0 -1 4202560 2977 0 0 0 56 0 0 0 20 0 19 0 334008357 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884067686456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7587] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7587/stat : 7587 (java) S 7568 7570 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334008357 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884066634360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7588] ppid=7568 vsize=3024420 CPUtime=1 cores=1,3,5,7
/proc/7570/task/7588/stat : 7588 (java) S 7568 7570 6422 0 -1 4202560 97 0 0 0 63 37 0 0 20 0 19 0 334008357 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139883947485896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7589] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7589/stat : 7589 (java) S 7568 7570 6422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334008484 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139883945354664 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1666.12
Current children cumulated vsize (KiB) 3024420

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/215 7663
/proc/meminfo: memFree=27338232/32873844 swapFree=7620/7620
[pid=7570] ppid=7568 vsize=3024420 CPUtime=1726.14 cores=1,3,5,7
/proc/7570/stat : 7570 (java) S 7568 7570 6422 0 -1 4202496 11734 0 1 0 172434 180 0 0 20 0 19 0 334008351 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 140736908511712 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7570/statm: 756105 418093 2296 9 0 746526 0
[pid=7570/tid=7572] ppid=7568 vsize=3024420 CPUtime=1715.5 cores=1,3,5,7
/proc/7570/task/7572/stat : 7572 (java) R 7568 7570 6422 0 -1 4202560 3264 0 1 0 171515 35 0 0 20 0 19 0 334008352 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884109303056 139883948317338 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7570/tid=7573] ppid=7568 vsize=3024420 CPUtime=0.44 cores=1,3,5,7
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 6422 0 -1 4202560 274 0 0 0 24 20 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884092730152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7574] ppid=7568 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 6422 0 -1 4202560 205 0 0 0 20 16 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884091677352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7575] ppid=7568 vsize=3024420 CPUtime=0.33 cores=1,3,5,7
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 6422 0 -1 4202560 211 0 0 0 18 15 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884090625064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7576] ppid=7568 vsize=3024420 CPUtime=0.28 cores=1,3,5,7
/proc/7570/task/7576/stat : 7576 (java) S 7568 7570 6422 0 -1 4202560 182 0 0 0 15 13 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884089572264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7577] ppid=7568 vsize=3024420 CPUtime=0.34 cores=1,3,5,7
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 6422 0 -1 4202560 215 0 0 0 18 16 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884088518952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7578] ppid=7568 vsize=3024420 CPUtime=0.32 cores=1,3,5,7
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 6422 0 -1 4202560 215 0 0 0 17 15 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884087466152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7579] ppid=7568 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/7570/task/7579/stat : 7579 (java) S 7568 7570 6422 0 -1 4202560 233 0 0 0 20 17 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884086413864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7570/tid=7580] ppid=7568 vsize=3024420 CPUtime=0.24 cores=1,3,5,7
/proc/7570/task/7580/stat : 7580 (java) S 7568 7570 6422 0 -1 4202560 161 0 0 0 12 12 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884085361064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7581] ppid=7568 vsize=3024420 CPUtime=1.69 cores=1,3,5,7
/proc/7570/task/7581/stat : 7581 (java) S 7568 7570 6422 0 -1 4202560 239 0 0 0 159 10 0 0 20 0 19 0 334008354 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884072950504 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7582] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7582/stat : 7582 (java) S 7568 7570 6422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334008354 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884071896568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7583] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7583/stat : 7583 (java) S 7568 7570 6422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334008354 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884070844168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7584] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7584/stat : 7584 (java) S 7568 7570 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334008357 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884069792656 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7585] ppid=7568 vsize=3024420 CPUtime=0.4 cores=1,3,5,7
/proc/7570/task/7585/stat : 7585 (java) S 7568 7570 6422 0 -1 4202560 2278 0 0 0 40 0 0 0 20 0 19 0 334008357 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884068739256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7586] ppid=7568 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/7570/task/7586/stat : 7586 (java) S 7568 7570 6422 0 -1 4202560 2977 0 0 0 56 0 0 0 20 0 19 0 334008357 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884067686456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7587] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7587/stat : 7587 (java) S 7568 7570 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334008357 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884066634360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7588] ppid=7568 vsize=3024420 CPUtime=1.04 cores=1,3,5,7
/proc/7570/task/7588/stat : 7588 (java) S 7568 7570 6422 0 -1 4202560 99 0 0 0 66 38 0 0 20 0 19 0 334008357 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139883947485896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7589] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7589/stat : 7589 (java) S 7568 7570 6422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334008484 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139883945354664 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.14
Current children cumulated vsize (KiB) 3024420

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/215 7663
/proc/meminfo: memFree=27303292/32873844 swapFree=7620/7620
[pid=7570] ppid=7568 vsize=3024420 CPUtime=1786.15 cores=1,3,5,7
/proc/7570/stat : 7570 (java) S 7568 7570 6422 0 -1 4202496 11738 0 1 0 178434 181 0 0 20 0 19 0 334008351 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 140736908511712 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7570/statm: 756105 418093 2296 9 0 746526 0
[pid=7570/tid=7572] ppid=7568 vsize=3024420 CPUtime=1775.35 cores=1,3,5,7
/proc/7570/task/7572/stat : 7572 (java) R 7568 7570 6422 0 -1 4202560 3264 0 1 0 177500 35 0 0 20 0 19 0 334008352 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884109303056 139883948221429 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7570/tid=7573] ppid=7568 vsize=3024420 CPUtime=0.44 cores=1,3,5,7
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 6422 0 -1 4202560 274 0 0 0 24 20 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884092730152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7574] ppid=7568 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 6422 0 -1 4202560 205 0 0 0 20 16 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884091677352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7575] ppid=7568 vsize=3024420 CPUtime=0.33 cores=1,3,5,7
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 6422 0 -1 4202560 211 0 0 0 18 15 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884090625064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7576] ppid=7568 vsize=3024420 CPUtime=0.28 cores=1,3,5,7
/proc/7570/task/7576/stat : 7576 (java) S 7568 7570 6422 0 -1 4202560 182 0 0 0 15 13 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884089572264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7577] ppid=7568 vsize=3024420 CPUtime=0.34 cores=1,3,5,7
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 6422 0 -1 4202560 215 0 0 0 18 16 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884088518952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7578] ppid=7568 vsize=3024420 CPUtime=0.32 cores=1,3,5,7
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 6422 0 -1 4202560 215 0 0 0 17 15 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884087466152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7579] ppid=7568 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/7570/task/7579/stat : 7579 (java) S 7568 7570 6422 0 -1 4202560 233 0 0 0 20 17 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884086413864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7570/tid=7580] ppid=7568 vsize=3024420 CPUtime=0.24 cores=1,3,5,7
/proc/7570/task/7580/stat : 7580 (java) S 7568 7570 6422 0 -1 4202560 161 0 0 0 12 12 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884085361064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7581] ppid=7568 vsize=3024420 CPUtime=1.69 cores=1,3,5,7
/proc/7570/task/7581/stat : 7581 (java) S 7568 7570 6422 0 -1 4202560 239 0 0 0 159 10 0 0 20 0 19 0 334008354 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884072950504 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7582] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7582/stat : 7582 (java) S 7568 7570 6422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334008354 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884071896568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7583] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7583/stat : 7583 (java) S 7568 7570 6422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334008354 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884070844168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7584] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7584/stat : 7584 (java) S 7568 7570 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334008357 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884069792656 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7585] ppid=7568 vsize=3024420 CPUtime=0.4 cores=1,3,5,7
/proc/7570/task/7585/stat : 7585 (java) S 7568 7570 6422 0 -1 4202560 2278 0 0 0 40 0 0 0 20 0 19 0 334008357 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884068739256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7586] ppid=7568 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/7570/task/7586/stat : 7586 (java) S 7568 7570 6422 0 -1 4202560 2977 0 0 0 56 0 0 0 20 0 19 0 334008357 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884067686456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7587] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7587/stat : 7587 (java) S 7568 7570 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334008357 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884066634360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7588] ppid=7568 vsize=3024420 CPUtime=1.08 cores=1,3,5,7
/proc/7570/task/7588/stat : 7588 (java) S 7568 7570 6422 0 -1 4202560 103 0 0 0 68 40 0 0 20 0 19 0 334008357 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139883947485896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7589] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7589/stat : 7589 (java) S 7568 7570 6422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334008484 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139883945354664 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.15
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.00 2.00 1.80 3/215 7663
/proc/meminfo: memFree=27295348/32873844 swapFree=7620/7620
[pid=7570] ppid=7568 vsize=3024420 CPUtime=1800.07 cores=1,3,5,7
/proc/7570/stat : 7570 (java) S 7568 7570 6422 0 -1 4202496 11738 0 1 0 179826 181 0 0 20 0 19 0 334008351 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 140736908511712 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7570/statm: 756105 418093 2296 9 0 746526 0
[pid=7570/tid=7572] ppid=7568 vsize=3024420 CPUtime=1789.23 cores=1,3,5,7
/proc/7570/task/7572/stat : 7572 (java) R 7568 7570 6422 0 -1 4202560 3264 0 1 0 178887 36 0 0 20 0 19 0 334008352 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884109303056 139883948221491 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7570/tid=7573] ppid=7568 vsize=3024420 CPUtime=0.44 cores=1,3,5,7
/proc/7570/task/7573/stat : 7573 (java) S 7568 7570 6422 0 -1 4202560 274 0 0 0 24 20 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884092730152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7574] ppid=7568 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/7570/task/7574/stat : 7574 (java) S 7568 7570 6422 0 -1 4202560 205 0 0 0 20 16 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884091677352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7575] ppid=7568 vsize=3024420 CPUtime=0.33 cores=1,3,5,7
/proc/7570/task/7575/stat : 7575 (java) S 7568 7570 6422 0 -1 4202560 211 0 0 0 18 15 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884090625064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7576] ppid=7568 vsize=3024420 CPUtime=0.28 cores=1,3,5,7
/proc/7570/task/7576/stat : 7576 (java) S 7568 7570 6422 0 -1 4202560 182 0 0 0 15 13 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884089572264 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7577] ppid=7568 vsize=3024420 CPUtime=0.34 cores=1,3,5,7
/proc/7570/task/7577/stat : 7577 (java) S 7568 7570 6422 0 -1 4202560 215 0 0 0 18 16 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884088518952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7578] ppid=7568 vsize=3024420 CPUtime=0.32 cores=1,3,5,7
/proc/7570/task/7578/stat : 7578 (java) S 7568 7570 6422 0 -1 4202560 215 0 0 0 17 15 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884087466152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7579] ppid=7568 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/7570/task/7579/stat : 7579 (java) S 7568 7570 6422 0 -1 4202560 233 0 0 0 20 17 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884086413864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7570/tid=7580] ppid=7568 vsize=3024420 CPUtime=0.24 cores=1,3,5,7
/proc/7570/task/7580/stat : 7580 (java) S 7568 7570 6422 0 -1 4202560 161 0 0 0 12 12 0 0 20 0 19 0 334008353 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884085361064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7581] ppid=7568 vsize=3024420 CPUtime=1.69 cores=1,3,5,7
/proc/7570/task/7581/stat : 7581 (java) S 7568 7570 6422 0 -1 4202560 239 0 0 0 159 10 0 0 20 0 19 0 334008354 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884072950504 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7582] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7582/stat : 7582 (java) S 7568 7570 6422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334008354 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884071896568 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7583] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7583/stat : 7583 (java) S 7568 7570 6422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334008354 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884070844168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7584] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7584/stat : 7584 (java) S 7568 7570 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334008357 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884069792656 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7585] ppid=7568 vsize=3024420 CPUtime=0.4 cores=1,3,5,7
/proc/7570/task/7585/stat : 7585 (java) S 7568 7570 6422 0 -1 4202560 2278 0 0 0 40 0 0 0 20 0 19 0 334008357 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884068739256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7570/tid=7586] ppid=7568 vsize=3024420 CPUtime=0.56 cores=1,3,5,7
/proc/7570/task/7586/stat : 7586 (java) S 7568 7570 6422 0 -1 4202560 2977 0 0 0 56 0 0 0 20 0 19 0 334008357 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884067686456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7587] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7587/stat : 7587 (java) S 7568 7570 6422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334008357 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139884066634360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7570/tid=7588] ppid=7568 vsize=3024420 CPUtime=1.08 cores=1,3,5,7
/proc/7570/task/7588/stat : 7588 (java) S 7568 7570 6422 0 -1 4202560 103 0 0 0 68 40 0 0 20 0 19 0 334008357 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139883947485896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7570/tid=7589] ppid=7568 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7589/stat : 7589 (java) S 7568 7570 6422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334008484 3097006080 418093 33554432000 1073741824 1073778376 140736908520576 139883945354664 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7570 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=668320
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=245658
# CPU time returned by wait4() is 1795.91
# 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): 1796.23
CPU time (s): 1800.07
CPU user time (s): 1798.26
CPU system time (s): 1.81
CPU usage (%): 100.214
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.67
system time used= 2.24566
maximum resident set size= 1672488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11768
page faults= 1
swaps= 0
block input operations= 8
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38025
involuntary context switches= 2544

runsolver used 6.34004 second user time and 17.4234 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-03 01:13:56
IDJOB=3729914
IDBENCH=1370
IDSOLVER=2319
FILE ID=node135/3729914-1338678835
RUNJOBID= node135-1338678628-6442
PBS_JOBID= 14636678
Free space on /tmp= 70972 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k3_l5_n550.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729914-1338678835/watcher-3729914-1338678835 -o /tmp/evaluation-result-3729914-1338678835/solver-3729914-1338678835 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3729914-1338678835.opb           

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

MD5SUM BENCH= b656932a938990470d09f3771b5047c2
RANDOM SEED=887772830

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28438228 kB
Buffers:          345984 kB
Cached:          2477348 kB
SwapCached:         1672 kB
Active:          1886404 kB
Inactive:        1692120 kB
Active(anon):     745692 kB
Inactive(anon):    12048 kB
Active(file):    1140712 kB
Inactive(file):  1680072 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:              9160 kB
Writeback:             0 kB
AnonPages:        775828 kB
Mapped:            18608 kB
Shmem:               132 kB
Slab:             700412 kB
SReclaimable:     141636 kB
SUnreclaim:       558776 kB
KernelStack:        1608 kB
PageTables:         5420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1825268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    737280 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= 70968 MiB
End job on node135 at 2012-06-03 01:43:54