Trace number 3689431

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.76 1795.26

General information on the benchmark

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

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.2.v20120418
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3689431-1337890265.opb
0.07/0.13	c reading problem ... 
6.60/5.45	c ... done. Wall clock time 5.316s.
6.60/5.45	c declared #vars     36611
6.60/5.45	c #constraints  726553
6.60/5.45	c constraints type 
6.60/5.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 443795
6.60/5.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 2687
6.60/5.45	c ignored satisfied constraints => 128910
6.60/5.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 188268
6.60/5.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 7530
6.60/5.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 84273
6.60/5.45	c 855463 constraints processed.
18.55/16.91	c cleaning 2482 clauses out of 4964 with flag 5000/5000
24.86/22.69	c cleaning 4183 clauses out of 8443 with flag 11000/11000
29.69/27.43	c cleaning 5225 clauses out of 11217 with flag 18001/18001
36.60/34.33	c cleaning 6910 clauses out of 13959 with flag 26000/26000
45.94/43.66	c cleaning 7770 clauses out of 16015 with flag 35000/35000
54.36/52.05	c cleaning 9078 clauses out of 18230 with flag 45000/45000
62.90/60.53	c cleaning 9996 clauses out of 20108 with flag 56000/56000
71.90/69.50	c cleaning 10880 clauses out of 22089 with flag 68000/68000
79.24/76.86	c cleaning 11830 clauses out of 24183 with flag 81000/81000
91.86/89.42	c cleaning 12800 clauses out of 26303 with flag 95001/95001
100.43/97.99	c cleaning 14026 clauses out of 28479 with flag 110000/110000
109.13/106.60	c cleaning 14773 clauses out of 30436 with flag 126001/126001
118.85/116.38	c cleaning 16215 clauses out of 32644 with flag 143000/143000
132.95/130.41	c cleaning 16999 clauses out of 34405 with flag 161000/161000
144.87/142.33	c cleaning 17939 clauses out of 36375 with flag 180001/180001
156.19/153.62	c cleaning 18977 clauses out of 38407 with flag 200000/200000
168.22/165.61	c cleaning 19949 clauses out of 40419 with flag 221000/221000
181.84/179.22	c cleaning 21010 clauses out of 42463 with flag 243000/243000
193.66/191.02	c cleaning 21967 clauses out of 44424 with flag 266000/266000
205.28/202.64	c cleaning 22727 clauses out of 46446 with flag 290001/290001
217.49/214.80	c cleaning 24184 clauses out of 48714 with flag 315000/315000
230.22/227.56	c cleaning 24691 clauses out of 50525 with flag 341001/341001
244.97/242.23	c cleaning 26240 clauses out of 52826 with flag 368000/368000
258.78/256.09	c cleaning 27029 clauses out of 54571 with flag 396000/396000
272.32/269.52	c cleaning 27895 clauses out of 56535 with flag 425000/425000
288.65/285.81	c cleaning 28949 clauses out of 58611 with flag 455002/455002
306.47/303.61	c cleaning 30082 clauses out of 60637 with flag 486000/486000
322.91/320.09	c cleaning 30916 clauses out of 62516 with flag 518000/518000
341.24/338.32	c cleaning 31875 clauses out of 64581 with flag 551000/551000
358.36/355.47	c cleaning 32784 clauses out of 66698 with flag 585001/585001
374.39/371.48	c cleaning 34184 clauses out of 68904 with flag 620000/620000
391.91/388.96	c cleaning 35030 clauses out of 70671 with flag 656000/656000
413.54/410.52	c cleaning 35887 clauses out of 72612 with flag 693001/693001
432.29/429.22	c cleaning 36786 clauses out of 74715 with flag 731000/731000
453.72/450.63	c cleaning 37925 clauses out of 76928 with flag 770000/770000
476.15/473.02	c cleaning 39155 clauses out of 78998 with flag 810000/810000
494.26/491.19	c cleaning 40112 clauses out of 80840 with flag 851000/851000
519.00/515.87	c cleaning 40758 clauses out of 82719 with flag 893000/893000
540.42/537.29	c cleaning 42011 clauses out of 84957 with flag 936000/936000
566.25/563.09	c cleaning 43201 clauses out of 86934 with flag 980000/980000
594.46/591.20	c cleaning 43993 clauses out of 88722 with flag 1025000/1025000
618.63/615.35	c cleaning 44924 clauses out of 90727 with flag 1071000/1071000
641.25/637.99	c cleaning 46029 clauses out of 92796 with flag 1118000/1118000
666.38/663.02	c cleaning 46945 clauses out of 94763 with flag 1166000/1166000
691.12/687.76	c cleaning 47887 clauses out of 96810 with flag 1215000/1215000
713.87/710.44	c cleaning 49089 clauses out of 98916 with flag 1265000/1265000
740.73/737.23	c cleaning 50179 clauses out of 100824 with flag 1316000/1316000
766.06/762.58	c cleaning 50983 clauses out of 102645 with flag 1368000/1368000
797.78/794.25	c cleaning 51634 clauses out of 104659 with flag 1421000/1421000
829.90/826.36	c cleaning 52677 clauses out of 107017 with flag 1475000/1475000
856.04/852.46	c cleaning 53728 clauses out of 109336 with flag 1530000/1530000
884.15/880.56	c cleaning 55575 clauses out of 111588 with flag 1586000/1586000
916.19/912.53	c cleaning 56181 clauses out of 113013 with flag 1643002/1643002
944.83/941.15	c cleaning 57308 clauses out of 114827 with flag 1701000/1701000
972.26/968.52	c cleaning 57672 clauses out of 116517 with flag 1760000/1760000
1002.49/998.76	c cleaning 59044 clauses out of 118821 with flag 1820002/1820002
1029.12/1025.30	c cleaning 60060 clauses out of 120743 with flag 1881000/1881000
1056.17/1052.35	c cleaning 60797 clauses out of 122679 with flag 1943002/1943002
1083.42/1079.55	c cleaning 61955 clauses out of 124881 with flag 2006001/2006001
1110.04/1106.17	c cleaning 63215 clauses out of 126914 with flag 2070000/2070000
1145.87/1141.97	c cleaning 63814 clauses out of 128695 with flag 2135000/2135000
1175.12/1171.11	c cleaning 64927 clauses out of 130878 with flag 2201000/2201000
1204.54/1200.59	c cleaning 66139 clauses out of 132929 with flag 2268000/2268000
1230.60/1226.59	c cleaning 66668 clauses out of 134742 with flag 2336001/2336001
1268.62/1264.59	c cleaning 67870 clauses out of 137072 with flag 2405000/2405000
1307.17/1303.00	c cleaning 69260 clauses out of 139201 with flag 2475001/2475001
1344.39/1340.22	c cleaning 69763 clauses out of 140939 with flag 2546000/2546000
1380.59/1376.45	c cleaning 71084 clauses out of 143167 with flag 2618000/2618000
1418.92/1414.71	c cleaning 71951 clauses out of 145039 with flag 2691000/2691000
1460.89/1456.68	c cleaning 73224 clauses out of 147039 with flag 2765002/2765002
1495.68/1491.33	c cleaning 73808 clauses out of 148813 with flag 2840001/2840001
1534.26/1529.80	c cleaning 75043 clauses out of 150995 with flag 2916001/2916001
1562.39/1557.97	c cleaning 75811 clauses out of 152949 with flag 2993000/2993000
1592.94/1588.47	c cleaning 76575 clauses out of 155136 with flag 3071000/3071000
1632.28/1627.72	c cleaning 78376 clauses out of 157559 with flag 3150001/3150001
1667.02/1662.49	c cleaning 78807 clauses out of 159177 with flag 3230000/3230000
1698.87/1694.23	c cleaning 79832 clauses out of 161369 with flag 3311000/3311000
1739.89/1735.27	c cleaning 81163 clauses out of 163535 with flag 3393000/3393000
1777.87/1773.18	c cleaning 82391 clauses out of 165370 with flag 3476000/3476000
1800.02/1795.21	c starts		: 190
1800.02/1795.21	c conflicts		: 3522564
1800.02/1795.21	c decisions		: 174311283
1800.02/1795.21	c propagations		: 1571913059
1800.02/1795.21	c inspects		: 19118469672
1800.02/1795.21	c shortcuts		: 0
1800.02/1795.21	c learnt literals	: 1210
1800.02/1795.21	c learnt binary clauses	: 3895
1800.02/1795.21	c learnt ternary clauses	: 22324
1800.02/1795.21	c learnt constraints	: 3521354
1800.02/1795.21	c ignored constraints	: 0
1800.02/1795.21	c root simplifications	: 0
1800.02/1795.21	c removed literals (reason simplification)	: 0
1800.02/1795.21	c reason swapping (by a shorter reason)	: 0
1800.02/1795.21	c Calls to reduceDB	: 79
1800.02/1795.21	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.21	c number of learned constraints concerned by reduction	: 0
1800.02/1795.21	c number of learning phase by resolution	: 0
1800.02/1795.21	c number of learning phase by cutting planes	: 0
1800.02/1795.21	c speed (assignments/second)	: 878294.8328046697
1800.02/1795.21	c non guided choices	5779256
1800.02/1795.25	c learnt constraints type 
1800.02/1795.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3895
1800.02/1795.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 125687
1800.02/1795.25	c constraints type 
1800.02/1795.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 443795
1800.02/1795.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 2687
1800.02/1795.25	c ignored satisfied constraints => 128910
1800.02/1795.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 188268
1800.02/1795.25	c org.sat4j.minisat.constraints.cnf.UnitClause => 7530
1800.02/1795.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 84273
1800.02/1795.25	c 855463 constraints processed.
1800.02/1795.25	s UNKNOWN
1800.02/1795.25	c Total wall clock time (in seconds): 1795.115

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3689431-1337890265/watcher-3689431-1337890265 -o /tmp/evaluation-result-3689431-1337890265/solver-3689431-1337890265 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689431-1337890265.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.99 3/192 22762
/proc/meminfo: memFree=29747516/32873844 swapFree=7104/7104
[pid=22762] ppid=22760 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/22762/stat : 22762 (java) D 22760 22762 20334 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 255155167 2560000 47 33554432000 1073741824 1073778376 140735493779664 140735493776792 235365559591 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/22762/statm: 625 47 37 9 0 29 0

[startup+0.015514 s]
/proc/loadavg: 1.92 2.00 1.99 3/192 22762
/proc/meminfo: memFree=29747516/32873844 swapFree=7104/7104
[pid=22762] ppid=22760 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/22762/stat : 22762 (java) S 22760 22762 20334 0 -1 4202496 1205 0 0 0 0 0 0 0 20 0 2 0 255155167 94019584 917 33554432000 1073741824 1073778376 140734359079696 140734359070832 235378081853 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22762/statm: 22954 917 697 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 91816

[startup+0.100215 s]
/proc/loadavg: 1.92 2.00 1.99 3/192 22762
/proc/meminfo: memFree=29747516/32873844 swapFree=7104/7104
[pid=22762] ppid=22760 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/22762/stat : 22762 (java) S 22760 22762 20334 0 -1 4202496 3367 0 1 0 6 1 0 0 20 0 18 0 255155167 9787813888 4576 33554432000 1073741824 1073778376 140734359079696 140734359070832 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22762/statm: 2389603 4578 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300217 s]
/proc/loadavg: 1.92 2.00 1.99 3/192 22762
/proc/meminfo: memFree=29747516/32873844 swapFree=7104/7104
[pid=22762] ppid=22760 vsize=9558412 CPUtime=0.41 cores=0,2,4,6
/proc/22762/stat : 22762 (java) S 22760 22762 20334 0 -1 4202496 5247 0 1 0 40 1 0 0 20 0 18 0 255155167 9787813888 8642 33554432000 1073741824 1073778376 140734359079696 140734359070832 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22762/statm: 2389603 8642 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 9558412

[startup+0.70026 s]
/proc/loadavg: 1.92 2.00 1.99 3/192 22762
/proc/meminfo: memFree=29747516/32873844 swapFree=7104/7104
[pid=22762] ppid=22760 vsize=9558412 CPUtime=1.08 cores=0,2,4,6
/proc/22762/stat : 22762 (java) S 22760 22762 20334 0 -1 4202496 6678 0 1 0 103 5 0 0 20 0 18 0 255155167 9787813888 39512 33554432000 1073741824 1073778376 140734359079696 140734359070832 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22762/statm: 2389603 39512 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9558412

[startup+1.50065 s]
/proc/loadavg: 1.92 2.00 1.99 5/210 22780
/proc/meminfo: memFree=29589192/32873844 swapFree=7104/7104
[pid=22762] ppid=22760 vsize=9558412 CPUtime=2.07 cores=0,2,4,6
/proc/22762/stat : 22762 (java) S 22760 22762 20334 0 -1 4202496 8354 0 1 0 199 8 0 0 20 0 18 0 255155167 9787813888 49968 33554432000 1073741824 1073778376 140734359079696 140734359070832 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22762/statm: 2389603 49968 2247 9 0 2380296 0
[pid=22762/tid=22764] ppid=22760 vsize=9558412 CPUtime=1.42 cores=0,2,4,6
/proc/22762/task/22764/stat : 22764 (java) R 22760 22762 20334 0 -1 4202560 2525 0 1 0 138 4 0 0 20 0 18 0 255155169 9787813888 49968 33554432000 1073741824 1073778376 140734359079696 139727172964224 139727180737363 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22762/tid=22765] ppid=22760 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/22762/task/22765/stat : 22765 (java) S 22760 22762 20334 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 255155170 9787813888 49968 33554432000 1073741824 1073778376 140734359079696 139727016463144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22766] ppid=22760 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22766/stat : 22766 (java) S 22760 22762 20334 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 255155170 9787813888 49968 33554432000 1073741824 1073778376 140734359079696 139727015410344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22762/tid=22767] ppid=22760 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22767/stat : 22767 (java) S 22760 22762 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255155170 9787813888 49968 33554432000 1073741824 1073778376 140734359079696 139727014358056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22768] ppid=22760 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22768/stat : 22768 (java) S 22760 22762 20334 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 255155170 9787813888 49968 33554432000 1073741824 1073778376 140734359079696 139727013305256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22762/tid=22769] ppid=22760 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22769/stat : 22769 (java) S 22760 22762 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255155170 9787813888 49968 33554432000 1073741824 1073778376 140734359079696 139727012251944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22770] ppid=22760 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/22762/task/22770/stat : 22770 (java) S 22760 22762 20334 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 255155170 9787813888 49968 33554432000 1073741824 1073778376 140734359079696 139727011199144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22762/tid=22771] ppid=22760 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22771/stat : 22771 (java) S 22760 22762 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255155170 9787813888 49968 33554432000 1073741824 1073778376 140734359079696 139727010146856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22772] ppid=22760 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22772/stat : 22772 (java) S 22760 22762 20334 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 255155170 9787813888 49968 33554432000 1073741824 1073778376 140734359079696 139727009094056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22773] ppid=22760 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22773/stat : 22773 (java) S 22760 22762 20334 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 255155171 9787813888 49968 33554432000 1073741824 1073778376 140734359079696 139726996896488 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22774] ppid=22760 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22774/stat : 22774 (java) S 22760 22762 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255155172 9787813888 49968 33554432000 1073741824 1073778376 140734359079696 139726995842552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22775] ppid=22760 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22775/stat : 22775 (java) S 22760 22762 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255155172 9787813888 49968 33554432000 1073741824 1073778376 140734359079696 139726994790152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22776] ppid=22760 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22776/stat : 22776 (java) S 22760 22762 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255155175 9787813888 49968 33554432000 1073741824 1073778376 140734359079696 139726993738640 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22777] ppid=22760 vsize=9558412 CPUtime=0.29 cores=0,2,4,6
/proc/22762/task/22777/stat : 22777 (java) R 22760 22762 20334 0 -1 4202560 2595 0 0 0 29 0 0 0 20 0 18 0 255155175 9787813888 49968 33554432000 1073741824 1073778376 140734359079696 139726992685240 139727175847534 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22778] ppid=22760 vsize=9558412 CPUtime=0.19 cores=0,2,4,6
/proc/22762/task/22778/stat : 22778 (java) S 22760 22762 20334 0 -1 4202560 1910 0 0 0 19 0 0 0 20 0 18 0 255155175 9787813888 49968 33554432000 1073741824 1073778376 140734359079696 139726991632440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22779] ppid=22760 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22779/stat : 22779 (java) S 22760 22762 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255155175 9787813888 49968 33554432000 1073741824 1073778376 140734359079696 139726990580344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22780] ppid=22760 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22780/stat : 22780 (java) S 22760 22762 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255155175 9787813888 49968 33554432000 1073741824 1073778376 140734359079696 139726989527752 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9558412

[startup+3.10065 s]
/proc/loadavg: 1.92 2.00 1.99 3/210 22780
/proc/meminfo: memFree=29410780/32873844 swapFree=7104/7104
[pid=22762] ppid=22760 vsize=9558412 CPUtime=3.96 cores=0,2,4,6
/proc/22762/stat : 22762 (java) S 22760 22762 20334 0 -1 4202496 9217 0 1 0 377 19 0 0 20 0 18 0 255155167 9787813888 148332 33554432000 1073741824 1073778376 140734359079696 140734359070832 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22762/statm: 2389603 148332 2247 9 0 2380296 0
[pid=22762/tid=22764] ppid=22760 vsize=9558412 CPUtime=2.92 cores=0,2,4,6
/proc/22762/task/22764/stat : 22764 (java) R 22760 22762 20334 0 -1 4202560 2684 0 1 0 283 9 0 0 20 0 18 0 255155169 9787813888 148332 33554432000 1073741824 1073778376 140734359079696 139727172971912 139727045280245 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22762/tid=22765] ppid=22760 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/22762/task/22765/stat : 22765 (java) S 22760 22762 20334 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 255155170 9787813888 148332 33554432000 1073741824 1073778376 140734359079696 139727016463144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22766] ppid=22760 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/22762/task/22766/stat : 22766 (java) S 22760 22762 20334 0 -1 4202560 76 0 0 0 5 2 0 0 20 0 18 0 255155170 9787813888 148332 33554432000 1073741824 1073778376 140734359079696 139727015410344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22762/tid=22767] ppid=22760 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/22762/task/22767/stat : 22767 (java) S 22760 22762 20334 0 -1 4202560 68 0 0 0 3 1 0 0 20 0 18 0 255155170 9787813888 148332 33554432000 1073741824 1073778376 140734359079696 139727014358056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22762/tid=22768] ppid=22760 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/22762/task/22768/stat : 22768 (java) S 22760 22762 20334 0 -1 4202560 62 0 0 0 2 1 0 0 20 0 18 0 255155170 9787813888 148332 33554432000 1073741824 1073778376 140734359079696 139727013305256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22769] ppid=22760 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/22762/task/22769/stat : 22769 (java) S 22760 22762 20334 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 18 0 255155170 9787813888 148332 33554432000 1073741824 1073778376 140734359079696 139727012251944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22770] ppid=22760 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/22762/task/22770/stat : 22770 (java) S 22760 22762 20334 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 18 0 255155170 9787813888 148332 33554432000 1073741824 1073778376 140734359079696 139727011199144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22771] ppid=22760 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/22762/task/22771/stat : 22771 (java) S 22760 22762 20334 0 -1 4202560 55 0 0 0 4 0 0 0 20 0 18 0 255155170 9787813888 148332 33554432000 1073741824 1073778376 140734359079696 139727010146856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22772] ppid=22760 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/22762/task/22772/stat : 22772 (java) S 22760 22762 20334 0 -1 4202560 45 0 0 0 6 2 0 0 20 0 18 0 255155170 9787813888 148332 33554432000 1073741824 1073778376 140734359079696 139727009094056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22762/tid=22773] ppid=22760 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22773/stat : 22773 (java) S 22760 22762 20334 0 -1 4202560 452 0 0 0 0 0 0 0 20 0 18 0 255155171 9787813888 148332 33554432000 1073741824 1073778376 140734359079696 139726996896488 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22774] ppid=22760 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22774/stat : 22774 (java) S 22760 22762 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255155172 9787813888 148332 33554432000 1073741824 1073778376 140734359079696 139726995842552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22775] ppid=22760 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22775/stat : 22775 (java) S 22760 22762 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255155172 9787813888 148332 33554432000 1073741824 1073778376 140734359079696 139726994790152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22776] ppid=22760 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22776/stat : 22776 (java) S 22760 22762 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255155175 9787813888 148332 33554432000 1073741824 1073778376 140734359079696 139726993738640 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22777] ppid=22760 vsize=9558412 CPUtime=0.34 cores=0,2,4,6
/proc/22762/task/22777/stat : 22777 (java) S 22760 22762 20334 0 -1 4202560 2619 0 0 0 34 0 0 0 20 0 18 0 255155175 9787813888 148332 33554432000 1073741824 1073778376 140734359079696 139726992685240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22778] ppid=22760 vsize=9558412 CPUtime=0.19 cores=0,2,4,6
/proc/22762/task/22778/stat : 22778 (java) S 22760 22762 20334 0 -1 4202560 1910 0 0 0 19 0 0 0 20 0 18 0 255155175 9787813888 148332 33554432000 1073741824 1073778376 140734359079696 139726991632440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22779] ppid=22760 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22779/stat : 22779 (java) S 22760 22762 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255155175 9787813888 148332 33554432000 1073741824 1073778376 140734359079696 139726990580344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22780] ppid=22760 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22780/stat : 22780 (java) S 22760 22762 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255155175 9787813888 148332 33554432000 1073741824 1073778376 140734359079696 139726989527752 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 9558412

[startup+6.30075 s]
/proc/loadavg: 1.93 2.00 1.99 5/211 22781
/proc/meminfo: memFree=28613120/32873844 swapFree=7104/7104
[pid=22762] ppid=22760 vsize=9624976 CPUtime=7.83 cores=0,2,4,6
/proc/22762/stat : 22762 (java) S 22760 22762 20334 0 -1 4202496 12655 0 1 0 746 37 0 0 20 0 19 0 255155167 9855975424 285966 33554432000 1073741824 1073778376 140734359079696 140734359070832 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22762/statm: 2406244 285966 2261 9 0 2396937 0
[pid=22762/tid=22764] ppid=22760 vsize=9624976 CPUtime=6 cores=0,2,4,6
/proc/22762/task/22764/stat : 22764 (java) R 22760 22762 20334 0 -1 4202560 3297 0 1 0 582 18 0 0 20 0 19 0 255155169 9855975424 285966 33554432000 1073741824 1073778376 140734359079696 139727172973096 139727045559132 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22762/tid=22765] ppid=22760 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/22762/task/22765/stat : 22765 (java) S 22760 22762 20334 0 -1 4202560 54 0 0 0 4 2 0 0 20 0 19 0 255155170 9855975424 285966 33554432000 1073741824 1073778376 140734359079696 139727016463144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22766] ppid=22760 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/22762/task/22766/stat : 22766 (java) S 22760 22762 20334 0 -1 4202560 163 0 0 0 9 3 0 0 20 0 19 0 255155170 9855975424 285966 33554432000 1073741824 1073778376 140734359079696 139727015410344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22767] ppid=22760 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/22762/task/22767/stat : 22767 (java) S 22760 22762 20334 0 -1 4202560 213 0 0 0 12 3 0 0 20 0 19 0 255155170 9855975424 285966 33554432000 1073741824 1073778376 140734359079696 139727014358056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22762/tid=22768] ppid=22760 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/22762/task/22768/stat : 22768 (java) S 22760 22762 20334 0 -1 4202560 198 0 0 0 10 3 0 0 20 0 19 0 255155170 9855975424 285966 33554432000 1073741824 1073778376 140734359079696 139727013305256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22769] ppid=22760 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/22762/task/22769/stat : 22769 (java) S 22760 22762 20334 0 -1 4202560 84 0 0 0 7 2 0 0 20 0 19 0 255155170 9855975424 285966 33554432000 1073741824 1073778376 140734359079696 139727012251944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22762/tid=22770] ppid=22760 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/22762/task/22770/stat : 22770 (java) S 22760 22762 20334 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 19 0 255155170 9855975424 285966 33554432000 1073741824 1073778376 140734359079696 139727011199144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22771] ppid=22760 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/22762/task/22771/stat : 22771 (java) S 22760 22762 20334 0 -1 4202560 72 0 0 0 6 1 0 0 20 0 19 0 255155170 9855975424 285966 33554432000 1073741824 1073778376 140734359079696 139727010146856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22762/tid=22772] ppid=22760 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/22762/task/22772/stat : 22772 (java) S 22760 22762 20334 0 -1 4202560 128 0 0 0 11 3 0 0 20 0 19 0 255155170 9855975424 285966 33554432000 1073741824 1073778376 140734359079696 139727009094056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22762/tid=22773] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22773/stat : 22773 (java) S 22760 22762 20334 0 -1 4202560 764 0 0 0 0 0 0 0 20 0 19 0 255155171 9855975424 285966 33554432000 1073741824 1073778376 140734359079696 139726996896488 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22774] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22774/stat : 22774 (java) S 22760 22762 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255155172 9855975424 285966 33554432000 1073741824 1073778376 140734359079696 139726995842552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22775] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22775/stat : 22775 (java) S 22760 22762 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255155172 9855975424 285966 33554432000 1073741824 1073778376 140734359079696 139726994790152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22776] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22776/stat : 22776 (java) S 22760 22762 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255155175 9855975424 285966 33554432000 1073741824 1073778376 140734359079696 139726993738640 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22777] ppid=22760 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/22762/task/22777/stat : 22777 (java) S 22760 22762 20334 0 -1 4202560 3938 0 0 0 49 0 0 0 20 0 19 0 255155175 9855975424 285966 33554432000 1073741824 1073778376 140734359079696 139726992685240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22778] ppid=22760 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/22762/task/22778/stat : 22778 (java) S 22760 22762 20334 0 -1 4202560 2517 0 0 0 37 0 0 0 20 0 19 0 255155175 9855975424 285966 33554432000 1073741824 1073778376 140734359079696 139726991632440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22779] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22779/stat : 22779 (java) S 22760 22762 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255155175 9855975424 285966 33554432000 1073741824 1073778376 140734359079696 139726990580344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22780] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22780/stat : 22780 (java) S 22760 22762 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255155175 9855975424 285966 33554432000 1073741824 1073778376 140734359079696 139726989527752 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22781] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22781/stat : 22781 (java) S 22760 22762 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255155716 9855975424 285966 33554432000 1073741824 1073778376 140734359079696 139726988473768 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 1.93 2.00 1.99 3/211 22781
/proc/meminfo: memFree=28611392/32873844 swapFree=7104/7104
[pid=22762] ppid=22760 vsize=9624976 CPUtime=14.35 cores=0,2,4,6
/proc/22762/stat : 22762 (java) S 22760 22762 20334 0 -1 4202496 12675 0 1 0 1397 38 0 0 20 0 19 0 255155167 9855975424 285337 33554432000 1073741824 1073778376 140734359079696 140734359070832 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

[pid=22762/tid=22770] ppid=22760 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/22762/task/22770/stat : 22770 (java) S 22760 22762 20334 0 -1 4202560 100 0 0 0 52 3 0 0 20 0 19 0 255155170 9855975424 336644 33554432000 1073741824 1073778376 140734359079696 139727011199144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22771] ppid=22760 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/22762/task/22771/stat : 22771 (java) S 22760 22762 20334 0 -1 4202560 228 0 0 0 52 4 0 0 20 0 19 0 255155170 9855975424 336644 33554432000 1073741824 1073778376 140734359079696 139727010146856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22762/tid=22772] ppid=22760 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/22762/task/22772/stat : 22772 (java) S 22760 22762 20334 0 -1 4202560 168 0 0 0 59 6 0 0 20 0 19 0 255155170 9855975424 336644 33554432000 1073741824 1073778376 140734359079696 139727009094056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22773] ppid=22760 vsize=9624976 CPUtime=18.35 cores=0,2,4,6
/proc/22762/task/22773/stat : 22773 (java) S 22760 22762 20334 0 -1 4202560 1164 0 0 0 1831 4 0 0 20 0 19 0 255155171 9855975424 336644 33554432000 1073741824 1073778376 140734359079696 139726996896488 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22762/tid=22774] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22774/stat : 22774 (java) S 22760 22762 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255155172 9855975424 336644 33554432000 1073741824 1073778376 140734359079696 139726995842552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22775] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22775/stat : 22775 (java) S 22760 22762 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255155172 9855975424 336644 33554432000 1073741824 1073778376 140734359079696 139726994790152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22776] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22776/stat : 22776 (java) S 22760 22762 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255155175 9855975424 336644 33554432000 1073741824 1073778376 140734359079696 139726993738640 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22777] ppid=22760 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/22762/task/22777/stat : 22777 (java) S 22760 22762 20334 0 -1 4202560 4350 0 0 0 65 0 0 0 20 0 19 0 255155175 9855975424 336644 33554432000 1073741824 1073778376 140734359079696 139726992685240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22762/tid=22778] ppid=22760 vsize=9624976 CPUtime=0.86 cores=0,2,4,6
/proc/22762/task/22778/stat : 22778 (java) S 22760 22762 20334 0 -1 4202560 8963 0 0 0 84 2 0 0 20 0 19 0 255155175 9855975424 336644 33554432000 1073741824 1073778376 140734359079696 139726991632440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22779] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22779/stat : 22779 (java) S 22760 22762 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255155175 9855975424 336644 33554432000 1073741824 1073778376 140734359079696 139726990580344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22780] ppid=22760 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/22762/task/22780/stat : 22780 (java) S 22760 22762 20334 0 -1 4202560 99 0 0 0 29 22 0 0 20 0 19 0 255155175 9855975424 336644 33554432000 1073741824 1073778376 140734359079696 139726989527752 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22762/tid=22781] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22781/stat : 22781 (java) S 22760 22762 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255155716 9855975424 336644 33554432000 1073741824 1073778376 140734359079696 139726988473768 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.99
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/212 22911
/proc/meminfo: memFree=27994728/32873844 swapFree=7104/7104
[pid=22762] ppid=22760 vsize=9624976 CPUtime=1787.11 cores=0,2,4,6
/proc/22762/stat : 22762 (java) S 22760 22762 20334 0 -1 4202496 20664 0 1 0 178636 75 0 0 20 0 19 0 255155167 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 140734359070832 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22762/statm: 2406244 337163 2282 9 0 2396937 0
[pid=22762/tid=22764] ppid=22760 vsize=9624976 CPUtime=1761.86 cores=0,2,4,6
/proc/22762/task/22764/stat : 22764 (java) R 22760 22762 20334 0 -1 4202560 3378 0 1 0 176138 48 0 0 20 0 19 0 255155169 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727172972816 139727045607408 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22765] ppid=22760 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/22762/task/22765/stat : 22765 (java) S 22760 22762 20334 0 -1 4202560 114 0 0 0 47 3 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727016463144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22766] ppid=22760 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/22762/task/22766/stat : 22766 (java) S 22760 22762 20334 0 -1 4202560 245 0 0 0 57 4 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727015410344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22767] ppid=22760 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/22762/task/22767/stat : 22767 (java) S 22760 22762 20334 0 -1 4202560 247 0 0 0 66 6 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727014358056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22762/tid=22768] ppid=22760 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/22762/task/22768/stat : 22768 (java) S 22760 22762 20334 0 -1 4202560 221 0 0 0 50 5 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727013305256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22769] ppid=22760 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/22762/task/22769/stat : 22769 (java) S 22760 22762 20334 0 -1 4202560 189 0 0 0 54 4 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727012251944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22770] ppid=22760 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/22762/task/22770/stat : 22770 (java) S 22760 22762 20334 0 -1 4202560 101 0 0 0 53 3 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727011199144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22771] ppid=22760 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/22762/task/22771/stat : 22771 (java) S 22760 22762 20334 0 -1 4202560 228 0 0 0 53 4 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727010146856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22762/tid=22772] ppid=22760 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/22762/task/22772/stat : 22772 (java) S 22760 22762 20334 0 -1 4202560 169 0 0 0 61 6 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727009094056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22773] ppid=22760 vsize=9624976 CPUtime=18.82 cores=0,2,4,6
/proc/22762/task/22773/stat : 22773 (java) S 22760 22762 20334 0 -1 4202560 1176 0 0 0 1878 4 0 0 20 0 19 0 255155171 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726996896488 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22762/tid=22774] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22774/stat : 22774 (java) S 22760 22762 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255155172 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726995842552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22775] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22775/stat : 22775 (java) S 22760 22762 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255155172 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726994790152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22776] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22776/stat : 22776 (java) S 22760 22762 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255155175 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726993738640 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22777] ppid=22760 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/22762/task/22777/stat : 22777 (java) S 22760 22762 20334 0 -1 4202560 4350 0 0 0 65 0 0 0 20 0 19 0 255155175 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726992685240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22762/tid=22778] ppid=22760 vsize=9624976 CPUtime=0.86 cores=0,2,4,6
/proc/22762/task/22778/stat : 22778 (java) S 22760 22762 20334 0 -1 4202560 8963 0 0 0 84 2 0 0 20 0 19 0 255155175 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726991632440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22779] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22779/stat : 22779 (java) S 22760 22762 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255155175 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726990580344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22780] ppid=22760 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/22762/task/22780/stat : 22780 (java) S 22760 22762 20334 0 -1 4202560 103 0 0 0 31 23 0 0 20 0 19 0 255155175 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726989527752 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22762/tid=22781] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22781/stat : 22781 (java) S 22760 22762 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255155716 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726988473768 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.11
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.2 s]
/proc/loadavg: 2.01 2.01 2.00 3/211 22911
/proc/meminfo: memFree=27992680/32873844 swapFree=7104/7104
[pid=22762] ppid=22760 vsize=9624976 CPUtime=1800.02 cores=0,2,4,6
/proc/22762/stat : 22762 (java) S 22760 22762 20334 0 -1 4202496 20664 0 1 0 179927 75 0 0 20 0 19 0 255155167 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 140734359070832 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22762/statm: 2406244 337163 2282 9 0 2396937 0
[pid=22762/tid=22764] ppid=22760 vsize=9624976 CPUtime=1774.78 cores=0,2,4,6
/proc/22762/task/22764/stat : 22764 (java) R 22760 22762 20334 0 -1 4202560 3378 0 1 0 177430 48 0 0 20 0 19 0 255155169 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727172972816 139727045607470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22765] ppid=22760 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/22762/task/22765/stat : 22765 (java) S 22760 22762 20334 0 -1 4202560 114 0 0 0 47 3 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727016463144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22766] ppid=22760 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/22762/task/22766/stat : 22766 (java) S 22760 22762 20334 0 -1 4202560 245 0 0 0 57 4 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727015410344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22767] ppid=22760 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/22762/task/22767/stat : 22767 (java) S 22760 22762 20334 0 -1 4202560 247 0 0 0 66 6 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727014358056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22762/tid=22768] ppid=22760 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/22762/task/22768/stat : 22768 (java) S 22760 22762 20334 0 -1 4202560 221 0 0 0 50 5 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727013305256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22769] ppid=22760 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/22762/task/22769/stat : 22769 (java) S 22760 22762 20334 0 -1 4202560 189 0 0 0 54 4 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727012251944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22770] ppid=22760 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/22762/task/22770/stat : 22770 (java) S 22760 22762 20334 0 -1 4202560 101 0 0 0 53 3 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727011199144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22771] ppid=22760 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/22762/task/22771/stat : 22771 (java) S 22760 22762 20334 0 -1 4202560 228 0 0 0 53 4 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727010146856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22762/tid=22772] ppid=22760 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/22762/task/22772/stat : 22772 (java) S 22760 22762 20334 0 -1 4202560 169 0 0 0 61 6 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727009094056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22773] ppid=22760 vsize=9624976 CPUtime=18.82 cores=0,2,4,6
/proc/22762/task/22773/stat : 22773 (java) S 22760 22762 20334 0 -1 4202560 1176 0 0 0 1878 4 0 0 20 0 19 0 255155171 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726996896488 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22762/tid=22774] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22774/stat : 22774 (java) S 22760 22762 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255155172 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726995842552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22775] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22775/stat : 22775 (java) S 22760 22762 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255155172 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726994790152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22776] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22776/stat : 22776 (java) S 22760 22762 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255155175 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726993738640 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22777] ppid=22760 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/22762/task/22777/stat : 22777 (java) S 22760 22762 20334 0 -1 4202560 4350 0 0 0 65 0 0 0 20 0 19 0 255155175 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726992685240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22762/tid=22778] ppid=22760 vsize=9624976 CPUtime=0.86 cores=0,2,4,6
/proc/22762/task/22778/stat : 22778 (java) S 22760 22762 20334 0 -1 4202560 8963 0 0 0 84 2 0 0 20 0 19 0 255155175 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726991632440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22779] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22779/stat : 22779 (java) S 22760 22762 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255155175 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726990580344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22780] ppid=22760 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/22762/task/22780/stat : 22780 (java) S 22760 22762 20334 0 -1 4202560 103 0 0 0 32 23 0 0 20 0 19 0 255155175 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726989527752 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22762/tid=22781] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22781/stat : 22781 (java) S 22760 22762 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255155716 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726988473768 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1795.2 s]
/proc/loadavg: 2.01 2.01 2.00 3/211 22911
/proc/meminfo: memFree=27992680/32873844 swapFree=7104/7104
[pid=22762] ppid=22760 vsize=9624976 CPUtime=1800.02 cores=0,2,4,6
/proc/22762/stat : 22762 (java) S 22760 22762 20334 0 -1 4202496 20664 0 1 0 179927 75 0 0 20 0 19 0 255155167 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 140734359070832 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22762/statm: 2406244 337163 2282 9 0 2396937 0
[pid=22762/tid=22764] ppid=22760 vsize=9624976 CPUtime=1774.78 cores=0,2,4,6
/proc/22762/task/22764/stat : 22764 (java) R 22760 22762 20334 0 -1 4202560 3378 0 1 0 177430 48 0 0 20 0 19 0 255155169 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727172972816 139727045607470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22765] ppid=22760 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/22762/task/22765/stat : 22765 (java) S 22760 22762 20334 0 -1 4202560 114 0 0 0 47 3 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727016463144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22766] ppid=22760 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/22762/task/22766/stat : 22766 (java) S 22760 22762 20334 0 -1 4202560 245 0 0 0 57 4 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727015410344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22767] ppid=22760 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/22762/task/22767/stat : 22767 (java) S 22760 22762 20334 0 -1 4202560 247 0 0 0 66 6 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727014358056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22762/tid=22768] ppid=22760 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/22762/task/22768/stat : 22768 (java) S 22760 22762 20334 0 -1 4202560 221 0 0 0 50 5 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727013305256 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22769] ppid=22760 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/22762/task/22769/stat : 22769 (java) S 22760 22762 20334 0 -1 4202560 189 0 0 0 54 4 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727012251944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22770] ppid=22760 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/22762/task/22770/stat : 22770 (java) S 22760 22762 20334 0 -1 4202560 101 0 0 0 53 3 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727011199144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22771] ppid=22760 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/22762/task/22771/stat : 22771 (java) S 22760 22762 20334 0 -1 4202560 228 0 0 0 53 4 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727010146856 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22762/tid=22772] ppid=22760 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/22762/task/22772/stat : 22772 (java) S 22760 22762 20334 0 -1 4202560 169 0 0 0 61 6 0 0 20 0 19 0 255155170 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139727009094056 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22773] ppid=22760 vsize=9624976 CPUtime=18.82 cores=0,2,4,6
/proc/22762/task/22773/stat : 22773 (java) S 22760 22762 20334 0 -1 4202560 1176 0 0 0 1878 4 0 0 20 0 19 0 255155171 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726996896488 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22762/tid=22774] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22774/stat : 22774 (java) S 22760 22762 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255155172 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726995842552 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22775] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22775/stat : 22775 (java) S 22760 22762 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255155172 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726994790152 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22776] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22776/stat : 22776 (java) S 22760 22762 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255155175 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726993738640 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22777] ppid=22760 vsize=9624976 CPUtime=0.65 cores=0,2,4,6
/proc/22762/task/22777/stat : 22777 (java) S 22760 22762 20334 0 -1 4202560 4350 0 0 0 65 0 0 0 20 0 19 0 255155175 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726992685240 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22762/tid=22778] ppid=22760 vsize=9624976 CPUtime=0.86 cores=0,2,4,6
/proc/22762/task/22778/stat : 22778 (java) S 22760 22762 20334 0 -1 4202560 8963 0 0 0 84 2 0 0 20 0 19 0 255155175 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726991632440 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22762/tid=22779] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22779/stat : 22779 (java) S 22760 22762 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255155175 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726990580344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22762/tid=22780] ppid=22760 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/22762/task/22780/stat : 22780 (java) S 22760 22762 20334 0 -1 4202560 103 0 0 0 32 23 0 0 20 0 19 0 255155175 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726989527752 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22762/tid=22781] ppid=22760 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22762/task/22781/stat : 22781 (java) S 22760 22762 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255155716 9855975424 337163 33554432000 1073741824 1073778376 140734359079696 139726988473768 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1795.26
CPU time (s): 1800.76
CPU user time (s): 1799.5
CPU system time (s): 1.26181
CPU usage (%): 100.307
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 1.26181
maximum resident set size= 1348788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20700
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40378
involuntary context switches= 27595

runsolver used 4.73228 second user time and 14.8817 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-24 22:11:06
IDJOB=3689431
IDBENCH=89740
IDSOLVER=2269
FILE ID=node104/3689431-1337890265
RUNJOBID= node104-1337871880-20350
PBS_JOBID= 14620100
Free space on /tmp= 71676 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-123.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689431-1337890265/watcher-3689431-1337890265 -o /tmp/evaluation-result-3689431-1337890265/solver-3689431-1337890265 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689431-1337890265.opb

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

MD5SUM BENCH= e6dc64843ebe4c9cb8812bfa08aa0858
RANDOM SEED=774408885

node104.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.266
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.53
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.266
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.266
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.266
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.92
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.266
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.266
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.266
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.266
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:       32873844 kB
MemFree:        29748044 kB
Buffers:          213108 kB
Cached:          1837556 kB
SwapCached:            0 kB
Active:           692456 kB
Inactive:        1672780 kB
Active(anon):     317080 kB
Inactive(anon):        0 kB
Active(file):     375376 kB
Inactive(file):  1672780 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             37748 kB
Writeback:             0 kB
AnonPages:        321736 kB
Mapped:            21648 kB
Shmem:               200 kB
Slab:             623380 kB
SReclaimable:      65940 kB
SUnreclaim:       557440 kB
KernelStack:        1616 kB
PageTables:         5192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     814708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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= 71632 MiB
End job on node104 at 2012-05-24 22:41:03