Trace number 3710460

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.07 1795.05

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_4_mh_ic.opb
MD5SUM28aef98ecae5ad7c0bc1921f6d6032a5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5114454
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45775
Total number of constraints102733
Number of constraints which are clauses71450
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints31250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 17425
Biggest coefficient in the objective function 106496424
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 13952376603
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 106496424
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 13952376603
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710460-1338247816.opb
0.10/0.12	c reading problem ... 
1.88/1.02	c ... done. Wall clock time 0.906s.
1.88/1.02	c declared #vars     45775
1.88/1.02	c #constraints  104537
1.88/1.02	c constraints type 
1.88/1.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29126
1.88/1.02	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1.88/1.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1.88/1.02	c ignored satisfied constraints => 4
1.88/1.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 46225
1.88/1.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 29150
1.88/1.02	c 104541 constraints processed.
9.22/7.86	c cleaning 2494 clauses out of 5000 with flag 5000/5000
18.41/16.86	c cleaning 4252 clauses out of 8506 with flag 11000/11000
26.02/24.41	c cleaning 5623 clauses out of 11254 with flag 18000/18000
31.66/30.01	c cleaning 6808 clauses out of 13631 with flag 26000/26000
39.62/37.91	c cleaning 7910 clauses out of 15823 with flag 35000/35000
45.94/44.24	c cleaning 8946 clauses out of 17915 with flag 45002/45002
54.86/53.12	c cleaning 9975 clauses out of 19967 with flag 56000/56000
66.17/64.47	c cleaning 10985 clauses out of 21992 with flag 68000/68000
76.88/75.16	c cleaning 11991 clauses out of 24007 with flag 81000/81000
87.01/85.24	c cleaning 13004 clauses out of 26017 with flag 95001/95001
95.46/93.61	c cleaning 14002 clauses out of 28016 with flag 110004/110004
107.89/106.01	c cleaning 14998 clauses out of 30011 with flag 126001/126001
117.42/115.54	c cleaning 15993 clauses out of 32012 with flag 143000/143000
129.73/127.85	c cleaning 16985 clauses out of 34019 with flag 161000/161000
147.94/146.04	c cleaning 17995 clauses out of 36034 with flag 180000/180000
163.55/161.64	c cleaning 19017 clauses out of 38041 with flag 200002/200002
178.18/176.21	c cleaning 19982 clauses out of 40022 with flag 221000/221000
189.10/187.10	c cleaning 21002 clauses out of 42040 with flag 243000/243000
203.12/201.12	c cleaning 22001 clauses out of 44038 with flag 266000/266000
224.35/222.32	c cleaning 22995 clauses out of 46040 with flag 290003/290003
242.86/240.82	c cleaning 24016 clauses out of 48043 with flag 315001/315001
255.98/253.93	c cleaning 24994 clauses out of 50026 with flag 341000/341000
269.33/267.28	c cleaning 26004 clauses out of 52033 with flag 368001/368001
288.06/286.00	c cleaning 27010 clauses out of 54028 with flag 396000/396000
308.52/306.32	c cleaning 27991 clauses out of 56018 with flag 425000/425000
323.04/320.89	c cleaning 29007 clauses out of 58028 with flag 455001/455001
346.57/344.37	c cleaning 30004 clauses out of 60023 with flag 486003/486003
366.89/364.69	c cleaning 30994 clauses out of 62016 with flag 518000/518000
392.30/390.09	c cleaning 32000 clauses out of 64022 with flag 551000/551000
403.85/401.56	c cleaning 32996 clauses out of 66023 with flag 585001/585001
426.51/424.13	c cleaning 34002 clauses out of 68027 with flag 620001/620001
443.81/441.41	c cleaning 35007 clauses out of 70025 with flag 656001/656001
468.14/465.74	c cleaning 36000 clauses out of 72017 with flag 693000/693000
493.26/490.81	c cleaning 36997 clauses out of 74017 with flag 731000/731000
512.68/510.28	c cleaning 38002 clauses out of 76020 with flag 770000/770000
542.15/539.67	c cleaning 39007 clauses out of 78018 with flag 810000/810000
558.03/555.40	c cleaning 39990 clauses out of 80011 with flag 851000/851000
579.08/576.40	c cleaning 41007 clauses out of 82021 with flag 893000/893000
606.41/603.77	c cleaning 41994 clauses out of 84018 with flag 936004/936004
632.30/629.53	c cleaning 43002 clauses out of 86030 with flag 980010/980010
657.25/654.40	c cleaning 43981 clauses out of 88018 with flag 1025000/1025000
686.91/684.03	c cleaning 44996 clauses out of 90038 with flag 1071001/1071001
717.62/714.63	c cleaning 46006 clauses out of 92041 with flag 1118000/1118000
739.60/736.54	c cleaning 46988 clauses out of 94037 with flag 1166002/1166002
763.23/760.14	c cleaning 47987 clauses out of 96047 with flag 1215000/1215000
784.55/781.42	c cleaning 48992 clauses out of 98061 with flag 1265001/1265001
806.50/803.35	c cleaning 50019 clauses out of 100068 with flag 1316000/1316000
848.99/845.79	c cleaning 51010 clauses out of 102049 with flag 1368000/1368000
879.35/876.04	c cleaning 51978 clauses out of 104039 with flag 1421000/1421000
925.08/921.75	c cleaning 53021 clauses out of 106061 with flag 1475000/1475000
948.70/945.35	c cleaning 54004 clauses out of 108040 with flag 1530000/1530000
971.14/967.75	c cleaning 55009 clauses out of 110036 with flag 1586000/1586000
1001.08/997.68	c cleaning 56005 clauses out of 112027 with flag 1643000/1643000
1025.64/1022.19	c cleaning 56993 clauses out of 114022 with flag 1701000/1701000
1047.83/1044.28	c cleaning 58001 clauses out of 116029 with flag 1760000/1760000
1087.18/1083.52	c cleaning 59001 clauses out of 118028 with flag 1820000/1820000
1127.17/1123.44	c cleaning 59983 clauses out of 120027 with flag 1881000/1881000
1166.78/1162.92	c cleaning 61011 clauses out of 122051 with flag 1943007/1943007
1208.35/1204.42	c cleaning 62006 clauses out of 124033 with flag 2006000/2006000
1233.73/1229.74	c cleaning 63002 clauses out of 126027 with flag 2070000/2070000
1254.98/1250.93	c cleaning 63998 clauses out of 128025 with flag 2135000/2135000
1292.54/1288.48	c cleaning 65007 clauses out of 130028 with flag 2201001/2201001
1334.99/1330.86	c cleaning 65994 clauses out of 132022 with flag 2268002/2268002
1366.55/1362.33	c cleaning 66999 clauses out of 134026 with flag 2336000/2336000
1392.76/1388.42	c cleaning 68003 clauses out of 136027 with flag 2405000/2405000
1423.12/1418.72	c cleaning 68984 clauses out of 138024 with flag 2475000/2475000
1452.77/1448.38	c cleaning 69996 clauses out of 140040 with flag 2546000/2546000
1480.33/1475.83	c cleaning 70999 clauses out of 142044 with flag 2618000/2618000
1511.10/1506.55	c cleaning 71992 clauses out of 144045 with flag 2691000/2691000
1545.23/1540.63	c cleaning 73015 clauses out of 146055 with flag 2765002/2765002
1576.10/1571.42	c cleaning 73993 clauses out of 148038 with flag 2840000/2840000
1606.55/1601.87	c cleaning 75008 clauses out of 150045 with flag 2916000/2916000
1643.80/1639.05	c cleaning 76007 clauses out of 152038 with flag 2993001/2993001
1705.67/1700.88	c cleaning 77003 clauses out of 154030 with flag 3071000/3071000
1738.33/1733.40	c cleaning 77993 clauses out of 156027 with flag 3150000/3150000
1782.80/1777.86	c cleaning 79000 clauses out of 158036 with flag 3230002/3230002
1800.07/1795.01	c starts		: 249
1800.07/1795.01	c conflicts		: 3258147
1800.07/1795.01	c decisions		: 9063542
1800.07/1795.01	c propagations		: 981570179
1800.07/1795.01	c inspects		: 9856009589
1800.07/1795.01	c shortcuts		: 0
1800.07/1795.01	c learnt literals	: 0
1800.07/1795.01	c learnt binary clauses	: 128
1800.07/1795.01	c learnt ternary clauses	: 79
1800.07/1795.01	c learnt constraints	: 3258147
1800.07/1795.01	c ignored constraints	: 0
1800.07/1795.01	c root simplifications	: 249
1800.07/1795.01	c removed literals (reason simplification)	: 113065637
1800.07/1795.01	c reason swapping (by a shorter reason)	: 0
1800.07/1795.01	c Calls to reduceDB	: 76
1800.07/1795.01	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.01	c number of learned constraints concerned by reduction	: 0
1800.07/1795.01	c number of learning phase by resolution	: 0
1800.07/1795.01	c number of learning phase by cutting planes	: 0
1800.07/1795.01	c speed (assignments/second)	: 547152.2089096648
1800.07/1795.01	c non guided choices	339
1800.07/1795.04	c learnt constraints type 
1800.07/1795.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 128
1800.07/1795.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107083
1800.07/1795.04	c constraints type 
1800.07/1795.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29126
1800.07/1795.04	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
1800.07/1795.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 32
1800.07/1795.04	c ignored satisfied constraints => 4
1800.07/1795.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 46225
1800.07/1795.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 29150
1800.07/1795.04	c 104541 constraints processed.
1800.07/1795.04	s UNKNOWN
1800.07/1795.04	c Total wall clock time (in seconds): 1794.922

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 4/194 9695
/proc/meminfo: memFree=28466008/32873844 swapFree=7620/7620
[pid=9695] ppid=9693 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/9695/stat : 9695 (java) S 9693 9695 8308 0 -1 4202496 1202 0 0 0 0 0 0 0 20 0 2 0 290905944 94019584 913 33554432000 1073741824 1073778376 140736869865264 140736869856400 251048001597 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9695/statm: 22954 914 694 9 0 16769 0
[pid=9695/tid=9696] ppid=9693 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9696/stat : 9696 (java) D 9693 9695 8308 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 290905944 94019584 917 33554432000 1073741824 1073778376 140736869865264 140062854032936 251035479335 0 0 4096 0 18446744072100609316 0 0 -1 3 0 0 0 0 0

[startup+0.0197221 s]
/proc/loadavg: 2.01 2.00 2.00 4/194 9695
/proc/meminfo: memFree=28466008/32873844 swapFree=7620/7620
[pid=9695] ppid=9693 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/9695/stat : 9695 (java) S 9693 9695 8308 0 -1 4202496 2766 0 1 0 0 0 0 0 20 0 10 0 290905944 9233014784 3465 33554432000 1073741824 1073778376 140736869865264 140736869856400 251048001597 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9695/statm: 2254154 3466 1536 9 0 2244855 0
[pid=9695/tid=9696] ppid=9693 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9696/stat : 9696 (java) R 9693 9695 8308 0 -1 4202560 1610 0 1 0 0 0 0 0 20 0 10 0 290905944 9233014784 3466 33554432000 1073741824 1073778376 140736869865264 140062854034112 140062858048857 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.10032 s]
/proc/loadavg: 2.01 2.00 2.00 4/194 9695
/proc/meminfo: memFree=28466008/32873844 swapFree=7620/7620
[pid=9695] ppid=9693 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/9695/stat : 9695 (java) S 9693 9695 8308 0 -1 4202496 4289 0 1 0 9 1 0 0 20 0 18 0 290905944 9787842560 6007 33554432000 1073741824 1073778376 140736869865264 140736869856400 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9695/statm: 2389610 6007 2116 9 0 2380296 0
[pid=9695/tid=9696] ppid=9693 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/9695/task/9696/stat : 9696 (java) R 9693 9695 8308 0 -1 4202560 2417 0 1 0 6 1 0 0 20 0 18 0 290905944 9787842560 6007 33554432000 1073741824 1073778376 140736869865264 140062854022344 251048027405 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.300197 s]
/proc/loadavg: 2.01 2.00 2.00 4/194 9695
/proc/meminfo: memFree=28466008/32873844 swapFree=7620/7620
[pid=9695] ppid=9693 vsize=9558440 CPUtime=0.5 cores=1,3,5,7
/proc/9695/stat : 9695 (java) S 9693 9695 8308 0 -1 4202496 6056 0 1 0 48 2 0 0 20 0 18 0 290905944 9787842560 12602 33554432000 1073741824 1073778376 140736869865264 140736869856400 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9695/statm: 2389610 12602 2227 9 0 2380296 0
[pid=9695/tid=9696] ppid=9693 vsize=9558440 CPUtime=0.27 cores=1,3,5,7
/proc/9695/task/9696/stat : 9696 (java) R 9693 9695 8308 0 -1 4202560 2508 0 1 0 26 1 0 0 20 0 18 0 290905944 9787842560 12603 33554432000 1073741824 1073778376 140736869865264 140062854029120 251048027405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558440

[startup+0.700304 s]
/proc/loadavg: 2.01 2.00 2.00 4/194 9695
/proc/meminfo: memFree=28466008/32873844 swapFree=7620/7620
[pid=9695] ppid=9693 vsize=9558440 CPUtime=1.31 cores=1,3,5,7
/proc/9695/stat : 9695 (java) S 9693 9695 8308 0 -1 4202496 10717 0 1 0 125 6 0 0 20 0 18 0 290905944 9787842560 44374 33554432000 1073741824 1073778376 140736869865264 140736869856400 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9695/statm: 2389610 44374 2263 9 0 2380296 0
[pid=9695/tid=9696] ppid=9693 vsize=9558440 CPUtime=0.64 cores=1,3,5,7
/proc/9695/task/9696/stat : 9696 (java) R 9693 9695 8308 0 -1 4202560 2572 0 1 0 61 3 0 0 20 0 18 0 290905944 9787842560 44374 33554432000 1073741824 1073778376 140736869865264 140062854036952 140062725968118 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9558440

[startup+1.50072 s]
/proc/loadavg: 2.01 2.00 2.00 5/212 9713
/proc/meminfo: memFree=28092496/32873844 swapFree=7620/7620
[pid=9695] ppid=9693 vsize=9625004 CPUtime=2.8 cores=1,3,5,7
/proc/9695/stat : 9695 (java) S 9693 9695 8308 0 -1 4202496 12852 0 1 0 270 10 0 0 20 0 19 0 290905944 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140736869856400 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9695/statm: 2406251 49806 2271 9 0 2396937 0
[pid=9695/tid=9696] ppid=9693 vsize=9625004 CPUtime=1.41 cores=1,3,5,7
/proc/9695/task/9696/stat : 9696 (java) R 9693 9695 8308 0 -1 4202560 2576 0 1 0 137 4 0 0 20 0 19 0 290905944 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062854037736 140062726302081 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9695/tid=9698] ppid=9693 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/9695/task/9698/stat : 9698 (java) S 9693 9695 8308 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 19 0 290905945 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062697928872 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9699] ppid=9693 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/9695/task/9699/stat : 9699 (java) S 9693 9695 8308 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 290905945 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062696876328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9700] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9700/stat : 9700 (java) S 9693 9695 8308 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 290905945 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062695823784 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9701] ppid=9693 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/9695/task/9701/stat : 9701 (java) S 9693 9695 8308 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 290905945 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062694771240 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9702] ppid=9693 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/9695/task/9702/stat : 9702 (java) S 9693 9695 8308 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 290905945 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062693718696 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9703] ppid=9693 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/9695/task/9703/stat : 9703 (java) S 9693 9695 8308 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 290905945 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062692666152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9704] ppid=9693 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/9695/task/9704/stat : 9704 (java) S 9693 9695 8308 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 290905945 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062691613608 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9705] ppid=9693 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/9695/task/9705/stat : 9705 (java) S 9693 9695 8308 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 290905945 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062690561064 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9706] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9706/stat : 9706 (java) S 9693 9695 8308 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 290905946 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062678149224 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9707] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9707/stat : 9707 (java) S 9693 9695 8308 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 290905947 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062677095544 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9708] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9708/stat : 9708 (java) S 9693 9695 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290905947 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062676042888 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9709] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9709/stat : 9709 (java) S 9693 9695 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290905949 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062674991632 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9710] ppid=9693 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/9695/task/9710/stat : 9710 (java) S 9693 9695 8308 0 -1 4202560 4644 0 0 0 60 0 0 0 20 0 19 0 290905949 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062673939000 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9711] ppid=9693 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/9695/task/9711/stat : 9711 (java) S 9693 9695 8308 0 -1 4202560 4284 0 0 0 53 0 0 0 20 0 19 0 290905949 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062672886456 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9712] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9712/stat : 9712 (java) S 9693 9695 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290905949 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062671834104 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9713] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9713/stat : 9713 (java) S 9693 9695 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290905949 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062670781768 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 9625004

[startup+3.10074 s]
/proc/loadavg: 2.01 2.00 2.00 8/213 9714
/proc/meminfo: memFree=27921336/32873844 swapFree=7620/7620
[pid=9695] ppid=9693 vsize=9625004 CPUtime=4.42 cores=1,3,5,7
/proc/9695/stat : 9695 (java) S 9693 9695 8308 0 -1 4202496 12853 0 1 0 432 10 0 0 20 0 19 0 290905944 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140736869856400 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9695/statm: 2406251 49806 2271 9 0 2396937 0
[pid=9695/tid=9696] ppid=9693 vsize=9625004 CPUtime=3.01 cores=1,3,5,7
/proc/9695/task/9696/stat : 9696 (java) R 9693 9695 8308 0 -1 4202560 2577 0 1 0 297 4 0 0 20 0 19 0 290905944 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062854037944 140062726321334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9695/tid=9698] ppid=9693 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/9695/task/9698/stat : 9698 (java) S 9693 9695 8308 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 19 0 290905945 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062697928872 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9699] ppid=9693 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/9695/task/9699/stat : 9699 (java) S 9693 9695 8308 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 290905945 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062696876328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9700] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9700/stat : 9700 (java) S 9693 9695 8308 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 290905945 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062695823784 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9701] ppid=9693 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/9695/task/9701/stat : 9701 (java) S 9693 9695 8308 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 290905945 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062694771240 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9702] ppid=9693 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/9695/task/9702/stat : 9702 (java) S 9693 9695 8308 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 290905945 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062693718696 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9703] ppid=9693 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/9695/task/9703/stat : 9703 (java) S 9693 9695 8308 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 290905945 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062692666152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9704] ppid=9693 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/9695/task/9704/stat : 9704 (java) S 9693 9695 8308 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 290905945 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062691613608 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9705] ppid=9693 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/9695/task/9705/stat : 9705 (java) S 9693 9695 8308 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 290905945 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062690561064 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9706] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9706/stat : 9706 (java) S 9693 9695 8308 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 290905946 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062678149224 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9707] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9707/stat : 9707 (java) S 9693 9695 8308 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 290905947 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062677095544 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9708] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9708/stat : 9708 (java) S 9693 9695 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290905947 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062676042888 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9709] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9709/stat : 9709 (java) S 9693 9695 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290905949 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062674991632 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9710] ppid=9693 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/9695/task/9710/stat : 9710 (java) S 9693 9695 8308 0 -1 4202560 4644 0 0 0 60 0 0 0 20 0 19 0 290905949 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062673939000 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9711] ppid=9693 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/9695/task/9711/stat : 9711 (java) S 9693 9695 8308 0 -1 4202560 4284 0 0 0 54 0 0 0 20 0 19 0 290905949 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062672886456 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9712] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9712/stat : 9712 (java) S 9693 9695 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290905949 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062671834104 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9713] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9713/stat : 9713 (java) S 9693 9695 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290905949 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062670781768 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9714] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9714/stat : 9714 (java) S 9693 9695 8308 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 290906049 9856004096 49806 33554432000 1073741824 1073778376 140736869865264 140062669726504 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 9625004

[startup+6.30082 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 9715
/proc/meminfo: memFree=27899668/32873844 swapFree=7620/7620
[pid=9695] ppid=9693 vsize=9625004 CPUtime=7.71 cores=1,3,5,7
/proc/9695/stat : 9695 (java) S 9693 9695 8308 0 -1 4202496 13060 0 1 0 761 10 0 0 20 0 19 0 290905944 9856004096 49446 33554432000 1073741824 1073778376 140736869865264 140736869856400 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9695/statm: 2406251 49446 2277 9 0 2396937 0
[pid=9695/tid=9696] ppid=9693 vsize=9625004 CPUtime=6.21 cores=1,3,5,7
/proc/9695/task/9696/stat : 9696 (java) R 9693 9695 8308 0 -1 4202560 2579 0 1 0 617 4 0 0 20 0 19 0 290905944 9856004096 49446 33554432000 1073741824 1073778376 140736869865264 140062854038016 140062725735943 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9695/tid=9698] ppid=9693 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/9695/task/9698/stat : 9698 (java) S 9693 9695 8308 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 19 0 290905945 9856004096 49446 33554432000 1073741824 1073778376 140736869865264 140062697928872 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9699] ppid=9693 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/9695/task/9699/stat : 9699 (java) S 9693 9695 8308 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 290905945 9856004096 49446 33554432000 1073741824 1073778376 140736869865264 140062696876328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9700] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9700/stat : 9700 (java) S 9693 9695 8308 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 290905945 9856004096 49446 33554432000 1073741824 1073778376 140736869865264 140062695823784 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9701] ppid=9693 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/9695/task/9701/stat : 9701 (java) S 9693 9695 8308 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 290905945 9856004096 49446 33554432000 1073741824 1073778376 140736869865264 140062694771240 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9702] ppid=9693 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/9695/task/9702/stat : 9702 (java) S 9693 9695 8308 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 290905945 9856004096 49446 33554432000 1073741824 1073778376 140736869865264 140062693718696 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9703] ppid=9693 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/9695/task/9703/stat : 9703 (java) S 9693 9695 8308 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 290905945 9856004096 49446 33554432000 1073741824 1073778376 140736869865264 140062692666152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9704] ppid=9693 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/9695/task/9704/stat : 9704 (java) S 9693 9695 8308 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 290905945 9856004096 49446 33554432000 1073741824 1073778376 140736869865264 140062691613608 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9705] ppid=9693 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/9695/task/9705/stat : 9705 (java) S 9693 9695 8308 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 290905945 9856004096 49446 33554432000 1073741824 1073778376 140736869865264 140062690561064 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9706] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9706/stat : 9706 (java) S 9693 9695 8308 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 290905946 9856004096 49446 33554432000 1073741824 1073778376 140736869865264 140062678149224 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9707] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9707/stat : 9707 (java) S 9693 9695 8308 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 290905947 9856004096 49446 33554432000 1073741824 1073778376 140736869865264 140062677095544 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9708] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9708/stat : 9708 (java) S 9693 9695 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290905947 9856004096 49446 33554432000 1073741824 1073778376 140736869865264 140062676042888 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9709] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9709/stat : 9709 (java) S 9693 9695 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290905949 9856004096 49446 33554432000 1073741824 1073778376 140736869865264 140062674991632 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9710] ppid=9693 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/9695/task/9710/stat : 9710 (java) S 9693 9695 8308 0 -1 4202560 4644 0 0 0 62 0 0 0 20 0 19 0 290905949 9856004096 49446 33554432000 1073741824 1073778376 140736869865264 140062673939000 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9711] ppid=9693 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/9695/task/9711/stat : 9711 (java) S 9693 9695 8308 0 -1 4202560 4489 0 0 0 61 0 0 0 20 0 19 0 290905949 9856004096 49446 33554432000 1073741824 1073778376 140736869865264 140062672886456 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9712] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9712/stat : 9712 (java) S 9693 9695 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290905949 9856004096 49446 33554432000 1073741824 1073778376 140736869865264 140062671834104 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=9695/tid=9710] ppid=9693 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/9695/task/9710/stat : 9710 (java) S 9693 9695 8308 0 -1 4202560 4662 0 0 0 74 0 0 0 20 0 19 0 290905949 9856004096 83724 33554432000 1073741824 1073778376 140736869865264 140062673939000 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9711] ppid=9693 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/9695/task/9711/stat : 9711 (java) S 9693 9695 8308 0 -1 4202560 4496 0 0 0 68 0 0 0 20 0 19 0 290905949 9856004096 83724 33554432000 1073741824 1073778376 140736869865264 140062672886456 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9712] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9712/stat : 9712 (java) S 9693 9695 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290905949 9856004096 83724 33554432000 1073741824 1073778376 140736869865264 140062671834104 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9713] ppid=9693 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/9695/task/9713/stat : 9713 (java) S 9693 9695 8308 0 -1 4202560 99 0 0 0 36 15 0 0 20 0 19 0 290905949 9856004096 83724 33554432000 1073741824 1073778376 140736869865264 140062670781768 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9714] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9714/stat : 9714 (java) S 9693 9695 8308 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 290906049 9856004096 83724 33554432000 1073741824 1073778376 140736869865264 140062669726504 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1727.21
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 9728
/proc/meminfo: memFree=27635468/32873844 swapFree=7620/7620
[pid=9695] ppid=9693 vsize=9625004 CPUtime=1787.37 cores=1,3,5,7
/proc/9695/stat : 9695 (java) S 9693 9695 8308 0 -1 4202496 14508 0 1 0 178689 48 0 0 20 0 19 0 290905944 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140736869856400 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9695/statm: 2406251 83750 2290 9 0 2396937 0
[pid=9695/tid=9696] ppid=9693 vsize=9625004 CPUtime=1768.43 cores=1,3,5,7
/proc/9695/task/9696/stat : 9696 (java) R 9693 9695 8308 0 -1 4202560 2654 0 1 0 176813 30 0 0 20 0 19 0 290905944 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062854037808 140062726165131 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9695/tid=9698] ppid=9693 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/9695/task/9698/stat : 9698 (java) S 9693 9695 8308 0 -1 4202560 114 0 0 0 47 4 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062697928872 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9699] ppid=9693 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/9695/task/9699/stat : 9699 (java) S 9693 9695 8308 0 -1 4202560 148 0 0 0 52 3 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062696876328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9700] ppid=9693 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/9695/task/9700/stat : 9700 (java) S 9693 9695 8308 0 -1 4202560 99 0 0 0 49 3 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062695823784 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9701] ppid=9693 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/9695/task/9701/stat : 9701 (java) S 9693 9695 8308 0 -1 4202560 238 0 0 0 54 3 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062694771240 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9702] ppid=9693 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/9695/task/9702/stat : 9702 (java) S 9693 9695 8308 0 -1 4202560 179 0 0 0 56 3 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062693718696 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9703] ppid=9693 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/9695/task/9703/stat : 9703 (java) S 9693 9695 8308 0 -1 4202560 195 0 0 0 56 2 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062692666152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9695/tid=9704] ppid=9693 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/9695/task/9704/stat : 9704 (java) S 9693 9695 8308 0 -1 4202560 146 0 0 0 53 3 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062691613608 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9705] ppid=9693 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/9695/task/9705/stat : 9705 (java) S 9693 9695 8308 0 -1 4202560 62 0 0 0 56 2 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062690561064 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9695/tid=9706] ppid=9693 vsize=9625004 CPUtime=8.04 cores=1,3,5,7
/proc/9695/task/9706/stat : 9706 (java) S 9693 9695 8308 0 -1 4202560 225 0 0 0 802 2 0 0 20 0 19 0 290905946 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062678149224 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9707] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9707/stat : 9707 (java) S 9693 9695 8308 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 290905947 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062677095544 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9708] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9708/stat : 9708 (java) S 9693 9695 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290905947 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062676042888 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9709] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9709/stat : 9709 (java) S 9693 9695 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290905949 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062674991632 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9710] ppid=9693 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/9695/task/9710/stat : 9710 (java) S 9693 9695 8308 0 -1 4202560 4662 0 0 0 74 0 0 0 20 0 19 0 290905949 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062673939000 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9711] ppid=9693 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/9695/task/9711/stat : 9711 (java) S 9693 9695 8308 0 -1 4202560 4496 0 0 0 68 0 0 0 20 0 19 0 290905949 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062672886456 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9712] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9712/stat : 9712 (java) S 9693 9695 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290905949 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062671834104 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9713] ppid=9693 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/9695/task/9713/stat : 9713 (java) S 9693 9695 8308 0 -1 4202560 103 0 0 0 36 16 0 0 20 0 19 0 290905949 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062670781768 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9714] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9714/stat : 9714 (java) S 9693 9695 8308 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 290906049 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062669726504 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1787.37
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 2.00 2.00 2.00 4/214 9731
/proc/meminfo: memFree=27635444/32873844 swapFree=7620/7620
[pid=9695] ppid=9693 vsize=9625004 CPUtime=1800.07 cores=1,3,5,7
/proc/9695/stat : 9695 (java) S 9693 9695 8308 0 -1 4202496 14508 0 1 0 179959 48 0 0 20 0 19 0 290905944 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140736869856400 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9695/statm: 2406251 83750 2290 9 0 2396937 0
[pid=9695/tid=9696] ppid=9693 vsize=9625004 CPUtime=1781.1 cores=1,3,5,7
/proc/9695/task/9696/stat : 9696 (java) R 9693 9695 8308 0 -1 4202560 2654 0 1 0 178079 31 0 0 20 0 19 0 290905944 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062854037808 140062726330846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9695/tid=9698] ppid=9693 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/9695/task/9698/stat : 9698 (java) S 9693 9695 8308 0 -1 4202560 114 0 0 0 47 4 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062697928872 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9699] ppid=9693 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/9695/task/9699/stat : 9699 (java) S 9693 9695 8308 0 -1 4202560 148 0 0 0 52 3 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062696876328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9700] ppid=9693 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/9695/task/9700/stat : 9700 (java) S 9693 9695 8308 0 -1 4202560 99 0 0 0 49 3 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062695823784 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9701] ppid=9693 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/9695/task/9701/stat : 9701 (java) S 9693 9695 8308 0 -1 4202560 238 0 0 0 54 3 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062694771240 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9702] ppid=9693 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/9695/task/9702/stat : 9702 (java) S 9693 9695 8308 0 -1 4202560 179 0 0 0 56 3 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062693718696 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9703] ppid=9693 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/9695/task/9703/stat : 9703 (java) S 9693 9695 8308 0 -1 4202560 195 0 0 0 56 2 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062692666152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9695/tid=9704] ppid=9693 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/9695/task/9704/stat : 9704 (java) S 9693 9695 8308 0 -1 4202560 146 0 0 0 53 3 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062691613608 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9705] ppid=9693 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/9695/task/9705/stat : 9705 (java) S 9693 9695 8308 0 -1 4202560 62 0 0 0 56 2 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062690561064 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9695/tid=9706] ppid=9693 vsize=9625004 CPUtime=8.04 cores=1,3,5,7
/proc/9695/task/9706/stat : 9706 (java) S 9693 9695 8308 0 -1 4202560 225 0 0 0 802 2 0 0 20 0 19 0 290905946 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062678149224 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9707] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9707/stat : 9707 (java) S 9693 9695 8308 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 290905947 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062677095544 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9708] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9708/stat : 9708 (java) S 9693 9695 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290905947 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062676042888 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9709] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9709/stat : 9709 (java) S 9693 9695 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290905949 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062674991632 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9710] ppid=9693 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/9695/task/9710/stat : 9710 (java) S 9693 9695 8308 0 -1 4202560 4662 0 0 0 74 0 0 0 20 0 19 0 290905949 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062673939000 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9711] ppid=9693 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/9695/task/9711/stat : 9711 (java) S 9693 9695 8308 0 -1 4202560 4496 0 0 0 68 0 0 0 20 0 19 0 290905949 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062672886456 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9712] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9712/stat : 9712 (java) S 9693 9695 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290905949 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062671834104 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9713] ppid=9693 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/9695/task/9713/stat : 9713 (java) S 9693 9695 8308 0 -1 4202560 103 0 0 0 36 16 0 0 20 0 19 0 290905949 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062670781768 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9714] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9714/stat : 9714 (java) S 9693 9695 8308 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 290906049 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062669726504 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 s]
/proc/loadavg: 2.00 2.00 2.00 4/214 9731
/proc/meminfo: memFree=27635444/32873844 swapFree=7620/7620
[pid=9695] ppid=9693 vsize=9625004 CPUtime=1800.07 cores=1,3,5,7
/proc/9695/stat : 9695 (java) S 9693 9695 8308 0 -1 4202496 14508 0 1 0 179959 48 0 0 20 0 19 0 290905944 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140736869856400 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9695/statm: 2406251 83750 2290 9 0 2396937 0
[pid=9695/tid=9696] ppid=9693 vsize=9625004 CPUtime=1781.1 cores=1,3,5,7
/proc/9695/task/9696/stat : 9696 (java) R 9693 9695 8308 0 -1 4202560 2654 0 1 0 178079 31 0 0 20 0 19 0 290905944 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062854037808 140062726330846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9695/tid=9698] ppid=9693 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/9695/task/9698/stat : 9698 (java) S 9693 9695 8308 0 -1 4202560 114 0 0 0 47 4 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062697928872 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9699] ppid=9693 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/9695/task/9699/stat : 9699 (java) S 9693 9695 8308 0 -1 4202560 148 0 0 0 52 3 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062696876328 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9700] ppid=9693 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/9695/task/9700/stat : 9700 (java) S 9693 9695 8308 0 -1 4202560 99 0 0 0 49 3 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062695823784 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9701] ppid=9693 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/9695/task/9701/stat : 9701 (java) S 9693 9695 8308 0 -1 4202560 238 0 0 0 54 3 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062694771240 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9702] ppid=9693 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/9695/task/9702/stat : 9702 (java) S 9693 9695 8308 0 -1 4202560 179 0 0 0 56 3 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062693718696 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9703] ppid=9693 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/9695/task/9703/stat : 9703 (java) S 9693 9695 8308 0 -1 4202560 195 0 0 0 56 2 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062692666152 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9695/tid=9704] ppid=9693 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/9695/task/9704/stat : 9704 (java) S 9693 9695 8308 0 -1 4202560 146 0 0 0 53 3 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062691613608 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9705] ppid=9693 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/9695/task/9705/stat : 9705 (java) S 9693 9695 8308 0 -1 4202560 62 0 0 0 56 2 0 0 20 0 19 0 290905945 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062690561064 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9695/tid=9706] ppid=9693 vsize=9625004 CPUtime=8.04 cores=1,3,5,7
/proc/9695/task/9706/stat : 9706 (java) S 9693 9695 8308 0 -1 4202560 225 0 0 0 802 2 0 0 20 0 19 0 290905946 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062678149224 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9707] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9707/stat : 9707 (java) S 9693 9695 8308 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 290905947 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062677095544 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9708] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9708/stat : 9708 (java) S 9693 9695 8308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290905947 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062676042888 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9709] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9709/stat : 9709 (java) S 9693 9695 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290905949 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062674991632 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9710] ppid=9693 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/9695/task/9710/stat : 9710 (java) S 9693 9695 8308 0 -1 4202560 4662 0 0 0 74 0 0 0 20 0 19 0 290905949 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062673939000 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9695/tid=9711] ppid=9693 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/9695/task/9711/stat : 9711 (java) S 9693 9695 8308 0 -1 4202560 4496 0 0 0 68 0 0 0 20 0 19 0 290905949 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062672886456 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9712] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9712/stat : 9712 (java) S 9693 9695 8308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290905949 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062671834104 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9695/tid=9713] ppid=9693 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/9695/task/9713/stat : 9713 (java) S 9693 9695 8308 0 -1 4202560 103 0 0 0 36 16 0 0 20 0 19 0 290905949 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062670781768 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9695/tid=9714] ppid=9693 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/9695/task/9714/stat : 9714 (java) S 9693 9695 8308 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 290906049 9856004096 83750 33554432000 1073741824 1073778376 140736869865264 140062669726504 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9695 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=29114
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=860869
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.05
CPU time (s): 1800.07
CPU user time (s): 1799.59
CPU system time (s): 0.48
CPU usage (%): 100.28
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.03
system time used= 0.860869
maximum resident set size= 335124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14541
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40000
involuntary context switches= 10781

runsolver used 7.08192 second user time and 14.3718 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-29 01:30:16
IDJOB=3710460
IDBENCH=92662
IDSOLVER=2289
FILE ID=node143/3710460-1338247816
RUNJOBID= node143-1338231615-8325
PBS_JOBID= 14624659
Free space on /tmp= 69348 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat25_4_7_4_mh_ic.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-3710460-1338247816/watcher-3710460-1338247816 -o /tmp/evaluation-result-3710460-1338247816/solver-3710460-1338247816 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710460-1338247816.opb

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

MD5SUM BENCH= 28aef98ecae5ad7c0bc1921f6d6032a5
RANDOM SEED=1753279703

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28467024 kB
Buffers:          440384 kB
Cached:          3072072 kB
SwapCached:            0 kB
Active:          3061448 kB
Inactive:         474360 kB
Active(anon):      14604 kB
Inactive(anon):    11300 kB
Active(file):    3046844 kB
Inactive(file):   463060 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             18340 kB
Writeback:             0 kB
AnonPages:         24784 kB
Mapped:            19768 kB
Shmem:               200 kB
Slab:             729584 kB
SReclaimable:     171584 kB
SUnreclaim:       558000 kB
KernelStack:        1456 kB
PageTables:         4348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 69344 MiB
End job on node143 at 2012-05-29 02:00:13