Trace number 3459064

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.17 1797.95

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=80-sizeP=41-sizeQ=80-505615378-max.opb
MD5SUM37b8d6470d70c8bd94b60d5c165e51c9
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2
Best CPU time to get the best result obtained on this benchmark1800.26
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables3401
Total number of constraints9841
Number of constraints which are clauses9840
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint3280
Number of terms in the objective function 41
Biggest coefficient in the objective function 1099511627776
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 2199023255551
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 664613997892457936451903530140172288
Number of bits of the biggest number in a constraint 120
Biggest sum of numbers in a constraint 2658455991569056391466495993868342803
Number of bits of the biggest sum of numbers121
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		12995394264
0.02/0.09	c Max memory 		13063553024
0.02/0.09	c Total memory 		13063553024
0.02/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3459064-1307643200.opb
0.11/0.11	c reading problem ... 
0.70/0.41	c ... done. Wall clock time 0.299s.
0.70/0.41	c #vars     3401
0.70/0.41	c #constraints  10703
0.70/0.41	c constraints type 
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
0.70/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
23.04/22.47	c cleaning 2500 clauses out of 5000 with flag 5000/5000
49.31/48.24	c cleaning 4250 clauses out of 8500 with flag 11000/11000
84.75/83.69	c cleaning 5625 clauses out of 11250 with flag 18000/18000
127.17/126.07	c cleaning 6812 clauses out of 13626 with flag 26001/26001
178.04/176.89	c cleaning 7907 clauses out of 15814 with flag 35001/35001
227.25/226.08	c cleaning 8953 clauses out of 17906 with flag 45000/45000
265.47/264.21	c cleaning 9464 clauses out of 18953 with flag 55000/55000
297.75/296.41	c cleaning 9740 clauses out of 19490 with flag 65001/65001
318.71/317.37	c cleaning 9875 clauses out of 19752 with flag 75003/75003
354.04/352.67	c cleaning 9930 clauses out of 19874 with flag 85000/85000
405.56/404.10	c cleaning 9969 clauses out of 19947 with flag 95003/95003
428.68/427.28	c cleaning 9983 clauses out of 19975 with flag 105000/105000
451.51/450.01	c cleaning 9992 clauses out of 19994 with flag 115002/115002
478.16/476.66	c cleaning 9997 clauses out of 20000 with flag 125000/125000
505.39/503.89	c cleaning 9992 clauses out of 20003 with flag 135000/135000
533.51/531.95	c cleaning 9996 clauses out of 20012 with flag 145001/145001
571.34/569.74	c cleaning 10000 clauses out of 20015 with flag 155000/155000
604.86/603.23	c cleaning 9998 clauses out of 20015 with flag 165000/165000
640.09/638.43	c cleaning 10000 clauses out of 20017 with flag 175000/175000
665.51/663.88	c cleaning 10005 clauses out of 20017 with flag 185000/185000
690.84/689.17	c cleaning 10009 clauses out of 20023 with flag 195011/195011
714.85/713.10	c cleaning 9998 clauses out of 20004 with flag 205001/205001
753.17/751.45	c cleaning 9992 clauses out of 20005 with flag 215000/215000
822.59/820.83	c cleaning 10003 clauses out of 20016 with flag 225003/225003
880.92/879.10	c cleaning 9994 clauses out of 20011 with flag 235001/235001
930.63/928.83	c cleaning 9997 clauses out of 20016 with flag 245000/245000
987.85/986.03	c cleaning 9997 clauses out of 20020 with flag 255001/255001
1026.86/1025.02	c cleaning 10004 clauses out of 20022 with flag 265000/265000
1064.50/1062.65	c cleaning 10006 clauses out of 20019 with flag 275001/275001
1080.12/1078.22	c cleaning 10005 clauses out of 20013 with flag 285001/285001
1117.36/1115.45	c cleaning 9995 clauses out of 20011 with flag 295004/295004
1143.48/1141.56	c cleaning 9997 clauses out of 20013 with flag 305001/305001
1172.49/1170.53	c cleaning 10001 clauses out of 20016 with flag 315001/315001
1213.40/1211.43	c cleaning 10003 clauses out of 20015 with flag 325001/325001
1259.01/1257.06	c cleaning 9995 clauses out of 20012 with flag 335001/335001
1307.12/1305.14	c cleaning 9997 clauses out of 20017 with flag 345001/345001
1347.03/1345.06	c cleaning 9997 clauses out of 20020 with flag 355001/355001
1382.84/1380.87	c cleaning 10000 clauses out of 20022 with flag 365000/365000
1420.75/1418.73	c cleaning 10000 clauses out of 20023 with flag 375001/375001
1453.67/1451.67	c cleaning 9998 clauses out of 20023 with flag 385001/385001
1489.88/1487.84	c cleaning 10008 clauses out of 20025 with flag 395001/395001
1533.40/1531.32	c cleaning 10007 clauses out of 20017 with flag 405001/405001
1565.82/1563.70	c cleaning 9991 clauses out of 20011 with flag 415002/415002
1598.93/1596.88	c cleaning 9999 clauses out of 20019 with flag 425001/425001
1644.46/1642.35	c cleaning 10004 clauses out of 20020 with flag 435001/435001
1696.27/1694.17	c cleaning 9996 clauses out of 20015 with flag 445000/445000
1735.08/1732.97	c cleaning 9994 clauses out of 20019 with flag 455000/455000
1772.09/1769.94	c cleaning 10001 clauses out of 20027 with flag 465002/465002
1800.10/1797.91	c starts		: 151
1800.10/1797.91	c conflicts		: 472825
1800.10/1797.91	c decisions		: 663318
1800.10/1797.91	c propagations		: 40244519
1800.10/1797.91	c inspects		: 563721309
1800.10/1797.91	c shortcuts		: 0
1800.10/1797.91	c learnt literals	: 0
1800.10/1797.91	c learnt binary clauses	: 56
1800.10/1797.91	c learnt ternary clauses	: 120
1800.10/1797.91	c learnt constraints	: 472824
1800.10/1797.91	c ignored constraints	: 0
1800.10/1797.91	c root simplifications	: 0
1800.10/1797.91	c removed literals (reason simplification)	: 336164671
1800.10/1797.91	c reason swapping (by a shorter reason)	: 0
1800.10/1797.91	c Calls to reduceDB	: 48
1800.10/1797.91	c number of reductions to clauses (during analyze)	: 0
1800.10/1797.91	c number of learned constraints concerned by reduction	: 0
1800.10/1797.91	c number of learning phase by resolution	: 0
1800.10/1797.91	c number of learning phase by cutting planes	: 0
1800.10/1797.91	c speed (assignments/second)	: 22389.124802573348
1800.10/1797.91	c non guided choices	32
1800.10/1797.92	c learnt constraints type 
1800.10/1797.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 56
1800.10/1797.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17794
1800.10/1797.92	c constraints type 
1800.10/1797.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
1800.10/1797.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
1800.10/1797.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.10/1797.92	s UNKNOWN
1800.10/1797.92	c Total wall clock time (in seconds): 1797.813

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3459064-1307643200/watcher-3459064-1307643200 -o /tmp/evaluation-result-3459064-1307643200/solver-3459064-1307643200 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459064-1307643200.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.98 2/195 28206
/proc/meminfo: memFree=32362560/32951124 swapFree=67050780/67111528
[pid=28206] ppid=28204 vsize=30540 CPUtime=0 cores=0,2,4,6
/proc/28206/stat : 28206 (java) S 28204 28206 26276 0 -1 4202496 1240 0 0 0 0 0 0 0 25 0 2 0 875922754 31272960 960 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382759909 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/28206/statm: 7635 960 732 9 0 386 0
[pid=28206/tid=28207] ppid=28204 vsize=30536 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28207/stat : 28207 (java) S 28204 28206 26276 0 -1 4202560 130 0 0 0 0 0 0 0 25 0 2 0 875922754 31268864 963 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218366033543 0 2147483391 0 16784584 18446744071699199166 0 0 -1 4 0 0 0

[startup+0.0347679 s]
/proc/loadavg: 2.00 2.00 1.98 2/195 28206
/proc/meminfo: memFree=32362560/32951124 swapFree=67050780/67111528
[pid=28206] ppid=28204 vsize=13547424 CPUtime=0.02 cores=0,2,4,6
/proc/28206/stat : 28206 (java) S 28204 28206 26276 0 -1 4202496 13402 0 1 0 1 1 0 0 25 0 11 0 875922754 13872562176 13101 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382759909 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/28206/statm: 3386856 13101 1564 9 0 3377604 0
[pid=28206/tid=28207] ppid=28204 vsize=13547424 CPUtime=0.02 cores=0,2,4,6
/proc/28206/task/28207/stat : 28207 (java) S 28204 28206 26276 0 -1 4202560 12280 0 1 0 1 1 0 0 25 0 11 0 875922754 13872562176 13101 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16784584 18446604453941380992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13547424

[startup+0.100533 s]
/proc/loadavg: 2.00 2.00 1.98 2/195 28206
/proc/meminfo: memFree=32362560/32951124 swapFree=67050780/67111528
[pid=28206] ppid=28204 vsize=13622324 CPUtime=0.11 cores=0,2,4,6
/proc/28206/stat : 28206 (java) S 28204 28206 26276 0 -1 4202496 15580 0 1 0 9 2 0 0 25 0 18 0 875922754 13949259776 15277 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28206/statm: 3405581 15278 2093 9 0 3396315 0
[pid=28206/tid=28207] ppid=28204 vsize=13622324 CPUtime=0.08 cores=0,2,4,6
/proc/28206/task/28207/stat : 28207 (java) R 28204 28206 26276 0 -1 4202560 13664 0 1 0 7 1 0 0 18 0 18 0 875922754 13949259776 15278 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218370618401 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13622324

[startup+0.300485 s]
/proc/loadavg: 2.00 2.00 1.98 2/195 28206
/proc/meminfo: memFree=32362560/32951124 swapFree=67050780/67111528
[pid=28206] ppid=28204 vsize=13624240 CPUtime=0.5 cores=0,2,4,6
/proc/28206/stat : 28206 (java) S 28204 28206 26276 0 -1 4202496 18443 0 1 0 47 3 0 0 25 0 18 0 875922754 13951221760 17818 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28206/statm: 3406060 17819 2202 9 0 3396794 0
[pid=28206/tid=28207] ppid=28204 vsize=13624240 CPUtime=0.29 cores=0,2,4,6
/proc/28206/task/28207/stat : 28207 (java) R 28204 28206 26276 0 -1 4202560 15542 0 1 0 27 2 0 0 18 0 18 0 875922754 13951221760 17819 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 46912505591030 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 13624240

[startup+0.700419 s]
/proc/loadavg: 2.00 2.00 1.98 2/195 28206
/proc/meminfo: memFree=32362560/32951124 swapFree=67050780/67111528
[pid=28206] ppid=28204 vsize=13627560 CPUtime=1.23 cores=0,2,4,6
/proc/28206/stat : 28206 (java) S 28204 28206 26276 0 -1 4202496 24730 0 1 0 119 4 0 0 25 0 19 0 875922754 13954621440 22824 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28206/statm: 3406890 22824 2232 9 0 3397624 0
[pid=28206/tid=28207] ppid=28204 vsize=13627560 CPUtime=0.69 cores=0,2,4,6
/proc/28206/task/28207/stat : 28207 (java) R 28204 28206 26276 0 -1 4202560 19602 0 1 0 66 3 0 0 19 0 19 0 875922754 13954621440 22824 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 46912505688043 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 13627560

[startup+1.5013 s]
/proc/loadavg: 2.00 2.00 1.98 3/214 28225
/proc/meminfo: memFree=32277680/32951124 swapFree=67050780/67111528
[pid=28206] ppid=28204 vsize=13627560 CPUtime=2.05 cores=0,2,4,6
/proc/28206/stat : 28206 (java) S 28204 28206 26276 0 -1 4202496 25783 0 1 0 201 4 0 0 25 0 19 0 875922754 13954621440 23875 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28206/statm: 3406890 23876 2236 9 0 3397624 0
[pid=28206/tid=28207] ppid=28204 vsize=13627560 CPUtime=1.49 cores=0,2,4,6
/proc/28206/task/28207/stat : 28207 (java) R 28204 28206 26276 0 -1 4202560 20650 0 1 0 146 3 0 0 20 0 19 0 875922754 13954621440 23876 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 46912505642293 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28206/tid=28209] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28209/stat : 28209 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13954621440 23876 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28210] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28210/stat : 28210 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13954621440 23876 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28211] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28211/stat : 28211 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13954621440 23876 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28212] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28212/stat : 28212 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13954621440 23876 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28213] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28213/stat : 28213 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13954621440 23876 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28214] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28214/stat : 28214 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13954621440 23876 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28215] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28215/stat : 28215 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13954621440 23876 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28216] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28216/stat : 28216 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13954621440 23876 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28217] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28217/stat : 28217 (java) S 28204 28206 26276 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 19 0 875922757 13954621440 23876 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773760 0 0 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28218] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28218/stat : 28218 (java) S 28204 28206 26276 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 875922758 13954621440 23876 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28219] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28219/stat : 28219 (java) S 28204 28206 26276 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 875922758 13954621440 23876 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28220] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28220/stat : 28220 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922760 13954621440 23876 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382780849 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28221] ppid=28204 vsize=13627560 CPUtime=0.25 cores=0,2,4,6
/proc/28206/task/28221/stat : 28221 (java) S 28204 28206 26276 0 -1 4202560 2399 0 0 0 25 0 0 0 15 0 19 0 875922760 13954621440 23876 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 4 0 0 0
[pid=28206/tid=28222] ppid=28204 vsize=13627560 CPUtime=0.29 cores=0,2,4,6
/proc/28206/task/28222/stat : 28222 (java) S 28204 28206 26276 0 -1 4202560 1574 0 0 0 29 0 0 0 20 0 19 0 875922760 13954621440 23876 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 0 0 0 0
[pid=28206/tid=28223] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28223/stat : 28223 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922760 13954621440 23876 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28224] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28224/stat : 28224 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 875922760 13954621440 23876 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773760 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28225] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28225/stat : 28225 (java) S 28204 28206 26276 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875922796 13954621440 23876 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773760 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 13627560

[startup+3.10103 s]
/proc/loadavg: 2.00 2.00 1.98 3/214 28225
/proc/meminfo: memFree=32272844/32951124 swapFree=67050780/67111528
[pid=28206] ppid=28204 vsize=13627560 CPUtime=3.68 cores=0,2,4,6
/proc/28206/stat : 28206 (java) S 28204 28206 26276 0 -1 4202496 27399 0 1 0 363 5 0 0 25 0 19 0 875922754 13954621440 25491 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28206/statm: 3406890 25491 2236 9 0 3397624 0
[pid=28206/tid=28207] ppid=28204 vsize=13627560 CPUtime=3.08 cores=0,2,4,6
/proc/28206/task/28207/stat : 28207 (java) R 28204 28206 26276 0 -1 4202560 22260 0 1 0 305 3 0 0 25 0 19 0 875922754 13954621440 25491 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 46912505666444 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28206/tid=28209] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28209/stat : 28209 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13954621440 25491 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28210] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28210/stat : 28210 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13954621440 25491 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28211] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28211/stat : 28211 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13954621440 25491 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28212] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28212/stat : 28212 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13954621440 25491 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28213] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28213/stat : 28213 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13954621440 25491 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28214] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28214/stat : 28214 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13954621440 25491 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28215] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28215/stat : 28215 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13954621440 25491 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28216] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28216/stat : 28216 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13954621440 25491 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28217] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28217/stat : 28217 (java) S 28204 28206 26276 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 875922757 13954621440 25491 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773760 0 0 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28218] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28218/stat : 28218 (java) S 28204 28206 26276 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 875922758 13954621440 25492 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28219] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28219/stat : 28219 (java) S 28204 28206 26276 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 875922758 13954621440 25492 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28220] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28220/stat : 28220 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922760 13954621440 25492 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382780849 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28221] ppid=28204 vsize=13627560 CPUtime=0.25 cores=0,2,4,6
/proc/28206/task/28221/stat : 28221 (java) S 28204 28206 26276 0 -1 4202560 2399 0 0 0 25 0 0 0 15 0 19 0 875922760 13954621440 25492 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 4 0 0 0
[pid=28206/tid=28222] ppid=28204 vsize=13627560 CPUtime=0.32 cores=0,2,4,6
/proc/28206/task/28222/stat : 28222 (java) S 28204 28206 26276 0 -1 4202560 1579 0 0 0 32 0 0 0 15 0 19 0 875922760 13954621440 25492 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 0 0 0 0
[pid=28206/tid=28223] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28223/stat : 28223 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922760 13954621440 25492 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28224] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28224/stat : 28224 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 875922760 13954621440 25492 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773760 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28225] ppid=28204 vsize=13627560 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28225/stat : 28225 (java) S 28204 28206 26276 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875922796 13954621440 25492 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773760 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 13627560

[startup+6.30145 s]
/proc/loadavg: 2.00 2.00 1.98 3/214 28225
/proc/meminfo: memFree=32247392/32951124 swapFree=67050780/67111528
[pid=28206] ppid=28204 vsize=13626044 CPUtime=6.92 cores=0,2,4,6
/proc/28206/stat : 28206 (java) S 28204 28206 26276 0 -1 4202496 35217 0 1 0 686 6 0 0 25 0 19 0 875922754 13953069056 32898 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28206/statm: 3406511 32898 2236 9 0 3397245 0
[pid=28206/tid=28207] ppid=28204 vsize=13626044 CPUtime=6.28 cores=0,2,4,6
/proc/28206/task/28207/stat : 28207 (java) R 28204 28206 26276 0 -1 4202560 30060 0 1 0 624 4 0 0 25 0 19 0 875922754 13953069056 32898 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 46912505674951 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28206/tid=28209] ppid=28204 vsize=13626044 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28209/stat : 28209 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13953069056 32898 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28210] ppid=28204 vsize=13626044 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28210/stat : 28210 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13953069056 32898 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28211] ppid=28204 vsize=13626044 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28211/stat : 28211 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13953069056 32898 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28212] ppid=28204 vsize=13626044 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28212/stat : 28212 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13953069056 32898 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28213] ppid=28204 vsize=13626044 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28213/stat : 28213 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13953069056 32898 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28214] ppid=28204 vsize=13626044 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28214/stat : 28214 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13953069056 32898 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28215] ppid=28204 vsize=13626044 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28215/stat : 28215 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13953069056 32898 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28216] ppid=28204 vsize=13626044 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28216/stat : 28216 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922756 13953069056 32898 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28217] ppid=28204 vsize=13626044 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28217/stat : 28217 (java) S 28204 28206 26276 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 875922757 13953069056 32898 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773760 0 0 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28218] ppid=28204 vsize=13626044 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28218/stat : 28218 (java) S 28204 28206 26276 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 875922758 13953069056 32898 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28219] ppid=28204 vsize=13626044 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28219/stat : 28219 (java) S 28204 28206 26276 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 875922758 13953069056 32898 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28220] ppid=28204 vsize=13626044 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28220/stat : 28220 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922760 13953069056 32898 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382780849 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28221] ppid=28204 vsize=13626044 CPUtime=0.26 cores=0,2,4,6
/proc/28206/task/28221/stat : 28221 (java) S 28204 28206 26276 0 -1 4202560 2402 0 0 0 26 0 0 0 16 0 19 0 875922760 13953069056 32898 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 4 0 0 0
[pid=28206/tid=28222] ppid=28204 vsize=13626044 CPUtime=0.34 cores=0,2,4,6
/proc/28206/task/28222/stat : 28222 (java) S 28204 28206 26276 0 -1 4202560 1594 0 0 0 34 0 0 0 15 0 19 0 875922760 13953069056 32898 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 0 0 0 0

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

[pid=28206/tid=28214] ppid=28204 vsize=13639448 CPUtime=0.13 cores=0,2,4,6
/proc/28206/task/28214/stat : 28214 (java) S 28204 28206 26276 0 -1 4202560 3902 0 0 0 13 0 0 0 16 0 19 0 875922756 13966794752 143161 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 0 0 0 0
[pid=28206/tid=28215] ppid=28204 vsize=13639448 CPUtime=0.14 cores=0,2,4,6
/proc/28206/task/28215/stat : 28215 (java) S 28204 28206 26276 0 -1 4202560 4993 0 0 0 14 0 0 0 15 0 19 0 875922756 13966794752 143161 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 4 0 0 0
[pid=28206/tid=28216] ppid=28204 vsize=13639448 CPUtime=0.16 cores=0,2,4,6
/proc/28206/task/28216/stat : 28216 (java) S 28204 28206 26276 0 -1 4202560 6039 0 0 0 16 0 0 0 15 0 19 0 875922756 13966794752 143161 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28217] ppid=28204 vsize=13639448 CPUtime=1.27 cores=0,2,4,6
/proc/28206/task/28217/stat : 28217 (java) S 28204 28206 26276 0 -1 4202560 18898 0 0 0 125 2 0 0 15 0 19 0 875922757 13966794752 143161 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773760 0 0 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28218] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28218/stat : 28218 (java) S 28204 28206 26276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 875922758 13966794752 143161 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28219] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28219/stat : 28219 (java) S 28204 28206 26276 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 875922758 13966794752 143161 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28220] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28220/stat : 28220 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922760 13966794752 143161 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382780849 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28221] ppid=28204 vsize=13639448 CPUtime=0.83 cores=0,2,4,6
/proc/28206/task/28221/stat : 28221 (java) S 28204 28206 26276 0 -1 4202560 9048 0 0 0 82 1 0 0 15 0 19 0 875922760 13966794752 143161 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 4 0 0 0
[pid=28206/tid=28222] ppid=28204 vsize=13639448 CPUtime=0.42 cores=0,2,4,6
/proc/28206/task/28222/stat : 28222 (java) S 28204 28206 26276 0 -1 4202560 2144 0 0 0 42 0 0 0 15 0 19 0 875922760 13966794752 143161 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 0 0 0 0
[pid=28206/tid=28223] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28223/stat : 28223 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922760 13966794752 143161 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28224] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28224/stat : 28224 (java) S 28204 28206 26276 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 875922760 13966794752 143161 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773760 0 4 0 16800975 18446604453941380992 0 0 -1 0 0 0 0
[pid=28206/tid=28225] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28225/stat : 28225 (java) S 28204 28206 26276 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875922796 13966794752 143161 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773760 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1724.48
Current children cumulated vsize (KiB) 13639448

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 28331
/proc/meminfo: memFree=31262352/32951124 swapFree=67050780/67111528
[pid=28206] ppid=28204 vsize=13639448 CPUtime=1784.49 cores=0,2,4,6
/proc/28206/stat : 28206 (java) S 28204 28206 26276 0 -1 4202496 149523 0 1 0 178425 24 0 0 25 0 19 0 875922754 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28206/statm: 3409862 143162 2264 9 0 3400596 0
[pid=28206/tid=28207] ppid=28204 vsize=13639448 CPUtime=1780.63 cores=0,2,4,6
/proc/28206/task/28207/stat : 28207 (java) R 28204 28206 26276 0 -1 4202560 86432 0 1 0 178049 14 0 0 25 0 19 0 875922754 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 46912505649203 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28206/tid=28209] ppid=28204 vsize=13639448 CPUtime=0.14 cores=0,2,4,6
/proc/28206/task/28209/stat : 28209 (java) S 28204 28206 26276 0 -1 4202560 4034 0 0 0 14 0 0 0 16 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28210] ppid=28204 vsize=13639448 CPUtime=0.12 cores=0,2,4,6
/proc/28206/task/28210/stat : 28210 (java) S 28204 28206 26276 0 -1 4202560 3299 0 0 0 12 0 0 0 15 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 4 0 0 0
[pid=28206/tid=28211] ppid=28204 vsize=13639448 CPUtime=0.18 cores=0,2,4,6
/proc/28206/task/28211/stat : 28211 (java) S 28204 28206 26276 0 -1 4202560 5886 0 0 0 18 0 0 0 16 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 0 0 0 0
[pid=28206/tid=28212] ppid=28204 vsize=13639448 CPUtime=0.16 cores=0,2,4,6
/proc/28206/task/28212/stat : 28212 (java) S 28204 28206 26276 0 -1 4202560 2351 0 0 0 16 0 0 0 15 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 0 0 0 0
[pid=28206/tid=28213] ppid=28204 vsize=13639448 CPUtime=0.13 cores=0,2,4,6
/proc/28206/task/28213/stat : 28213 (java) S 28204 28206 26276 0 -1 4202560 1240 0 0 0 13 0 0 0 15 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28214] ppid=28204 vsize=13639448 CPUtime=0.13 cores=0,2,4,6
/proc/28206/task/28214/stat : 28214 (java) S 28204 28206 26276 0 -1 4202560 3902 0 0 0 13 0 0 0 15 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28215] ppid=28204 vsize=13639448 CPUtime=0.14 cores=0,2,4,6
/proc/28206/task/28215/stat : 28215 (java) S 28204 28206 26276 0 -1 4202560 4994 0 0 0 14 0 0 0 16 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 4 0 0 0
[pid=28206/tid=28216] ppid=28204 vsize=13639448 CPUtime=0.16 cores=0,2,4,6
/proc/28206/task/28216/stat : 28216 (java) S 28204 28206 26276 0 -1 4202560 6039 0 0 0 16 0 0 0 15 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28217] ppid=28204 vsize=13639448 CPUtime=1.33 cores=0,2,4,6
/proc/28206/task/28217/stat : 28217 (java) S 28204 28206 26276 0 -1 4202560 18902 0 0 0 131 2 0 0 15 0 19 0 875922757 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773760 0 0 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28218] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28218/stat : 28218 (java) S 28204 28206 26276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 875922758 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28219] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28219/stat : 28219 (java) S 28204 28206 26276 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 875922758 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28220] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28220/stat : 28220 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922760 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382780849 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28221] ppid=28204 vsize=13639448 CPUtime=0.83 cores=0,2,4,6
/proc/28206/task/28221/stat : 28221 (java) S 28204 28206 26276 0 -1 4202560 9048 0 0 0 82 1 0 0 15 0 19 0 875922760 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 4 0 0 0
[pid=28206/tid=28222] ppid=28204 vsize=13639448 CPUtime=0.42 cores=0,2,4,6
/proc/28206/task/28222/stat : 28222 (java) S 28204 28206 26276 0 -1 4202560 2144 0 0 0 42 0 0 0 15 0 19 0 875922760 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 0 0 0 0
[pid=28206/tid=28223] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28223/stat : 28223 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922760 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28224] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28224/stat : 28224 (java) S 28204 28206 26276 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 875922760 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773760 0 4 0 16800975 18446604453941380992 0 0 -1 0 0 0 0
[pid=28206/tid=28225] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28225/stat : 28225 (java) S 28204 28206 26276 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875922796 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773760 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1784.49
Current children cumulated vsize (KiB) 13639448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 28331
/proc/meminfo: memFree=31262076/32951124 swapFree=67050780/67111528
[pid=28206] ppid=28204 vsize=13639448 CPUtime=1800.1 cores=0,2,4,6
/proc/28206/stat : 28206 (java) S 28204 28206 26276 0 -1 4202496 149525 0 1 0 179986 24 0 0 25 0 19 0 875922754 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28206/statm: 3409862 143162 2264 9 0 3400596 0
[pid=28206/tid=28207] ppid=28204 vsize=13639448 CPUtime=1796.24 cores=0,2,4,6
/proc/28206/task/28207/stat : 28207 (java) R 28204 28206 26276 0 -1 4202560 86432 0 1 0 179610 14 0 0 25 0 19 0 875922754 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 46912505675104 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28206/tid=28209] ppid=28204 vsize=13639448 CPUtime=0.14 cores=0,2,4,6
/proc/28206/task/28209/stat : 28209 (java) S 28204 28206 26276 0 -1 4202560 4034 0 0 0 14 0 0 0 16 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28210] ppid=28204 vsize=13639448 CPUtime=0.12 cores=0,2,4,6
/proc/28206/task/28210/stat : 28210 (java) S 28204 28206 26276 0 -1 4202560 3299 0 0 0 12 0 0 0 15 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 4 0 0 0
[pid=28206/tid=28211] ppid=28204 vsize=13639448 CPUtime=0.18 cores=0,2,4,6
/proc/28206/task/28211/stat : 28211 (java) S 28204 28206 26276 0 -1 4202560 5886 0 0 0 18 0 0 0 16 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 0 0 0 0
[pid=28206/tid=28212] ppid=28204 vsize=13639448 CPUtime=0.16 cores=0,2,4,6
/proc/28206/task/28212/stat : 28212 (java) S 28204 28206 26276 0 -1 4202560 2351 0 0 0 16 0 0 0 15 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 0 0 0 0
[pid=28206/tid=28213] ppid=28204 vsize=13639448 CPUtime=0.13 cores=0,2,4,6
/proc/28206/task/28213/stat : 28213 (java) S 28204 28206 26276 0 -1 4202560 1240 0 0 0 13 0 0 0 15 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28214] ppid=28204 vsize=13639448 CPUtime=0.13 cores=0,2,4,6
/proc/28206/task/28214/stat : 28214 (java) S 28204 28206 26276 0 -1 4202560 3902 0 0 0 13 0 0 0 15 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28215] ppid=28204 vsize=13639448 CPUtime=0.14 cores=0,2,4,6
/proc/28206/task/28215/stat : 28215 (java) S 28204 28206 26276 0 -1 4202560 4994 0 0 0 14 0 0 0 16 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 4 0 0 0
[pid=28206/tid=28216] ppid=28204 vsize=13639448 CPUtime=0.16 cores=0,2,4,6
/proc/28206/task/28216/stat : 28216 (java) S 28204 28206 26276 0 -1 4202560 6039 0 0 0 16 0 0 0 15 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28217] ppid=28204 vsize=13639448 CPUtime=1.33 cores=0,2,4,6
/proc/28206/task/28217/stat : 28217 (java) S 28204 28206 26276 0 -1 4202560 18902 0 0 0 131 2 0 0 15 0 19 0 875922757 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773760 0 0 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28218] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28218/stat : 28218 (java) S 28204 28206 26276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 875922758 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28219] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28219/stat : 28219 (java) S 28204 28206 26276 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 875922758 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28220] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28220/stat : 28220 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922760 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382780849 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28221] ppid=28204 vsize=13639448 CPUtime=0.83 cores=0,2,4,6
/proc/28206/task/28221/stat : 28221 (java) S 28204 28206 26276 0 -1 4202560 9048 0 0 0 82 1 0 0 15 0 19 0 875922760 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 4 0 0 0
[pid=28206/tid=28222] ppid=28204 vsize=13639448 CPUtime=0.42 cores=0,2,4,6
/proc/28206/task/28222/stat : 28222 (java) S 28204 28206 26276 0 -1 4202560 2144 0 0 0 42 0 0 0 15 0 19 0 875922760 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 0 0 0 0
[pid=28206/tid=28223] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28223/stat : 28223 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922760 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28224] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28224/stat : 28224 (java) S 28204 28206 26276 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 875922760 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773760 0 4 0 16800975 18446604453941380992 0 0 -1 0 0 0 0
[pid=28206/tid=28225] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28225/stat : 28225 (java) S 28204 28206 26276 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875922796 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773760 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 13639448

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

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

[startup+1797.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/214 28331
/proc/meminfo: memFree=31262076/32951124 swapFree=67050780/67111528
[pid=28206] ppid=28204 vsize=13639448 CPUtime=1800.1 cores=0,2,4,6
/proc/28206/stat : 28206 (java) S 28204 28206 26276 0 -1 4202496 149525 0 1 0 179986 24 0 0 25 0 19 0 875922754 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/28206/statm: 3409862 143162 2264 9 0 3400596 0
[pid=28206/tid=28207] ppid=28204 vsize=13639448 CPUtime=1796.24 cores=0,2,4,6
/proc/28206/task/28207/stat : 28207 (java) R 28204 28206 26276 0 -1 4202560 86432 0 1 0 179610 14 0 0 25 0 19 0 875922754 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 46912505675104 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28206/tid=28209] ppid=28204 vsize=13639448 CPUtime=0.14 cores=0,2,4,6
/proc/28206/task/28209/stat : 28209 (java) S 28204 28206 26276 0 -1 4202560 4034 0 0 0 14 0 0 0 16 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28210] ppid=28204 vsize=13639448 CPUtime=0.12 cores=0,2,4,6
/proc/28206/task/28210/stat : 28210 (java) S 28204 28206 26276 0 -1 4202560 3299 0 0 0 12 0 0 0 15 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 4 0 0 0
[pid=28206/tid=28211] ppid=28204 vsize=13639448 CPUtime=0.18 cores=0,2,4,6
/proc/28206/task/28211/stat : 28211 (java) S 28204 28206 26276 0 -1 4202560 5886 0 0 0 18 0 0 0 16 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 0 0 0 0
[pid=28206/tid=28212] ppid=28204 vsize=13639448 CPUtime=0.16 cores=0,2,4,6
/proc/28206/task/28212/stat : 28212 (java) S 28204 28206 26276 0 -1 4202560 2351 0 0 0 16 0 0 0 15 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 0 0 0 0
[pid=28206/tid=28213] ppid=28204 vsize=13639448 CPUtime=0.13 cores=0,2,4,6
/proc/28206/task/28213/stat : 28213 (java) S 28204 28206 26276 0 -1 4202560 1240 0 0 0 13 0 0 0 15 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28214] ppid=28204 vsize=13639448 CPUtime=0.13 cores=0,2,4,6
/proc/28206/task/28214/stat : 28214 (java) S 28204 28206 26276 0 -1 4202560 3902 0 0 0 13 0 0 0 15 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28215] ppid=28204 vsize=13639448 CPUtime=0.14 cores=0,2,4,6
/proc/28206/task/28215/stat : 28215 (java) S 28204 28206 26276 0 -1 4202560 4994 0 0 0 14 0 0 0 16 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 4 0 0 0
[pid=28206/tid=28216] ppid=28204 vsize=13639448 CPUtime=0.16 cores=0,2,4,6
/proc/28206/task/28216/stat : 28216 (java) S 28204 28206 26276 0 -1 4202560 6039 0 0 0 16 0 0 0 15 0 19 0 875922756 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28217] ppid=28204 vsize=13639448 CPUtime=1.33 cores=0,2,4,6
/proc/28206/task/28217/stat : 28217 (java) S 28204 28206 26276 0 -1 4202560 18902 0 0 0 131 2 0 0 15 0 19 0 875922757 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773760 0 0 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28218] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28218/stat : 28218 (java) S 28204 28206 26276 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 875922758 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28219] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28219/stat : 28219 (java) S 28204 28206 26276 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 875922758 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28220] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28220/stat : 28220 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922760 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382780849 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
[pid=28206/tid=28221] ppid=28204 vsize=13639448 CPUtime=0.83 cores=0,2,4,6
/proc/28206/task/28221/stat : 28221 (java) S 28204 28206 26276 0 -1 4202560 9048 0 0 0 82 1 0 0 15 0 19 0 875922760 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 4 0 0 0
[pid=28206/tid=28222] ppid=28204 vsize=13639448 CPUtime=0.42 cores=0,2,4,6
/proc/28206/task/28222/stat : 28222 (java) S 28204 28206 26276 0 -1 4202560 2144 0 0 0 42 0 0 0 15 0 19 0 875922760 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 0 0 0 0
[pid=28206/tid=28223] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28223/stat : 28223 (java) S 28204 28206 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875922760 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773145 0 4 0 16800975 18446604453941380992 0 0 -1 2 0 0 0
[pid=28206/tid=28224] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28224/stat : 28224 (java) S 28204 28206 26276 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 875922760 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773760 0 4 0 16800975 18446604453941380992 0 0 -1 0 0 0 0
[pid=28206/tid=28225] ppid=28204 vsize=13639448 CPUtime=0 cores=0,2,4,6
/proc/28206/task/28225/stat : 28225 (java) S 28204 28206 26276 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875922796 13966794752 143162 33554432000 1073741824 1073778376 140734143806416 18446744073709551615 218382773760 0 4 0 16800975 18446604453941380992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 13639448

Child status: 143
Real time (s): 1797.95
CPU time (s): 1800.17
CPU user time (s): 1799.9
CPU system time (s): 0.267959
CPU usage (%): 100.123
Max. virtual memory (cumulated for all children) (KiB): 13648384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.267959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149560
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38043
involuntary context switches= 5192

runsolver used 3.2985 second user time and 6.51801 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-09 20:13:20
IDJOB=3459064
IDBENCH=2977
IDSOLVER=1952
FILE ID=node101/3459064-1307643200
RUNJOBID= node101-1307633281-26294
PBS_JOBID= 13549390
Free space on /tmp= 74204 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=80-sizeP=41-sizeQ=80-505615378-max.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459064-1307643200/watcher-3459064-1307643200 -o /tmp/evaluation-result-3459064-1307643200/solver-3459064-1307643200 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459064-1307643200.opb

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

MD5SUM BENCH= 37b8d6470d70c8bd94b60d5c165e51c9
RANDOM SEED=371668487

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32362608 kB
Buffers:         96772 kB
Cached:         154652 kB
SwapCached:      27576 kB
Active:         218940 kB
Inactive:       202968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32362608 kB
SwapTotal:    67111528 kB
SwapFree:     67050780 kB
Dirty:             864 kB
Writeback:           0 kB
AnonPages:      165004 kB
Mapped:          17512 kB
Slab:           100312 kB
PageTables:       5104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 13669572 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node101 at 2011-06-09 20:43:20