Trace number 3744098

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.06 1736.83

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_5_mh_ic.opb
MD5SUM14d236c4d30788af1b7d25ef928578c5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4811337
Best CPU time to get the best result obtained on this benchmark1800.56
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 149721291
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 61017523054
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 149721291
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 61017523054
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.05/0.09	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.05/0.09	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.05/0.09	c no version file found!!!
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version	1.6.0_24
0.05/0.09	c os.name	Linux
0.05/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch	amd64
0.05/0.09	c Free memory 1599470296
0.05/0.09	c Max memory 1607860224
0.05/0.09	c Total memory 1607860224
0.05/0.09	c Number of processors 8
0.07/0.11	--- Begin Solver configuration ---
0.07/0.11	c Stops conflict analysis at the first Unique Implication Point
0.07/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.07/0.11	c Learn all clauses as in MiniSAT
0.07/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.11	c No reason simplification
0.07/0.11	c --- End Solver configuration ---
0.07/0.11	c solving HOME/instance-3744098-1338793447.opb
0.07/0.11	c reading problem ... 
10.00/6.31	c ... done. Wall clock time 6.196s.
10.00/6.31	c CPU time (experimental) 5.32s.
10.00/6.31	c #vars     370300
10.00/6.31	c #constraints  855308
1800.06/1736.81	c starts		: 14
1800.06/1736.81	c conflicts		: 48829
1800.06/1736.81	c decisions		: 330778
1800.06/1736.81	c propagations		: 64630361
1800.06/1736.81	c inspects		: 2534994203
1800.06/1736.81	c learnt literals	: 0
1800.06/1736.81	c learnt binary clauses	: 8
1800.06/1736.81	c learnt ternary clauses	: 2
1800.06/1736.81	c learnt clauses	: 48829
1800.06/1736.81	c root simplifications	: 0
1800.06/1736.81	c removed literals (reason simplification)	: 0
1800.06/1736.81	c reason swapping (by a shorter reason)	: 0
1800.06/1736.81	c Calls to reduceDB	: 0
1800.06/1736.81	c speed (decisions/second)	: 191.16778458326928
1800.06/1736.81	c non guided choices	0
1800.06/1736.81	s UNKNOWN
1800.06/1736.81	c Total wall clock time (ms): 1736.699

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-3744098-1338793447/watcher-3744098-1338793447 -o /tmp/evaluation-result-3744098-1338793447/solver-3744098-1338793447 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744098-1338793447.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.02 2.10 2.08 3/194 17191
/proc/meminfo: memFree=25249812/32873844 swapFree=7628/7628
[pid=17191] ppid=17189 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/17191/stat : 17191 (java) D 17189 17191 14240 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 345469201 9515008 175 33554432000 1073741824 1073778376 140736103262400 140736103245128 254750311312 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/17191/statm: 2323 175 133 9 0 71 0

[startup+0.075591 s]
/proc/loadavg: 2.02 2.10 2.08 3/194 17191
/proc/meminfo: memFree=25249812/32873844 swapFree=7628/7628
[pid=17191] ppid=17189 vsize=2956804 CPUtime=0.05 cores=1,3,5,7
/proc/17191/stat : 17191 (java) S 17189 17191 14240 0 -1 4202496 4062 0 1 0 4 1 0 0 20 0 18 0 345469201 3027767296 5781 33554432000 1073741824 1073778376 140737091327872 140737091319008 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17191/statm: 739201 5781 1767 9 0 729885 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2956804

[startup+0.100304 s]
/proc/loadavg: 2.02 2.10 2.08 3/194 17191
/proc/meminfo: memFree=25249812/32873844 swapFree=7628/7628
[pid=17191] ppid=17189 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/17191/stat : 17191 (java) S 17189 17191 14240 0 -1 4202496 4154 0 1 0 6 1 0 0 20 0 18 0 345469201 3028844544 5872 33554432000 1073741824 1073778376 140737091327872 140737091319008 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17191/statm: 739464 5872 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2957856

[startup+0.300307 s]
/proc/loadavg: 2.02 2.10 2.08 3/194 17191
/proc/meminfo: memFree=25249812/32873844 swapFree=7628/7628
[pid=17191] ppid=17189 vsize=2957856 CPUtime=0.43 cores=1,3,5,7
/proc/17191/stat : 17191 (java) S 17189 17191 14240 0 -1 4202496 5991 0 1 0 41 2 0 0 20 0 18 0 345469201 3028844544 16839 33554432000 1073741824 1073778376 140737091327872 140737091319008 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17191/statm: 739464 16839 2233 9 0 729885 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 2957856

[startup+0.700323 s]
/proc/loadavg: 2.02 2.10 2.08 3/194 17191
/proc/meminfo: memFree=25249812/32873844 swapFree=7628/7628
[pid=17191] ppid=17189 vsize=2957856 CPUtime=0.99 cores=1,3,5,7
/proc/17191/stat : 17191 (java) S 17189 17191 14240 0 -1 4202496 6591 0 1 0 94 5 0 0 20 0 18 0 345469201 3028844544 55484 33554432000 1073741824 1073778376 140737091327872 140737091319008 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17191/statm: 739464 55484 2243 9 0 729885 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 2957856

[startup+1.50078 s]
/proc/loadavg: 2.02 2.10 2.08 3/212 17209
/proc/meminfo: memFree=24935996/32873844 swapFree=7628/7628
[pid=17191] ppid=17189 vsize=2957856 CPUtime=2.47 cores=1,3,5,7
/proc/17191/stat : 17191 (java) S 17189 17191 14240 0 -1 4202496 10659 0 1 0 226 21 0 0 20 0 18 0 345469201 3028844544 129893 33554432000 1073741824 1073778376 140737091327872 140737091319008 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17191/statm: 739464 129893 2274 9 0 729885 0
[pid=17191/tid=17193] ppid=17189 vsize=2957856 CPUtime=1.36 cores=1,3,5,7
/proc/17191/task/17193/stat : 17193 (java) R 17189 17191 14240 0 -1 4202560 3241 0 1 0 127 9 0 0 20 0 18 0 345469202 3028844544 129893 33554432000 1073741824 1073778376 140737091327872 140362024546464 140361897391793 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17194] ppid=17189 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/17191/task/17194/stat : 17194 (java) S 17189 17191 14240 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 18 0 345469203 3028844544 129893 33554432000 1073741824 1073778376 140737091327872 140361890392232 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17195] ppid=17189 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/17191/task/17195/stat : 17195 (java) S 17189 17191 14240 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 18 0 345469203 3028844544 129893 33554432000 1073741824 1073778376 140737091327872 140361889339688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17191/tid=17196] ppid=17189 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/17191/task/17196/stat : 17196 (java) S 17189 17191 14240 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 345469203 3028844544 129893 33554432000 1073741824 1073778376 140737091327872 140361888287144 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17197] ppid=17189 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/17191/task/17197/stat : 17197 (java) S 17189 17191 14240 0 -1 4202560 33 0 0 0 2 2 0 0 20 0 18 0 345469203 3028844544 129893 33554432000 1073741824 1073778376 140737091327872 140361887234600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17198] ppid=17189 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/17191/task/17198/stat : 17198 (java) S 17189 17191 14240 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 345469203 3028844544 129893 33554432000 1073741824 1073778376 140737091327872 140361886182056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17199] ppid=17189 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/17191/task/17199/stat : 17199 (java) S 17189 17191 14240 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 18 0 345469204 3028844544 129893 33554432000 1073741824 1073778376 140737091327872 140361885129512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17200] ppid=17189 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/17191/task/17200/stat : 17200 (java) S 17189 17191 14240 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 18 0 345469204 3028844544 129893 33554432000 1073741824 1073778376 140737091327872 140361884076968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17201] ppid=17189 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/17191/task/17201/stat : 17201 (java) S 17189 17191 14240 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 18 0 345469204 3028844544 129893 33554432000 1073741824 1073778376 140737091327872 140361883024424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17202] ppid=17189 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17202/stat : 17202 (java) S 17189 17191 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345469205 3028844544 129893 33554432000 1073741824 1073778376 140737091327872 140361400801384 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17203] ppid=17189 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17203/stat : 17203 (java) S 17189 17191 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345469205 3028844544 129893 33554432000 1073741824 1073778376 140737091327872 140361399747704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17204] ppid=17189 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17204/stat : 17204 (java) S 17189 17191 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345469205 3028844544 129893 33554432000 1073741824 1073778376 140737091327872 140361398695048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17205] ppid=17189 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17205/stat : 17205 (java) S 17189 17191 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345469208 3028844544 129893 33554432000 1073741824 1073778376 140737091327872 140361397643792 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17206] ppid=17189 vsize=2957856 CPUtime=0.36 cores=1,3,5,7
/proc/17191/task/17206/stat : 17206 (java) S 17189 17191 14240 0 -1 4202560 3025 0 0 0 36 0 0 0 20 0 18 0 345469208 3028844544 129893 33554432000 1073741824 1073778376 140737091327872 140361396591160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17207] ppid=17189 vsize=2957856 CPUtime=0.33 cores=1,3,5,7
/proc/17191/task/17207/stat : 17207 (java) S 17189 17191 14240 0 -1 4202560 3020 0 0 0 33 0 0 0 20 0 18 0 345469208 3028844544 129893 33554432000 1073741824 1073778376 140737091327872 140361395538616 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17208] ppid=17189 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17208/stat : 17208 (java) S 17189 17191 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345469208 3028844544 129893 33554432000 1073741824 1073778376 140737091327872 140361394486264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17209] ppid=17189 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17209/stat : 17209 (java) S 17189 17191 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345469208 3028844544 129893 33554432000 1073741824 1073778376 140737091327872 140361393433928 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 2957856

[startup+3.10072 s]
/proc/loadavg: 2.02 2.10 2.08 7/212 17209
/proc/meminfo: memFree=24719344/32873844 swapFree=7628/7628
[pid=17191] ppid=17189 vsize=2957856 CPUtime=4.85 cores=1,3,5,7
/proc/17191/stat : 17191 (java) S 17189 17191 14240 0 -1 4202496 14269 0 1 0 450 35 0 0 20 0 18 0 345469201 3028844544 153345 33554432000 1073741824 1073778376 140737091327872 140737091319008 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17191/statm: 739464 153345 2284 9 0 729885 0
[pid=17191/tid=17193] ppid=17189 vsize=2957856 CPUtime=2.78 cores=1,3,5,7
/proc/17191/task/17193/stat : 17193 (java) S 17189 17191 14240 0 -1 4202560 3243 0 1 0 269 9 0 0 20 0 18 0 345469202 3028844544 153345 33554432000 1073741824 1073778376 140737091327872 140362024553912 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17194] ppid=17189 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/17191/task/17194/stat : 17194 (java) R 17189 17191 14240 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 18 0 345469203 3028844544 153345 33554432000 1073741824 1073778376 140737091327872 140361890392408 140362031450467 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17195] ppid=17189 vsize=2957856 CPUtime=0.16 cores=1,3,5,7
/proc/17191/task/17195/stat : 17195 (java) R 17189 17191 14240 0 -1 4202560 80 0 0 0 11 5 0 0 20 0 18 0 345469203 3028844544 153345 33554432000 1073741824 1073778376 140737091327872 140361889339864 140362028311692 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17191/tid=17196] ppid=17189 vsize=2957856 CPUtime=0.11 cores=1,3,5,7
/proc/17191/task/17196/stat : 17196 (java) R 17189 17191 14240 0 -1 4202560 41 0 0 0 9 2 0 0 20 0 18 0 345469203 3028844544 153345 33554432000 1073741824 1073778376 140737091327872 140361888287144 140362028730543 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17197] ppid=17189 vsize=2957856 CPUtime=0.13 cores=1,3,5,7
/proc/17191/task/17197/stat : 17197 (java) R 17189 17191 14240 0 -1 4202560 67 0 0 0 9 4 0 0 20 0 18 0 345469203 3028844544 153345 33554432000 1073741824 1073778376 140737091327872 140361887234480 140362028730543 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17191/tid=17198] ppid=17189 vsize=2957856 CPUtime=0.1 cores=1,3,5,7
/proc/17191/task/17198/stat : 17198 (java) R 17189 17191 14240 0 -1 4202560 37 0 0 0 8 2 0 0 20 0 18 0 345469203 3028844544 153345 33554432000 1073741824 1073778376 140737091327872 140361886182056 140362031453266 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17199] ppid=17189 vsize=2957856 CPUtime=0.12 cores=1,3,5,7
/proc/17191/task/17199/stat : 17199 (java) R 17189 17191 14240 0 -1 4202560 59 0 0 0 8 4 0 0 20 0 18 0 345469204 3028844544 153345 33554432000 1073741824 1073778376 140737091327872 140361885129688 140362027833201 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17200] ppid=17189 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/17191/task/17200/stat : 17200 (java) R 17189 17191 14240 0 -1 4202560 49 0 0 0 7 2 0 0 20 0 18 0 345469204 3028844544 153345 33554432000 1073741824 1073778376 140737091327872 140361884077144 140362028730543 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17201] ppid=17189 vsize=2957856 CPUtime=0.14 cores=1,3,5,7
/proc/17191/task/17201/stat : 17201 (java) R 17189 17191 14240 0 -1 4202560 69 0 0 0 11 3 0 0 20 0 18 0 345469204 3028844544 153345 33554432000 1073741824 1073778376 140737091327872 140361883024600 140362031453318 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17191/tid=17202] ppid=17189 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17202/stat : 17202 (java) S 17189 17191 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345469205 3028844544 153345 33554432000 1073741824 1073778376 140737091327872 140361400800264 254753682492 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17203] ppid=17189 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17203/stat : 17203 (java) S 17189 17191 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345469205 3028844544 153345 33554432000 1073741824 1073778376 140737091327872 140361399747704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17204] ppid=17189 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17204/stat : 17204 (java) S 17189 17191 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345469205 3028844544 153345 33554432000 1073741824 1073778376 140737091327872 140361398695048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17205] ppid=17189 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17205/stat : 17205 (java) S 17189 17191 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345469208 3028844544 153345 33554432000 1073741824 1073778376 140737091327872 140361397643792 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17206] ppid=17189 vsize=2957856 CPUtime=0.41 cores=1,3,5,7
/proc/17191/task/17206/stat : 17206 (java) S 17189 17191 14240 0 -1 4202560 3025 0 0 0 41 0 0 0 20 0 18 0 345469208 3028844544 153345 33554432000 1073741824 1073778376 140737091327872 140361396577256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17207] ppid=17189 vsize=2957856 CPUtime=0.57 cores=1,3,5,7
/proc/17191/task/17207/stat : 17207 (java) S 17189 17191 14240 0 -1 4202560 6371 0 0 0 55 2 0 0 20 0 18 0 345469208 3028844544 153345 33554432000 1073741824 1073778376 140737091327872 140361395524408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17208] ppid=17189 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17208/stat : 17208 (java) S 17189 17191 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345469208 3028844544 153345 33554432000 1073741824 1073778376 140737091327872 140361394486264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17209] ppid=17189 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17209/stat : 17209 (java) S 17189 17191 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345469208 3028844544 153345 33554432000 1073741824 1073778376 140737091327872 140361393433928 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 2957856

[startup+6.30087 s]
/proc/loadavg: 2.02 2.10 2.08 3/212 17209
/proc/meminfo: memFree=24536080/32873844 swapFree=7628/7628
[pid=17191] ppid=17189 vsize=2957856 CPUtime=10 cores=1,3,5,7
/proc/17191/stat : 17191 (java) S 17189 17191 14240 0 -1 4202496 15084 0 1 0 942 58 0 0 20 0 18 0 345469201 3028844544 197921 33554432000 1073741824 1073778376 140737091327872 140737091319008 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17191/statm: 739464 197921 2284 9 0 729885 0
[pid=17191/tid=17193] ppid=17189 vsize=2957856 CPUtime=5.3 cores=1,3,5,7
/proc/17191/task/17193/stat : 17193 (java) R 17189 17191 14240 0 -1 4202560 3248 0 1 0 520 10 0 0 20 0 18 0 345469202 3028844544 197921 33554432000 1073741824 1073778376 140737091327872 140362024554024 254753694989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17194] ppid=17189 vsize=2957856 CPUtime=0.53 cores=1,3,5,7
/proc/17191/task/17194/stat : 17194 (java) S 17189 17191 14240 0 -1 4202560 131 0 0 0 47 6 0 0 20 0 18 0 345469203 3028844544 197921 33554432000 1073741824 1073778376 140737091327872 140361890392232 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17195] ppid=17189 vsize=2957856 CPUtime=0.47 cores=1,3,5,7
/proc/17191/task/17195/stat : 17195 (java) S 17189 17191 14240 0 -1 4202560 129 0 0 0 39 8 0 0 20 0 18 0 345469203 3028844544 197921 33554432000 1073741824 1073778376 140737091327872 140361889339688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17196] ppid=17189 vsize=2957856 CPUtime=0.35 cores=1,3,5,7
/proc/17191/task/17196/stat : 17196 (java) S 17189 17191 14240 0 -1 4202560 97 0 0 0 31 4 0 0 20 0 18 0 345469203 3028844544 197921 33554432000 1073741824 1073778376 140737091327872 140361888287144 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17197] ppid=17189 vsize=2957856 CPUtime=0.52 cores=1,3,5,7
/proc/17191/task/17197/stat : 17197 (java) S 17189 17191 14240 0 -1 4202560 324 0 0 0 45 7 0 0 20 0 18 0 345469203 3028844544 197921 33554432000 1073741824 1073778376 140737091327872 140361887234600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17198] ppid=17189 vsize=2957856 CPUtime=0.35 cores=1,3,5,7
/proc/17191/task/17198/stat : 17198 (java) S 17189 17191 14240 0 -1 4202560 81 0 0 0 31 4 0 0 20 0 18 0 345469203 3028844544 197921 33554432000 1073741824 1073778376 140737091327872 140361886182056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17199] ppid=17189 vsize=2957856 CPUtime=0.46 cores=1,3,5,7
/proc/17191/task/17199/stat : 17199 (java) S 17189 17191 14240 0 -1 4202560 278 0 0 0 40 6 0 0 20 0 18 0 345469204 3028844544 197921 33554432000 1073741824 1073778376 140737091327872 140361885129512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17200] ppid=17189 vsize=2957856 CPUtime=0.5 cores=1,3,5,7
/proc/17191/task/17200/stat : 17200 (java) S 17189 17191 14240 0 -1 4202560 116 0 0 0 43 7 0 0 20 0 18 0 345469204 3028844544 197921 33554432000 1073741824 1073778376 140737091327872 140361884076968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17191/tid=17201] ppid=17189 vsize=2957856 CPUtime=0.35 cores=1,3,5,7
/proc/17191/task/17201/stat : 17201 (java) S 17189 17191 14240 0 -1 4202560 101 0 0 0 30 5 0 0 20 0 18 0 345469204 3028844544 197921 33554432000 1073741824 1073778376 140737091327872 140361883024424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17202] ppid=17189 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17202/stat : 17202 (java) S 17189 17191 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345469205 3028844544 197921 33554432000 1073741824 1073778376 140737091327872 140361400801384 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17203] ppid=17189 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17203/stat : 17203 (java) S 17189 17191 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345469205 3028844544 197921 33554432000 1073741824 1073778376 140737091327872 140361399747704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17204] ppid=17189 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17204/stat : 17204 (java) S 17189 17191 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345469205 3028844544 197921 33554432000 1073741824 1073778376 140737091327872 140361398695048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17205] ppid=17189 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17205/stat : 17205 (java) S 17189 17191 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345469208 3028844544 197921 33554432000 1073741824 1073778376 140737091327872 140361397643792 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17206] ppid=17189 vsize=2957856 CPUtime=0.41 cores=1,3,5,7
/proc/17191/task/17206/stat : 17206 (java) S 17189 17191 14240 0 -1 4202560 3025 0 0 0 41 0 0 0 20 0 18 0 345469208 3028844544 197921 33554432000 1073741824 1073778376 140737091327872 140361396591160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17207] ppid=17189 vsize=2957856 CPUtime=0.58 cores=1,3,5,7
/proc/17191/task/17207/stat : 17207 (java) S 17189 17191 14240 0 -1 4202560 6371 0 0 0 56 2 0 0 20 0 18 0 345469208 3028844544 197921 33554432000 1073741824 1073778376 140737091327872 140361395538616 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17208] ppid=17189 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17208/stat : 17208 (java) S 17189 17191 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345469208 3028844544 197921 33554432000 1073741824 1073778376 140737091327872 140361394486264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17209] ppid=17189 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17209/stat : 17209 (java) S 17189 17191 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345469208 3028844544 197921 33554432000 1073741824 1073778376 140737091327872 140361393433928 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (KiB) 2957856

[startup+12.7008 s]
/proc/loadavg: 2.02 2.09 2.08 3/213 17210
/proc/meminfo: memFree=24379148/32873844 swapFree=7628/7628
[pid=17191] ppid=17189 vsize=3024420 CPUtime=18.06 cores=1,3,5,7
/proc/17191/stat : 17191 (java) S 17189 17191 14240 0 -1 4202496 15738 0 1 0 1737 69 0 0 20 0 19 0 345469201 3097006080 219417 33554432000 1073741824 1073778376 140737091327872 140737091319008 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17191/statm: 756105 219417 2299 9 0 746526 0
[pid=17191/tid=17193] ppid=17189 vsize=3024420 CPUtime=11.27 cores=1,3,5,7

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

[pid=17191/tid=17206] ppid=17189 vsize=3024420 CPUtime=0.71 cores=1,3,5,7
/proc/17191/task/17206/stat : 17206 (java) S 17189 17191 14240 0 -1 4202560 3037 0 0 0 71 0 0 0 20 0 19 0 345469208 3097006080 293380 33554432000 1073741824 1073778376 140737091327872 140361396591160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17207] ppid=17189 vsize=3024420 CPUtime=0.84 cores=1,3,5,7
/proc/17191/task/17207/stat : 17207 (java) S 17189 17191 14240 0 -1 4202560 6378 0 0 0 82 2 0 0 20 0 19 0 345469208 3097006080 293380 33554432000 1073741824 1073778376 140737091327872 140361395538616 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17208] ppid=17189 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17208/stat : 17208 (java) S 17189 17191 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345469208 3097006080 293380 33554432000 1073741824 1073778376 140737091327872 140361394486264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17209] ppid=17189 vsize=3024420 CPUtime=0.92 cores=1,3,5,7
/proc/17191/task/17209/stat : 17209 (java) S 17189 17191 14240 0 -1 4202560 93 0 0 0 48 44 0 0 20 0 19 0 345469208 3097006080 293380 33554432000 1073741824 1073778376 140737091327872 140361393433928 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17210] ppid=17189 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17210/stat : 17210 (java) S 17189 17191 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345469852 3097006080 293380 33554432000 1073741824 1073778376 140737091327872 140361391301416 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1723.08
Current children cumulated vsize (KiB) 3024420

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/213 17293
/proc/meminfo: memFree=24555812/32873844 swapFree=7628/7628
[pid=17191] ppid=17189 vsize=3024420 CPUtime=1785.01 cores=1,3,5,7
/proc/17191/stat : 17191 (java) S 17189 17191 14240 0 -1 4202496 17893 0 1 0 178322 179 0 0 20 0 19 0 345469201 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140737091319008 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17191/statm: 756105 293892 2299 9 0 746526 0
[pid=17191/tid=17193] ppid=17189 vsize=3024420 CPUtime=1695.28 cores=1,3,5,7
/proc/17191/task/17193/stat : 17193 (java) R 17189 17191 14240 0 -1 4202560 3855 0 1 0 169489 39 0 0 20 0 19 0 345469202 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140362024553696 140361897848663 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17194] ppid=17189 vsize=3024420 CPUtime=10.25 cores=1,3,5,7
/proc/17191/task/17194/stat : 17194 (java) S 17189 17191 14240 0 -1 4202560 421 0 0 0 1011 14 0 0 20 0 19 0 345469203 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361890392232 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17195] ppid=17189 vsize=3024420 CPUtime=10.4 cores=1,3,5,7
/proc/17191/task/17195/stat : 17195 (java) S 17189 17191 14240 0 -1 4202560 416 0 0 0 1024 16 0 0 20 0 19 0 345469203 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361889339688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17196] ppid=17189 vsize=3024420 CPUtime=10.35 cores=1,3,5,7
/proc/17191/task/17196/stat : 17196 (java) S 17189 17191 14240 0 -1 4202560 372 0 0 0 1024 11 0 0 20 0 19 0 345469203 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361888287144 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17197] ppid=17189 vsize=3024420 CPUtime=10.37 cores=1,3,5,7
/proc/17191/task/17197/stat : 17197 (java) S 17189 17191 14240 0 -1 4202560 417 0 0 0 1024 13 0 0 20 0 19 0 345469203 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361887234600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17191/tid=17198] ppid=17189 vsize=3024420 CPUtime=9.98 cores=1,3,5,7
/proc/17191/task/17198/stat : 17198 (java) S 17189 17191 14240 0 -1 4202560 386 0 0 0 987 11 0 0 20 0 19 0 345469203 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361886182056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17199] ppid=17189 vsize=3024420 CPUtime=10.63 cores=1,3,5,7
/proc/17191/task/17199/stat : 17199 (java) S 17189 17191 14240 0 -1 4202560 413 0 0 0 1049 14 0 0 20 0 19 0 345469204 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361885129512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17191/tid=17200] ppid=17189 vsize=3024420 CPUtime=10.02 cores=1,3,5,7
/proc/17191/task/17200/stat : 17200 (java) S 17189 17191 14240 0 -1 4202560 415 0 0 0 988 14 0 0 20 0 19 0 345469204 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361884076968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17191/tid=17201] ppid=17189 vsize=3024420 CPUtime=10.71 cores=1,3,5,7
/proc/17191/task/17201/stat : 17201 (java) S 17189 17191 14240 0 -1 4202560 395 0 0 0 1059 12 0 0 20 0 19 0 345469204 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361883024424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17202] ppid=17189 vsize=3024420 CPUtime=0.15 cores=1,3,5,7
/proc/17191/task/17202/stat : 17202 (java) S 17189 17191 14240 0 -1 4202560 109 0 0 0 11 4 0 0 20 0 19 0 345469205 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361400801384 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17203] ppid=17189 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17203/stat : 17203 (java) S 17189 17191 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345469205 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361399747704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17204] ppid=17189 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17204/stat : 17204 (java) S 17189 17191 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345469205 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361398695048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17205] ppid=17189 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17205/stat : 17205 (java) S 17189 17191 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345469208 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361397643792 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17206] ppid=17189 vsize=3024420 CPUtime=0.71 cores=1,3,5,7
/proc/17191/task/17206/stat : 17206 (java) S 17189 17191 14240 0 -1 4202560 3037 0 0 0 71 0 0 0 20 0 19 0 345469208 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361396591160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17207] ppid=17189 vsize=3024420 CPUtime=0.84 cores=1,3,5,7
/proc/17191/task/17207/stat : 17207 (java) S 17189 17191 14240 0 -1 4202560 6378 0 0 0 82 2 0 0 20 0 19 0 345469208 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361395538616 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17208] ppid=17189 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17208/stat : 17208 (java) S 17189 17191 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345469208 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361394486264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17209] ppid=17189 vsize=3024420 CPUtime=0.95 cores=1,3,5,7
/proc/17191/task/17209/stat : 17209 (java) S 17189 17191 14240 0 -1 4202560 97 0 0 0 49 46 0 0 20 0 19 0 345469208 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361393433928 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17210] ppid=17189 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17210/stat : 17210 (java) S 17189 17191 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345469852 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361391301416 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.01
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1736.8 s]
/proc/loadavg: 2.00 2.02 2.04 3/213 17293
/proc/meminfo: memFree=24551716/32873844 swapFree=7628/7628
[pid=17191] ppid=17189 vsize=3024420 CPUtime=1800.06 cores=1,3,5,7
/proc/17191/stat : 17191 (java) S 17189 17191 14240 0 -1 4202496 17898 0 1 0 179826 180 0 0 20 0 19 0 345469201 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140737091319008 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17191/statm: 756105 293892 2299 9 0 746526 0
[pid=17191/tid=17193] ppid=17189 vsize=3024420 CPUtime=1709.56 cores=1,3,5,7
/proc/17191/task/17193/stat : 17193 (java) R 17189 17191 14240 0 -1 4202560 3860 0 1 0 170917 39 0 0 20 0 19 0 345469202 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140362024553616 140361897709443 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17194] ppid=17189 vsize=3024420 CPUtime=10.38 cores=1,3,5,7
/proc/17191/task/17194/stat : 17194 (java) S 17189 17191 14240 0 -1 4202560 421 0 0 0 1024 14 0 0 20 0 19 0 345469203 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361890392232 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17191/tid=17195] ppid=17189 vsize=3024420 CPUtime=10.49 cores=1,3,5,7
/proc/17191/task/17195/stat : 17195 (java) S 17189 17191 14240 0 -1 4202560 416 0 0 0 1033 16 0 0 20 0 19 0 345469203 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361889339688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17196] ppid=17189 vsize=3024420 CPUtime=10.42 cores=1,3,5,7
/proc/17191/task/17196/stat : 17196 (java) S 17189 17191 14240 0 -1 4202560 372 0 0 0 1031 11 0 0 20 0 19 0 345469203 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361888287144 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17197] ppid=17189 vsize=3024420 CPUtime=10.44 cores=1,3,5,7
/proc/17191/task/17197/stat : 17197 (java) S 17189 17191 14240 0 -1 4202560 417 0 0 0 1031 13 0 0 20 0 19 0 345469203 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361887234600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17198] ppid=17189 vsize=3024420 CPUtime=10.03 cores=1,3,5,7
/proc/17191/task/17198/stat : 17198 (java) S 17189 17191 14240 0 -1 4202560 386 0 0 0 992 11 0 0 20 0 19 0 345469203 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361886182056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17199] ppid=17189 vsize=3024420 CPUtime=10.74 cores=1,3,5,7
/proc/17191/task/17199/stat : 17199 (java) S 17189 17191 14240 0 -1 4202560 413 0 0 0 1060 14 0 0 20 0 19 0 345469204 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361885129512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17200] ppid=17189 vsize=3024420 CPUtime=10.12 cores=1,3,5,7
/proc/17191/task/17200/stat : 17200 (java) S 17189 17191 14240 0 -1 4202560 415 0 0 0 998 14 0 0 20 0 19 0 345469204 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361884076968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17201] ppid=17189 vsize=3024420 CPUtime=10.8 cores=1,3,5,7
/proc/17191/task/17201/stat : 17201 (java) S 17189 17191 14240 0 -1 4202560 395 0 0 0 1068 12 0 0 20 0 19 0 345469204 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361883024424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17191/tid=17202] ppid=17189 vsize=3024420 CPUtime=0.15 cores=1,3,5,7
/proc/17191/task/17202/stat : 17202 (java) S 17189 17191 14240 0 -1 4202560 109 0 0 0 11 4 0 0 20 0 19 0 345469205 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361400801384 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17203] ppid=17189 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17203/stat : 17203 (java) S 17189 17191 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345469205 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361399747704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17204] ppid=17189 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17204/stat : 17204 (java) S 17189 17191 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345469205 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361398695048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17205] ppid=17189 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17205/stat : 17205 (java) S 17189 17191 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345469208 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361397643792 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17206] ppid=17189 vsize=3024420 CPUtime=0.71 cores=1,3,5,7
/proc/17191/task/17206/stat : 17206 (java) S 17189 17191 14240 0 -1 4202560 3037 0 0 0 71 0 0 0 20 0 19 0 345469208 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361396591160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17207] ppid=17189 vsize=3024420 CPUtime=0.84 cores=1,3,5,7
/proc/17191/task/17207/stat : 17207 (java) S 17189 17191 14240 0 -1 4202560 6378 0 0 0 82 2 0 0 20 0 19 0 345469208 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361395538616 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17208] ppid=17189 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17208/stat : 17208 (java) S 17189 17191 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345469208 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361394486264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17209] ppid=17189 vsize=3024420 CPUtime=0.97 cores=1,3,5,7
/proc/17191/task/17209/stat : 17209 (java) S 17189 17191 14240 0 -1 4202560 97 0 0 0 50 47 0 0 20 0 19 0 345469208 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361393433928 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17210] ppid=17189 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17210/stat : 17210 (java) S 17189 17191 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345469852 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361391301416 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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+1736.8 s]
/proc/loadavg: 2.00 2.02 2.04 3/213 17293
/proc/meminfo: memFree=24551716/32873844 swapFree=7628/7628
[pid=17191] ppid=17189 vsize=3024420 CPUtime=1800.06 cores=1,3,5,7
/proc/17191/stat : 17191 (java) S 17189 17191 14240 0 -1 4202496 17898 0 1 0 179826 180 0 0 20 0 19 0 345469201 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140737091319008 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17191/statm: 756105 293892 2299 9 0 746526 0
[pid=17191/tid=17193] ppid=17189 vsize=3024420 CPUtime=1709.56 cores=1,3,5,7
/proc/17191/task/17193/stat : 17193 (java) R 17189 17191 14240 0 -1 4202560 3860 0 1 0 170917 39 0 0 20 0 19 0 345469202 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140362024553616 140361897709443 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17194] ppid=17189 vsize=3024420 CPUtime=10.38 cores=1,3,5,7
/proc/17191/task/17194/stat : 17194 (java) S 17189 17191 14240 0 -1 4202560 421 0 0 0 1024 14 0 0 20 0 19 0 345469203 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361890392232 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17191/tid=17195] ppid=17189 vsize=3024420 CPUtime=10.49 cores=1,3,5,7
/proc/17191/task/17195/stat : 17195 (java) S 17189 17191 14240 0 -1 4202560 416 0 0 0 1033 16 0 0 20 0 19 0 345469203 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361889339688 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17196] ppid=17189 vsize=3024420 CPUtime=10.42 cores=1,3,5,7
/proc/17191/task/17196/stat : 17196 (java) S 17189 17191 14240 0 -1 4202560 372 0 0 0 1031 11 0 0 20 0 19 0 345469203 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361888287144 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17197] ppid=17189 vsize=3024420 CPUtime=10.44 cores=1,3,5,7
/proc/17191/task/17197/stat : 17197 (java) S 17189 17191 14240 0 -1 4202560 417 0 0 0 1031 13 0 0 20 0 19 0 345469203 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361887234600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17198] ppid=17189 vsize=3024420 CPUtime=10.03 cores=1,3,5,7
/proc/17191/task/17198/stat : 17198 (java) S 17189 17191 14240 0 -1 4202560 386 0 0 0 992 11 0 0 20 0 19 0 345469203 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361886182056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17199] ppid=17189 vsize=3024420 CPUtime=10.74 cores=1,3,5,7
/proc/17191/task/17199/stat : 17199 (java) S 17189 17191 14240 0 -1 4202560 413 0 0 0 1060 14 0 0 20 0 19 0 345469204 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361885129512 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17200] ppid=17189 vsize=3024420 CPUtime=10.12 cores=1,3,5,7
/proc/17191/task/17200/stat : 17200 (java) S 17189 17191 14240 0 -1 4202560 415 0 0 0 998 14 0 0 20 0 19 0 345469204 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361884076968 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17201] ppid=17189 vsize=3024420 CPUtime=10.8 cores=1,3,5,7
/proc/17191/task/17201/stat : 17201 (java) S 17189 17191 14240 0 -1 4202560 395 0 0 0 1068 12 0 0 20 0 19 0 345469204 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361883024424 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17191/tid=17202] ppid=17189 vsize=3024420 CPUtime=0.15 cores=1,3,5,7
/proc/17191/task/17202/stat : 17202 (java) S 17189 17191 14240 0 -1 4202560 109 0 0 0 11 4 0 0 20 0 19 0 345469205 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361400801384 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17203] ppid=17189 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17203/stat : 17203 (java) S 17189 17191 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345469205 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361399747704 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17204] ppid=17189 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17204/stat : 17204 (java) S 17189 17191 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345469205 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361398695048 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17205] ppid=17189 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17205/stat : 17205 (java) S 17189 17191 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345469208 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361397643792 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17206] ppid=17189 vsize=3024420 CPUtime=0.71 cores=1,3,5,7
/proc/17191/task/17206/stat : 17206 (java) S 17189 17191 14240 0 -1 4202560 3037 0 0 0 71 0 0 0 20 0 19 0 345469208 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361396591160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17191/tid=17207] ppid=17189 vsize=3024420 CPUtime=0.84 cores=1,3,5,7
/proc/17191/task/17207/stat : 17207 (java) S 17189 17191 14240 0 -1 4202560 6378 0 0 0 82 2 0 0 20 0 19 0 345469208 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361395538616 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17208] ppid=17189 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17208/stat : 17208 (java) S 17189 17191 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345469208 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361394486264 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17191/tid=17209] ppid=17189 vsize=3024420 CPUtime=0.97 cores=1,3,5,7
/proc/17191/task/17209/stat : 17209 (java) S 17189 17191 14240 0 -1 4202560 97 0 0 0 50 47 0 0 20 0 19 0 345469208 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361393433928 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17191/tid=17210] ppid=17189 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/17191/task/17210/stat : 17210 (java) S 17189 17191 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345469852 3097006080 293892 33554432000 1073741824 1073778376 140737091327872 140361391301416 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 3024420

Child status: 143

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

Real time (s): 1736.83
CPU time (s): 1800.06
CPU user time (s): 1798.26
CPU system time (s): 1.8
CPU usage (%): 103.641
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.8
system time used= 2.10268
maximum resident set size= 1175684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17927
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54501
involuntary context switches= 90176

runsolver used 6.49001 second user time and 16.1735 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-04 09:04:08
IDJOB=3744098
IDBENCH=92688
IDSOLVER=2319
FILE ID=node145/3744098-1338793447
RUNJOBID= node145-1338762649-14257
PBS_JOBID= 14636810
Free space on /tmp= 70848 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_5_mh_ic.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744098-1338793447/watcher-3744098-1338793447 -o /tmp/evaluation-result-3744098-1338793447/solver-3744098-1338793447 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3744098-1338793447.opb           

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

MD5SUM BENCH= 14d236c4d30788af1b7d25ef928578c5
RANDOM SEED=935105407

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25250208 kB
Buffers:          455640 kB
Cached:          5011312 kB
SwapCached:            0 kB
Active:          3038956 kB
Inactive:        3669212 kB
Active(anon):    1232464 kB
Inactive(anon):    10916 kB
Active(file):    1806492 kB
Inactive(file):  3658296 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             40924 kB
Writeback:             0 kB
AnonPages:       1295564 kB
Mapped:            22408 kB
Shmem:               200 kB
Slab:             727712 kB
SReclaimable:     168856 kB
SUnreclaim:       558856 kB
KernelStack:        1592 kB
PageTables:         6676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1826632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1241088 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= 70880 MiB
End job on node145 at 2012-06-04 09:33:07