Trace number 3740830

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.08 1795.02

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-146.opb
MD5SUM132271a8a55b01af9ffef359148ae5e1
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48417
Total number of constraints1121431
Number of constraints which are clauses1007614
Number of constraints which are cardinality constraints (but not clauses)3525
Number of constraints which are nor clauses,nor cardinality constraints110292
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.08	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.09	c no version file found!!!
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version	1.6.0_24
0.00/0.09	c os.name	Linux
0.00/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch	amd64
0.00/0.09	c Free memory 1599470296
0.00/0.09	c Max memory 1607860224
0.00/0.09	c Total memory 1607860224
0.00/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-3740830-1338737474.opb
0.08/0.11	c reading problem ... 
10.89/7.71	c ... done. Wall clock time 7.6s.
10.89/7.71	c CPU time (experimental) 6.9s.
10.89/7.71	c #vars     48417
10.89/7.71	c #constraints  1123206
1800.08/1795.01	c starts		: 20
1800.08/1795.01	c conflicts		: 506489
1800.08/1795.01	c decisions		: 678663
1800.08/1795.01	c propagations		: 435072066
1800.08/1795.01	c inspects		: 10653459537
1800.08/1795.01	c learnt literals	: 0
1800.08/1795.01	c learnt binary clauses	: 3
1800.08/1795.01	c learnt ternary clauses	: 8
1800.08/1795.01	c learnt clauses	: 506489
1800.08/1795.01	c root simplifications	: 0
1800.08/1795.01	c removed literals (reason simplification)	: 0
1800.08/1795.01	c reason swapping (by a shorter reason)	: 0
1800.08/1795.01	c Calls to reduceDB	: 0
1800.08/1795.01	c speed (decisions/second)	: 379.7183429568954
1800.08/1795.01	c non guided choices	8827
1800.08/1795.01	s UNKNOWN
1800.08/1795.01	c Total wall clock time (ms): 1794.902

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

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.03 2.01 3/194 10047
/proc/meminfo: memFree=26120020/32873844 swapFree=7128/7128
[pid=10047] ppid=10045 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/10047/stat : 10047 (java) D 10045 10047 5567 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 339814502 9515008 182 33554432000 1073741824 1073778376 140734518667648 140734518658680 209097408181 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/10047/statm: 2323 182 140 9 0 71 0

[startup+0.0117091 s]
/proc/loadavg: 2.10 2.03 2.01 3/194 10047
/proc/meminfo: memFree=26120020/32873844 swapFree=7128/7128
[pid=10047] ppid=10045 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/10047/stat : 10047 (java) S 10045 10047 5567 0 -1 4202496 1206 0 0 0 0 0 0 0 20 0 2 0 339814502 95129600 918 33554432000 1073741824 1073778376 140736001380800 140736001371936 209100767293 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10047/statm: 23225 927 703 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 92900

[startup+0.100317 s]
/proc/loadavg: 2.10 2.03 2.01 3/194 10047
/proc/meminfo: memFree=26120020/32873844 swapFree=7128/7128
[pid=10047] ppid=10045 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/10047/stat : 10047 (java) S 10045 10047 5567 0 -1 4202496 3926 0 1 0 7 1 0 0 20 0 18 0 339814502 3028844544 5645 33554432000 1073741824 1073778376 140736001380800 140736001371936 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10047/statm: 739464 5647 1951 9 0 729885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2957856

[startup+0.300302 s]
/proc/loadavg: 2.10 2.03 2.01 3/194 10047
/proc/meminfo: memFree=26120020/32873844 swapFree=7128/7128
[pid=10047] ppid=10045 vsize=2957856 CPUtime=0.44 cores=1,3,5,7
/proc/10047/stat : 10047 (java) S 10045 10047 5567 0 -1 4202496 5313 0 1 0 42 2 0 0 20 0 18 0 339814502 3028844544 8747 33554432000 1073741824 1073778376 140736001380800 140736001371936 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10047/statm: 739464 8747 2237 9 0 729885 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 2957856

[startup+0.700335 s]
/proc/loadavg: 2.10 2.03 2.01 3/194 10047
/proc/meminfo: memFree=26120020/32873844 swapFree=7128/7128
[pid=10047] ppid=10045 vsize=2957856 CPUtime=1.58 cores=1,3,5,7
/proc/10047/stat : 10047 (java) S 10045 10047 5567 0 -1 4202496 15660 0 1 0 152 6 0 0 20 0 18 0 339814502 3028844544 34366 33554432000 1073741824 1073778376 140736001380800 140736001371936 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10047/statm: 739464 34366 2253 9 0 729885 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 2957856

[startup+1.50079 s]
/proc/loadavg: 2.10 2.03 2.01 3/212 10065
/proc/meminfo: memFree=25838752/32873844 swapFree=7128/7128
[pid=10047] ppid=10045 vsize=2957856 CPUtime=2.54 cores=1,3,5,7
/proc/10047/stat : 10047 (java) S 10045 10047 5567 0 -1 4202496 15886 0 1 0 237 17 0 0 20 0 18 0 339814502 3028844544 117854 33554432000 1073741824 1073778376 140736001380800 140736001371936 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10047/statm: 739464 117854 2270 9 0 729885 0
[pid=10047/tid=10049] ppid=10045 vsize=2957856 CPUtime=1.43 cores=1,3,5,7
/proc/10047/task/10049/stat : 10049 (java) R 10045 10047 5567 0 -1 4202560 2784 0 1 0 131 12 0 0 20 0 18 0 339814503 3028844544 117854 33554432000 1073741824 1073778376 140736001380800 140450326974560 209100793101 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10047/tid=10050] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10050/stat : 10050 (java) S 10045 10047 5567 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 339814505 3028844544 117854 33554432000 1073741824 1073778376 140736001380800 140450192947368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10047/tid=10051] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10051/stat : 10051 (java) S 10045 10047 5567 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 339814505 3028844544 117854 33554432000 1073741824 1073778376 140736001380800 140450191894824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10052] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10052/stat : 10052 (java) S 10045 10047 5567 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 339814505 3028844544 117854 33554432000 1073741824 1073778376 140736001380800 140450190842280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10047/tid=10053] ppid=10045 vsize=2957856 CPUtime=0.01 cores=1,3,5,7
/proc/10047/task/10053/stat : 10053 (java) S 10045 10047 5567 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 339814505 3028844544 117854 33554432000 1073741824 1073778376 140736001380800 140450189789736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10047/tid=10054] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10054/stat : 10054 (java) S 10045 10047 5567 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 339814505 3028844544 117854 33554432000 1073741824 1073778376 140736001380800 140450188737192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10055] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10055/stat : 10055 (java) S 10045 10047 5567 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 339814505 3028844544 117854 33554432000 1073741824 1073778376 140736001380800 140450187684648 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10047/tid=10056] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10056/stat : 10056 (java) S 10045 10047 5567 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 339814505 3028844544 117854 33554432000 1073741824 1073778376 140736001380800 140450186632104 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10047/tid=10057] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10057/stat : 10057 (java) S 10045 10047 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339814505 3028844544 117854 33554432000 1073741824 1073778376 140736001380800 140450185579560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10058] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10058/stat : 10058 (java) S 10045 10047 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339814506 3028844544 117854 33554432000 1073741824 1073778376 140736001380800 140450173167720 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10059] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10059/stat : 10059 (java) S 10045 10047 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 339814507 3028844544 117854 33554432000 1073741824 1073778376 140736001380800 140450172114040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10060] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10060/stat : 10060 (java) S 10045 10047 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339814507 3028844544 117854 33554432000 1073741824 1073778376 140736001380800 140450171061384 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10061] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10061/stat : 10061 (java) S 10045 10047 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339814509 3028844544 117854 33554432000 1073741824 1073778376 140736001380800 140450170010128 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10062] ppid=10045 vsize=2957856 CPUtime=0.45 cores=1,3,5,7
/proc/10047/task/10062/stat : 10062 (java) S 10045 10047 5567 0 -1 4202560 5461 0 0 0 45 0 0 0 20 0 18 0 339814509 3028844544 117854 33554432000 1073741824 1073778376 140736001380800 140450168957496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10063] ppid=10045 vsize=2957856 CPUtime=0.5 cores=1,3,5,7
/proc/10047/task/10063/stat : 10063 (java) S 10045 10047 5567 0 -1 4202560 6401 0 0 0 48 2 0 0 20 0 18 0 339814509 3028844544 117854 33554432000 1073741824 1073778376 140736001380800 140450167904952 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10064] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10064/stat : 10064 (java) S 10045 10047 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339814509 3028844544 117854 33554432000 1073741824 1073778376 140736001380800 140450166852600 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10065] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10065/stat : 10065 (java) S 10045 10047 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339814509 3028844544 117854 33554432000 1073741824 1073778376 140736001380800 140450165800264 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 2957856

[startup+3.1008 s]
/proc/loadavg: 2.10 2.03 2.01 10/212 10065
/proc/meminfo: memFree=25618624/32873844 swapFree=7128/7128
[pid=10047] ppid=10045 vsize=2957856 CPUtime=4.49 cores=1,3,5,7
/proc/10047/stat : 10047 (java) S 10045 10047 5567 0 -1 4202496 16032 0 1 0 420 29 0 0 20 0 18 0 339814502 3028844544 135270 33554432000 1073741824 1073778376 140736001380800 140736001371936 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10047/statm: 739464 135270 2270 9 0 729885 0
[pid=10047/tid=10049] ppid=10045 vsize=2957856 CPUtime=2.91 cores=1,3,5,7
/proc/10047/task/10049/stat : 10049 (java) R 10045 10047 5567 0 -1 4202560 2786 0 1 0 279 12 0 0 20 0 18 0 339814503 3028844544 135270 33554432000 1073741824 1073778376 140736001380800 140450326982344 140450267241005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10047/tid=10050] ppid=10045 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/10047/task/10050/stat : 10050 (java) S 10045 10047 5567 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 18 0 339814505 3028844544 135270 33554432000 1073741824 1073778376 140736001380800 140450192947368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10047/tid=10051] ppid=10045 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/10047/task/10051/stat : 10051 (java) S 10045 10047 5567 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 18 0 339814505 3028844544 135270 33554432000 1073741824 1073778376 140736001380800 140450191894824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10052] ppid=10045 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/10047/task/10052/stat : 10052 (java) S 10045 10047 5567 0 -1 4202560 22 0 0 0 4 1 0 0 20 0 18 0 339814505 3028844544 135270 33554432000 1073741824 1073778376 140736001380800 140450190842280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10047/tid=10053] ppid=10045 vsize=2957856 CPUtime=0.12 cores=1,3,5,7
/proc/10047/task/10053/stat : 10053 (java) S 10045 10047 5567 0 -1 4202560 51 0 0 0 9 3 0 0 20 0 18 0 339814505 3028844544 135270 33554432000 1073741824 1073778376 140736001380800 140450189789736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10054] ppid=10045 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/10047/task/10054/stat : 10054 (java) S 10045 10047 5567 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 18 0 339814505 3028844544 135270 33554432000 1073741824 1073778376 140736001380800 140450188737192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10055] ppid=10045 vsize=2957856 CPUtime=0.03 cores=1,3,5,7
/proc/10047/task/10055/stat : 10055 (java) S 10045 10047 5567 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 18 0 339814505 3028844544 135270 33554432000 1073741824 1073778376 140736001380800 140450187684648 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10056] ppid=10045 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/10047/task/10056/stat : 10056 (java) S 10045 10047 5567 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 18 0 339814505 3028844544 135270 33554432000 1073741824 1073778376 140736001380800 140450186632104 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10057] ppid=10045 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/10047/task/10057/stat : 10057 (java) S 10045 10047 5567 0 -1 4202560 21 0 0 0 4 2 0 0 20 0 18 0 339814505 3028844544 135270 33554432000 1073741824 1073778376 140736001380800 140450185579560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10058] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10058/stat : 10058 (java) S 10045 10047 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339814506 3028844544 135270 33554432000 1073741824 1073778376 140736001380800 140450173167720 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10059] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10059/stat : 10059 (java) S 10045 10047 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 339814507 3028844544 135270 33554432000 1073741824 1073778376 140736001380800 140450172114040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10060] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10060/stat : 10060 (java) S 10045 10047 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339814507 3028844544 135270 33554432000 1073741824 1073778376 140736001380800 140450171061384 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10061] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10061/stat : 10061 (java) S 10045 10047 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339814509 3028844544 135270 33554432000 1073741824 1073778376 140736001380800 140450170010128 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10062] ppid=10045 vsize=2957856 CPUtime=0.47 cores=1,3,5,7
/proc/10047/task/10062/stat : 10062 (java) S 10045 10047 5567 0 -1 4202560 5462 0 0 0 47 0 0 0 20 0 18 0 339814509 3028844544 135270 33554432000 1073741824 1073778376 140736001380800 140450168957496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10063] ppid=10045 vsize=2957856 CPUtime=0.5 cores=1,3,5,7
/proc/10047/task/10063/stat : 10063 (java) S 10045 10047 5567 0 -1 4202560 6401 0 0 0 48 2 0 0 20 0 18 0 339814509 3028844544 135270 33554432000 1073741824 1073778376 140736001380800 140450167904952 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10064] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10064/stat : 10064 (java) S 10045 10047 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339814509 3028844544 135270 33554432000 1073741824 1073778376 140736001380800 140450166852600 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10065] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10065/stat : 10065 (java) S 10045 10047 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339814509 3028844544 135270 33554432000 1073741824 1073778376 140736001380800 140450165800264 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 2957856

[startup+6.30068 s]
/proc/loadavg: 2.66 2.14 2.04 3/212 10065
/proc/meminfo: memFree=25507720/32873844 swapFree=7128/7128
[pid=10047] ppid=10045 vsize=2957856 CPUtime=8.71 cores=1,3,5,7
/proc/10047/stat : 10047 (java) S 10045 10047 5567 0 -1 4202496 16303 0 1 0 826 45 0 0 20 0 18 0 339814502 3028844544 156811 33554432000 1073741824 1073778376 140736001380800 140736001371936 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10047/statm: 739464 156811 2270 9 0 729885 0
[pid=10047/tid=10049] ppid=10045 vsize=2957856 CPUtime=5.75 cores=1,3,5,7
/proc/10047/task/10049/stat : 10049 (java) S 10045 10047 5567 0 -1 4202560 2791 0 1 0 562 13 0 0 20 0 18 0 339814503 3028844544 156811 33554432000 1073741824 1073778376 140736001380800 140450326981896 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10047/tid=10050] ppid=10045 vsize=2957856 CPUtime=0.26 cores=1,3,5,7
/proc/10047/task/10050/stat : 10050 (java) R 10045 10047 5567 0 -1 4202560 71 0 0 0 22 4 0 0 20 0 18 0 339814505 3028844544 156811 33554432000 1073741824 1073778376 140736001380800 140450192947544 140450333878732 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10047/tid=10051] ppid=10045 vsize=2957856 CPUtime=0.17 cores=1,3,5,7
/proc/10047/task/10051/stat : 10051 (java) R 10045 10047 5567 0 -1 4202560 69 0 0 0 13 4 0 0 20 0 18 0 339814505 3028844544 156811 33554432000 1073741824 1073778376 140736001380800 140450191894824 140450333878780 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10052] ppid=10045 vsize=2957856 CPUtime=0.27 cores=1,3,5,7
/proc/10047/task/10052/stat : 10052 (java) R 10045 10047 5567 0 -1 4202560 56 0 0 0 23 4 0 0 20 0 18 0 339814505 3028844544 156811 33554432000 1073741824 1073778376 140736001380800 140450190842280 140450333879212 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10047/tid=10053] ppid=10045 vsize=2957856 CPUtime=0.24 cores=1,3,5,7
/proc/10047/task/10053/stat : 10053 (java) R 10045 10047 5567 0 -1 4202560 74 0 0 0 19 5 0 0 20 0 18 0 339814505 3028844544 156811 33554432000 1073741824 1073778376 140736001380800 140450189789736 140450333491666 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10054] ppid=10045 vsize=2957856 CPUtime=0.18 cores=1,3,5,7
/proc/10047/task/10054/stat : 10054 (java) R 10045 10047 5567 0 -1 4202560 48 0 0 0 15 3 0 0 20 0 18 0 339814505 3028844544 156811 33554432000 1073741824 1073778376 140736001380800 140450188737368 140450329454273 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10055] ppid=10045 vsize=2957856 CPUtime=0.18 cores=1,3,5,7
/proc/10047/task/10055/stat : 10055 (java) R 10045 10047 5567 0 -1 4202560 47 0 0 0 15 3 0 0 20 0 18 0 339814505 3028844544 156811 33554432000 1073741824 1073778376 140736001380800 140450187684648 209100780604 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10056] ppid=10045 vsize=2957856 CPUtime=0.26 cores=1,3,5,7
/proc/10047/task/10056/stat : 10056 (java) R 10045 10047 5567 0 -1 4202560 54 0 0 0 22 4 0 0 20 0 18 0 339814505 3028844544 156811 33554432000 1073741824 1073778376 140736001380800 140450186632280 140450333879212 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10057] ppid=10045 vsize=2957856 CPUtime=0.25 cores=1,3,5,7
/proc/10047/task/10057/stat : 10057 (java) S 10045 10047 5567 0 -1 4202560 48 0 0 0 22 3 0 0 20 0 18 0 339814505 3028844544 156811 33554432000 1073741824 1073778376 140736001380800 140450185579560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10058] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10058/stat : 10058 (java) S 10045 10047 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339814506 3028844544 156811 33554432000 1073741824 1073778376 140736001380800 140450173166600 209100780604 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10059] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10059/stat : 10059 (java) S 10045 10047 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 339814507 3028844544 156811 33554432000 1073741824 1073778376 140736001380800 140450172114040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10060] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10060/stat : 10060 (java) S 10045 10047 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 339814507 3028844544 156811 33554432000 1073741824 1073778376 140736001380800 140450171061384 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10061] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10061/stat : 10061 (java) S 10045 10047 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339814509 3028844544 156811 33554432000 1073741824 1073778376 140736001380800 140450170010128 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10062] ppid=10045 vsize=2957856 CPUtime=0.48 cores=1,3,5,7
/proc/10047/task/10062/stat : 10062 (java) S 10045 10047 5567 0 -1 4202560 5463 0 0 0 48 0 0 0 20 0 18 0 339814509 3028844544 156811 33554432000 1073741824 1073778376 140736001380800 140450168957496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10063] ppid=10045 vsize=2957856 CPUtime=0.5 cores=1,3,5,7
/proc/10047/task/10063/stat : 10063 (java) S 10045 10047 5567 0 -1 4202560 6401 0 0 0 48 2 0 0 20 0 18 0 339814509 3028844544 156811 33554432000 1073741824 1073778376 140736001380800 140450167904952 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10064] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10064/stat : 10064 (java) S 10045 10047 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339814509 3028844544 156811 33554432000 1073741824 1073778376 140736001380800 140450166852600 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10065] ppid=10045 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10065/stat : 10065 (java) S 10045 10047 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339814509 3028844544 156811 33554432000 1073741824 1073778376 140736001380800 140450165800264 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.71
Current children cumulated vsize (KiB) 2957856

[startup+12.7008 s]
/proc/loadavg: 2.60 2.14 2.04 3/213 10066
/proc/meminfo: memFree=25410124/32873844 swapFree=7128/7128
[pid=10047] ppid=10045 vsize=3024420 CPUtime=16.36 cores=1,3,5,7
/proc/10047/stat : 10047 (java) S 10045 10047 5567 0 -1 4202496 16901 0 1 0 1581 55 0 0 20 0 19 0 339814502 3097006080 179262 33554432000 1073741824 1073778376 140736001380800 140736001371936 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10047/statm: 756105 179262 2290 9 0 746526 0
[pid=10047/tid=10049] ppid=10045 vsize=3024420 CPUtime=11.87 cores=1,3,5,7

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

[pid=10047/tid=10062] ppid=10045 vsize=3024420 CPUtime=0.73 cores=1,3,5,7
/proc/10047/task/10062/stat : 10062 (java) S 10045 10047 5567 0 -1 4202560 5502 0 0 0 73 0 0 0 20 0 19 0 339814509 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450168957496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10063] ppid=10045 vsize=3024420 CPUtime=0.74 cores=1,3,5,7
/proc/10047/task/10063/stat : 10063 (java) S 10045 10047 5567 0 -1 4202560 6435 0 0 0 72 2 0 0 20 0 19 0 339814509 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450167904952 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10064] ppid=10045 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10064/stat : 10064 (java) S 10045 10047 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339814509 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450166852600 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10065] ppid=10045 vsize=3024420 CPUtime=1.01 cores=1,3,5,7
/proc/10047/task/10065/stat : 10065 (java) S 10045 10047 5567 0 -1 4202560 95 0 0 0 52 49 0 0 20 0 19 0 339814509 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450165800264 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10047/tid=10066] ppid=10045 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10066/stat : 10066 (java) S 10045 10047 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339815276 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450163598120 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1667.33
Current children cumulated vsize (KiB) 3024420

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 10137
/proc/meminfo: memFree=25795356/32873844 swapFree=7128/7128
[pid=10047] ppid=10045 vsize=3024420 CPUtime=1727.35 cores=1,3,5,7
/proc/10047/stat : 10047 (java) S 10045 10047 5567 0 -1 4202496 17659 0 1 0 172603 132 0 0 20 0 19 0 339814502 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140736001371936 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10047/statm: 756105 250704 2290 9 0 746526 0
[pid=10047/tid=10049] ppid=10045 vsize=3024420 CPUtime=1716.8 cores=1,3,5,7
/proc/10047/task/10049/stat : 10049 (java) R 10045 10047 5567 0 -1 4202560 2813 0 1 0 171640 40 0 0 20 0 19 0 339814503 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450326981936 140450267637174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10050] ppid=10045 vsize=3024420 CPUtime=0.53 cores=1,3,5,7
/proc/10047/task/10050/stat : 10050 (java) S 10045 10047 5567 0 -1 4202560 197 0 0 0 44 9 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450192947368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10051] ppid=10045 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/10047/task/10051/stat : 10051 (java) S 10045 10047 5567 0 -1 4202560 149 0 0 0 28 9 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450191894824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10047/tid=10052] ppid=10045 vsize=3024420 CPUtime=0.6 cores=1,3,5,7
/proc/10047/task/10052/stat : 10052 (java) S 10045 10047 5567 0 -1 4202560 196 0 0 0 49 11 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450190842280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10047/tid=10053] ppid=10045 vsize=3024420 CPUtime=0.52 cores=1,3,5,7
/proc/10047/task/10053/stat : 10053 (java) S 10045 10047 5567 0 -1 4202560 282 0 0 0 43 9 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450189789736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10047/tid=10054] ppid=10045 vsize=3024420 CPUtime=0.46 cores=1,3,5,7
/proc/10047/task/10054/stat : 10054 (java) S 10045 10047 5567 0 -1 4202560 212 0 0 0 38 8 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450188737192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10055] ppid=10045 vsize=3024420 CPUtime=0.45 cores=1,3,5,7
/proc/10047/task/10055/stat : 10055 (java) S 10045 10047 5567 0 -1 4202560 261 0 0 0 37 8 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450187684648 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10047/tid=10056] ppid=10045 vsize=3024420 CPUtime=0.53 cores=1,3,5,7
/proc/10047/task/10056/stat : 10056 (java) S 10045 10047 5567 0 -1 4202560 190 0 0 0 43 10 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450186632104 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10057] ppid=10045 vsize=3024420 CPUtime=0.42 cores=1,3,5,7
/proc/10047/task/10057/stat : 10057 (java) S 10045 10047 5567 0 -1 4202560 130 0 0 0 35 7 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450185579560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10047/tid=10058] ppid=10045 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/10047/task/10058/stat : 10058 (java) S 10045 10047 5567 0 -1 4202560 13 0 0 0 1 2 0 0 20 0 19 0 339814506 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450173167720 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10059] ppid=10045 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10059/stat : 10059 (java) S 10045 10047 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339814507 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450172114040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10060] ppid=10045 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10060/stat : 10060 (java) S 10045 10047 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339814507 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450171061384 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10061] ppid=10045 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10061/stat : 10061 (java) S 10045 10047 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339814509 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450170010128 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10062] ppid=10045 vsize=3024420 CPUtime=0.73 cores=1,3,5,7
/proc/10047/task/10062/stat : 10062 (java) S 10045 10047 5567 0 -1 4202560 5502 0 0 0 73 0 0 0 20 0 19 0 339814509 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450168957496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10063] ppid=10045 vsize=3024420 CPUtime=0.74 cores=1,3,5,7
/proc/10047/task/10063/stat : 10063 (java) S 10045 10047 5567 0 -1 4202560 6435 0 0 0 72 2 0 0 20 0 19 0 339814509 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450167904952 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10064] ppid=10045 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10064/stat : 10064 (java) S 10045 10047 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339814509 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450166852600 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10065] ppid=10045 vsize=3024420 CPUtime=1.05 cores=1,3,5,7
/proc/10047/task/10065/stat : 10065 (java) S 10045 10047 5567 0 -1 4202560 99 0 0 0 55 50 0 0 20 0 19 0 339814509 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450165800264 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10047/tid=10066] ppid=10045 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10066/stat : 10066 (java) S 10045 10047 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339815276 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450163598120 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.35
Current children cumulated vsize (KiB) 3024420

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 10140
/proc/meminfo: memFree=25795100/32873844 swapFree=7128/7128
[pid=10047] ppid=10045 vsize=3024420 CPUtime=1787.37 cores=1,3,5,7
/proc/10047/stat : 10047 (java) S 10045 10047 5567 0 -1 4202496 17663 0 1 0 178603 134 0 0 20 0 19 0 339814502 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140736001371936 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10047/statm: 756105 250704 2290 9 0 746526 0
[pid=10047/tid=10049] ppid=10045 vsize=3024420 CPUtime=1776.64 cores=1,3,5,7
/proc/10047/task/10049/stat : 10049 (java) R 10045 10047 5567 0 -1 4202560 2813 0 1 0 177623 41 0 0 20 0 19 0 339814503 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450326981936 140450267637122 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10050] ppid=10045 vsize=3024420 CPUtime=0.53 cores=1,3,5,7
/proc/10047/task/10050/stat : 10050 (java) S 10045 10047 5567 0 -1 4202560 197 0 0 0 44 9 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450192947368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10051] ppid=10045 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/10047/task/10051/stat : 10051 (java) S 10045 10047 5567 0 -1 4202560 149 0 0 0 28 9 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450191894824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10047/tid=10052] ppid=10045 vsize=3024420 CPUtime=0.6 cores=1,3,5,7
/proc/10047/task/10052/stat : 10052 (java) S 10045 10047 5567 0 -1 4202560 196 0 0 0 49 11 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450190842280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10047/tid=10053] ppid=10045 vsize=3024420 CPUtime=0.52 cores=1,3,5,7
/proc/10047/task/10053/stat : 10053 (java) S 10045 10047 5567 0 -1 4202560 282 0 0 0 43 9 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450189789736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10047/tid=10054] ppid=10045 vsize=3024420 CPUtime=0.46 cores=1,3,5,7
/proc/10047/task/10054/stat : 10054 (java) S 10045 10047 5567 0 -1 4202560 212 0 0 0 38 8 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450188737192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10055] ppid=10045 vsize=3024420 CPUtime=0.45 cores=1,3,5,7
/proc/10047/task/10055/stat : 10055 (java) S 10045 10047 5567 0 -1 4202560 261 0 0 0 37 8 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450187684648 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10047/tid=10056] ppid=10045 vsize=3024420 CPUtime=0.53 cores=1,3,5,7
/proc/10047/task/10056/stat : 10056 (java) S 10045 10047 5567 0 -1 4202560 190 0 0 0 43 10 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450186632104 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10057] ppid=10045 vsize=3024420 CPUtime=0.42 cores=1,3,5,7
/proc/10047/task/10057/stat : 10057 (java) S 10045 10047 5567 0 -1 4202560 130 0 0 0 35 7 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450185579560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10047/tid=10058] ppid=10045 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/10047/task/10058/stat : 10058 (java) S 10045 10047 5567 0 -1 4202560 13 0 0 0 1 2 0 0 20 0 19 0 339814506 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450173167720 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10059] ppid=10045 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10059/stat : 10059 (java) S 10045 10047 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339814507 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450172114040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10060] ppid=10045 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10060/stat : 10060 (java) S 10045 10047 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339814507 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450171061384 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10061] ppid=10045 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10061/stat : 10061 (java) S 10045 10047 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339814509 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450170010128 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10062] ppid=10045 vsize=3024420 CPUtime=0.73 cores=1,3,5,7
/proc/10047/task/10062/stat : 10062 (java) S 10045 10047 5567 0 -1 4202560 5502 0 0 0 73 0 0 0 20 0 19 0 339814509 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450168957496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10063] ppid=10045 vsize=3024420 CPUtime=0.74 cores=1,3,5,7
/proc/10047/task/10063/stat : 10063 (java) S 10045 10047 5567 0 -1 4202560 6435 0 0 0 72 2 0 0 20 0 19 0 339814509 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450167904952 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10064] ppid=10045 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10064/stat : 10064 (java) S 10045 10047 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339814509 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450166852600 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10065] ppid=10045 vsize=3024420 CPUtime=1.09 cores=1,3,5,7
/proc/10047/task/10065/stat : 10065 (java) S 10045 10047 5567 0 -1 4202560 103 0 0 0 56 53 0 0 20 0 19 0 339814509 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450165800264 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10047/tid=10066] ppid=10045 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10066/stat : 10066 (java) S 10045 10047 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339815276 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450163598120 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.37
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 10162
/proc/meminfo: memFree=25795084/32873844 swapFree=7128/7128
[pid=10047] ppid=10045 vsize=3024420 CPUtime=1800.08 cores=1,3,5,7
/proc/10047/stat : 10047 (java) S 10045 10047 5567 0 -1 4202496 17663 0 1 0 179874 134 0 0 20 0 19 0 339814502 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140736001371936 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/10047/statm: 756105 250704 2290 9 0 746526 0
[pid=10047/tid=10049] ppid=10045 vsize=3024420 CPUtime=1789.32 cores=1,3,5,7
/proc/10047/task/10049/stat : 10049 (java) R 10045 10047 5567 0 -1 4202560 2813 0 1 0 178891 41 0 0 20 0 19 0 339814503 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450326981936 140450267649237 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10050] ppid=10045 vsize=3024420 CPUtime=0.53 cores=1,3,5,7
/proc/10047/task/10050/stat : 10050 (java) S 10045 10047 5567 0 -1 4202560 197 0 0 0 44 9 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450192947368 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10051] ppid=10045 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/10047/task/10051/stat : 10051 (java) S 10045 10047 5567 0 -1 4202560 149 0 0 0 28 9 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450191894824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10047/tid=10052] ppid=10045 vsize=3024420 CPUtime=0.6 cores=1,3,5,7
/proc/10047/task/10052/stat : 10052 (java) S 10045 10047 5567 0 -1 4202560 196 0 0 0 49 11 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450190842280 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10047/tid=10053] ppid=10045 vsize=3024420 CPUtime=0.52 cores=1,3,5,7
/proc/10047/task/10053/stat : 10053 (java) S 10045 10047 5567 0 -1 4202560 282 0 0 0 43 9 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450189789736 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10047/tid=10054] ppid=10045 vsize=3024420 CPUtime=0.46 cores=1,3,5,7
/proc/10047/task/10054/stat : 10054 (java) S 10045 10047 5567 0 -1 4202560 212 0 0 0 38 8 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450188737192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10055] ppid=10045 vsize=3024420 CPUtime=0.45 cores=1,3,5,7
/proc/10047/task/10055/stat : 10055 (java) S 10045 10047 5567 0 -1 4202560 261 0 0 0 37 8 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450187684648 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10047/tid=10056] ppid=10045 vsize=3024420 CPUtime=0.53 cores=1,3,5,7
/proc/10047/task/10056/stat : 10056 (java) S 10045 10047 5567 0 -1 4202560 190 0 0 0 43 10 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450186632104 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10057] ppid=10045 vsize=3024420 CPUtime=0.42 cores=1,3,5,7
/proc/10047/task/10057/stat : 10057 (java) S 10045 10047 5567 0 -1 4202560 130 0 0 0 35 7 0 0 20 0 19 0 339814505 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450185579560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10047/tid=10058] ppid=10045 vsize=3024420 CPUtime=0.03 cores=1,3,5,7
/proc/10047/task/10058/stat : 10058 (java) S 10045 10047 5567 0 -1 4202560 13 0 0 0 1 2 0 0 20 0 19 0 339814506 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450173167720 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10059] ppid=10045 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10059/stat : 10059 (java) S 10045 10047 5567 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339814507 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450172114040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10060] ppid=10045 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10060/stat : 10060 (java) S 10045 10047 5567 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339814507 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450171061384 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10061] ppid=10045 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10061/stat : 10061 (java) S 10045 10047 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339814509 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450170010128 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10062] ppid=10045 vsize=3024420 CPUtime=0.73 cores=1,3,5,7
/proc/10047/task/10062/stat : 10062 (java) S 10045 10047 5567 0 -1 4202560 5502 0 0 0 73 0 0 0 20 0 19 0 339814509 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450168957496 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10047/tid=10063] ppid=10045 vsize=3024420 CPUtime=0.74 cores=1,3,5,7
/proc/10047/task/10063/stat : 10063 (java) S 10045 10047 5567 0 -1 4202560 6435 0 0 0 72 2 0 0 20 0 19 0 339814509 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450167904952 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10064] ppid=10045 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10064/stat : 10064 (java) S 10045 10047 5567 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339814509 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450166852600 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10047/tid=10065] ppid=10045 vsize=3024420 CPUtime=1.09 cores=1,3,5,7
/proc/10047/task/10065/stat : 10065 (java) S 10045 10047 5567 0 -1 4202560 103 0 0 0 56 53 0 0 20 0 19 0 339814509 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450165800264 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10047/tid=10066] ppid=10045 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/10047/task/10066/stat : 10066 (java) S 10045 10047 5567 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339815276 3097006080 250704 33554432000 1073741824 1073778376 140736001380800 140450163598120 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 10047 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=239234
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=830721
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.02
CPU time (s): 1800.08
CPU user time (s): 1798.74
CPU system time (s): 1.34
CPU usage (%): 100.282
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.24
system time used= 1.83072
maximum resident set size= 1002932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17694
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38393
involuntary context switches= 4166

runsolver used 6.56 second user time and 16.1855 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-03 17:31:15
IDJOB=3740830
IDBENCH=89637
IDSOLVER=2319
FILE ID=node105/3740830-1338737474
RUNJOBID= node105-1338714526-5584
PBS_JOBID= 14636755
Free space on /tmp= 71216 MiB

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

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

MD5SUM BENCH= 132271a8a55b01af9ffef359148ae5e1
RANDOM SEED=1350301656

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26120400 kB
Buffers:          561128 kB
Cached:          3635020 kB
SwapCached:         1700 kB
Active:          2766504 kB
Inactive:        3100132 kB
Active(anon):    1666948 kB
Inactive(anon):     4800 kB
Active(file):    1099556 kB
Inactive(file):  3095332 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             53416 kB
Writeback:             0 kB
AnonPages:       1674980 kB
Mapped:            17328 kB
Shmem:                 0 kB
Slab:             743832 kB
SReclaimable:     184432 kB
SUnreclaim:       559400 kB
KernelStack:        1592 kB
PageTables:         7552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1826268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1632256 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= 71176 MiB
End job on node105 at 2012-06-03 18:01:12