Trace number 3743331

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB07: SAT4JPseudoResolution 2007-03-23? (TO) 1800.02 1796.23

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_20null20mast_rapportOE1.0_TMAX120_K192_cod2.opb
MD5SUM56c896ad570d19cbe5f94a10c4a31629
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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 benchmark1783.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 905768
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 905768
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.09	c no version file found!!!
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version	1.6.0_24
0.06/0.09	c os.name	Linux
0.06/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch	amd64
0.06/0.09	c Free memory 1599470296
0.06/0.09	c Max memory 1607860224
0.06/0.09	c Total memory 1607860224
0.06/0.09	c Number of processors 8
0.08/0.11	--- Begin Solver configuration ---
0.08/0.11	c Stops conflict analysis at the first Unique Implication Point
0.08/0.11	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.11	c No reason simplification
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3743331-1338778887.opb
0.08/0.11	c reading problem ... 
6.01/4.45	c ... done. Wall clock time 4.339s.
6.01/4.45	c CPU time (experimental) 4.06s.
6.01/4.45	c #vars     400896
6.01/4.45	c #constraints  402763
1800.02/1796.22	c starts		: 18
1800.02/1796.22	c conflicts		: 283953
1800.02/1796.22	c decisions		: 832507
1800.02/1796.22	c propagations		: 3089913327
1800.02/1796.22	c inspects		: 1186920440
1800.02/1796.22	c learnt literals	: 4
1800.02/1796.22	c learnt binary clauses	: 1602
1800.02/1796.22	c learnt ternary clauses	: 995
1800.02/1796.22	c learnt clauses	: 283949
1800.02/1796.22	c root simplifications	: 0
1800.02/1796.22	c removed literals (reason simplification)	: 0
1800.02/1796.22	c reason swapping (by a shorter reason)	: 0
1800.02/1796.22	c Calls to reduceDB	: 0
1800.02/1796.22	c speed (decisions/second)	: 464.6440912000777
1800.02/1796.22	c non guided choices	6015
1800.02/1796.22	s UNKNOWN
1800.02/1796.22	c Total wall clock time (ms): 1796.106

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

running on 4 cores: 0,2,4,6

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.97 2.00 2.00 3/195 15957
/proc/meminfo: memFree=25905856/32873844 swapFree=7628/7628
[pid=15957] ppid=15955 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/15957/stat : 15957 (java) R 15955 15957 14240 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 344013101 9515008 182 33554432000 1073741824 1073778376 140734088635024 140734088626056 254750310069 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15957/statm: 2323 182 140 9 0 71 0

[startup+0.0785111 s]
/proc/loadavg: 1.97 2.00 2.00 3/195 15957
/proc/meminfo: memFree=25905856/32873844 swapFree=7628/7628
[pid=15957] ppid=15955 vsize=2956804 CPUtime=0.06 cores=0,2,4,6
/proc/15957/stat : 15957 (java) S 15955 15957 14240 0 -1 4202496 4128 0 1 0 5 1 0 0 20 0 18 0 344013101 3027767296 5335 33554432000 1073741824 1073778376 140737232112608 140737232103744 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15957/statm: 739201 5335 1769 9 0 729885 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2956804

[startup+0.100407 s]
/proc/loadavg: 1.97 2.00 2.00 3/195 15957
/proc/meminfo: memFree=25905856/32873844 swapFree=7628/7628
[pid=15957] ppid=15955 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/15957/stat : 15957 (java) S 15955 15957 14240 0 -1 4202496 4442 0 1 0 7 1 0 0 20 0 18 0 344013101 3028844544 5648 33554432000 1073741824 1073778376 140737232112608 140737232103744 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15957/statm: 739464 5651 1951 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.300167 s]
/proc/loadavg: 1.97 2.00 2.00 3/195 15957
/proc/meminfo: memFree=25905856/32873844 swapFree=7628/7628
[pid=15957] ppid=15955 vsize=2957856 CPUtime=0.46 cores=0,2,4,6
/proc/15957/stat : 15957 (java) S 15955 15957 14240 0 -1 4202496 6370 0 1 0 45 1 0 0 20 0 18 0 344013101 3028844544 12531 33554432000 1073741824 1073778376 140737232112608 140737232103744 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15957/statm: 739464 12531 2239 9 0 729885 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2957856

[startup+0.700294 s]
/proc/loadavg: 1.97 2.00 2.00 3/195 15957
/proc/meminfo: memFree=25905856/32873844 swapFree=7628/7628
[pid=15957] ppid=15955 vsize=2957856 CPUtime=1.2 cores=0,2,4,6
/proc/15957/stat : 15957 (java) S 15955 15957 14240 0 -1 4202496 8994 0 1 0 116 4 0 0 20 0 18 0 344013101 3028844544 51184 33554432000 1073741824 1073778376 140737232112608 140737232103744 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15957/statm: 739464 51184 2250 9 0 729885 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 2957856

[startup+1.50073 s]
/proc/loadavg: 1.97 2.00 2.00 3/213 15975
/proc/meminfo: memFree=25572372/32873844 swapFree=7628/7628
[pid=15957] ppid=15955 vsize=2957856 CPUtime=2.17 cores=0,2,4,6
/proc/15957/stat : 15957 (java) S 15955 15957 14240 0 -1 4202496 9223 0 1 0 205 12 0 0 20 0 18 0 344013101 3028844544 119842 33554432000 1073741824 1073778376 140737232112608 140737232103744 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15957/statm: 739464 119842 2266 9 0 729885 0
[pid=15957/tid=15959] ppid=15955 vsize=2957856 CPUtime=1.42 cores=0,2,4,6
/proc/15957/task/15959/stat : 15959 (java) R 15955 15957 14240 0 -1 4202560 3284 0 1 0 134 8 0 0 20 0 18 0 344013102 3028844544 119842 33554432000 1073741824 1073778376 140737232112608 139771056299496 254753694989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15960] ppid=15955 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15960/stat : 15960 (java) S 15955 15957 14240 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 18 0 344013104 3028844544 119842 33554432000 1073741824 1073778376 140737232112608 139770921978280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15961] ppid=15955 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/15957/task/15961/stat : 15961 (java) S 15955 15957 14240 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 344013104 3028844544 119842 33554432000 1073741824 1073778376 140737232112608 139770920925736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15957/tid=15962] ppid=15955 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/15957/task/15962/stat : 15962 (java) S 15955 15957 14240 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 344013104 3028844544 119842 33554432000 1073741824 1073778376 140737232112608 139770852272296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15963] ppid=15955 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/15957/task/15963/stat : 15963 (java) S 15955 15957 14240 0 -1 4202560 30 0 0 0 2 1 0 0 20 0 18 0 344013104 3028844544 119842 33554432000 1073741824 1073778376 140737232112608 139770851219752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15964] ppid=15955 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/15957/task/15964/stat : 15964 (java) S 15955 15957 14240 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 344013104 3028844544 119842 33554432000 1073741824 1073778376 140737232112608 139770850167720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15957/tid=15965] ppid=15955 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/15957/task/15965/stat : 15965 (java) S 15955 15957 14240 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 344013104 3028844544 119842 33554432000 1073741824 1073778376 140737232112608 139770849115176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15966] ppid=15955 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15966/stat : 15966 (java) S 15955 15957 14240 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 344013104 3028844544 119842 33554432000 1073741824 1073778376 140737232112608 139770848062120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15967] ppid=15955 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15967/stat : 15967 (java) S 15955 15957 14240 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 344013104 3028844544 119842 33554432000 1073741824 1073778376 140737232112608 139770847009576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15968] ppid=15955 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15968/stat : 15968 (java) S 15955 15957 14240 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344013105 3028844544 119842 33554432000 1073741824 1073778376 140737232112608 139770834811240 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15957/tid=15969] ppid=15955 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15969/stat : 15969 (java) S 15955 15957 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344013105 3028844544 119842 33554432000 1073741824 1073778376 140737232112608 139770833757560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15970] ppid=15955 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15970/stat : 15970 (java) S 15955 15957 14240 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 344013105 3028844544 119842 33554432000 1073741824 1073778376 140737232112608 139770832704392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15971] ppid=15955 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15971/stat : 15971 (java) S 15955 15957 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344013108 3028844544 119842 33554432000 1073741824 1073778376 140737232112608 139770831653136 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15972] ppid=15955 vsize=2957856 CPUtime=0.26 cores=0,2,4,6
/proc/15957/task/15972/stat : 15972 (java) S 15955 15957 14240 0 -1 4202560 2541 0 0 0 26 0 0 0 20 0 18 0 344013108 3028844544 119842 33554432000 1073741824 1073778376 140737232112608 139770830601016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15973] ppid=15955 vsize=2957856 CPUtime=0.28 cores=0,2,4,6
/proc/15957/task/15973/stat : 15973 (java) S 15955 15957 14240 0 -1 4202560 2108 0 0 0 28 0 0 0 20 0 18 0 344013108 3028844544 119842 33554432000 1073741824 1073778376 140737232112608 139770829548472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15974] ppid=15955 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15974/stat : 15974 (java) S 15955 15957 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344013108 3028844544 119842 33554432000 1073741824 1073778376 140737232112608 139770828495608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15975] ppid=15955 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15975/stat : 15975 (java) S 15955 15957 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344013108 3028844544 119842 33554432000 1073741824 1073778376 140737232112608 139770827443272 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 2957856

[startup+3.10075 s]
/proc/loadavg: 1.97 2.00 2.00 3/213 15975
/proc/meminfo: memFree=25360676/32873844 swapFree=7628/7628
[pid=15957] ppid=15955 vsize=2957856 CPUtime=4.38 cores=0,2,4,6
/proc/15957/stat : 15957 (java) S 15955 15957 14240 0 -1 4202496 9592 0 1 0 410 28 0 0 20 0 18 0 344013101 3028844544 153235 33554432000 1073741824 1073778376 140737232112608 140737232103744 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15957/statm: 739464 153235 2266 9 0 729885 0
[pid=15957/tid=15959] ppid=15955 vsize=2957856 CPUtime=2.81 cores=0,2,4,6
/proc/15957/task/15959/stat : 15959 (java) R 15955 15957 14240 0 -1 4202560 3286 0 1 0 273 8 0 0 20 0 18 0 344013102 3028844544 153235 33554432000 1073741824 1073778376 140737232112608 139771056299656 139770928942549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15960] ppid=15955 vsize=2957856 CPUtime=0.12 cores=0,2,4,6
/proc/15957/task/15960/stat : 15960 (java) S 15955 15957 14240 0 -1 4202560 56 0 0 0 9 3 0 0 20 0 18 0 344013104 3028844544 153235 33554432000 1073741824 1073778376 140737232112608 139770921978280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15957/tid=15961] ppid=15955 vsize=2957856 CPUtime=0.09 cores=0,2,4,6
/proc/15957/task/15961/stat : 15961 (java) S 15955 15957 14240 0 -1 4202560 44 0 0 0 7 2 0 0 20 0 18 0 344013104 3028844544 153235 33554432000 1073741824 1073778376 140737232112608 139770920925736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15962] ppid=15955 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/15957/task/15962/stat : 15962 (java) S 15955 15957 14240 0 -1 4202560 58 0 0 0 8 3 0 0 20 0 18 0 344013104 3028844544 153235 33554432000 1073741824 1073778376 140737232112608 139770852272296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15957/tid=15963] ppid=15955 vsize=2957856 CPUtime=0.16 cores=0,2,4,6
/proc/15957/task/15963/stat : 15963 (java) S 15955 15957 14240 0 -1 4202560 93 0 0 0 11 5 0 0 20 0 18 0 344013104 3028844544 153235 33554432000 1073741824 1073778376 140737232112608 139770851219752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15957/tid=15964] ppid=15955 vsize=2957856 CPUtime=0.12 cores=0,2,4,6
/proc/15957/task/15964/stat : 15964 (java) S 15955 15957 14240 0 -1 4202560 71 0 0 0 9 3 0 0 20 0 18 0 344013104 3028844544 153235 33554432000 1073741824 1073778376 140737232112608 139770850167720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15957/tid=15965] ppid=15955 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/15957/task/15965/stat : 15965 (java) S 15955 15957 14240 0 -1 4202560 55 0 0 0 9 2 0 0 20 0 18 0 344013104 3028844544 153235 33554432000 1073741824 1073778376 140737232112608 139770849115176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15966] ppid=15955 vsize=2957856 CPUtime=0.09 cores=0,2,4,6
/proc/15957/task/15966/stat : 15966 (java) S 15955 15957 14240 0 -1 4202560 48 0 0 0 7 2 0 0 20 0 18 0 344013104 3028844544 153235 33554432000 1073741824 1073778376 140737232112608 139770848062120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15957/tid=15967] ppid=15955 vsize=2957856 CPUtime=0.09 cores=0,2,4,6
/proc/15957/task/15967/stat : 15967 (java) S 15955 15957 14240 0 -1 4202560 48 0 0 0 7 2 0 0 20 0 18 0 344013104 3028844544 153235 33554432000 1073741824 1073778376 140737232112608 139770847009576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15968] ppid=15955 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15968/stat : 15968 (java) S 15955 15957 14240 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344013105 3028844544 153235 33554432000 1073741824 1073778376 140737232112608 139770834811240 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15969] ppid=15955 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15969/stat : 15969 (java) S 15955 15957 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344013105 3028844544 153235 33554432000 1073741824 1073778376 140737232112608 139770833757560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15970] ppid=15955 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15970/stat : 15970 (java) S 15955 15957 14240 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 344013105 3028844544 153235 33554432000 1073741824 1073778376 140737232112608 139770832704392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15971] ppid=15955 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15971/stat : 15971 (java) S 15955 15957 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344013108 3028844544 153235 33554432000 1073741824 1073778376 140737232112608 139770831653136 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15972] ppid=15955 vsize=2957856 CPUtime=0.26 cores=0,2,4,6
/proc/15957/task/15972/stat : 15972 (java) S 15955 15957 14240 0 -1 4202560 2541 0 0 0 26 0 0 0 20 0 18 0 344013108 3028844544 153235 33554432000 1073741824 1073778376 140737232112608 139770830601016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15973] ppid=15955 vsize=2957856 CPUtime=0.28 cores=0,2,4,6
/proc/15957/task/15973/stat : 15973 (java) S 15955 15957 14240 0 -1 4202560 2108 0 0 0 28 0 0 0 20 0 18 0 344013108 3028844544 153235 33554432000 1073741824 1073778376 140737232112608 139770829548472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15974] ppid=15955 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15974/stat : 15974 (java) S 15955 15957 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344013108 3028844544 153235 33554432000 1073741824 1073778376 140737232112608 139770828495608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15975] ppid=15955 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15975/stat : 15975 (java) S 15955 15957 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344013108 3028844544 153235 33554432000 1073741824 1073778376 140737232112608 139770827443272 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 2957856

[startup+6.30071 s]
/proc/loadavg: 1.97 2.00 2.00 3/214 15976
/proc/meminfo: memFree=25266608/32873844 swapFree=7628/7628
[pid=15957] ppid=15955 vsize=3024420 CPUtime=8.46 cores=0,2,4,6
/proc/15957/stat : 15957 (java) S 15955 15957 14240 0 -1 4202496 18152 0 1 0 812 34 0 0 20 0 19 0 344013101 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 140737232103744 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15957/statm: 756105 161339 2291 9 0 746526 0
[pid=15957/tid=15959] ppid=15955 vsize=3024420 CPUtime=5.9 cores=0,2,4,6
/proc/15957/task/15959/stat : 15959 (java) R 15955 15957 14240 0 -1 4202560 3307 0 1 0 582 8 0 0 20 0 19 0 344013102 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 139771056300440 139770929401646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15957/tid=15960] ppid=15955 vsize=3024420 CPUtime=0.14 cores=0,2,4,6
/proc/15957/task/15960/stat : 15960 (java) S 15955 15957 14240 0 -1 4202560 63 0 0 0 11 3 0 0 20 0 19 0 344013104 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 139770921978280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15957/tid=15961] ppid=15955 vsize=3024420 CPUtime=0.17 cores=0,2,4,6
/proc/15957/task/15961/stat : 15961 (java) S 15955 15957 14240 0 -1 4202560 62 0 0 0 14 3 0 0 20 0 19 0 344013104 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 139770920925736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15957/tid=15962] ppid=15955 vsize=3024420 CPUtime=0.15 cores=0,2,4,6
/proc/15957/task/15962/stat : 15962 (java) S 15955 15957 14240 0 -1 4202560 66 0 0 0 12 3 0 0 20 0 19 0 344013104 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 139770852272296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15963] ppid=15955 vsize=3024420 CPUtime=0.19 cores=0,2,4,6
/proc/15957/task/15963/stat : 15963 (java) S 15955 15957 14240 0 -1 4202560 96 0 0 0 14 5 0 0 20 0 19 0 344013104 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 139770851219752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15957/tid=15964] ppid=15955 vsize=3024420 CPUtime=0.14 cores=0,2,4,6
/proc/15957/task/15964/stat : 15964 (java) S 15955 15957 14240 0 -1 4202560 76 0 0 0 11 3 0 0 20 0 19 0 344013104 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 139770850167720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15957/tid=15965] ppid=15955 vsize=3024420 CPUtime=0.15 cores=0,2,4,6
/proc/15957/task/15965/stat : 15965 (java) S 15955 15957 14240 0 -1 4202560 64 0 0 0 12 3 0 0 20 0 19 0 344013104 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 139770849115176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15966] ppid=15955 vsize=3024420 CPUtime=0.11 cores=0,2,4,6
/proc/15957/task/15966/stat : 15966 (java) S 15955 15957 14240 0 -1 4202560 54 0 0 0 9 2 0 0 20 0 19 0 344013104 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 139770848062120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15967] ppid=15955 vsize=3024420 CPUtime=0.17 cores=0,2,4,6
/proc/15957/task/15967/stat : 15967 (java) S 15955 15957 14240 0 -1 4202560 66 0 0 0 15 2 0 0 20 0 19 0 344013104 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 139770847009576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15957/tid=15968] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15968/stat : 15968 (java) S 15955 15957 14240 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 344013105 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 139770834811240 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15969] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15969/stat : 15969 (java) S 15955 15957 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344013105 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 139770833757560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15970] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15970/stat : 15970 (java) S 15955 15957 14240 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 344013105 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 139770832704392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15971] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15971/stat : 15971 (java) S 15955 15957 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344013108 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 139770831653136 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15972] ppid=15955 vsize=3024420 CPUtime=0.57 cores=0,2,4,6
/proc/15957/task/15972/stat : 15972 (java) S 15955 15957 14240 0 -1 4202560 4700 0 0 0 56 1 0 0 20 0 19 0 344013108 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 139770830601016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15973] ppid=15955 vsize=3024420 CPUtime=0.59 cores=0,2,4,6
/proc/15957/task/15973/stat : 15973 (java) S 15955 15957 14240 0 -1 4202560 8404 0 0 0 58 1 0 0 20 0 19 0 344013108 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 139770829548472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15974] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15974/stat : 15974 (java) S 15955 15957 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344013108 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 139770828495608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15975] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15975/stat : 15975 (java) S 15955 15957 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344013108 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 139770827443272 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15957/tid=15976] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15976/stat : 15976 (java) S 15955 15957 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344013552 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 139770825311272 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.46
Current children cumulated vsize (KiB) 3024420

[startup+12.7007 s]
/proc/loadavg: 1.98 2.00 2.00 3/214 15976
/proc/meminfo: memFree=25267252/32873844 swapFree=7628/7628
[pid=15957] ppid=15955 vsize=3024420 CPUtime=14.86 cores=0,2,4,6
/proc/15957/stat : 15957 (java) S 15955 15957 14240 0 -1 4202496 18153 0 1 0 1452 34 0 0 20 0 19 0 344013101 3097006080 161339 33554432000 1073741824 1073778376 140737232112608 140737232103744 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

[pid=15957/tid=15972] ppid=15955 vsize=3024420 CPUtime=0.69 cores=0,2,4,6
/proc/15957/task/15972/stat : 15972 (java) S 15955 15957 14240 0 -1 4202560 4720 0 0 0 67 2 0 0 20 0 19 0 344013108 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770830601016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15973] ppid=15955 vsize=3024420 CPUtime=0.64 cores=0,2,4,6
/proc/15957/task/15973/stat : 15973 (java) S 15955 15957 14240 0 -1 4202560 8410 0 0 0 62 2 0 0 20 0 19 0 344013108 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770829548472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15974] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15974/stat : 15974 (java) S 15955 15957 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344013108 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770828495608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15975] ppid=15955 vsize=3024420 CPUtime=0.74 cores=0,2,4,6
/proc/15957/task/15975/stat : 15975 (java) S 15955 15957 14240 0 -1 4202560 95 0 0 0 37 37 0 0 20 0 19 0 344013108 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770827443272 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15976] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15976/stat : 15976 (java) S 15955 15957 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344013552 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770825311272 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1665.79
Current children cumulated vsize (KiB) 3024420

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 16053
/proc/meminfo: memFree=24532020/32873844 swapFree=7628/7628
[pid=15957] ppid=15955 vsize=3024420 CPUtime=1725.79 cores=0,2,4,6
/proc/15957/stat : 15957 (java) S 15955 15957 14240 0 -1 4202496 19212 0 1 0 172479 100 0 0 20 0 19 0 344013101 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 140737232103744 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15957/statm: 756105 273576 2293 9 0 746526 0
[pid=15957/tid=15959] ppid=15955 vsize=3024420 CPUtime=1717.09 cores=0,2,4,6
/proc/15957/task/15959/stat : 15959 (java) R 15955 15957 14240 0 -1 4202560 3314 0 1 0 171675 34 0 0 20 0 19 0 344013102 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139771056299344 139770929182884 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15957/tid=15960] ppid=15955 vsize=3024420 CPUtime=0.36 cores=0,2,4,6
/proc/15957/task/15960/stat : 15960 (java) S 15955 15957 14240 0 -1 4202560 181 0 0 0 26 10 0 0 20 0 19 0 344013104 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770921978280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15961] ppid=15955 vsize=3024420 CPUtime=0.44 cores=0,2,4,6
/proc/15957/task/15961/stat : 15961 (java) S 15955 15957 14240 0 -1 4202560 235 0 0 0 31 13 0 0 20 0 19 0 344013104 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770920925736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15962] ppid=15955 vsize=3024420 CPUtime=0.27 cores=0,2,4,6
/proc/15957/task/15962/stat : 15962 (java) S 15955 15957 14240 0 -1 4202560 142 0 0 0 20 7 0 0 20 0 19 0 344013104 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770852272296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15957/tid=15963] ppid=15955 vsize=3024420 CPUtime=0.38 cores=0,2,4,6
/proc/15957/task/15963/stat : 15963 (java) S 15955 15957 14240 0 -1 4202560 254 0 0 0 27 11 0 0 20 0 19 0 344013104 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770851219752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15964] ppid=15955 vsize=3024420 CPUtime=0.34 cores=0,2,4,6
/proc/15957/task/15964/stat : 15964 (java) S 15955 15957 14240 0 -1 4202560 184 0 0 0 24 10 0 0 20 0 19 0 344013104 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770850167720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15965] ppid=15955 vsize=3024420 CPUtime=0.27 cores=0,2,4,6
/proc/15957/task/15965/stat : 15965 (java) S 15955 15957 14240 0 -1 4202560 146 0 0 0 21 6 0 0 20 0 19 0 344013104 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770849115176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15966] ppid=15955 vsize=3024420 CPUtime=0.28 cores=0,2,4,6
/proc/15957/task/15966/stat : 15966 (java) S 15955 15957 14240 0 -1 4202560 144 0 0 0 21 7 0 0 20 0 19 0 344013104 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770848062120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15967] ppid=15955 vsize=3024420 CPUtime=0.38 cores=0,2,4,6
/proc/15957/task/15967/stat : 15967 (java) S 15955 15957 14240 0 -1 4202560 184 0 0 0 29 9 0 0 20 0 19 0 344013104 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770847009576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15968] ppid=15955 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/15957/task/15968/stat : 15968 (java) S 15955 15957 14240 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 344013105 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770834811240 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15969] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15969/stat : 15969 (java) S 15955 15957 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344013105 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770833757560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15970] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15970/stat : 15970 (java) S 15955 15957 14240 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 344013105 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770832704392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15971] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15971/stat : 15971 (java) S 15955 15957 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344013108 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770831653136 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15972] ppid=15955 vsize=3024420 CPUtime=0.69 cores=0,2,4,6
/proc/15957/task/15972/stat : 15972 (java) S 15955 15957 14240 0 -1 4202560 4720 0 0 0 67 2 0 0 20 0 19 0 344013108 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770830601016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15973] ppid=15955 vsize=3024420 CPUtime=0.64 cores=0,2,4,6
/proc/15957/task/15973/stat : 15973 (java) S 15955 15957 14240 0 -1 4202560 8410 0 0 0 62 2 0 0 20 0 19 0 344013108 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770829548472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15974] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15974/stat : 15974 (java) S 15955 15957 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344013108 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770828495608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15975] ppid=15955 vsize=3024420 CPUtime=0.76 cores=0,2,4,6
/proc/15957/task/15975/stat : 15975 (java) S 15955 15957 14240 0 -1 4202560 99 0 0 0 38 38 0 0 20 0 19 0 344013108 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770827443272 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15976] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15976/stat : 15976 (java) S 15955 15957 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344013552 3097006080 273576 33554432000 1073741824 1073778376 140737232112608 139770825311272 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.79
Current children cumulated vsize (KiB) 3024420

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 16053
/proc/meminfo: memFree=24447564/32873844 swapFree=7628/7628
[pid=15957] ppid=15955 vsize=3024420 CPUtime=1786.11 cores=0,2,4,6
/proc/15957/stat : 15957 (java) S 15955 15957 14240 0 -1 4202496 19305 0 1 0 178506 105 0 0 20 0 19 0 344013101 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 140737232103744 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15957/statm: 756105 287923 2293 9 0 746526 0
[pid=15957/tid=15959] ppid=15955 vsize=3024420 CPUtime=1776.83 cores=0,2,4,6
/proc/15957/task/15959/stat : 15959 (java) R 15955 15957 14240 0 -1 4202560 3315 0 1 0 177648 35 0 0 20 0 19 0 344013102 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139771056299152 139770929211918 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15957/tid=15960] ppid=15955 vsize=3024420 CPUtime=0.39 cores=0,2,4,6
/proc/15957/task/15960/stat : 15960 (java) S 15955 15957 14240 0 -1 4202560 189 0 0 0 29 10 0 0 20 0 19 0 344013104 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770921978280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15961] ppid=15955 vsize=3024420 CPUtime=0.48 cores=0,2,4,6
/proc/15957/task/15961/stat : 15961 (java) S 15955 15957 14240 0 -1 4202560 243 0 0 0 34 14 0 0 20 0 19 0 344013104 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770920925736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15962] ppid=15955 vsize=3024420 CPUtime=0.38 cores=0,2,4,6
/proc/15957/task/15962/stat : 15962 (java) S 15955 15957 14240 0 -1 4202560 153 0 0 0 30 8 0 0 20 0 19 0 344013104 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770852272296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15963] ppid=15955 vsize=3024420 CPUtime=0.44 cores=0,2,4,6
/proc/15957/task/15963/stat : 15963 (java) S 15955 15957 14240 0 -1 4202560 267 0 0 0 32 12 0 0 20 0 19 0 344013104 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770851219752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15964] ppid=15955 vsize=3024420 CPUtime=0.39 cores=0,2,4,6
/proc/15957/task/15964/stat : 15964 (java) S 15955 15957 14240 0 -1 4202560 203 0 0 0 28 11 0 0 20 0 19 0 344013104 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770850167720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15965] ppid=15955 vsize=3024420 CPUtime=0.31 cores=0,2,4,6
/proc/15957/task/15965/stat : 15965 (java) S 15955 15957 14240 0 -1 4202560 151 0 0 0 24 7 0 0 20 0 19 0 344013104 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770849115176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15966] ppid=15955 vsize=3024420 CPUtime=0.33 cores=0,2,4,6
/proc/15957/task/15966/stat : 15966 (java) S 15955 15957 14240 0 -1 4202560 153 0 0 0 25 8 0 0 20 0 19 0 344013104 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770848062120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15967] ppid=15955 vsize=3024420 CPUtime=0.43 cores=0,2,4,6
/proc/15957/task/15967/stat : 15967 (java) S 15955 15957 14240 0 -1 4202560 197 0 0 0 34 9 0 0 20 0 19 0 344013104 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770847009576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15968] ppid=15955 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/15957/task/15968/stat : 15968 (java) S 15955 15957 14240 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 344013105 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770834811240 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15969] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15969/stat : 15969 (java) S 15955 15957 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344013105 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770833757560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15970] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15970/stat : 15970 (java) S 15955 15957 14240 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 344013105 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770832704392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15971] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15971/stat : 15971 (java) S 15955 15957 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344013108 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770831653136 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15972] ppid=15955 vsize=3024420 CPUtime=0.69 cores=0,2,4,6
/proc/15957/task/15972/stat : 15972 (java) S 15955 15957 14240 0 -1 4202560 4720 0 0 0 67 2 0 0 20 0 19 0 344013108 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770830601016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15973] ppid=15955 vsize=3024420 CPUtime=0.64 cores=0,2,4,6
/proc/15957/task/15973/stat : 15973 (java) S 15955 15957 14240 0 -1 4202560 8410 0 0 0 62 2 0 0 20 0 19 0 344013108 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770829548472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15974] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15974/stat : 15974 (java) S 15955 15957 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344013108 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770828495608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15975] ppid=15955 vsize=3024420 CPUtime=0.79 cores=0,2,4,6
/proc/15957/task/15975/stat : 15975 (java) S 15955 15957 14240 0 -1 4202560 103 0 0 0 40 39 0 0 20 0 19 0 344013108 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770827443272 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15976] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15976/stat : 15976 (java) S 15955 15957 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344013552 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770825311272 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.11
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 16053
/proc/meminfo: memFree=24441172/32873844 swapFree=7628/7628
[pid=15957] ppid=15955 vsize=3024420 CPUtime=1800.02 cores=0,2,4,6
/proc/15957/stat : 15957 (java) S 15955 15957 14240 0 -1 4202496 19305 0 1 0 179897 105 0 0 20 0 19 0 344013101 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 140737232103744 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15957/statm: 756105 287923 2293 9 0 746526 0
[pid=15957/tid=15959] ppid=15955 vsize=3024420 CPUtime=1790.7 cores=0,2,4,6
/proc/15957/task/15959/stat : 15959 (java) R 15955 15957 14240 0 -1 4202560 3315 0 1 0 179035 35 0 0 20 0 19 0 344013102 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139771056299152 139770929182884 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15957/tid=15960] ppid=15955 vsize=3024420 CPUtime=0.39 cores=0,2,4,6
/proc/15957/task/15960/stat : 15960 (java) S 15955 15957 14240 0 -1 4202560 189 0 0 0 29 10 0 0 20 0 19 0 344013104 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770921978280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15961] ppid=15955 vsize=3024420 CPUtime=0.48 cores=0,2,4,6
/proc/15957/task/15961/stat : 15961 (java) S 15955 15957 14240 0 -1 4202560 243 0 0 0 34 14 0 0 20 0 19 0 344013104 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770920925736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15962] ppid=15955 vsize=3024420 CPUtime=0.38 cores=0,2,4,6
/proc/15957/task/15962/stat : 15962 (java) S 15955 15957 14240 0 -1 4202560 153 0 0 0 30 8 0 0 20 0 19 0 344013104 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770852272296 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15963] ppid=15955 vsize=3024420 CPUtime=0.44 cores=0,2,4,6
/proc/15957/task/15963/stat : 15963 (java) S 15955 15957 14240 0 -1 4202560 267 0 0 0 32 12 0 0 20 0 19 0 344013104 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770851219752 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15964] ppid=15955 vsize=3024420 CPUtime=0.39 cores=0,2,4,6
/proc/15957/task/15964/stat : 15964 (java) S 15955 15957 14240 0 -1 4202560 203 0 0 0 28 11 0 0 20 0 19 0 344013104 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770850167720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15965] ppid=15955 vsize=3024420 CPUtime=0.31 cores=0,2,4,6
/proc/15957/task/15965/stat : 15965 (java) S 15955 15957 14240 0 -1 4202560 151 0 0 0 24 7 0 0 20 0 19 0 344013104 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770849115176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15966] ppid=15955 vsize=3024420 CPUtime=0.33 cores=0,2,4,6
/proc/15957/task/15966/stat : 15966 (java) S 15955 15957 14240 0 -1 4202560 153 0 0 0 25 8 0 0 20 0 19 0 344013104 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770848062120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15967] ppid=15955 vsize=3024420 CPUtime=0.43 cores=0,2,4,6
/proc/15957/task/15967/stat : 15967 (java) S 15955 15957 14240 0 -1 4202560 197 0 0 0 34 9 0 0 20 0 19 0 344013104 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770847009576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15968] ppid=15955 vsize=3024420 CPUtime=0.03 cores=0,2,4,6
/proc/15957/task/15968/stat : 15968 (java) S 15955 15957 14240 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 344013105 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770834811240 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15969] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15969/stat : 15969 (java) S 15955 15957 14240 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 344013105 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770833757560 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15970] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15970/stat : 15970 (java) S 15955 15957 14240 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 344013105 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770832704392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15971] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15971/stat : 15971 (java) S 15955 15957 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344013108 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770831653136 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15972] ppid=15955 vsize=3024420 CPUtime=0.69 cores=0,2,4,6
/proc/15957/task/15972/stat : 15972 (java) S 15955 15957 14240 0 -1 4202560 4720 0 0 0 67 2 0 0 20 0 19 0 344013108 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770830601016 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15957/tid=15973] ppid=15955 vsize=3024420 CPUtime=0.64 cores=0,2,4,6
/proc/15957/task/15973/stat : 15973 (java) S 15955 15957 14240 0 -1 4202560 8410 0 0 0 62 2 0 0 20 0 19 0 344013108 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770829548472 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15974] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15974/stat : 15974 (java) S 15955 15957 14240 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 344013108 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770828495608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15957/tid=15975] ppid=15955 vsize=3024420 CPUtime=0.8 cores=0,2,4,6
/proc/15957/task/15975/stat : 15975 (java) S 15955 15957 14240 0 -1 4202560 103 0 0 0 40 40 0 0 20 0 19 0 344013108 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770827443272 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15957/tid=15976] ppid=15955 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/15957/task/15976/stat : 15976 (java) S 15955 15957 14240 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 344013552 3097006080 287923 33554432000 1073741824 1073778376 140737232112608 139770825311272 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 15957 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=569184
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=712739
# CPU time returned by wait4() is 1796.28
# while last known CPU time is 1800.02
#
# 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.02
CPU user time (s): 1798.97
CPU system time (s): 1.05
CPU usage (%): 100.211
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.57
system time used= 1.71274
maximum resident set size= 1151832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19341
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38186
involuntary context switches= 3497

runsolver used 6.54 second user time and 14.2538 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-04 05:01:27
IDJOB=3743331
IDBENCH=91035
IDSOLVER=2319
FILE ID=node145/3743331-1338778887
RUNJOBID= node145-1338762649-14256
PBS_JOBID= 14636810
Free space on /tmp= 70868 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_20null20mast_rapportOE1.0_TMAX120_K192_cod2.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743331-1338778887/watcher-3743331-1338778887 -o /tmp/evaluation-result-3743331-1338778887/solver-3743331-1338778887 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743331-1338778887.opb           

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

MD5SUM BENCH= 56c896ad570d19cbe5f94a10c4a31629
RANDOM SEED=2012478751

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:        25906392 kB
Buffers:          453440 kB
Cached:          4937532 kB
SwapCached:            0 kB
Active:          2455636 kB
Inactive:        3642260 kB
Active(anon):     698436 kB
Inactive(anon):    10916 kB
Active(file):    1757200 kB
Inactive(file):  3631344 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31164 kB
Writeback:             0 kB
AnonPages:        716368 kB
Mapped:            22396 kB
Shmem:               200 kB
Slab:             727592 kB
SReclaimable:     168400 kB
SUnreclaim:       559192 kB
KernelStack:        1600 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1832732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    669696 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= 70864 MiB
End job on node145 at 2012-06-04 05:31:26