Trace number 3711233

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
SAT4J PB specific settings 2.3.2 snapshotSAT (TO)-26 1800.09 1795.75

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_10_2.opb
MD5SUM597624b9879736416e28e0a242fe0005
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-26
Best CPU time to get the best result obtained on this benchmark2.6406
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -26
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint10
Maximum length of a constraint20
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1260
Sum of products size (including duplicates)2520
Number of different products630
Sum of products size1260

Quality of the solution as a function of time


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

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.07	c version 2.3.2.v20120418
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		501472288
0.01/0.07	c Max memory 		7480803328
0.01/0.07	c Total memory 		504102912
0.01/0.07	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3711233-1338168322.opb
0.10/0.11	c reading problem ... 
0.25/0.22	c ... done. Wall clock time 0.107s.
0.25/0.22	c declared #vars     100
0.25/0.22	c internal #vars     730
0.25/0.22	c #constraints  1360
0.25/0.22	c constraints type 
0.25/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 630
0.25/0.22	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
0.25/0.22	c ignored satisfied constraints => 100
0.25/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 630
0.25/0.22	c 1460 constraints processed.
0.25/0.23	c SATISFIABLE
0.25/0.23	c OPTIMIZING...
0.25/0.23	c Got one! Elapsed wall clock time (in seconds):0.116
0.25/0.23	o 0
0.25/0.23	c Got one! Elapsed wall clock time (in seconds):0.119
0.25/0.23	o -1
0.25/0.23	c Got one! Elapsed wall clock time (in seconds):0.122
0.25/0.23	o -2
0.25/0.23	c Got one! Elapsed wall clock time (in seconds):0.124
0.25/0.23	o -3
0.25/0.24	c Got one! Elapsed wall clock time (in seconds):0.128
0.25/0.24	o -4
0.25/0.24	c Got one! Elapsed wall clock time (in seconds):0.131
0.25/0.24	o -16
0.25/0.26	c Got one! Elapsed wall clock time (in seconds):0.155
0.25/0.26	o -17
0.25/0.27	c Got one! Elapsed wall clock time (in seconds):0.157
0.25/0.27	o -22
0.49/0.32	c Got one! Elapsed wall clock time (in seconds):0.214
0.49/0.32	o -23
0.79/0.55	c cleaning 2779 clauses out of 5558 with flag 5001/5558
1.18/0.81	c cleaning 4389 clauses out of 8778 with flag 11000/11557
1.39/1.05	c Got one! Elapsed wall clock time (in seconds):0.944
1.39/1.05	o -24
1.68/1.37	c cleaning 7395 clauses out of 14797 with flag 5000/21965
1.81/1.44	c Got one! Elapsed wall clock time (in seconds):1.334
1.81/1.44	o -25
2.02/1.68	c cleaning 6690 clauses out of 13392 with flag 5001/27955
2.44/2.02	c cleaning 6348 clauses out of 12703 with flag 11002/33956
2.86/2.40	c cleaning 6677 clauses out of 13357 with flag 18004/40958
2.96/2.56	c Got one! Elapsed wall clock time (in seconds):2.455
2.96/2.56	o -26
3.16/2.71	c cleaning 6223 clauses out of 12449 with flag 2000/46727
3.46/3.05	c cleaning 6114 clauses out of 12227 with flag 8001/52728
3.88/3.42	c cleaning 6556 clauses out of 13115 with flag 15003/59730
4.29/3.87	c cleaning 7278 clauses out of 14556 with flag 23000/67727
4.90/4.45	c cleaning 8137 clauses out of 16279 with flag 32001/76728
5.49/5.05	c cleaning 9071 clauses out of 18142 with flag 42001/86728
6.20/5.77	c cleaning 10031 clauses out of 20071 with flag 53001/97728
7.11/6.63	c cleaning 11016 clauses out of 22039 with flag 65000/109727
8.11/7.66	c cleaning 12011 clauses out of 24025 with flag 78002/122729
9.22/8.72	c cleaning 13004 clauses out of 26014 with flag 92002/136729
10.21/9.79	c cleaning 14001 clauses out of 28008 with flag 107000/151727
11.73/11.23	c cleaning 15003 clauses out of 30008 with flag 123001/167728
13.33/12.85	c cleaning 16000 clauses out of 32004 with flag 140000/184727
15.17/14.66	c cleaning 16994 clauses out of 34006 with flag 158002/202729
16.89/16.35	c cleaning 17998 clauses out of 36011 with flag 177001/221728
18.90/18.34	c cleaning 19000 clauses out of 38012 with flag 197000/241727
21.10/20.52	c cleaning 20007 clauses out of 40013 with flag 218001/262728
23.62/23.07	c cleaning 21004 clauses out of 42009 with flag 240004/284731
26.42/25.89	c cleaning 21998 clauses out of 44001 with flag 263000/307727
29.02/28.50	c cleaning 22996 clauses out of 46003 with flag 287000/331727
32.44/31.88	c cleaning 23998 clauses out of 48007 with flag 312000/356727
36.36/35.77	c cleaning 25004 clauses out of 50010 with flag 338001/382728
40.49/39.85	c cleaning 26000 clauses out of 52006 with flag 365001/409728
43.90/43.27	c cleaning 26998 clauses out of 54006 with flag 393001/437728
48.63/47.96	c cleaning 28000 clauses out of 56007 with flag 422000/466727
53.56/52.87	c cleaning 29001 clauses out of 58007 with flag 452000/496727
58.38/57.68	c cleaning 29998 clauses out of 60007 with flag 483001/527728
63.30/62.54	c cleaning 31002 clauses out of 62009 with flag 515001/559728
69.75/68.93	c cleaning 32002 clauses out of 64006 with flag 548000/592727
75.46/74.65	c cleaning 33000 clauses out of 66007 with flag 582003/626730
81.10/80.21	c cleaning 34002 clauses out of 68004 with flag 617000/661727
88.83/87.93	c cleaning 34991 clauses out of 70003 with flag 653001/697728
96.27/95.38	c cleaning 36003 clauses out of 72011 with flag 690000/734727
105.19/104.26	c cleaning 36999 clauses out of 74008 with flag 728000/772727
113.15/112.13	c cleaning 37998 clauses out of 76010 with flag 767001/811728
121.98/120.96	c cleaning 38997 clauses out of 78011 with flag 807000/851727
132.12/131.01	c cleaning 40006 clauses out of 80014 with flag 848000/892727
143.75/142.61	c cleaning 41001 clauses out of 82009 with flag 890001/934728
155.39/154.21	c cleaning 42001 clauses out of 84009 with flag 933002/977729
169.02/167.81	c cleaning 43000 clauses out of 86006 with flag 977000/1021727
181.67/180.49	c cleaning 43996 clauses out of 88007 with flag 1022001/1066728
195.28/194.03	c cleaning 45003 clauses out of 90010 with flag 1068000/1112727
207.30/206.00	c cleaning 45993 clauses out of 92007 with flag 1115000/1159727
220.81/219.57	c cleaning 47003 clauses out of 94014 with flag 1163000/1207727
239.12/237.83	c cleaning 48000 clauses out of 96012 with flag 1212001/1256728
259.92/258.29	c cleaning 49000 clauses out of 98012 with flag 1262001/1306728
280.30/278.58	c cleaning 50002 clauses out of 100013 with flag 1313002/1357729
300.36/298.55	c cleaning 51001 clauses out of 102009 with flag 1365000/1409727
319.27/317.45	c cleaning 52000 clauses out of 104008 with flag 1418000/1462727
335.69/333.81	c cleaning 53001 clauses out of 106008 with flag 1472000/1516727
364.12/362.23	c cleaning 53993 clauses out of 108008 with flag 1527001/1571728
391.97/390.09	c cleaning 55005 clauses out of 110014 with flag 1583000/1627727
417.71/415.74	c cleaning 55996 clauses out of 112009 with flag 1640000/1684727
445.04/443.05	c cleaning 57001 clauses out of 114015 with flag 1698002/1742729
474.65/472.67	c cleaning 58002 clauses out of 116016 with flag 1757004/1801731
507.03/504.96	c cleaning 58995 clauses out of 118010 with flag 1817000/1861727
538.35/536.28	c cleaning 59998 clauses out of 120016 with flag 1878001/1922728
567.78/565.69	c cleaning 61002 clauses out of 122017 with flag 1940000/1984727
596.33/594.12	c cleaning 62003 clauses out of 124015 with flag 2003000/2047727
623.24/621.04	c cleaning 63003 clauses out of 126012 with flag 2067000/2111727
656.45/654.29	c cleaning 63998 clauses out of 128011 with flag 2132002/2176729
692.17/689.90	c cleaning 64999 clauses out of 130011 with flag 2198000/2242727
731.18/728.95	c cleaning 65994 clauses out of 132012 with flag 2265000/2309727
780.21/777.94	c cleaning 67006 clauses out of 134021 with flag 2333003/2377730
824.42/822.18	c cleaning 68001 clauses out of 136013 with flag 2402001/2446728
867.34/865.01	c cleaning 69003 clauses out of 138012 with flag 2472001/2516728
922.05/919.79	c cleaning 69995 clauses out of 140008 with flag 2543000/2587727
968.18/965.83	c cleaning 71004 clauses out of 142013 with flag 2615000/2659727
1027.08/1024.67	c cleaning 72002 clauses out of 144013 with flag 2688004/2732731
1083.20/1080.72	c cleaning 63372 clauses out of 126755 with flag 2762003/2806730
1131.81/1129.27	c cleaning 69190 clauses out of 138380 with flag 2837000/2881727
1184.29/1181.64	c cleaning 72596 clauses out of 145191 with flag 2913001/2957728
1243.26/1240.59	c cleaning 74796 clauses out of 149594 with flag 2990000/3034727
1289.51/1286.77	c cleaning 73174 clauses out of 146356 with flag 3068001/3112728
1341.86/1339.01	c cleaning 76083 clauses out of 152181 with flag 3147000/3191727
1398.66/1395.72	c cleaning 78039 clauses out of 156098 with flag 3227000/3271727
1452.67/1449.32	c cleaning 79526 clauses out of 159059 with flag 3308000/3352727
1511.06/1507.23	c cleaning 80763 clauses out of 161533 with flag 3390000/3434727
1565.35/1561.40	c cleaning 81884 clauses out of 163770 with flag 3473000/3517727
1623.86/1619.83	c cleaning 82938 clauses out of 165886 with flag 3557000/3601727
1688.96/1684.85	c cleaning 83970 clauses out of 167949 with flag 3642001/3686728
1760.59/1756.37	c cleaning 84985 clauses out of 169981 with flag 3728003/3772730
1800.09/1795.71	c starts		: 262
1800.09/1795.71	c conflicts		: 3827610
1800.09/1795.71	c decisions		: 3869493
1800.09/1795.71	c propagations		: 20257167
1800.09/1795.71	c inspects		: 19193779908
1800.09/1795.71	c shortcuts		: 0
1800.09/1795.71	c learnt literals	: 2
1800.09/1795.71	c learnt binary clauses	: 22
1800.09/1795.71	c learnt ternary clauses	: 83
1800.09/1795.71	c learnt constraints	: 3827608
1800.09/1795.71	c ignored constraints	: 0
1800.09/1795.71	c root simplifications	: 264
1800.09/1795.71	c removed literals (reason simplification)	: 41039407
1800.09/1795.71	c reason swapping (by a shorter reason)	: 0
1800.09/1795.71	c Calls to reduceDB	: 88
1800.09/1795.71	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.71	c number of learned constraints concerned by reduction	: 0
1800.09/1795.71	c number of learning phase by resolution	: 0
1800.09/1795.71	c number of learning phase by cutting planes	: 0
1800.09/1795.71	c speed (assignments/second)	: 11282.256254424283
1800.09/1795.71	c non guided choices	490
1800.09/1795.74	c learnt constraints type 
1800.09/1795.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7
1800.09/1795.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 139893
1800.09/1795.74	c constraints type 
1800.09/1795.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 630
1800.09/1795.74	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
1800.09/1795.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.09/1795.74	c ignored satisfied constraints => 100
1800.09/1795.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 630
1800.09/1795.74	c 1461 constraints processed.
1800.09/1795.74	s SATISFIABLE
1800.09/1795.74	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 
1800.09/1795.74	c objective function=-26
1800.09/1795.74	c Total wall clock time (in seconds): 1795.632

Verifier Data

OK	-26

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-3711233-1338168322/watcher-3711233-1338168322 -o /tmp/evaluation-result-3711233-1338168322/solver-3711233-1338168322 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711233-1338168322.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.93 2.00 1.99 3/193 16667
/proc/meminfo: memFree=29755472/32873852 swapFree=7624/7624
[pid=16667] ppid=16665 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/16667/stat : 16667 (java) S 16665 16667 15185 0 -1 4202496 1147 0 0 0 0 0 0 0 20 0 2 0 282957683 24780800 868 33554432000 1073741824 1073778376 140733332065424 140733332056560 252266446909 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16667/statm: 22434 871 657 9 0 16769 0
[pid=16667/tid=16668] ppid=16665 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16668/stat : 16668 (java) R 16665 16667 15185 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 2 0 282957683 91889664 886 33554432000 1073741824 1073778376 140733332065424 140733332054488 252263089040 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0241431 s]
/proc/loadavg: 1.93 2.00 1.99 3/193 16667
/proc/meminfo: memFree=29755472/32873852 swapFree=7624/7624
[pid=16667] ppid=16665 vsize=9092432 CPUtime=0.01 cores=1,3,5,7
/proc/16667/stat : 16667 (java) S 16665 16667 15185 0 -1 4202496 2892 0 1 0 1 0 0 0 20 0 11 0 282957683 9310650368 3592 33554432000 1073741824 1073778376 140733332065424 140733332056560 252266446909 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16667/statm: 2273108 3592 1623 9 0 2263809 0
[pid=16667/tid=16668] ppid=16665 vsize=9092432 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16668/stat : 16668 (java) R 16665 16667 15185 0 -1 4202560 1733 0 1 0 0 0 0 0 20 0 11 0 282957683 9310650368 3592 33554432000 1073741824 1073778376 140733332065424 139770509343496 252266472717 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.10026 s]
/proc/loadavg: 1.93 2.00 1.99 3/193 16667
/proc/meminfo: memFree=29755472/32873852 swapFree=7624/7624
[pid=16667] ppid=16665 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/16667/stat : 16667 (java) S 16665 16667 15185 0 -1 4202496 4373 0 1 0 9 1 0 0 20 0 18 0 282957683 9787842560 6052 33554432000 1073741824 1073778376 140733332065424 140733332056560 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16667/statm: 2389610 6052 2131 9 0 2380296 0
[pid=16667/tid=16668] ppid=16665 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/16667/task/16668/stat : 16668 (java) R 16665 16667 15185 0 -1 4202560 2475 0 1 0 7 0 0 0 20 0 18 0 282957683 9787842560 6052 33554432000 1073741824 1073778376 140733332065424 139770509317568 252266472717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300215 s]
/proc/loadavg: 1.93 2.00 1.99 3/193 16667
/proc/meminfo: memFree=29755472/32873852 swapFree=7624/7624
[pid=16667] ppid=16665 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/16667/stat : 16667 (java) S 16665 16667 15185 0 -1 4202496 6372 0 1 0 47 2 0 0 20 0 19 0 282957683 9856004096 8479 33554432000 1073741824 1073778376 140733332065424 140733332056560 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16667/statm: 2406251 8479 2242 9 0 2396937 0
[pid=16667/tid=16668] ppid=16665 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/16667/task/16668/stat : 16668 (java) R 16665 16667 15185 0 -1 4202560 2505 0 1 0 26 1 0 0 20 0 19 0 282957683 9856004096 8479 33554432000 1073741824 1073778376 140733332065424 139770509332792 139770332308509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625004

[startup+0.700325 s]
/proc/loadavg: 1.93 2.00 1.99 3/193 16667
/proc/meminfo: memFree=29755472/32873852 swapFree=7624/7624
[pid=16667] ppid=16665 vsize=9625004 CPUtime=1.05 cores=1,3,5,7
/proc/16667/stat : 16667 (java) S 16665 16667 15185 0 -1 4202496 6681 0 1 0 103 2 0 0 20 0 19 0 282957683 9856004096 11658 33554432000 1073741824 1073778376 140733332065424 140733332056560 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16667/statm: 2406251 11658 2276 9 0 2396937 0
[pid=16667/tid=16668] ppid=16665 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/16667/task/16668/stat : 16668 (java) R 16665 16667 15185 0 -1 4202560 2509 0 1 0 64 2 0 0 20 0 19 0 282957683 9856004096 11658 33554432000 1073741824 1073778376 140733332065424 139770509341096 139770332642076 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625004

[startup+1.50079 s]
/proc/loadavg: 1.93 2.00 1.99 3/212 16686
/proc/meminfo: memFree=29715024/32873852 swapFree=7624/7624
[pid=16667] ppid=16665 vsize=9625004 CPUtime=1.92 cores=1,3,5,7
/proc/16667/stat : 16667 (java) S 16665 16667 15185 0 -1 4202496 6892 0 1 0 190 2 0 0 20 0 19 0 282957683 9856004096 12698 33554432000 1073741824 1073778376 140733332065424 140733332056560 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16667/statm: 2406251 12698 2278 9 0 2396937 0
[pid=16667/tid=16668] ppid=16665 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/16667/task/16668/stat : 16668 (java) R 16665 16667 15185 0 -1 4202560 2510 0 1 0 141 2 0 0 20 0 19 0 282957683 9856004096 12698 33554432000 1073741824 1073778376 140733332065424 139770509340936 139770332624219 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16667/tid=16670] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16670/stat : 16670 (java) S 16665 16667 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12698 33554432000 1073741824 1073778376 140733332065424 139770470832808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16671] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16671/stat : 16671 (java) S 16665 16667 15185 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12698 33554432000 1073741824 1073778376 140733332065424 139770469780264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16667/tid=16672] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16672/stat : 16672 (java) S 16665 16667 15185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12698 33554432000 1073741824 1073778376 140733332065424 139770468727720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16673] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16673/stat : 16673 (java) S 16665 16667 15185 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12698 33554432000 1073741824 1073778376 140733332065424 139770467675176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16667/tid=16674] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16674/stat : 16674 (java) S 16665 16667 15185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12698 33554432000 1073741824 1073778376 140733332065424 139770466621608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16667/tid=16675] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16675/stat : 16675 (java) S 16665 16667 15185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12698 33554432000 1073741824 1073778376 140733332065424 139770465569064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16676] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16676/stat : 16676 (java) S 16665 16667 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12698 33554432000 1073741824 1073778376 140733332065424 139770464516520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16667/tid=16677] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16677/stat : 16677 (java) S 16665 16667 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12698 33554432000 1073741824 1073778376 140733332065424 139770463463976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16678] ppid=16665 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/16667/task/16678/stat : 16678 (java) S 16665 16667 15185 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 19 0 282957685 9856004096 12698 33554432000 1073741824 1073778376 140733332065424 139770451053160 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16667/tid=16679] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16679/stat : 16679 (java) S 16665 16667 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282957686 9856004096 12698 33554432000 1073741824 1073778376 140733332065424 139770332178040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16680] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16680/stat : 16680 (java) S 16665 16667 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282957686 9856004096 12698 33554432000 1073741824 1073778376 140733332065424 139770331125384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16681] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16681/stat : 16681 (java) S 16665 16667 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282957688 9856004096 12698 33554432000 1073741824 1073778376 140733332065424 139770330074128 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16682] ppid=16665 vsize=9625004 CPUtime=0.18 cores=1,3,5,7
/proc/16667/task/16682/stat : 16682 (java) S 16665 16667 15185 0 -1 4202560 1269 0 0 0 18 0 0 0 20 0 19 0 282957688 9856004096 12698 33554432000 1073741824 1073778376 140733332065424 139770329020472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16683] ppid=16665 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/16667/task/16683/stat : 16683 (java) S 16665 16667 15185 0 -1 4202560 1857 0 0 0 22 0 0 0 20 0 19 0 282957688 9856004096 12698 33554432000 1073741824 1073778376 140733332065424 139770327967928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16684] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16684/stat : 16684 (java) S 16665 16667 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282957688 9856004096 12698 33554432000 1073741824 1073778376 140733332065424 139770326915576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16685] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16685/stat : 16685 (java) S 16665 16667 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282957688 9856004096 12698 33554432000 1073741824 1073778376 140733332065424 139770325863240 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16667/tid=16686] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16686/stat : 16686 (java) S 16665 16667 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282957705 9856004096 12698 33554432000 1073741824 1073778376 140733332065424 139770324809000 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625004

[startup+3.10066 s]
/proc/loadavg: 1.93 2.00 1.99 3/212 16686
/proc/meminfo: memFree=29712604/32873852 swapFree=7624/7624
[pid=16667] ppid=16665 vsize=9625004 CPUtime=3.58 cores=1,3,5,7
/proc/16667/stat : 16667 (java) S 16665 16667 15185 0 -1 4202496 6912 0 1 0 355 3 0 0 20 0 19 0 282957683 9856004096 12713 33554432000 1073741824 1073778376 140733332065424 140733332056560 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16667/statm: 2406251 12713 2278 9 0 2396937 0
[pid=16667/tid=16668] ppid=16665 vsize=9625004 CPUtime=2.94 cores=1,3,5,7
/proc/16667/task/16668/stat : 16668 (java) R 16665 16667 15185 0 -1 4202560 2515 0 1 0 292 2 0 0 20 0 19 0 282957683 9856004096 12713 33554432000 1073741824 1073778376 140733332065424 139770509341096 139770332706128 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16667/tid=16670] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16670/stat : 16670 (java) S 16665 16667 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12713 33554432000 1073741824 1073778376 140733332065424 139770470832808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16667/tid=16671] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16671/stat : 16671 (java) S 16665 16667 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12713 33554432000 1073741824 1073778376 140733332065424 139770469780264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16672] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16672/stat : 16672 (java) S 16665 16667 15185 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12713 33554432000 1073741824 1073778376 140733332065424 139770468727720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16667/tid=16673] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16673/stat : 16673 (java) S 16665 16667 15185 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12713 33554432000 1073741824 1073778376 140733332065424 139770467675176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16674] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16674/stat : 16674 (java) S 16665 16667 15185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12713 33554432000 1073741824 1073778376 140733332065424 139770466621608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16675] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16675/stat : 16675 (java) S 16665 16667 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12713 33554432000 1073741824 1073778376 140733332065424 139770465569064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16667/tid=16676] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16676/stat : 16676 (java) S 16665 16667 15185 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12713 33554432000 1073741824 1073778376 140733332065424 139770464516520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16667/tid=16677] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16677/stat : 16677 (java) S 16665 16667 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12713 33554432000 1073741824 1073778376 140733332065424 139770463463976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16678] ppid=16665 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/16667/task/16678/stat : 16678 (java) S 16665 16667 15185 0 -1 4202560 34 0 0 0 9 0 0 0 20 0 19 0 282957685 9856004096 12713 33554432000 1073741824 1073778376 140733332065424 139770451053160 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16679] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16679/stat : 16679 (java) S 16665 16667 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282957686 9856004096 12713 33554432000 1073741824 1073778376 140733332065424 139770332178040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16680] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16680/stat : 16680 (java) S 16665 16667 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282957686 9856004096 12713 33554432000 1073741824 1073778376 140733332065424 139770331125384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16681] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16681/stat : 16681 (java) S 16665 16667 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282957688 9856004096 12713 33554432000 1073741824 1073778376 140733332065424 139770330074128 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16682] ppid=16665 vsize=9625004 CPUtime=0.18 cores=1,3,5,7
/proc/16667/task/16682/stat : 16682 (java) S 16665 16667 15185 0 -1 4202560 1269 0 0 0 18 0 0 0 20 0 19 0 282957688 9856004096 12713 33554432000 1073741824 1073778376 140733332065424 139770329020472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16683] ppid=16665 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/16667/task/16683/stat : 16683 (java) S 16665 16667 15185 0 -1 4202560 1857 0 0 0 24 0 0 0 20 0 19 0 282957688 9856004096 12713 33554432000 1073741824 1073778376 140733332065424 139770327967928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16684] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16684/stat : 16684 (java) S 16665 16667 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282957688 9856004096 12713 33554432000 1073741824 1073778376 140733332065424 139770326915576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16685] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16685/stat : 16685 (java) S 16665 16667 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282957688 9856004096 12713 33554432000 1073741824 1073778376 140733332065424 139770325863240 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16667/tid=16686] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16686/stat : 16686 (java) S 16665 16667 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282957705 9856004096 12713 33554432000 1073741824 1073778376 140733332065424 139770324809000 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9625004

[startup+6.30066 s]
/proc/loadavg: 2.02 2.01 2.00 3/212 16686
/proc/meminfo: memFree=29712984/32873852 swapFree=7624/7624
[pid=16667] ppid=16665 vsize=9625004 CPUtime=6.81 cores=1,3,5,7
/proc/16667/stat : 16667 (java) S 16665 16667 15185 0 -1 4202496 6932 0 1 0 678 3 0 0 20 0 19 0 282957683 9856004096 12507 33554432000 1073741824 1073778376 140733332065424 140733332056560 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16667/statm: 2406251 12507 2278 9 0 2396937 0
[pid=16667/tid=16668] ppid=16665 vsize=9625004 CPUtime=6.05 cores=1,3,5,7
/proc/16667/task/16668/stat : 16668 (java) R 16665 16667 15185 0 -1 4202560 2521 0 1 0 603 2 0 0 20 0 19 0 282957683 9856004096 12507 33554432000 1073741824 1073778376 140733332065424 139770509340976 139770332657288 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16667/tid=16670] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16670/stat : 16670 (java) S 16665 16667 15185 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12507 33554432000 1073741824 1073778376 140733332065424 139770470832808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16671] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16671/stat : 16671 (java) S 16665 16667 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12507 33554432000 1073741824 1073778376 140733332065424 139770469780264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16672] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16672/stat : 16672 (java) S 16665 16667 15185 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12507 33554432000 1073741824 1073778376 140733332065424 139770468727720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16667/tid=16673] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16673/stat : 16673 (java) S 16665 16667 15185 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12507 33554432000 1073741824 1073778376 140733332065424 139770467675176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16674] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16674/stat : 16674 (java) S 16665 16667 15185 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12507 33554432000 1073741824 1073778376 140733332065424 139770466621608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16675] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16675/stat : 16675 (java) S 16665 16667 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12507 33554432000 1073741824 1073778376 140733332065424 139770465569064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16667/tid=16676] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16676/stat : 16676 (java) S 16665 16667 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12507 33554432000 1073741824 1073778376 140733332065424 139770464516520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16667/tid=16677] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16677/stat : 16677 (java) S 16665 16667 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282957684 9856004096 12507 33554432000 1073741824 1073778376 140733332065424 139770463463976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16678] ppid=16665 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/16667/task/16678/stat : 16678 (java) S 16665 16667 15185 0 -1 4202560 34 0 0 0 16 0 0 0 20 0 19 0 282957685 9856004096 12507 33554432000 1073741824 1073778376 140733332065424 139770451053160 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16667/tid=16679] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16679/stat : 16679 (java) S 16665 16667 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282957686 9856004096 12507 33554432000 1073741824 1073778376 140733332065424 139770332178040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16680] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16680/stat : 16680 (java) S 16665 16667 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282957686 9856004096 12507 33554432000 1073741824 1073778376 140733332065424 139770331125384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16681] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16681/stat : 16681 (java) S 16665 16667 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282957688 9856004096 12507 33554432000 1073741824 1073778376 140733332065424 139770330074128 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16682] ppid=16665 vsize=9625004 CPUtime=0.18 cores=1,3,5,7
/proc/16667/task/16682/stat : 16682 (java) S 16665 16667 15185 0 -1 4202560 1269 0 0 0 18 0 0 0 20 0 19 0 282957688 9856004096 12507 33554432000 1073741824 1073778376 140733332065424 139770329020472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16683] ppid=16665 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/16667/task/16683/stat : 16683 (java) S 16665 16667 15185 0 -1 4202560 1857 0 0 0 24 0 0 0 20 0 19 0 282957688 9856004096 12507 33554432000 1073741824 1073778376 140733332065424 139770327967928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=16667/tid=16682] ppid=16665 vsize=9625004 CPUtime=1.28 cores=1,3,5,7
/proc/16667/task/16682/stat : 16682 (java) S 16665 16667 15185 0 -1 4202560 16957 0 0 0 125 3 0 0 20 0 19 0 282957688 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770329020472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16667/tid=16683] ppid=16665 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/16667/task/16683/stat : 16683 (java) S 16665 16667 15185 0 -1 4202560 2146 0 0 0 36 0 0 0 20 0 19 0 282957688 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770327967928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16684] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16684/stat : 16684 (java) S 16665 16667 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282957688 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770326915576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16685] ppid=16665 vsize=9625004 CPUtime=0.82 cores=1,3,5,7
/proc/16667/task/16685/stat : 16685 (java) S 16665 16667 15185 0 -1 4202560 99 0 0 0 31 51 0 0 20 0 19 0 282957688 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770325863240 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16667/tid=16686] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16686/stat : 16686 (java) S 16665 16667 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282957705 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770324809000 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.54
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 16963
/proc/meminfo: memFree=29564040/32873852 swapFree=7624/7624
[pid=16667] ppid=16665 vsize=9625004 CPUtime=1786.66 cores=1,3,5,7
/proc/16667/stat : 16667 (java) S 16665 16667 15185 0 -1 4202496 23954 0 1 0 178574 92 0 0 20 0 19 0 282957683 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 140733332056560 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16667/statm: 2406251 40084 2279 9 0 2396937 0
[pid=16667/tid=16668] ppid=16665 vsize=9625004 CPUtime=1773.36 cores=1,3,5,7
/proc/16667/task/16668/stat : 16668 (java) R 16665 16667 15185 0 -1 4202560 2612 0 1 0 177307 29 0 0 20 0 19 0 282957683 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770509340976 139770332657135 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16670] ppid=16665 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/16667/task/16670/stat : 16670 (java) S 16665 16667 15185 0 -1 4202560 117 0 0 0 36 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770470832808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16667/tid=16671] ppid=16665 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/16667/task/16671/stat : 16671 (java) S 16665 16667 15185 0 -1 4202560 95 0 0 0 33 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770469780264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16667/tid=16672] ppid=16665 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/16667/task/16672/stat : 16672 (java) S 16665 16667 15185 0 -1 4202560 40 0 0 0 30 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770468727720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16667/tid=16673] ppid=16665 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/16667/task/16673/stat : 16673 (java) S 16665 16667 15185 0 -1 4202560 175 0 0 0 38 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770467675176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16674] ppid=16665 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/16667/task/16674/stat : 16674 (java) S 16665 16667 15185 0 -1 4202560 84 0 0 0 37 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770466621608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16675] ppid=16665 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/16667/task/16675/stat : 16675 (java) S 16665 16667 15185 0 -1 4202560 70 0 0 0 34 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770465569064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16676] ppid=16665 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/16667/task/16676/stat : 16676 (java) S 16665 16667 15185 0 -1 4202560 136 0 0 0 38 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770464516520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16677] ppid=16665 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/16667/task/16677/stat : 16677 (java) S 16665 16667 15185 0 -1 4202560 107 0 0 0 36 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770463463976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16678] ppid=16665 vsize=9625004 CPUtime=2.98 cores=1,3,5,7
/proc/16667/task/16678/stat : 16678 (java) S 16665 16667 15185 0 -1 4202560 131 0 0 0 293 5 0 0 20 0 19 0 282957685 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770451053160 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16667/tid=16679] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16679/stat : 16679 (java) S 16665 16667 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282957686 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770332178040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16680] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16680/stat : 16680 (java) S 16665 16667 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282957686 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770331125384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16681] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16681/stat : 16681 (java) S 16665 16667 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282957688 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770330074128 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16682] ppid=16665 vsize=9625004 CPUtime=1.28 cores=1,3,5,7
/proc/16667/task/16682/stat : 16682 (java) S 16665 16667 15185 0 -1 4202560 16957 0 0 0 125 3 0 0 20 0 19 0 282957688 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770329020472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16667/tid=16683] ppid=16665 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/16667/task/16683/stat : 16683 (java) S 16665 16667 15185 0 -1 4202560 2146 0 0 0 36 0 0 0 20 0 19 0 282957688 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770327967928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16684] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16684/stat : 16684 (java) S 16665 16667 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282957688 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770326915576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16685] ppid=16665 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/16667/task/16685/stat : 16685 (java) S 16665 16667 15185 0 -1 4202560 103 0 0 0 32 54 0 0 20 0 19 0 282957688 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770325863240 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16667/tid=16686] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16686/stat : 16686 (java) S 16665 16667 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282957705 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770324809000 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.66
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 2.00 2.00 2.00 4/211 16963
/proc/meminfo: memFree=29564164/32873852 swapFree=7624/7624
[pid=16667] ppid=16665 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/16667/stat : 16667 (java) S 16665 16667 15185 0 -1 4202496 23956 0 1 0 179916 93 0 0 20 0 19 0 282957683 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 140733332056560 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16667/statm: 2406251 40084 2279 9 0 2396937 0
[pid=16667/tid=16668] ppid=16665 vsize=9625004 CPUtime=1786.73 cores=1,3,5,7
/proc/16667/task/16668/stat : 16668 (java) R 16665 16667 15185 0 -1 4202560 2612 0 1 0 178643 30 0 0 20 0 19 0 282957683 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770509340976 139770332657121 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16670] ppid=16665 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/16667/task/16670/stat : 16670 (java) S 16665 16667 15185 0 -1 4202560 117 0 0 0 36 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770470832808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16667/tid=16671] ppid=16665 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/16667/task/16671/stat : 16671 (java) S 16665 16667 15185 0 -1 4202560 95 0 0 0 33 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770469780264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16667/tid=16672] ppid=16665 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/16667/task/16672/stat : 16672 (java) S 16665 16667 15185 0 -1 4202560 40 0 0 0 30 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770468727720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16667/tid=16673] ppid=16665 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/16667/task/16673/stat : 16673 (java) S 16665 16667 15185 0 -1 4202560 175 0 0 0 38 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770467675176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16674] ppid=16665 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/16667/task/16674/stat : 16674 (java) S 16665 16667 15185 0 -1 4202560 84 0 0 0 37 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770466621608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16675] ppid=16665 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/16667/task/16675/stat : 16675 (java) S 16665 16667 15185 0 -1 4202560 70 0 0 0 34 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770465569064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16676] ppid=16665 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/16667/task/16676/stat : 16676 (java) S 16665 16667 15185 0 -1 4202560 136 0 0 0 38 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770464516520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16677] ppid=16665 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/16667/task/16677/stat : 16677 (java) S 16665 16667 15185 0 -1 4202560 107 0 0 0 36 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770463463976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16678] ppid=16665 vsize=9625004 CPUtime=2.98 cores=1,3,5,7
/proc/16667/task/16678/stat : 16678 (java) S 16665 16667 15185 0 -1 4202560 131 0 0 0 293 5 0 0 20 0 19 0 282957685 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770451053160 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16667/tid=16679] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16679/stat : 16679 (java) S 16665 16667 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282957686 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770332178040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16680] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16680/stat : 16680 (java) S 16665 16667 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282957686 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770331125384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16681] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16681/stat : 16681 (java) S 16665 16667 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282957688 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770330074128 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16682] ppid=16665 vsize=9625004 CPUtime=1.28 cores=1,3,5,7
/proc/16667/task/16682/stat : 16682 (java) S 16665 16667 15185 0 -1 4202560 16957 0 0 0 125 3 0 0 20 0 19 0 282957688 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770329020472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16667/tid=16683] ppid=16665 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/16667/task/16683/stat : 16683 (java) S 16665 16667 15185 0 -1 4202560 2146 0 0 0 36 0 0 0 20 0 19 0 282957688 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770327967928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16684] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16684/stat : 16684 (java) S 16665 16667 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282957688 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770326915576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16685] ppid=16665 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/16667/task/16685/stat : 16685 (java) S 16665 16667 15185 0 -1 4202560 105 0 0 0 32 54 0 0 20 0 19 0 282957688 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770325863240 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16667/tid=16686] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16686/stat : 16686 (java) S 16665 16667 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282957705 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770324809000 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1795.7 s]
/proc/loadavg: 2.00 2.00 2.00 4/211 16963
/proc/meminfo: memFree=29564164/32873852 swapFree=7624/7624
[pid=16667] ppid=16665 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/16667/stat : 16667 (java) S 16665 16667 15185 0 -1 4202496 23956 0 1 0 179916 93 0 0 20 0 19 0 282957683 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 140733332056560 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16667/statm: 2406251 40084 2279 9 0 2396937 0
[pid=16667/tid=16668] ppid=16665 vsize=9625004 CPUtime=1786.73 cores=1,3,5,7
/proc/16667/task/16668/stat : 16668 (java) R 16665 16667 15185 0 -1 4202560 2612 0 1 0 178643 30 0 0 20 0 19 0 282957683 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770509340976 139770332657121 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16670] ppid=16665 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/16667/task/16670/stat : 16670 (java) S 16665 16667 15185 0 -1 4202560 117 0 0 0 36 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770470832808 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16667/tid=16671] ppid=16665 vsize=9625004 CPUtime=0.33 cores=1,3,5,7
/proc/16667/task/16671/stat : 16671 (java) S 16665 16667 15185 0 -1 4202560 95 0 0 0 33 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770469780264 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16667/tid=16672] ppid=16665 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/16667/task/16672/stat : 16672 (java) S 16665 16667 15185 0 -1 4202560 40 0 0 0 30 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770468727720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16667/tid=16673] ppid=16665 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/16667/task/16673/stat : 16673 (java) S 16665 16667 15185 0 -1 4202560 175 0 0 0 38 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770467675176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16674] ppid=16665 vsize=9625004 CPUtime=0.37 cores=1,3,5,7
/proc/16667/task/16674/stat : 16674 (java) S 16665 16667 15185 0 -1 4202560 84 0 0 0 37 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770466621608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16675] ppid=16665 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/16667/task/16675/stat : 16675 (java) S 16665 16667 15185 0 -1 4202560 70 0 0 0 34 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770465569064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16676] ppid=16665 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/16667/task/16676/stat : 16676 (java) S 16665 16667 15185 0 -1 4202560 136 0 0 0 38 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770464516520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16677] ppid=16665 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/16667/task/16677/stat : 16677 (java) S 16665 16667 15185 0 -1 4202560 107 0 0 0 36 0 0 0 20 0 19 0 282957684 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770463463976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16678] ppid=16665 vsize=9625004 CPUtime=2.98 cores=1,3,5,7
/proc/16667/task/16678/stat : 16678 (java) S 16665 16667 15185 0 -1 4202560 131 0 0 0 293 5 0 0 20 0 19 0 282957685 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770451053160 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16667/tid=16679] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16679/stat : 16679 (java) S 16665 16667 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282957686 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770332178040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16680] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16680/stat : 16680 (java) S 16665 16667 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282957686 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770331125384 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16681] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16681/stat : 16681 (java) S 16665 16667 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282957688 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770330074128 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16682] ppid=16665 vsize=9625004 CPUtime=1.28 cores=1,3,5,7
/proc/16667/task/16682/stat : 16682 (java) S 16665 16667 15185 0 -1 4202560 16957 0 0 0 125 3 0 0 20 0 19 0 282957688 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770329020472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16667/tid=16683] ppid=16665 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/16667/task/16683/stat : 16683 (java) S 16665 16667 15185 0 -1 4202560 2146 0 0 0 36 0 0 0 20 0 19 0 282957688 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770327967928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16667/tid=16684] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16684/stat : 16684 (java) S 16665 16667 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282957688 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770326915576 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16667/tid=16685] ppid=16665 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/16667/task/16685/stat : 16685 (java) S 16665 16667 15185 0 -1 4202560 105 0 0 0 32 54 0 0 20 0 19 0 282957688 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770325863240 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16667/tid=16686] ppid=16665 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16667/task/16686/stat : 16686 (java) S 16665 16667 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282957705 9856004096 40084 33554432000 1073741824 1073778376 140733332065424 139770324809000 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16667 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=330220
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=60838
# CPU time returned by wait4() is 1795.39
# 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): 1795.75
CPU time (s): 1800.09
CPU user time (s): 1799.16
CPU system time (s): 0.93
CPU usage (%): 100.242
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.33
system time used= 1.06084
maximum resident set size= 160492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23998
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40323
involuntary context switches= 24605

runsolver used 6.33904 second user time and 15.8836 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-28 03:25:22
IDJOB=3711233
IDBENCH=48169
IDSOLVER=2289
FILE ID=node131/3711233-1338168322
RUNJOBID= node131-1338155741-15202
PBS_JOBID= 14624524
Free space on /tmp= 71728 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_10_2.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711233-1338168322/watcher-3711233-1338168322 -o /tmp/evaluation-result-3711233-1338168322/solver-3711233-1338168322 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711233-1338168322.opb

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

MD5SUM BENCH= 597624b9879736416e28e0a242fe0005
RANDOM SEED=881614936

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

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29755992 kB
Buffers:          340092 kB
Cached:          1811164 kB
SwapCached:         2164 kB
Active:           667356 kB
Inactive:        1612232 kB
Active(anon):     130160 kB
Inactive(anon):      808 kB
Active(file):     537196 kB
Inactive(file):  1611424 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099040 kB
Dirty:               884 kB
Writeback:             0 kB
AnonPages:        139248 kB
Mapped:            22556 kB
Shmem:                 0 kB
Slab:             694272 kB
SReclaimable:     136200 kB
SUnreclaim:       558072 kB
KernelStack:        1608 kB
PageTables:         4628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     699208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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= 71728 MiB
End job on node131 at 2012-05-28 03:55:20