Trace number 3718128

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
Sat4j PB 2012-05-28OPTIMUM 10.7514 9.0211

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220019--soft-33-100-0.wbo
MD5SUM14adea07f674cbc6036223afab3dc3b4
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.636903
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1259
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120528
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3718128-1338251669.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.056s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     233
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.10/0.16	c ignored satisfied constraints => 1
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.10/0.16	c 102 constraints processed.
0.10/0.16	c objective function length is 64 literals
0.27/0.23	c SATISFIABLE
0.27/0.23	c OPTIMIZING...
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.122
0.27/0.23	o 680
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.152
0.27/0.26	o 673
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.165
0.27/0.27	o 627
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.175
0.27/0.28	o 619
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.189
0.27/0.29	o 618
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.198
0.54/0.30	o 616
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.221
0.54/0.33	o 611
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.227
0.54/0.33	o 588
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.238
0.54/0.34	o 586
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.244
0.54/0.35	o 584
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.258
0.54/0.36	o 577
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.276
0.54/0.38	o 570
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.28
0.54/0.38	o 562
0.69/0.40	c Got one! Elapsed wall clock time (in seconds):0.293
0.69/0.40	o 561
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.308
0.69/0.41	o 537
0.69/0.43	c Got one! Elapsed wall clock time (in seconds):0.329
0.69/0.43	o 517
0.69/0.46	c Got one! Elapsed wall clock time (in seconds):0.353
0.69/0.46	o 492
0.69/0.46	c Got one! Elapsed wall clock time (in seconds):0.358
0.69/0.46	o 491
0.69/0.47	c Got one! Elapsed wall clock time (in seconds):0.365
0.69/0.47	o 478
0.69/0.47	c Got one! Elapsed wall clock time (in seconds):0.37
0.69/0.47	o 467
0.69/0.49	c Got one! Elapsed wall clock time (in seconds):0.382
0.69/0.49	o 459
0.85/0.52	c Got one! Elapsed wall clock time (in seconds):0.419
0.85/0.52	o 458
0.85/0.53	c Got one! Elapsed wall clock time (in seconds):0.426
0.85/0.53	o 402
0.85/0.56	c Got one! Elapsed wall clock time (in seconds):0.46
0.85/0.56	o 369
0.85/0.57	c Got one! Elapsed wall clock time (in seconds):0.465
0.85/0.57	o 363
0.85/0.58	c Got one! Elapsed wall clock time (in seconds):0.475
0.85/0.58	o 357
0.85/0.58	c Got one! Elapsed wall clock time (in seconds):0.48
0.85/0.58	o 353
0.97/0.60	c Got one! Elapsed wall clock time (in seconds):0.494
0.97/0.60	o 347
0.97/0.61	c Got one! Elapsed wall clock time (in seconds):0.508
0.97/0.61	o 345
0.97/0.65	c Got one! Elapsed wall clock time (in seconds):0.542
0.97/0.65	o 339
0.97/0.67	c Got one! Elapsed wall clock time (in seconds):0.569
0.97/0.67	o 312
1.10/0.73	c Got one! Elapsed wall clock time (in seconds):0.623
1.10/0.73	o 292
1.10/0.73	c Got one! Elapsed wall clock time (in seconds):0.628
1.10/0.73	o 290
1.10/0.75	c Got one! Elapsed wall clock time (in seconds):0.641
1.10/0.75	o 283
1.10/0.75	c Got one! Elapsed wall clock time (in seconds):0.65
1.10/0.75	o 253
1.10/0.77	c Got one! Elapsed wall clock time (in seconds):0.67
1.10/0.77	o 249
1.20/0.85	c cleaning 7805 clauses out of 15619 with flag 3605/15619
1.20/0.87	c Got one! Elapsed wall clock time (in seconds):0.769
1.20/0.87	o 245
1.20/0.88	c Got one! Elapsed wall clock time (in seconds):0.778
1.20/0.88	o 231
1.34/0.94	c Got one! Elapsed wall clock time (in seconds):0.833
1.34/0.94	o 201
1.48/1.03	c Got one! Elapsed wall clock time (in seconds):0.928
1.48/1.03	o 197
1.48/1.05	c Got one! Elapsed wall clock time (in seconds):0.95
1.48/1.05	o 190
1.48/1.08	c Got one! Elapsed wall clock time (in seconds):0.971
1.48/1.08	o 187
1.62/1.13	c Got one! Elapsed wall clock time (in seconds):1.022
1.62/1.13	o 182
1.62/1.17	c cleaning 8549 clauses out of 17109 with flag 3489/24914
1.62/1.19	c Got one! Elapsed wall clock time (in seconds):1.084
1.62/1.19	o 181
1.83/1.22	c Got one! Elapsed wall clock time (in seconds):1.111
1.83/1.22	o 180
1.98/1.31	c Got one! Elapsed wall clock time (in seconds):1.204
1.98/1.31	o 173
1.98/1.39	c cleaning 7369 clauses out of 14751 with flag 9107/31105
2.09/1.43	c Got one! Elapsed wall clock time (in seconds):1.322
2.09/1.43	o 170
2.09/1.44	c Got one! Elapsed wall clock time (in seconds):1.336
2.09/1.44	o 134
2.09/1.46	c Got one! Elapsed wall clock time (in seconds):1.358
2.09/1.46	o 131
2.21/1.51	c Got one! Elapsed wall clock time (in seconds):1.406
2.21/1.51	o 122
2.21/1.55	c Got one! Elapsed wall clock time (in seconds):1.444
2.21/1.55	o 120
2.21/1.58	c Got one! Elapsed wall clock time (in seconds):1.477
2.21/1.58	o 117
2.31/1.66	c cleaning 7808 clauses out of 15636 with flag 9309/39359
2.41/1.72	c Got one! Elapsed wall clock time (in seconds):1.611
2.41/1.72	o 107
2.51/1.84	c cleaning 6753 clauses out of 13505 with flag 15793/45036
2.51/1.89	c Got one! Elapsed wall clock time (in seconds):1.786
2.51/1.89	o 105
2.61/1.99	c Got one! Elapsed wall clock time (in seconds):1.888
2.61/1.99	o 104
2.71/2.03	c cleaning 6372 clauses out of 12752 with flag 4359/51036
2.71/2.06	c Got one! Elapsed wall clock time (in seconds):1.96
2.71/2.06	o 100
2.71/2.08	c Got one! Elapsed wall clock time (in seconds):1.977
2.71/2.08	o 95
2.82/2.13	c Got one! Elapsed wall clock time (in seconds):2.026
2.82/2.13	o 93
2.94/2.22	c Got one! Elapsed wall clock time (in seconds):2.117
2.94/2.22	o 83
2.94/2.29	c cleaning 7181 clauses out of 14379 with flag 9274/59035
3.04/2.34	c Got one! Elapsed wall clock time (in seconds):2.24
3.04/2.34	o 55
3.14/2.47	c cleaning 6368 clauses out of 12756 with flag 17842/64593
3.24/2.58	c Got one! Elapsed wall clock time (in seconds):2.476
3.24/2.58	o 54
3.34/2.62	c cleaning 5791 clauses out of 11603 with flag 4860/69808
3.44/2.79	c Got one! Elapsed wall clock time (in seconds):2.684
3.44/2.79	o 45
3.64/2.95	c cleaning 8100 clauses out of 16207 with flag 18881/80204
3.64/2.96	c Got one! Elapsed wall clock time (in seconds):2.855
3.64/2.96	o 42
3.74/3.05	c Got one! Elapsed wall clock time (in seconds):2.943
3.74/3.05	o 35
3.84/3.16	c cleaning 7039 clauses out of 14105 with flag 14669/86202
3.84/3.18	c Got one! Elapsed wall clock time (in seconds):3.072
3.84/3.18	o 23
4.06/3.34	c cleaning 6244 clauses out of 12495 with flag 24347/91631
4.06/3.38	c Got one! Elapsed wall clock time (in seconds):3.274
4.06/3.38	o 17
4.16/3.50	c cleaning 5782 clauses out of 11585 with flag 19008/96965
4.36/3.68	c cleaning 5892 clauses out of 11803 with flag 46694/102965
4.46/3.71	c Got one! Elapsed wall clock time (in seconds):3.609
4.46/3.71	o 12
4.56/3.88	c cleaning 5929 clauses out of 11874 with flag 24638/108928
4.76/4.07	c cleaning 5967 clauses out of 11945 with flag 52987/114928
4.96/4.24	c Got one! Elapsed wall clock time (in seconds):4.132
4.96/4.24	o 11
5.06/4.33	c Got one! Elapsed wall clock time (in seconds):4.222
5.06/4.33	o 10
5.18/4.45	c cleaning 8882 clauses out of 17771 with flag 14902/126721
5.38/4.64	c cleaning 7442 clauses out of 14887 with flag 41358/132719
5.58/4.85	c cleaning 7208 clauses out of 14444 with flag 72283/139719
5.68/4.90	c Got one! Elapsed wall clock time (in seconds):4.797
5.68/4.90	o 9
5.78/5.05	c cleaning 6487 clauses out of 12988 with flag 20630/145471
5.99/5.20	c Got one! Elapsed wall clock time (in seconds):5.098
5.99/5.20	o 8
6.08/5.40	c cleaning 8305 clauses out of 16623 with flag 26633/155594
6.39/5.61	c cleaning 7150 clauses out of 14316 with flag 57146/161592
6.60/5.85	c cleaning 7080 clauses out of 14167 with flag 92072/168593
6.90/6.14	c cleaning 7535 clauses out of 15087 with flag 132367/176593
7.52/6.46	c cleaning 8271 clauses out of 16551 with flag 177722/185592
7.92/6.77	c Got one! Elapsed wall clock time (in seconds):6.661
7.92/6.77	o 7
8.25/7.01	c cleaning 11233 clauses out of 22497 with flag 29521/199810
8.64/7.28	c cleaning 8630 clauses out of 17260 with flag 63545/205807
9.01/7.42	c Got one! Elapsed wall clock time (in seconds):7.317
9.01/7.42	o 4
9.01/7.47	c cleaning 6857 clauses out of 13724 with flag 5832/210902
9.32/7.72	c cleaning 6424 clauses out of 12866 with flag 40949/216901
9.52/7.97	c cleaning 6720 clauses out of 13441 with flag 79238/223901
9.62/8.08	c Got one! Elapsed wall clock time (in seconds):7.98
9.62/8.08	o 3
9.73/8.17	c cleaning 5920 clauses out of 11864 with flag 12388/229044
9.94/8.38	c cleaning 5970 clauses out of 11941 with flag 47747/235044
10.05/8.43	c Got one! Elapsed wall clock time (in seconds):8.328
10.05/8.43	o 2
10.15/8.57	c cleaning 5718 clauses out of 11449 with flag 23746/240523
10.36/8.79	c cleaning 5861 clauses out of 11728 with flag 57978/246524
10.67/9.01	c starts		: 193
10.67/9.01	c conflicts		: 252955
10.67/9.01	c decisions		: 377606
10.67/9.01	c propagations		: 5158540
10.67/9.01	c inspects		: 64112883
10.67/9.01	c shortcuts		: 0
10.67/9.01	c learnt literals	: 34
10.67/9.01	c learnt binary clauses	: 14
10.67/9.01	c learnt ternary clauses	: 161
10.67/9.01	c learnt constraints	: 252920
10.67/9.01	c ignored constraints	: 0
10.67/9.01	c root simplifications	: 0
10.67/9.01	c removed literals (reason simplification)	: 0
10.67/9.01	c reason swapping (by a shorter reason)	: 0
10.67/9.01	c Calls to reduceDB	: 34
10.67/9.01	c Number of update (reduction) of LBD	: 64962
10.67/9.01	c number of reductions to clauses (during analyze)	: 0
10.67/9.01	c number of learned constraints concerned by reduction	: 0
10.67/9.01	c number of learning phase by resolution	: 0
10.67/9.01	c number of learning phase by cutting planes	: 0
10.67/9.01	c speed (assignments/second)	: 583017.6311030741
10.67/9.01	c non guided choices	2837
10.67/9.01	c learnt constraints type 
10.67/9.01	c constraints type 
10.67/9.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
10.67/9.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
10.67/9.01	c ignored satisfied constraints => 1
10.67/9.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
10.67/9.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
10.67/9.01	c 102 constraints processed.
10.67/9.01	s OPTIMUM FOUND
10.67/9.01	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
10.67/9.01	c objective function=2
10.67/9.01	c Total wall clock time (in seconds): 8.908

Verifier Data

OK	2

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-3718128-1338251669/watcher-3718128-1338251669 -o /tmp/evaluation-result-3718128-1338251669/solver-3718128-1338251669 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718128-1338251669.wbo 

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

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


[startup+0 s]
/proc/loadavg: 1.54 1.50 1.76 2/194 13245
/proc/meminfo: memFree=29560636/32873648 swapFree=7368/7368
[pid=13245] ppid=13243 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/13245/stat : 13245 (java) R 13243 13245 13069 0 -1 4202496 987 0 0 0 0 0 0 0 20 0 1 0 291291009 23793664 716 33554432000 1073741824 1073778376 140734246924896 140734246913960 251043820904 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13245/statm: 5809 716 530 9 0 128 0

[startup+0.0926989 s]
/proc/loadavg: 1.54 1.50 1.76 2/194 13245
/proc/meminfo: memFree=29560636/32873648 swapFree=7368/7368
[pid=13245] ppid=13243 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/13245/stat : 13245 (java) S 13243 13245 13069 0 -1 4202496 4329 0 1 0 9 0 0 0 20 0 18 0 291291009 9787817984 5022 33554432000 1073741824 1073778376 140734246924896 140734246916032 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13245/statm: 2389604 5022 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.100243 s]
/proc/loadavg: 1.54 1.50 1.76 2/194 13245
/proc/meminfo: memFree=29560636/32873648 swapFree=7368/7368
[pid=13245] ppid=13243 vsize=9558416 CPUtime=0.1 cores=0,2,4,6
/proc/13245/stat : 13245 (java) S 13243 13245 13069 0 -1 4202496 4420 0 1 0 10 0 0 0 20 0 18 0 291291009 9787817984 5624 33554432000 1073741824 1073778376 140734246924896 140734246916032 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13245/statm: 2389604 5624 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300148 s]
/proc/loadavg: 1.54 1.50 1.76 2/194 13245
/proc/meminfo: memFree=29560636/32873648 swapFree=7368/7368
[pid=13245] ppid=13243 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/13245/stat : 13245 (java) S 13243 13245 13069 0 -1 4202496 6881 0 1 0 53 1 0 0 20 0 19 0 291291009 9855979520 7213 33554432000 1073741824 1073778376 140734246924896 140734246916032 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13245/statm: 2406245 7213 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9624980

[startup+0.700142 s]
/proc/loadavg: 1.54 1.50 1.76 2/194 13245
/proc/meminfo: memFree=29560636/32873648 swapFree=7368/7368
[pid=13245] ppid=13243 vsize=9624980 CPUtime=1.1 cores=0,2,4,6
/proc/13245/stat : 13245 (java) S 13243 13245 13069 0 -1 4202496 7838 0 1 0 109 1 0 0 20 0 19 0 291291009 9855979520 8750 33554432000 1073741824 1073778376 140734246924896 140734246916032 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13245/statm: 2406245 8750 2242 9 0 2396937 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9624980

[startup+1.50074 s]
/proc/loadavg: 1.54 1.50 1.76 3/213 13321
/proc/meminfo: memFree=29567596/32873648 swapFree=7368/7368
[pid=13245] ppid=13243 vsize=9624980 CPUtime=2.21 cores=0,2,4,6
/proc/13245/stat : 13245 (java) S 13243 13245 13069 0 -1 4202496 11754 0 1 0 219 2 0 0 20 0 19 0 291291009 9855979520 12813 33554432000 1073741824 1073778376 140734246924896 140734246916032 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13245/statm: 2406245 12813 2273 9 0 2396937 0
[pid=13245/tid=13247] ppid=13243 vsize=9624980 CPUtime=1.44 cores=0,2,4,6
/proc/13245/task/13247/stat : 13247 (java) R 13243 13245 13069 0 -1 4202560 2519 0 1 0 144 0 0 0 20 0 19 0 291291010 9855979520 12813 33554432000 1073741824 1073778376 140734246924896 140522065564096 140522005714738 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13248] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13248/stat : 13248 (java) S 13243 13245 13069 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 12813 33554432000 1073741824 1073778376 140734246924896 140522004302248 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13249] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13249/stat : 13249 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 12813 33554432000 1073741824 1073778376 140734246924896 140522003249704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13250] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13250/stat : 13250 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 12813 33554432000 1073741824 1073778376 140734246924896 140521907108008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13245/tid=13251] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13251/stat : 13251 (java) S 13243 13245 13069 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 12813 33554432000 1073741824 1073778376 140734246924896 140521906055464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13252] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13252/stat : 13252 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 12813 33554432000 1073741824 1073778376 140734246924896 140521905003432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13245/tid=13253] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13253/stat : 13253 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 12813 33554432000 1073741824 1073778376 140734246924896 140521903950888 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13254] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13254/stat : 13254 (java) S 13243 13245 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 12813 33554432000 1073741824 1073778376 140734246924896 140521902897832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13255] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13255/stat : 13255 (java) S 13243 13245 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 12813 33554432000 1073741824 1073778376 140734246924896 140521901845288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13256] ppid=13243 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13245/task/13256/stat : 13256 (java) S 13243 13245 13069 0 -1 4202560 43 0 0 0 1 0 0 0 20 0 19 0 291291012 9855979520 12813 33554432000 1073741824 1073778376 140734246924896 140521889646952 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13257] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13257/stat : 13257 (java) S 13243 13245 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291291012 9855979520 12813 33554432000 1073741824 1073778376 140734246924896 140521888593272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13258] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13258/stat : 13258 (java) S 13243 13245 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291291012 9855979520 12813 33554432000 1073741824 1073778376 140734246924896 140521887540104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13259] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13259/stat : 13259 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 12813 33554432000 1073741824 1073778376 140734246924896 140521886488848 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13260] ppid=13243 vsize=9624980 CPUtime=0.22 cores=0,2,4,6
/proc/13245/task/13260/stat : 13260 (java) S 13243 13245 13069 0 -1 4202560 2357 0 0 0 22 0 0 0 20 0 19 0 291291015 9855979520 12813 33554432000 1073741824 1073778376 140734246924896 140521885436728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13261] ppid=13243 vsize=9624980 CPUtime=0.46 cores=0,2,4,6
/proc/13245/task/13261/stat : 13261 (java) S 13243 13245 13069 0 -1 4202560 5615 0 0 0 46 0 0 0 20 0 19 0 291291015 9855979520 12813 33554432000 1073741824 1073778376 140734246924896 140521884384184 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13262] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13262/stat : 13262 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 12813 33554432000 1073741824 1073778376 140734246924896 140521883331320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13263] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13263/stat : 13263 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 12813 33554432000 1073741824 1073778376 140734246924896 140521882278984 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13264] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13264/stat : 13264 (java) S 13243 13245 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291291026 9855979520 12813 33554432000 1073741824 1073778376 140734246924896 140521881224232 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9624980

[startup+3.10072 s]
/proc/loadavg: 1.54 1.50 1.76 3/213 13321
/proc/meminfo: memFree=29525352/32873648 swapFree=7368/7368
[pid=13245] ppid=13243 vsize=9624980 CPUtime=3.84 cores=0,2,4,6
/proc/13245/stat : 13245 (java) S 13243 13245 13069 0 -1 4202496 11771 0 1 0 382 2 0 0 20 0 19 0 291291009 9855979520 12823 33554432000 1073741824 1073778376 140734246924896 140734246916032 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13245/statm: 2406245 12823 2274 9 0 2396937 0
[pid=13245/tid=13247] ppid=13243 vsize=9624980 CPUtime=2.97 cores=0,2,4,6
/proc/13245/task/13247/stat : 13247 (java) R 13243 13245 13069 0 -1 4202560 2526 0 1 0 297 0 0 0 20 0 19 0 291291010 9855979520 12823 33554432000 1073741824 1073778376 140734246924896 140522065572248 140522005765912 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13248] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13248/stat : 13248 (java) S 13243 13245 13069 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 12823 33554432000 1073741824 1073778376 140734246924896 140522004302248 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13249] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13249/stat : 13249 (java) S 13243 13245 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 12823 33554432000 1073741824 1073778376 140734246924896 140522003249704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13250] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13250/stat : 13250 (java) S 13243 13245 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 12823 33554432000 1073741824 1073778376 140734246924896 140521907108008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13251] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13251/stat : 13251 (java) S 13243 13245 13069 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 12823 33554432000 1073741824 1073778376 140734246924896 140521906055464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13252] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13252/stat : 13252 (java) S 13243 13245 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 12823 33554432000 1073741824 1073778376 140734246924896 140521905003432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13253] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13253/stat : 13253 (java) S 13243 13245 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 12823 33554432000 1073741824 1073778376 140734246924896 140521903950888 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13254] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13254/stat : 13254 (java) S 13243 13245 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 12823 33554432000 1073741824 1073778376 140734246924896 140521902897832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13255] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13255/stat : 13255 (java) S 13243 13245 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 12823 33554432000 1073741824 1073778376 140734246924896 140521901845288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13245/tid=13256] ppid=13243 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/13245/task/13256/stat : 13256 (java) S 13243 13245 13069 0 -1 4202560 43 0 0 0 7 0 0 0 20 0 19 0 291291012 9855979520 12823 33554432000 1073741824 1073778376 140734246924896 140521889646952 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13257] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13257/stat : 13257 (java) S 13243 13245 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291291012 9855979520 12823 33554432000 1073741824 1073778376 140734246924896 140521888593272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13258] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13258/stat : 13258 (java) S 13243 13245 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291291012 9855979520 12823 33554432000 1073741824 1073778376 140734246924896 140521887540104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13259] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13259/stat : 13259 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 12823 33554432000 1073741824 1073778376 140734246924896 140521886488848 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13260] ppid=13243 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/13245/task/13260/stat : 13260 (java) S 13243 13245 13069 0 -1 4202560 2358 0 0 0 23 0 0 0 20 0 19 0 291291015 9855979520 12823 33554432000 1073741824 1073778376 140734246924896 140521885436728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13261] ppid=13243 vsize=9624980 CPUtime=0.48 cores=0,2,4,6
/proc/13245/task/13261/stat : 13261 (java) S 13243 13245 13069 0 -1 4202560 5616 0 0 0 48 0 0 0 20 0 19 0 291291015 9855979520 12823 33554432000 1073741824 1073778376 140734246924896 140521884384184 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13262] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13262/stat : 13262 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 12823 33554432000 1073741824 1073778376 140734246924896 140521883331320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13263] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13263/stat : 13263 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 12823 33554432000 1073741824 1073778376 140734246924896 140521882278984 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13264] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13264/stat : 13264 (java) S 13243 13245 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291291026 9855979520 12823 33554432000 1073741824 1073778376 140734246924896 140521881224232 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9624980

[startup+6.30064 s]
/proc/loadavg: 1.58 1.51 1.76 3/213 13321
/proc/meminfo: memFree=29528224/32873648 swapFree=7368/7368
[pid=13245] ppid=13243 vsize=9624980 CPUtime=7.31 cores=0,2,4,6
/proc/13245/stat : 13245 (java) S 13243 13245 13069 0 -1 4202496 17869 0 1 0 727 4 0 0 20 0 19 0 291291009 9855979520 15996 33554432000 1073741824 1073778376 140734246924896 140734246916032 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13245/statm: 2406245 15996 2274 9 0 2396937 0
[pid=13245/tid=13247] ppid=13243 vsize=9624980 CPUtime=6.03 cores=0,2,4,6
/proc/13245/task/13247/stat : 13247 (java) R 13243 13245 13069 0 -1 4202560 2541 0 1 0 603 0 0 0 20 0 19 0 291291010 9855979520 15996 33554432000 1073741824 1073778376 140734246924896 140522065572088 140522005846798 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13248] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13248/stat : 13248 (java) S 13243 13245 13069 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 15996 33554432000 1073741824 1073778376 140734246924896 140522004302248 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13249] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13249/stat : 13249 (java) S 13243 13245 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 15996 33554432000 1073741824 1073778376 140734246924896 140522003249704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13250] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13250/stat : 13250 (java) S 13243 13245 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 15996 33554432000 1073741824 1073778376 140734246924896 140521907108008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13251] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13251/stat : 13251 (java) S 13243 13245 13069 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 15996 33554432000 1073741824 1073778376 140734246924896 140521906055464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13245/tid=13252] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13252/stat : 13252 (java) S 13243 13245 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 15996 33554432000 1073741824 1073778376 140734246924896 140521905003432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13253] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13253/stat : 13253 (java) S 13243 13245 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 15996 33554432000 1073741824 1073778376 140734246924896 140521903950888 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13245/tid=13254] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13254/stat : 13254 (java) S 13243 13245 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 15996 33554432000 1073741824 1073778376 140734246924896 140521902897832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13255] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13255/stat : 13255 (java) S 13243 13245 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 15996 33554432000 1073741824 1073778376 140734246924896 140521901845288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13245/tid=13256] ppid=13243 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/13245/task/13256/stat : 13256 (java) S 13243 13245 13069 0 -1 4202560 61 0 0 0 19 0 0 0 20 0 19 0 291291012 9855979520 15996 33554432000 1073741824 1073778376 140734246924896 140521889646952 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13257] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13257/stat : 13257 (java) S 13243 13245 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291291012 9855979520 15996 33554432000 1073741824 1073778376 140734246924896 140521888593272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13258] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13258/stat : 13258 (java) S 13243 13245 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291291012 9855979520 15996 33554432000 1073741824 1073778376 140734246924896 140521887540104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13259] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13259/stat : 13259 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 15996 33554432000 1073741824 1073778376 140734246924896 140521886488848 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13260] ppid=13243 vsize=9624980 CPUtime=0.46 cores=0,2,4,6
/proc/13245/task/13260/stat : 13260 (java) R 13243 13245 13069 0 -1 4202560 8415 0 0 0 44 2 0 0 20 0 19 0 291291015 9855979520 15996 33554432000 1073741824 1073778376 140734246924896 140521885424008 140522069689712 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13245/tid=13261] ppid=13243 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/13245/task/13261/stat : 13261 (java) S 13243 13245 13069 0 -1 4202560 5618 0 0 0 49 0 0 0 20 0 19 0 291291015 9855979520 15996 33554432000 1073741824 1073778376 140734246924896 140521884384184 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13262] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13262/stat : 13262 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 15996 33554432000 1073741824 1073778376 140734246924896 140521883331320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13263] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13263/stat : 13263 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 15996 33554432000 1073741824 1073778376 140734246924896 140521882278984 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13264] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13264/stat : 13264 (java) S 13243 13245 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291291026 9855979520 15996 33554432000 1073741824 1073778376 140734246924896 140521881224232 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 9624980

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

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

/proc/13245/task/13248/stat : 13248 (java) S 13243 13245 13069 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 16434 33554432000 1073741824 1073778376 140734246924896 140522004302248 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13249] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13249/stat : 13249 (java) S 13243 13245 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 16434 33554432000 1073741824 1073778376 140734246924896 140522003249704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13250] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13250/stat : 13250 (java) S 13243 13245 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 16434 33554432000 1073741824 1073778376 140734246924896 140521907108008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13251] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13251/stat : 13251 (java) S 13243 13245 13069 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 16434 33554432000 1073741824 1073778376 140734246924896 140521906055464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13252] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13252/stat : 13252 (java) S 13243 13245 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 16434 33554432000 1073741824 1073778376 140734246924896 140521905003432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13253] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13253/stat : 13253 (java) S 13243 13245 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 16434 33554432000 1073741824 1073778376 140734246924896 140521903950888 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13254] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13254/stat : 13254 (java) S 13243 13245 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 16434 33554432000 1073741824 1073778376 140734246924896 140521902897832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13255] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13255/stat : 13255 (java) S 13243 13245 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 16434 33554432000 1073741824 1073778376 140734246924896 140521901845288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13256] ppid=13243 vsize=9624980 CPUtime=0.24 cores=0,2,4,6
/proc/13245/task/13256/stat : 13256 (java) S 13243 13245 13069 0 -1 4202560 62 0 0 0 24 0 0 0 20 0 19 0 291291012 9855979520 16434 33554432000 1073741824 1073778376 140734246924896 140521889646952 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13245/tid=13257] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13257/stat : 13257 (java) S 13243 13245 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291291012 9855979520 16434 33554432000 1073741824 1073778376 140734246924896 140521888593272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13258] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13258/stat : 13258 (java) S 13243 13245 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291291012 9855979520 16434 33554432000 1073741824 1073778376 140734246924896 140521887540104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13259] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13259/stat : 13259 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 16434 33554432000 1073741824 1073778376 140734246924896 140521886488848 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13260] ppid=13243 vsize=9624980 CPUtime=1.05 cores=0,2,4,6
/proc/13245/task/13260/stat : 13260 (java) S 13243 13245 13069 0 -1 4202560 12958 0 0 0 102 3 0 0 20 0 19 0 291291015 9855979520 16434 33554432000 1073741824 1073778376 140734246924896 140521885436728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13261] ppid=13243 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/13245/task/13261/stat : 13261 (java) S 13243 13245 13069 0 -1 4202560 5618 0 0 0 49 0 0 0 20 0 19 0 291291015 9855979520 16434 33554432000 1073741824 1073778376 140734246924896 140521884384184 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13262] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13262/stat : 13262 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 16434 33554432000 1073741824 1073778376 140734246924896 140521883331320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13263] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13263/stat : 13263 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 16434 33554432000 1073741824 1073778376 140734246924896 140521882278984 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13264] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13264/stat : 13264 (java) S 13243 13245 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291291026 9855979520 16434 33554432000 1073741824 1073778376 140734246924896 140521881224232 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.52
Current children cumulated vsize (KiB) 9624980

[startup+8.70074 s]
/proc/loadavg: 1.61 1.51 1.76 3/213 13321
/proc/meminfo: memFree=29511004/32873648 swapFree=7368/7368
[pid=13245] ppid=13243 vsize=9624980 CPUtime=10.36 cores=0,2,4,6
/proc/13245/stat : 13245 (java) S 13243 13245 13069 0 -1 4202496 22424 0 1 0 1031 5 0 0 20 0 19 0 291291009 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140734246916032 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13245/statm: 2406245 16435 2274 9 0 2396937 0
[pid=13245/tid=13247] ppid=13243 vsize=9624980 CPUtime=8.31 cores=0,2,4,6
/proc/13245/task/13247/stat : 13247 (java) R 13243 13245 13069 0 -1 4202560 2549 0 1 0 831 0 0 0 20 0 19 0 291291010 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140522065572128 140522005693500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13248] ppid=13243 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13245/task/13248/stat : 13248 (java) S 13243 13245 13069 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140522004302248 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13245/tid=13249] ppid=13243 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13245/task/13249/stat : 13249 (java) S 13243 13245 13069 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140522003249704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13250] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13250/stat : 13250 (java) S 13243 13245 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521907108008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13251] ppid=13243 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13245/task/13251/stat : 13251 (java) S 13243 13245 13069 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521906055464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13252] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13252/stat : 13252 (java) S 13243 13245 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521905003432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13253] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13253/stat : 13253 (java) S 13243 13245 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521903950888 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13254] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13254/stat : 13254 (java) S 13243 13245 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521902897832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13255] ppid=13243 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13245/task/13255/stat : 13255 (java) S 13243 13245 13069 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521901845288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13256] ppid=13243 vsize=9624980 CPUtime=0.28 cores=0,2,4,6
/proc/13245/task/13256/stat : 13256 (java) S 13243 13245 13069 0 -1 4202560 62 0 0 0 28 0 0 0 20 0 19 0 291291012 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521889646952 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13245/tid=13257] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13257/stat : 13257 (java) S 13243 13245 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291291012 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521888593272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13258] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13258/stat : 13258 (java) S 13243 13245 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291291012 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521887540104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13259] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13259/stat : 13259 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521886488848 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13260] ppid=13243 vsize=9624980 CPUtime=1.07 cores=0,2,4,6
/proc/13245/task/13260/stat : 13260 (java) S 13243 13245 13069 0 -1 4202560 12958 0 0 0 104 3 0 0 20 0 19 0 291291015 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521885436728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13261] ppid=13243 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/13245/task/13261/stat : 13261 (java) S 13243 13245 13069 0 -1 4202560 5618 0 0 0 49 0 0 0 20 0 19 0 291291015 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521884384184 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13262] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13262/stat : 13262 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521883331320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13263] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13263/stat : 13263 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521882278984 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13264] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13264/stat : 13264 (java) S 13243 13245 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291291026 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521881224232 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 10.36
Current children cumulated vsize (KiB) 9624980

[startup+8.90073 s]
/proc/loadavg: 1.61 1.51 1.76 3/213 13321
/proc/meminfo: memFree=29511004/32873648 swapFree=7368/7368
[pid=13245] ppid=13243 vsize=9624980 CPUtime=10.57 cores=0,2,4,6
/proc/13245/stat : 13245 (java) S 13243 13245 13069 0 -1 4202496 22425 0 1 0 1052 5 0 0 20 0 19 0 291291009 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140734246916032 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13245/statm: 2406245 16435 2274 9 0 2396937 0
[pid=13245/tid=13247] ppid=13243 vsize=9624980 CPUtime=8.49 cores=0,2,4,6
/proc/13245/task/13247/stat : 13247 (java) R 13243 13245 13069 0 -1 4202560 2550 0 1 0 849 0 0 0 20 0 19 0 291291010 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140522065572248 140522005530599 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13248] ppid=13243 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13245/task/13248/stat : 13248 (java) S 13243 13245 13069 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140522004302248 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13249] ppid=13243 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13245/task/13249/stat : 13249 (java) S 13243 13245 13069 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140522003249704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13250] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13250/stat : 13250 (java) S 13243 13245 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521907108008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13245/tid=13251] ppid=13243 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13245/task/13251/stat : 13251 (java) S 13243 13245 13069 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521906055464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13252] ppid=13243 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13245/task/13252/stat : 13252 (java) S 13243 13245 13069 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521905003432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13253] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13253/stat : 13253 (java) S 13243 13245 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521903950888 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13254] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13254/stat : 13254 (java) S 13243 13245 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521902897832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13255] ppid=13243 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13245/task/13255/stat : 13255 (java) S 13243 13245 13069 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521901845288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13256] ppid=13243 vsize=9624980 CPUtime=0.29 cores=0,2,4,6
/proc/13245/task/13256/stat : 13256 (java) S 13243 13245 13069 0 -1 4202560 62 0 0 0 29 0 0 0 20 0 19 0 291291012 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521889646952 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13245/tid=13257] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13257/stat : 13257 (java) S 13243 13245 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291291012 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521888593272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13258] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13258/stat : 13258 (java) S 13243 13245 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291291012 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521887540104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13259] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13259/stat : 13259 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521886488848 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13260] ppid=13243 vsize=9624980 CPUtime=1.07 cores=0,2,4,6
/proc/13245/task/13260/stat : 13260 (java) S 13243 13245 13069 0 -1 4202560 12958 0 0 0 104 3 0 0 20 0 19 0 291291015 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521885436728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13261] ppid=13243 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/13245/task/13261/stat : 13261 (java) S 13243 13245 13069 0 -1 4202560 5618 0 0 0 49 0 0 0 20 0 19 0 291291015 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521884384184 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13262] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13262/stat : 13262 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521883331320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13263] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13263/stat : 13263 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521882278984 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13264] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13264/stat : 13264 (java) S 13243 13245 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291291026 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521881224232 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 10.57
Current children cumulated vsize (KiB) 9624980

[startup+9.00068 s]
/proc/loadavg: 1.61 1.51 1.76 3/213 13321
/proc/meminfo: memFree=29511004/32873648 swapFree=7368/7368
[pid=13245] ppid=13243 vsize=9624980 CPUtime=10.67 cores=0,2,4,6
/proc/13245/stat : 13245 (java) S 13243 13245 13069 0 -1 4202496 22425 0 1 0 1062 5 0 0 20 0 19 0 291291009 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140734246916032 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13245/statm: 2406245 16435 2274 9 0 2396937 0
[pid=13245/tid=13247] ppid=13243 vsize=9624980 CPUtime=8.59 cores=0,2,4,6
/proc/13245/task/13247/stat : 13247 (java) R 13243 13245 13069 0 -1 4202560 2550 0 1 0 859 0 0 0 20 0 19 0 291291010 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140522065572248 140522005677553 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13248] ppid=13243 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13245/task/13248/stat : 13248 (java) S 13243 13245 13069 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140522004302248 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13249] ppid=13243 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13245/task/13249/stat : 13249 (java) S 13243 13245 13069 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140522003249704 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13250] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13250/stat : 13250 (java) S 13243 13245 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521907108008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13245/tid=13251] ppid=13243 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13245/task/13251/stat : 13251 (java) S 13243 13245 13069 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521906055464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13252] ppid=13243 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13245/task/13252/stat : 13252 (java) S 13243 13245 13069 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521905003432 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13253] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13253/stat : 13253 (java) S 13243 13245 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521903950888 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13254] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13254/stat : 13254 (java) S 13243 13245 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521902897832 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13255] ppid=13243 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13245/task/13255/stat : 13255 (java) S 13243 13245 13069 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291291011 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521901845288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13256] ppid=13243 vsize=9624980 CPUtime=0.29 cores=0,2,4,6
/proc/13245/task/13256/stat : 13256 (java) S 13243 13245 13069 0 -1 4202560 62 0 0 0 29 0 0 0 20 0 19 0 291291012 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521889646952 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13245/tid=13257] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13257/stat : 13257 (java) S 13243 13245 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291291012 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521888593272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13258] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13258/stat : 13258 (java) S 13243 13245 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291291012 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521887540104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13259] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13259/stat : 13259 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521886488848 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13245/tid=13260] ppid=13243 vsize=9624980 CPUtime=1.07 cores=0,2,4,6
/proc/13245/task/13260/stat : 13260 (java) S 13243 13245 13069 0 -1 4202560 12958 0 0 0 104 3 0 0 20 0 19 0 291291015 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521885436728 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13261] ppid=13243 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/13245/task/13261/stat : 13261 (java) S 13243 13245 13069 0 -1 4202560 5618 0 0 0 49 0 0 0 20 0 19 0 291291015 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521884384184 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13262] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13262/stat : 13262 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521883331320 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13245/tid=13263] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13263/stat : 13263 (java) S 13243 13245 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291291015 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521882278984 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13245/tid=13264] ppid=13243 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13245/task/13264/stat : 13264 (java) S 13243 13245 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291291026 9855979520 16435 33554432000 1073741824 1073778376 140734246924896 140521881224232 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 10.67
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 9.0211
CPU time (s): 10.7514
CPU user time (s): 10.6004
CPU system time (s): 0.150977
CPU usage (%): 119.18
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.6004
system time used= 0.150977
maximum resident set size= 69908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22443
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1345
involuntary context switches= 826

runsolver used 0.020996 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-29 02:34:29
IDJOB=3718128
IDBENCH=78809
IDSOLVER=2301
FILE ID=node149/3718128-1338251669
RUNJOBID= node149-1338251638-13085
PBS_JOBID= 14624666
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111220019--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718128-1338251669/watcher-3718128-1338251669 -o /tmp/evaluation-result-3718128-1338251669/solver-3718128-1338251669 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718128-1338251669.wbo

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

MD5SUM BENCH= 14adea07f674cbc6036223afab3dc3b4
RANDOM SEED=2013018531

node149.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.145
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	: 5332.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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:       32873648 kB
MemFree:        29560908 kB
Buffers:          641108 kB
Cached:          1748260 kB
SwapCached:         2476 kB
Active:          1189056 kB
Inactive:        1285052 kB
Active(anon):      68036 kB
Inactive(anon):     9368 kB
Active(file):    1121020 kB
Inactive(file):  1275684 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104884 kB
Dirty:               728 kB
Writeback:             0 kB
AnonPages:        104468 kB
Mapped:            22504 kB
Shmem:                96 kB
Slab:             701796 kB
SReclaimable:     144828 kB
SUnreclaim:       556968 kB
KernelStack:        1760 kB
PageTables:         3908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node149 at 2012-05-29 02:34:38