Trace number 3734687

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
PB09: SAT4J Pseudo Resolution 2.1.1? (TO) 1800.09 1794.21

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_3.opb
MD5SUMdc0a3aac3e055af09a2312e5ef9f2aef
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5346
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.1.1.v20090612
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version	1.6.0_24
0.07/0.10	c os.name	Linux
0.07/0.10	c os.version	2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch	amd64
0.07/0.10	c Free memory 1299577560
0.07/0.10	c Max memory 1306394624
0.07/0.10	c Total memory 1306394624
0.07/0.10	c Number of processors 8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c MiniSAT restarts strategy
0.07/0.13	c Memory based learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3734687-1338751958.opb
0.07/0.13	c reading problem ... 
0.07/0.18	c ... done. Wall clock time 0.047s.
0.07/0.18	c #vars     71
0.07/0.18	c #constraints  17
0.07/0.18	c constraints type 
0.07/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16
1800.09/1794.12	c starts		: 23
1800.09/1794.12	c conflicts		: 1913904
1800.09/1794.12	c decisions		: 1915815
1800.09/1794.12	c propagations		: 17271795
1800.09/1794.12	c inspects		: 12950920775
1800.09/1794.12	c learnt literals	: 0
1800.09/1794.12	c learnt binary clauses	: 0
1800.09/1794.12	c learnt ternary clauses	: 0
1800.09/1794.12	c learnt clauses	: 1913904
1800.09/1794.12	c ignored clauses	: 0
1800.09/1794.12	c root simplifications	: 0
1800.09/1794.12	c removed literals (reason simplification)	: 33851947
1800.09/1794.12	c reason swapping (by a shorter reason)	: 0
1800.09/1794.12	c Calls to reduceDB	: 0
1800.09/1794.12	c speed (assignments/second)	: 9627.871547328587
1800.09/1794.12	c non guided choices	34
1800.09/1794.20	c learnt constraints type 
1800.09/1794.20	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 1913909
1800.09/1794.20	c constraints type 
1800.09/1794.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16
1800.09/1794.20	s UNKNOWN
1800.09/1794.20	c Total wall clock time (in seconds): 1794.066

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-3734687-1338751958/watcher-3734687-1338751958 -o /tmp/evaluation-result-3734687-1338751958/solver-3734687-1338751958 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3734687-1338751958.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: 2.00 2.02 2.00 2/194 28871
/proc/meminfo: memFree=25942216/32873844 swapFree=7116/7116
[pid=28871] ppid=28869 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/28871/stat : 28871 (java6) D 28869 28871 28074 0 -1 4202496 95 0 0 0 0 0 0 0 20 0 1 0 341320853 2560000 46 33554432000 1073741824 1073778376 140735058234624 140735058231752 227132140839 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/28871/statm: 625 46 37 9 0 29 0

[startup+0.08677 s]
/proc/loadavg: 2.00 2.02 2.00 2/194 28871
/proc/meminfo: memFree=25942216/32873844 swapFree=7116/7116
[pid=28871] ppid=28869 vsize=2648548 CPUtime=0.05 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28074 0 -1 4202496 3829 0 1 0 4 1 0 0 20 0 18 0 341320853 2712113152 5547 33554432000 1073741824 1073778376 140736395328688 140736395319824 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28871/statm: 662137 5547 1753 9 0 652835 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2648548

[startup+0.10025 s]
/proc/loadavg: 2.00 2.02 2.00 2/194 28871
/proc/meminfo: memFree=25942216/32873844 swapFree=7116/7116
[pid=28871] ppid=28869 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28074 0 -1 4202496 3895 0 1 0 6 1 0 0 20 0 18 0 341320853 2712133632 5613 33554432000 1073741824 1073778376 140736395328688 140736395319824 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28871/statm: 662142 5613 1773 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.300216 s]
/proc/loadavg: 2.00 2.02 2.00 2/194 28871
/proc/meminfo: memFree=25942216/32873844 swapFree=7116/7116
[pid=28871] ppid=28869 vsize=2715132 CPUtime=0.52 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28074 0 -1 4202496 8475 0 1 0 50 2 0 0 20 0 19 0 341320853 2780295168 10681 33554432000 1073741824 1073778376 140736395328688 140736395319824 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28871/statm: 678783 10681 2223 9 0 669476 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2715132

[startup+0.700229 s]
/proc/loadavg: 2.00 2.02 2.00 2/194 28871
/proc/meminfo: memFree=25942216/32873844 swapFree=7116/7116
[pid=28871] ppid=28869 vsize=2715132 CPUtime=1.02 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28074 0 -1 4202496 8525 0 1 0 98 4 0 0 20 0 19 0 341320853 2780295168 30111 33554432000 1073741824 1073778376 140736395328688 140736395319824 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28871/statm: 678783 30111 2234 9 0 669476 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 2715132

[startup+1.50067 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 28890
/proc/meminfo: memFree=25777256/32873844 swapFree=7116/7116
[pid=28871] ppid=28869 vsize=2715132 CPUtime=1.9 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28074 0 -1 4202496 8597 0 1 0 185 5 0 0 20 0 19 0 341320853 2780295168 63908 33554432000 1073741824 1073778376 140736395328688 140736395319824 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28871/statm: 678783 63908 2238 9 0 669476 0
[pid=28871/tid=28873] ppid=28869 vsize=2715132 CPUtime=1.45 cores=0,2,4,6
/proc/28871/task/28873/stat : 28873 (java) R 28869 28871 28074 0 -1 4202560 2905 0 1 0 141 4 0 0 20 0 19 0 341320855 2780295168 63908 33554432000 1073741824 1073778376 140736395328688 139786888499704 139786828658156 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28871/tid=28874] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28874/stat : 28874 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 63908 33554432000 1073741824 1073778376 140736395328688 139786755295400 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28875] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28875/stat : 28875 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 63908 33554432000 1073741824 1073778376 140736395328688 139786754242856 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28876] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28876/stat : 28876 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 63908 33554432000 1073741824 1073778376 140736395328688 139786753190312 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28871/tid=28877] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28877/stat : 28877 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 63908 33554432000 1073741824 1073778376 140736395328688 139786752137768 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28871/tid=28878] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28878/stat : 28878 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 63908 33554432000 1073741824 1073778376 140736395328688 139786751085224 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28879] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28879/stat : 28879 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 63908 33554432000 1073741824 1073778376 140736395328688 139786750032680 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28871/tid=28880] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28880/stat : 28880 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 63908 33554432000 1073741824 1073778376 140736395328688 139786748980136 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28871/tid=28881] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28881/stat : 28881 (java) S 28869 28871 28074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 63908 33554432000 1073741824 1073778376 140736395328688 139786747927592 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28882] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28882/stat : 28882 (java) S 28869 28871 28074 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 341320857 2780295168 63908 33554432000 1073741824 1073778376 140736395328688 139786735728744 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28883] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28883/stat : 28883 (java) S 28869 28871 28074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 341320858 2780295168 63908 33554432000 1073741824 1073778376 140736395328688 139786734675064 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28884] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28884/stat : 28884 (java) S 28869 28871 28074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341320858 2780295168 63908 33554432000 1073741824 1073778376 140736395328688 139786733622408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28885] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28885/stat : 28885 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320861 2780295168 63908 33554432000 1073741824 1073778376 140736395328688 139786732571152 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28886] ppid=28869 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/28871/task/28886/stat : 28886 (java) S 28869 28871 28074 0 -1 4202560 2366 0 0 0 18 0 0 0 20 0 19 0 341320861 2780295168 63908 33554432000 1073741824 1073778376 140736395328688 139786731518520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28887] ppid=28869 vsize=2715132 CPUtime=0.23 cores=0,2,4,6
/proc/28871/task/28887/stat : 28887 (java) S 28869 28871 28074 0 -1 4202560 2129 0 0 0 23 0 0 0 20 0 19 0 341320861 2780295168 63908 33554432000 1073741824 1073778376 140736395328688 139786730465976 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28888] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28888/stat : 28888 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320861 2780295168 63908 33554432000 1073741824 1073778376 140736395328688 139786729413624 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28889] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28889/stat : 28889 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320861 2780295168 63908 33554432000 1073741824 1073778376 140736395328688 139786728361288 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28890] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28890/stat : 28890 (java) S 28869 28871 28074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341320871 2780295168 63908 33554432000 1073741824 1073778376 140736395328688 139786727306024 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 2715132

[startup+3.10069 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 28890
/proc/meminfo: memFree=25606156/32873844 swapFree=7116/7116
[pid=28871] ppid=28869 vsize=2715132 CPUtime=3.51 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28074 0 -1 4202496 8680 0 1 0 344 7 0 0 20 0 19 0 341320853 2780295168 93112 33554432000 1073741824 1073778376 140736395328688 140736395319824 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28871/statm: 678783 93112 2252 9 0 669476 0
[pid=28871/tid=28873] ppid=28869 vsize=2715132 CPUtime=3.04 cores=0,2,4,6
/proc/28871/task/28873/stat : 28873 (java) R 28869 28871 28074 0 -1 4202560 2964 0 1 0 299 5 0 0 20 0 19 0 341320855 2780295168 93112 33554432000 1073741824 1073778376 140736395328688 139786888498632 139786828614433 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28871/tid=28874] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28874/stat : 28874 (java) S 28869 28871 28074 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 93112 33554432000 1073741824 1073778376 140736395328688 139786755295400 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28875] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28875/stat : 28875 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 93112 33554432000 1073741824 1073778376 140736395328688 139786754242856 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28876] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28876/stat : 28876 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 93112 33554432000 1073741824 1073778376 140736395328688 139786753190312 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28871/tid=28877] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28877/stat : 28877 (java) S 28869 28871 28074 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 93112 33554432000 1073741824 1073778376 140736395328688 139786752137768 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28871/tid=28878] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28878/stat : 28878 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 93112 33554432000 1073741824 1073778376 140736395328688 139786751085224 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28879] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28879/stat : 28879 (java) S 28869 28871 28074 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 93112 33554432000 1073741824 1073778376 140736395328688 139786750032680 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28880] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28880/stat : 28880 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 93112 33554432000 1073741824 1073778376 140736395328688 139786748980136 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28871/tid=28881] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28881/stat : 28881 (java) S 28869 28871 28074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 93112 33554432000 1073741824 1073778376 140736395328688 139786747927592 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28882] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28882/stat : 28882 (java) S 28869 28871 28074 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341320857 2780295168 93112 33554432000 1073741824 1073778376 140736395328688 139786735728744 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28883] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28883/stat : 28883 (java) S 28869 28871 28074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341320858 2780295168 93112 33554432000 1073741824 1073778376 140736395328688 139786734675064 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28884] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28884/stat : 28884 (java) S 28869 28871 28074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341320858 2780295168 93112 33554432000 1073741824 1073778376 140736395328688 139786733622408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28885] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28885/stat : 28885 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320861 2780295168 93112 33554432000 1073741824 1073778376 140736395328688 139786732571152 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28886] ppid=28869 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/28871/task/28886/stat : 28886 (java) S 28869 28871 28074 0 -1 4202560 2366 0 0 0 18 0 0 0 20 0 19 0 341320861 2780295168 93112 33554432000 1073741824 1073778376 140736395328688 139786731518520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28887] ppid=28869 vsize=2715132 CPUtime=0.23 cores=0,2,4,6
/proc/28871/task/28887/stat : 28887 (java) S 28869 28871 28074 0 -1 4202560 2129 0 0 0 23 0 0 0 20 0 19 0 341320861 2780295168 93112 33554432000 1073741824 1073778376 140736395328688 139786730465976 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28888] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28888/stat : 28888 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320861 2780295168 93112 33554432000 1073741824 1073778376 140736395328688 139786729413624 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28889] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28889/stat : 28889 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320861 2780295168 93112 33554432000 1073741824 1073778376 140736395328688 139786728361288 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28890] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28890/stat : 28890 (java) S 28869 28871 28074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341320871 2780295168 93112 33554432000 1073741824 1073778376 140736395328688 139786727306024 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 2715132

[startup+6.30069 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 28890
/proc/meminfo: memFree=25562900/32873844 swapFree=7116/7116
[pid=28871] ppid=28869 vsize=2715132 CPUtime=6.76 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28074 0 -1 4202496 8707 0 1 0 667 9 0 0 20 0 19 0 341320853 2780295168 96571 33554432000 1073741824 1073778376 140736395328688 140736395319824 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28871/statm: 678783 96571 2252 9 0 669476 0
[pid=28871/tid=28873] ppid=28869 vsize=2715132 CPUtime=6.21 cores=0,2,4,6
/proc/28871/task/28873/stat : 28873 (java) R 28869 28871 28074 0 -1 4202560 2966 0 1 0 616 5 0 0 20 0 19 0 341320855 2780295168 96571 33554432000 1073741824 1073778376 140736395328688 139786888499640 139786828704945 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28871/tid=28874] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28874/stat : 28874 (java) S 28869 28871 28074 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 96571 33554432000 1073741824 1073778376 140736395328688 139786755295400 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28871/tid=28875] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28875/stat : 28875 (java) S 28869 28871 28074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 96571 33554432000 1073741824 1073778376 140736395328688 139786754242856 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28876] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28876/stat : 28876 (java) S 28869 28871 28074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 96571 33554432000 1073741824 1073778376 140736395328688 139786753190312 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28871/tid=28877] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28877/stat : 28877 (java) S 28869 28871 28074 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 96571 33554432000 1073741824 1073778376 140736395328688 139786752137768 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28878] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28878/stat : 28878 (java) S 28869 28871 28074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 96571 33554432000 1073741824 1073778376 140736395328688 139786751085224 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28879] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28879/stat : 28879 (java) S 28869 28871 28074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 96571 33554432000 1073741824 1073778376 140736395328688 139786750032680 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28880] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28880/stat : 28880 (java) S 28869 28871 28074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 96571 33554432000 1073741824 1073778376 140736395328688 139786748980136 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28871/tid=28881] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28881/stat : 28881 (java) S 28869 28871 28074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341320856 2780295168 96571 33554432000 1073741824 1073778376 140736395328688 139786747927592 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28882] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28882/stat : 28882 (java) S 28869 28871 28074 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 341320857 2780295168 96571 33554432000 1073741824 1073778376 140736395328688 139786735728744 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28883] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28883/stat : 28883 (java) S 28869 28871 28074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341320858 2780295168 96571 33554432000 1073741824 1073778376 140736395328688 139786734675064 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28884] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28884/stat : 28884 (java) S 28869 28871 28074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341320858 2780295168 96571 33554432000 1073741824 1073778376 140736395328688 139786733622408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28885] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28885/stat : 28885 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320861 2780295168 96571 33554432000 1073741824 1073778376 140736395328688 139786732571152 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28886] ppid=28869 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/28871/task/28886/stat : 28886 (java) S 28869 28871 28074 0 -1 4202560 2366 0 0 0 18 0 0 0 20 0 19 0 341320861 2780295168 96571 33554432000 1073741824 1073778376 140736395328688 139786731518520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28887] ppid=28869 vsize=2715132 CPUtime=0.23 cores=0,2,4,6
/proc/28871/task/28887/stat : 28887 (java) S 28869 28871 28074 0 -1 4202560 2129 0 0 0 23 0 0 0 20 0 19 0 341320861 2780295168 96571 33554432000 1073741824 1073778376 140736395328688 139786730465976 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28888] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28888/stat : 28888 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320861 2780295168 96571 33554432000 1073741824 1073778376 140736395328688 139786729413624 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28889] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28889/stat : 28889 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320861 2780295168 96571 33554432000 1073741824 1073778376 140736395328688 139786728361288 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28890] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28890/stat : 28890 (java) S 28869 28871 28074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341320871 2780295168 96571 33554432000 1073741824 1073778376 140736395328688 139786727306024 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]

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

[pid=28871/tid=28886] ppid=28869 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/28871/task/28886/stat : 28886 (java) S 28869 28871 28074 0 -1 4202560 2366 0 0 0 18 0 0 0 20 0 19 0 341320861 2780295168 244250 33554432000 1073741824 1073778376 140736395328688 139786731518520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28887] ppid=28869 vsize=2715132 CPUtime=0.24 cores=0,2,4,6
/proc/28871/task/28887/stat : 28887 (java) S 28869 28871 28074 0 -1 4202560 2130 0 0 0 24 0 0 0 20 0 19 0 341320861 2780295168 244250 33554432000 1073741824 1073778376 140736395328688 139786730465976 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28888] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28888/stat : 28888 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320861 2780295168 244250 33554432000 1073741824 1073778376 140736395328688 139786729413624 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28889] ppid=28869 vsize=2715132 CPUtime=0.74 cores=0,2,4,6
/proc/28871/task/28889/stat : 28889 (java) S 28869 28871 28074 0 -1 4202560 99 0 0 0 44 30 0 0 20 0 19 0 341320861 2780295168 244250 33554432000 1073741824 1073778376 140736395328688 139786728361288 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28890] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28890/stat : 28890 (java) S 28869 28871 28074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341320871 2780295168 244250 33554432000 1073741824 1073778376 140736395328688 139786727306024 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1728
Current children cumulated vsize (KiB) 2715132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 28988
/proc/meminfo: memFree=25741488/32873844 swapFree=7116/7116
[pid=28871] ppid=28869 vsize=2715132 CPUtime=1788.15 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28074 0 -1 4202496 10999 0 1 0 178730 85 0 0 20 0 19 0 341320853 2780295168 246810 33554432000 1073741824 1073778376 140736395328688 140736395319824 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28871/statm: 678783 246810 2252 9 0 669476 0
[pid=28871/tid=28873] ppid=28869 vsize=2715132 CPUtime=1775.4 cores=0,2,4,6
/proc/28871/task/28873/stat : 28873 (java) R 28869 28871 28074 0 -1 4202560 3027 0 1 0 177506 34 0 0 20 0 19 0 341320855 2780295168 246810 33554432000 1073741824 1073778376 140736395328688 139786888498592 139786828657294 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28874] ppid=28869 vsize=2715132 CPUtime=0.89 cores=0,2,4,6
/proc/28871/task/28874/stat : 28874 (java) S 28869 28871 28074 0 -1 4202560 298 0 0 0 83 6 0 0 20 0 19 0 341320856 2780295168 246810 33554432000 1073741824 1073778376 140736395328688 139786755295400 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28871/tid=28875] ppid=28869 vsize=2715132 CPUtime=1.01 cores=0,2,4,6
/proc/28871/task/28875/stat : 28875 (java) S 28869 28871 28074 0 -1 4202560 252 0 0 0 94 7 0 0 20 0 19 0 341320856 2780295168 246810 33554432000 1073741824 1073778376 140736395328688 139786754242856 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28876] ppid=28869 vsize=2715132 CPUtime=0.91 cores=0,2,4,6
/proc/28871/task/28876/stat : 28876 (java) S 28869 28871 28074 0 -1 4202560 180 0 0 0 85 6 0 0 20 0 19 0 341320856 2780295168 246810 33554432000 1073741824 1073778376 140736395328688 139786753190312 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28877] ppid=28869 vsize=2715132 CPUtime=0.83 cores=0,2,4,6
/proc/28871/task/28877/stat : 28877 (java) S 28869 28871 28074 0 -1 4202560 271 0 0 0 77 6 0 0 20 0 19 0 341320856 2780295168 246810 33554432000 1073741824 1073778376 140736395328688 139786752137768 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28878] ppid=28869 vsize=2715132 CPUtime=0.82 cores=0,2,4,6
/proc/28871/task/28878/stat : 28878 (java) S 28869 28871 28074 0 -1 4202560 289 0 0 0 77 5 0 0 20 0 19 0 341320856 2780295168 246810 33554432000 1073741824 1073778376 140736395328688 139786751085224 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28879] ppid=28869 vsize=2715132 CPUtime=0.89 cores=0,2,4,6
/proc/28871/task/28879/stat : 28879 (java) S 28869 28871 28074 0 -1 4202560 246 0 0 0 84 5 0 0 20 0 19 0 341320856 2780295168 246810 33554432000 1073741824 1073778376 140736395328688 139786750032680 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28871/tid=28880] ppid=28869 vsize=2715132 CPUtime=0.87 cores=0,2,4,6
/proc/28871/task/28880/stat : 28880 (java) S 28869 28871 28074 0 -1 4202560 231 0 0 0 81 6 0 0 20 0 19 0 341320856 2780295168 246810 33554432000 1073741824 1073778376 140736395328688 139786748980136 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28881] ppid=28869 vsize=2715132 CPUtime=0.84 cores=0,2,4,6
/proc/28871/task/28881/stat : 28881 (java) S 28869 28871 28074 0 -1 4202560 328 0 0 0 79 5 0 0 20 0 19 0 341320856 2780295168 246810 33554432000 1073741824 1073778376 140736395328688 139786747927592 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28882] ppid=28869 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/28871/task/28882/stat : 28882 (java) S 28869 28871 28074 0 -1 4202560 95 0 0 0 1 2 0 0 20 0 19 0 341320857 2780295168 246810 33554432000 1073741824 1073778376 140736395328688 139786735728744 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28871/tid=28883] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28883/stat : 28883 (java) S 28869 28871 28074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341320858 2780295168 246810 33554432000 1073741824 1073778376 140736395328688 139786734675064 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28884] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28884/stat : 28884 (java) S 28869 28871 28074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341320858 2780295168 246810 33554432000 1073741824 1073778376 140736395328688 139786733622408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28885] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28885/stat : 28885 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320861 2780295168 246810 33554432000 1073741824 1073778376 140736395328688 139786732571152 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28886] ppid=28869 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/28871/task/28886/stat : 28886 (java) S 28869 28871 28074 0 -1 4202560 2366 0 0 0 18 0 0 0 20 0 19 0 341320861 2780295168 246810 33554432000 1073741824 1073778376 140736395328688 139786731518520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28887] ppid=28869 vsize=2715132 CPUtime=0.24 cores=0,2,4,6
/proc/28871/task/28887/stat : 28887 (java) S 28869 28871 28074 0 -1 4202560 2130 0 0 0 24 0 0 0 20 0 19 0 341320861 2780295168 246810 33554432000 1073741824 1073778376 140736395328688 139786730465976 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28888] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28888/stat : 28888 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320861 2780295168 246810 33554432000 1073741824 1073778376 140736395328688 139786729413624 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28889] ppid=28869 vsize=2715132 CPUtime=0.77 cores=0,2,4,6
/proc/28871/task/28889/stat : 28889 (java) S 28869 28871 28074 0 -1 4202560 103 0 0 0 45 32 0 0 20 0 19 0 341320861 2780295168 246810 33554432000 1073741824 1073778376 140736395328688 139786728361288 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28871/tid=28890] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28890/stat : 28890 (java) S 28869 28871 28074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341320871 2780295168 246810 33554432000 1073741824 1073778376 140736395328688 139786727306024 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1788.15
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 28988
/proc/meminfo: memFree=25733296/32873844 swapFree=7116/7116
[pid=28871] ppid=28869 vsize=2715132 CPUtime=1800.09 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28074 0 -1 4202496 11029 0 1 0 179922 87 0 0 20 0 19 0 341320853 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 140736395319824 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28871/statm: 678783 248876 2252 9 0 669476 0
[pid=28871/tid=28873] ppid=28869 vsize=2715132 CPUtime=1787.14 cores=0,2,4,6
/proc/28871/task/28873/stat : 28873 (java) R 28869 28871 28074 0 -1 4202560 3028 0 1 0 178679 35 0 0 20 0 19 0 341320855 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786888498544 139786828762086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28874] ppid=28869 vsize=2715132 CPUtime=0.91 cores=0,2,4,6
/proc/28871/task/28874/stat : 28874 (java) S 28869 28871 28074 0 -1 4202560 316 0 0 0 85 6 0 0 20 0 19 0 341320856 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786755295400 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28871/tid=28875] ppid=28869 vsize=2715132 CPUtime=1.03 cores=0,2,4,6
/proc/28871/task/28875/stat : 28875 (java) S 28869 28871 28074 0 -1 4202560 254 0 0 0 96 7 0 0 20 0 19 0 341320856 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786754242856 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28876] ppid=28869 vsize=2715132 CPUtime=0.93 cores=0,2,4,6
/proc/28871/task/28876/stat : 28876 (java) S 28869 28871 28074 0 -1 4202560 181 0 0 0 87 6 0 0 20 0 19 0 341320856 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786753190312 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28877] ppid=28869 vsize=2715132 CPUtime=0.87 cores=0,2,4,6
/proc/28871/task/28877/stat : 28877 (java) S 28869 28871 28074 0 -1 4202560 272 0 0 0 80 7 0 0 20 0 19 0 341320856 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786752137768 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28871/tid=28878] ppid=28869 vsize=2715132 CPUtime=0.84 cores=0,2,4,6
/proc/28871/task/28878/stat : 28878 (java) S 28869 28871 28074 0 -1 4202560 290 0 0 0 79 5 0 0 20 0 19 0 341320856 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786751085224 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28879] ppid=28869 vsize=2715132 CPUtime=0.91 cores=0,2,4,6
/proc/28871/task/28879/stat : 28879 (java) S 28869 28871 28074 0 -1 4202560 247 0 0 0 85 6 0 0 20 0 19 0 341320856 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786750032680 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28871/tid=28880] ppid=28869 vsize=2715132 CPUtime=0.88 cores=0,2,4,6
/proc/28871/task/28880/stat : 28880 (java) S 28869 28871 28074 0 -1 4202560 233 0 0 0 82 6 0 0 20 0 19 0 341320856 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786748980136 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28871/tid=28881] ppid=28869 vsize=2715132 CPUtime=0.85 cores=0,2,4,6
/proc/28871/task/28881/stat : 28881 (java) S 28869 28871 28074 0 -1 4202560 329 0 0 0 80 5 0 0 20 0 19 0 341320856 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786747927592 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28871/tid=28882] ppid=28869 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/28871/task/28882/stat : 28882 (java) S 28869 28871 28074 0 -1 4202560 97 0 0 0 1 2 0 0 20 0 19 0 341320857 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786735728744 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28883] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28883/stat : 28883 (java) S 28869 28871 28074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341320858 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786734675064 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28884] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28884/stat : 28884 (java) S 28869 28871 28074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341320858 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786733622408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28885] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28885/stat : 28885 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320861 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786732571152 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28886] ppid=28869 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/28871/task/28886/stat : 28886 (java) S 28869 28871 28074 0 -1 4202560 2366 0 0 0 18 0 0 0 20 0 19 0 341320861 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786731518520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28887] ppid=28869 vsize=2715132 CPUtime=0.24 cores=0,2,4,6
/proc/28871/task/28887/stat : 28887 (java) S 28869 28871 28074 0 -1 4202560 2130 0 0 0 24 0 0 0 20 0 19 0 341320861 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786730465976 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28888] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28888/stat : 28888 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320861 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786729413624 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28889] ppid=28869 vsize=2715132 CPUtime=0.77 cores=0,2,4,6
/proc/28871/task/28889/stat : 28889 (java) S 28869 28871 28074 0 -1 4202560 103 0 0 0 45 32 0 0 20 0 19 0 341320861 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786728361288 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28871/tid=28890] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28890/stat : 28890 (java) S 28869 28871 28074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341320871 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786727306024 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2715132

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

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

[startup+1794.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 28988
/proc/meminfo: memFree=25733296/32873844 swapFree=7116/7116
[pid=28871] ppid=28869 vsize=2715132 CPUtime=1800.09 cores=0,2,4,6
/proc/28871/stat : 28871 (java) S 28869 28871 28074 0 -1 4202496 11029 0 1 0 179922 87 0 0 20 0 19 0 341320853 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 140736395319824 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28871/statm: 678783 248876 2252 9 0 669476 0
[pid=28871/tid=28873] ppid=28869 vsize=2715132 CPUtime=1787.14 cores=0,2,4,6
/proc/28871/task/28873/stat : 28873 (java) R 28869 28871 28074 0 -1 4202560 3028 0 1 0 178679 35 0 0 20 0 19 0 341320855 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786888498544 139786828762086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28874] ppid=28869 vsize=2715132 CPUtime=0.91 cores=0,2,4,6
/proc/28871/task/28874/stat : 28874 (java) S 28869 28871 28074 0 -1 4202560 316 0 0 0 85 6 0 0 20 0 19 0 341320856 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786755295400 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28871/tid=28875] ppid=28869 vsize=2715132 CPUtime=1.03 cores=0,2,4,6
/proc/28871/task/28875/stat : 28875 (java) S 28869 28871 28074 0 -1 4202560 254 0 0 0 96 7 0 0 20 0 19 0 341320856 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786754242856 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28876] ppid=28869 vsize=2715132 CPUtime=0.93 cores=0,2,4,6
/proc/28871/task/28876/stat : 28876 (java) S 28869 28871 28074 0 -1 4202560 181 0 0 0 87 6 0 0 20 0 19 0 341320856 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786753190312 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28877] ppid=28869 vsize=2715132 CPUtime=0.87 cores=0,2,4,6
/proc/28871/task/28877/stat : 28877 (java) S 28869 28871 28074 0 -1 4202560 272 0 0 0 80 7 0 0 20 0 19 0 341320856 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786752137768 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28871/tid=28878] ppid=28869 vsize=2715132 CPUtime=0.84 cores=0,2,4,6
/proc/28871/task/28878/stat : 28878 (java) S 28869 28871 28074 0 -1 4202560 290 0 0 0 79 5 0 0 20 0 19 0 341320856 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786751085224 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28879] ppid=28869 vsize=2715132 CPUtime=0.91 cores=0,2,4,6
/proc/28871/task/28879/stat : 28879 (java) S 28869 28871 28074 0 -1 4202560 247 0 0 0 85 6 0 0 20 0 19 0 341320856 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786750032680 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28871/tid=28880] ppid=28869 vsize=2715132 CPUtime=0.88 cores=0,2,4,6
/proc/28871/task/28880/stat : 28880 (java) S 28869 28871 28074 0 -1 4202560 233 0 0 0 82 6 0 0 20 0 19 0 341320856 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786748980136 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28871/tid=28881] ppid=28869 vsize=2715132 CPUtime=0.85 cores=0,2,4,6
/proc/28871/task/28881/stat : 28881 (java) S 28869 28871 28074 0 -1 4202560 329 0 0 0 80 5 0 0 20 0 19 0 341320856 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786747927592 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28871/tid=28882] ppid=28869 vsize=2715132 CPUtime=0.03 cores=0,2,4,6
/proc/28871/task/28882/stat : 28882 (java) S 28869 28871 28074 0 -1 4202560 97 0 0 0 1 2 0 0 20 0 19 0 341320857 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786735728744 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28883] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28883/stat : 28883 (java) S 28869 28871 28074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341320858 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786734675064 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28884] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28884/stat : 28884 (java) S 28869 28871 28074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341320858 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786733622408 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28885] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28885/stat : 28885 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320861 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786732571152 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28886] ppid=28869 vsize=2715132 CPUtime=0.18 cores=0,2,4,6
/proc/28871/task/28886/stat : 28886 (java) S 28869 28871 28074 0 -1 4202560 2366 0 0 0 18 0 0 0 20 0 19 0 341320861 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786731518520 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28871/tid=28887] ppid=28869 vsize=2715132 CPUtime=0.24 cores=0,2,4,6
/proc/28871/task/28887/stat : 28887 (java) S 28869 28871 28074 0 -1 4202560 2130 0 0 0 24 0 0 0 20 0 19 0 341320861 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786730465976 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28888] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28888/stat : 28888 (java) S 28869 28871 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341320861 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786729413624 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28871/tid=28889] ppid=28869 vsize=2715132 CPUtime=0.77 cores=0,2,4,6
/proc/28871/task/28889/stat : 28889 (java) S 28869 28871 28074 0 -1 4202560 103 0 0 0 45 32 0 0 20 0 19 0 341320861 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786728361288 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28871/tid=28890] ppid=28869 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/28871/task/28890/stat : 28890 (java) S 28869 28871 28074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 341320871 2780295168 248876 33554432000 1073741824 1073778376 140736395328688 139786727306024 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2715132

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28871 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=729159
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=313800
# CPU time returned by wait4() is 1796.04
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.21
CPU time (s): 1800.09
CPU user time (s): 1799.22
CPU system time (s): 0.87
CPU usage (%): 100.328
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.73
system time used= 1.3138
maximum resident set size= 995692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11079
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39934
involuntary context switches= 21397

runsolver used 5.83111 second user time and 14.7718 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-03 21:32:38
IDJOB=3734687
IDBENCH=2893
IDSOLVER=2322
FILE ID=node138/3734687-1338751958
RUNJOBID= node138-1338746236-28090
PBS_JOBID= 14636774
Free space on /tmp= 70768 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_3.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734687-1338751958/watcher-3734687-1338751958 -o /tmp/evaluation-result-3734687-1338751958/solver-3734687-1338751958 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3734687-1338751958.opb

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

MD5SUM BENCH= dc0a3aac3e055af09a2312e5ef9f2aef
RANDOM SEED=1019199599

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25942852 kB
Buffers:          724380 kB
Cached:          3919292 kB
SwapCached:          208 kB
Active:          3708600 kB
Inactive:        2284780 kB
Active(anon):    1333780 kB
Inactive(anon):    11376 kB
Active(file):    2374820 kB
Inactive(file):  2273404 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:                80 kB
Writeback:             0 kB
AnonPages:       1382512 kB
Mapped:            22556 kB
Shmem:               200 kB
Slab:             771812 kB
SReclaimable:     213800 kB
SUnreclaim:       558012 kB
KernelStack:        1760 kB
PageTables:         6784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1345536 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= 70768 MiB
End job on node138 at 2012-06-03 22:02:34