Trace number 3190322

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 core 2.3.0 SNAPSHOT 2011-02-06? (TO) 1301.31 1300.06

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S1268831169-016-UNKNOWN.cnf
MD5SUMcd155ee9ac243c838c94577589f0455b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark221.016
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
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.08	c no version file found!!!
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.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483647s
0.00/0.09	c DB Simplification allowed=true
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3190322-1302598746.cnf
0.00/0.09	c reading problem ... 
0.41/0.37	c ... done. Wall clock time 0.275s.
0.41/0.37	c #vars     35000
0.41/0.37	c #constraints  147000
0.41/0.37	c constraints type 
0.41/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 147000
7.04/6.66	c cleaning 2497 clauses out of 5001 with flag 5001/5001
13.79/13.16	c cleaning 4250 clauses out of 8503 with flag 11000/11000
21.39/20.75	c cleaning 5626 clauses out of 11253 with flag 18000/18000
30.10/29.47	c cleaning 6812 clauses out of 13627 with flag 26000/26000
39.80/39.14	c cleaning 7902 clauses out of 15816 with flag 35001/35001
50.61/49.97	c cleaning 8957 clauses out of 17916 with flag 45003/45003
62.52/61.81	c cleaning 9977 clauses out of 19956 with flag 56000/56000
75.73/75.10	c cleaning 10983 clauses out of 21980 with flag 68001/68001
90.04/89.34	c cleaning 11993 clauses out of 23997 with flag 81001/81001
105.15/104.48	c cleaning 13000 clauses out of 26004 with flag 95001/95001
121.56/120.88	c cleaning 13999 clauses out of 28005 with flag 110002/110002
139.47/138.71	c cleaning 14993 clauses out of 30004 with flag 126000/126000
158.27/157.59	c cleaning 16002 clauses out of 32011 with flag 143000/143000
178.38/177.68	c cleaning 16997 clauses out of 34009 with flag 161000/161000
199.79/199.02	c cleaning 18000 clauses out of 36012 with flag 180000/180000
222.40/221.69	c cleaning 18996 clauses out of 38012 with flag 200000/200000
246.02/245.22	c cleaning 20006 clauses out of 40018 with flag 221002/221002
270.83/270.07	c cleaning 21001 clauses out of 42010 with flag 243000/243000
297.04/296.25	c cleaning 22003 clauses out of 44009 with flag 266000/266000
323.85/323.01	c cleaning 22983 clauses out of 46006 with flag 290000/290000
352.87/352.02	c cleaning 24008 clauses out of 48024 with flag 315001/315001
383.17/382.38	c cleaning 25005 clauses out of 50015 with flag 341000/341000
414.60/413.74	c cleaning 25999 clauses out of 52010 with flag 368000/368000
446.61/445.77	c cleaning 27002 clauses out of 54011 with flag 396000/396000
480.52/479.67	c cleaning 28003 clauses out of 56009 with flag 425000/425000
515.84/514.99	c cleaning 28997 clauses out of 58006 with flag 455000/455000
551.35/550.46	c cleaning 29997 clauses out of 60009 with flag 486000/486000
589.16/588.29	c cleaning 30985 clauses out of 62012 with flag 518000/518000
627.98/627.01	c cleaning 32011 clauses out of 64027 with flag 551000/551000
667.60/666.62	c cleaning 33007 clauses out of 66019 with flag 585003/585003
710.01/709.01	c cleaning 33999 clauses out of 68011 with flag 620002/620002
751.92/750.91	c cleaning 34988 clauses out of 70011 with flag 656001/656001
796.94/795.96	c cleaning 36005 clauses out of 72024 with flag 693002/693002
841.56/840.56	c cleaning 37004 clauses out of 74019 with flag 731002/731002
888.67/887.64	c cleaning 37995 clauses out of 76013 with flag 770000/770000
936.38/935.33	c cleaning 38993 clauses out of 78020 with flag 810002/810002
986.50/985.47	c cleaning 40005 clauses out of 80025 with flag 851000/851000
1036.82/1035.72	c cleaning 40995 clauses out of 82020 with flag 893000/893000
1089.05/1087.94	c cleaning 42006 clauses out of 84025 with flag 936000/936000
1140.86/1139.79	c cleaning 43005 clauses out of 86019 with flag 980000/980000
1197.57/1196.48	c cleaning 44002 clauses out of 88014 with flag 1025000/1025000
1252.70/1251.53	c cleaning 44999 clauses out of 90013 with flag 1071001/1071001
1301.23/1300.01	c starts		: 1225
1301.23/1300.01	c conflicts		: 1111152
1301.23/1300.01	c decisions		: 4672128
1301.23/1300.01	c propagations		: 1336027708
1301.23/1300.01	c inspects		: 3259249723
1301.23/1300.01	c shortcuts		: 0
1301.23/1300.01	c learnt literals	: 0
1301.23/1300.01	c learnt binary clauses	: 0
1301.23/1300.01	c learnt ternary clauses	: 86
1301.23/1300.01	c learnt constraints	: 1111152
1301.23/1300.01	c ignored constraints	: 0
1301.23/1300.01	c root simplifications	: 1225
1301.23/1300.01	c removed literals (reason simplification)	: 14622836
1301.23/1300.01	c reason swapping (by a shorter reason)	: 0
1301.23/1300.01	c Calls to reduceDB	: 42
1301.23/1300.01	c speed (assignments/second)	: 1027999.1528416738
1301.23/1300.01	c non guided choices	3222
1301.23/1300.04	c learnt constraints type 
1301.23/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 85171
1301.23/1300.04	c constraints type 
1301.23/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 147000
1301.23/1300.04	s UNKNOWN
1301.23/1300.04	c Total wall clock time (in seconds) : 1299.915

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3190322-1302598746/watcher-3190322-1302598746 -o /tmp/evaluation-result-3190322-1302598746/solver-3190322-1302598746 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190322-1302598746.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.06 4.39 6/213 15510
/proc/meminfo: memFree=17562340/32951124 swapFree=67111528/67111528
[pid=15510] ppid=15508 vsize=11760 CPUtime=0 cores=0,2
/proc/15510/stat : 15510 (runsolver) R 15508 15510 15204 0 -1 4202560 42 0 0 0 0 0 0 0 23 0 1 0 371475052 12042240 50 33554432000 4194304 5392636 140736823401744 18446744073709551615 4838247 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/15510/statm: 2940 50 30 293 0 2644 0

[startup+0.0141869 s]
/proc/loadavg: 4.00 4.06 4.39 6/213 15510
/proc/meminfo: memFree=17562340/32951124 swapFree=67111528/67111528
[pid=15510] ppid=15508 vsize=30536 CPUtime=0 cores=0,2
/proc/15510/stat : 15510 (java) S 15508 15510 15204 0 -1 4202496 1256 0 0 0 0 0 0 0 23 0 2 0 371475052 31268864 972 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652662245 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/15510/statm: 7634 972 745 9 0 385 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30536

[startup+0.101117 s]
/proc/loadavg: 4.00 4.06 4.39 6/213 15510
/proc/meminfo: memFree=17562340/32951124 swapFree=67111528/67111528
[pid=15510] ppid=15508 vsize=7569940 CPUtime=0.08 cores=0,2
/proc/15510/stat : 15510 (java) S 15508 15510 15204 0 -1 4202496 9711 0 1 0 7 1 0 0 23 0 18 0 371475052 7751618560 9405 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15510/statm: 1892485 9405 1757 9 0 1883223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.301084 s]
/proc/loadavg: 4.00 4.06 4.39 6/213 15510
/proc/meminfo: memFree=17562340/32951124 swapFree=67111528/67111528
[pid=15510] ppid=15508 vsize=7636892 CPUtime=0.41 cores=0,2
/proc/15510/stat : 15510 (java) S 15508 15510 15204 0 -1 4202496 14378 0 1 0 39 2 0 0 23 0 18 0 371475052 7820177408 13775 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15510/statm: 1909223 13775 2197 9 0 1899961 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 7636892

[startup+0.758058 s]
/proc/loadavg: 4.00 4.06 4.39 6/213 15510
/proc/meminfo: memFree=17562340/32951124 swapFree=67111528/67111528
[pid=15510] ppid=15508 vsize=7640460 CPUtime=1.08 cores=0,2
/proc/15510/stat : 15510 (java) S 15508 15510 15204 0 -1 4202496 18533 0 1 0 105 3 0 0 23 0 19 0 371475052 7823831040 17160 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15510/statm: 1910115 17160 2221 9 0 1900853 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 7640460

[startup+1.50092 s]
/proc/loadavg: 4.56 4.18 4.43 7/262 15564
/proc/meminfo: memFree=17403480/32951124 swapFree=67111528/67111528
[pid=15510] ppid=15508 vsize=7640780 CPUtime=1.93 cores=0,2
/proc/15510/stat : 15510 (java) S 15508 15510 15204 0 -1 4202496 19071 0 1 0 190 3 0 0 23 0 19 0 371475052 7824158720 17648 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15510/statm: 1910195 17648 2224 9 0 1900933 0
[pid=15510/tid=15517] ppid=15508 vsize=7640780 CPUtime=1.36 cores=0,2
/proc/15510/task/15517/stat : 15517 (java) R 15508 15510 15204 0 -1 4202560 14841 0 1 0 134 2 0 0 19 0 19 0 371475053 7824158720 17648 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 46912505658561 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15510/tid=15518] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15518/stat : 15518 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7824158720 17648 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15519] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15519/stat : 15519 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7824158720 17648 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15520] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15520/stat : 15520 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7824158720 17648 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15521] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15521/stat : 15521 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7824158720 17648 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15522] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15522/stat : 15522 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7824158720 17648 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15523] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15523/stat : 15523 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7824158720 17648 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15524] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15524/stat : 15524 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7824158720 17648 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15525] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15525/stat : 15525 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7824158720 17648 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15526] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15526/stat : 15526 (java) S 15508 15510 15204 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 19 0 371475055 7824158720 17648 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 0 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15527] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15527/stat : 15527 (java) S 15508 15510 15204 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 371475056 7824158720 17648 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15528] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15528/stat : 15528 (java) S 15508 15510 15204 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371475056 7824158720 17648 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15529] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15529/stat : 15529 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475058 7824158720 17648 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652683185 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15530] ppid=15508 vsize=7640780 CPUtime=0.33 cores=0,2
/proc/15510/task/15530/stat : 15530 (java) S 15508 15510 15204 0 -1 4202560 1510 0 0 0 33 0 0 0 20 0 19 0 371475058 7824158720 17648 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15531] ppid=15508 vsize=7640780 CPUtime=0.22 cores=0,2
/proc/15510/task/15531/stat : 15531 (java) S 15508 15510 15204 0 -1 4202560 1557 0 0 0 22 0 0 0 19 0 19 0 371475058 7824158720 17648 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15532] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15532/stat : 15532 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475058 7824158720 17648 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15533] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15533/stat : 15533 (java) R 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371475058 7824158720 17648 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15510/tid=15540] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15540/stat : 15540 (java) S 15508 15510 15204 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371475095 7824158720 17648 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 4 0 16800975 18446604453945938112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 7640780

[startup+3.10162 s]
/proc/loadavg: 4.56 4.18 4.43 7/262 15564
/proc/meminfo: memFree=17378264/32951124 swapFree=67111528/67111528
[pid=15510] ppid=15508 vsize=7640780 CPUtime=3.53 cores=0,2
/proc/15510/stat : 15510 (java) S 15508 15510 15204 0 -1 4202496 19506 0 1 0 350 3 0 0 23 0 19 0 371475052 7824158720 18082 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15510/statm: 1910195 18082 2224 9 0 1900933 0
[pid=15510/tid=15517] ppid=15508 vsize=7640780 CPUtime=2.96 cores=0,2
/proc/15510/task/15517/stat : 15517 (java) R 15508 15510 15204 0 -1 4202560 15275 0 1 0 294 2 0 0 20 0 19 0 371475053 7824158720 18082 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 46912505674955 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15510/tid=15518] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15518/stat : 15518 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7824158720 18082 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15519] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15519/stat : 15519 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7824158720 18082 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15520] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15520/stat : 15520 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7824158720 18082 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15521] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15521/stat : 15521 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7824158720 18082 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15522] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15522/stat : 15522 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7824158720 18082 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15523] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15523/stat : 15523 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7824158720 18082 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15524] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15524/stat : 15524 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7824158720 18082 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15525] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15525/stat : 15525 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7824158720 18082 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15526] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15526/stat : 15526 (java) S 15508 15510 15204 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 371475055 7824158720 18082 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 0 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15527] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15527/stat : 15527 (java) S 15508 15510 15204 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 371475056 7824158720 18082 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15528] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15528/stat : 15528 (java) S 15508 15510 15204 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371475056 7824158720 18082 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15529] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15529/stat : 15529 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475058 7824158720 18082 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652683185 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15530] ppid=15508 vsize=7640780 CPUtime=0.33 cores=0,2
/proc/15510/task/15530/stat : 15530 (java) S 15508 15510 15204 0 -1 4202560 1510 0 0 0 33 0 0 0 20 0 19 0 371475058 7824158720 18082 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15531] ppid=15508 vsize=7640780 CPUtime=0.22 cores=0,2
/proc/15510/task/15531/stat : 15531 (java) S 15508 15510 15204 0 -1 4202560 1557 0 0 0 22 0 0 0 19 0 19 0 371475058 7824158720 18082 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15532] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15532/stat : 15532 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475058 7824158720 18082 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15533] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15533/stat : 15533 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371475058 7824158720 18082 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15540] ppid=15508 vsize=7640780 CPUtime=0 cores=0,2
/proc/15510/task/15540/stat : 15540 (java) S 15508 15510 15204 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371475095 7824158720 18082 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 4 0 16800975 18446604453945938112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 7640780

[startup+6.30105 s]
/proc/loadavg: 4.52 4.17 4.42 5/262 15564
/proc/meminfo: memFree=17315148/32951124 swapFree=67111528/67111528
[pid=15510] ppid=15508 vsize=7640332 CPUtime=6.74 cores=0,2
/proc/15510/stat : 15510 (java) S 15508 15510 15204 0 -1 4202496 20286 0 1 0 671 3 0 0 23 0 19 0 371475052 7823699968 18729 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15510/statm: 1910083 18729 2224 9 0 1900821 0
[pid=15510/tid=15517] ppid=15508 vsize=7640332 CPUtime=6.15 cores=0,2
/proc/15510/task/15517/stat : 15517 (java) R 15508 15510 15204 0 -1 4202560 16055 0 1 0 613 2 0 0 25 0 19 0 371475053 7823699968 18729 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 46912505807709 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15510/tid=15518] ppid=15508 vsize=7640332 CPUtime=0 cores=0,2
/proc/15510/task/15518/stat : 15518 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7823699968 18729 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15519] ppid=15508 vsize=7640332 CPUtime=0 cores=0,2
/proc/15510/task/15519/stat : 15519 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7823699968 18729 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15520] ppid=15508 vsize=7640332 CPUtime=0 cores=0,2
/proc/15510/task/15520/stat : 15520 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7823699968 18729 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15521] ppid=15508 vsize=7640332 CPUtime=0 cores=0,2
/proc/15510/task/15521/stat : 15521 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7823699968 18729 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15522] ppid=15508 vsize=7640332 CPUtime=0 cores=0,2
/proc/15510/task/15522/stat : 15522 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7823699968 18729 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15523] ppid=15508 vsize=7640332 CPUtime=0 cores=0,2
/proc/15510/task/15523/stat : 15523 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7823699968 18729 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15524] ppid=15508 vsize=7640332 CPUtime=0 cores=0,2
/proc/15510/task/15524/stat : 15524 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7823699968 18729 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15525] ppid=15508 vsize=7640332 CPUtime=0 cores=0,2
/proc/15510/task/15525/stat : 15525 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475054 7823699968 18729 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15526] ppid=15508 vsize=7640332 CPUtime=0 cores=0,2
/proc/15510/task/15526/stat : 15526 (java) S 15508 15510 15204 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 371475055 7823699968 18729 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 0 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15527] ppid=15508 vsize=7640332 CPUtime=0 cores=0,2
/proc/15510/task/15527/stat : 15527 (java) S 15508 15510 15204 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 371475056 7823699968 18729 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15528] ppid=15508 vsize=7640332 CPUtime=0 cores=0,2
/proc/15510/task/15528/stat : 15528 (java) S 15508 15510 15204 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371475056 7823699968 18729 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15529] ppid=15508 vsize=7640332 CPUtime=0 cores=0,2
/proc/15510/task/15529/stat : 15529 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475058 7823699968 18729 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652683185 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15530] ppid=15508 vsize=7640332 CPUtime=0.34 cores=0,2
/proc/15510/task/15530/stat : 15530 (java) S 15508 15510 15204 0 -1 4202560 1510 0 0 0 34 0 0 0 18 0 19 0 371475058 7823699968 18729 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15531] ppid=15508 vsize=7640332 CPUtime=0.22 cores=0,2
/proc/15510/task/15531/stat : 15531 (java) S 15508 15510 15204 0 -1 4202560 1557 0 0 0 22 0 0 0 19 0 19 0 371475058 7823699968 18729 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15532] ppid=15508 vsize=7640332 CPUtime=0 cores=0,2
/proc/15510/task/15532/stat : 15532 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475058 7823699968 18729 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15533] ppid=15508 vsize=7640332 CPUtime=0 cores=0,2
/proc/15510/task/15533/stat : 15533 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 371475058 7823699968 18729 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15540] ppid=15508 vsize=7640332 CPUtime=0 cores=0,2
/proc/15510/task/15540/stat : 15540 (java) S 15508 15510 15204 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371475095 7823699968 18729 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 4 0 16800975 18446604453945938112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 7640332

[startup+12.7008 s]

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

[pid=15510/tid=15523] ppid=15508 vsize=7657060 CPUtime=0.09 cores=0,2
/proc/15510/task/15523/stat : 15523 (java) S 15508 15510 15204 0 -1 4202560 1346 0 0 0 9 0 0 0 15 0 19 0 371475054 7840829440 67921 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15524] ppid=15508 vsize=7657060 CPUtime=0.1 cores=0,2
/proc/15510/task/15524/stat : 15524 (java) S 15508 15510 15204 0 -1 4202560 739 0 0 0 10 0 0 0 15 0 19 0 371475054 7840829440 67921 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15525] ppid=15508 vsize=7657060 CPUtime=0.14 cores=0,2
/proc/15510/task/15525/stat : 15525 (java) S 15508 15510 15204 0 -1 4202560 3807 0 0 0 14 0 0 0 15 0 19 0 371475054 7840829440 67921 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15526] ppid=15508 vsize=7657060 CPUtime=3.94 cores=0,2
/proc/15510/task/15526/stat : 15526 (java) S 15508 15510 15204 0 -1 4202560 9485 0 0 0 393 1 0 0 15 0 19 0 371475055 7840829440 67921 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 0 0 16800975 18446604453945938112 0 0 -1 0 0 0 0
[pid=15510/tid=15527] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15527/stat : 15527 (java) S 15508 15510 15204 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371475056 7840829440 67921 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15528] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15528/stat : 15528 (java) S 15508 15510 15204 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371475056 7840829440 67921 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15529] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15529/stat : 15529 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475058 7840829440 67921 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652683185 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15530] ppid=15508 vsize=7657060 CPUtime=0.56 cores=0,2
/proc/15510/task/15530/stat : 15530 (java) S 15508 15510 15204 0 -1 4202560 9025 0 0 0 55 1 0 0 15 0 19 0 371475058 7840829440 67921 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15531] ppid=15508 vsize=7657060 CPUtime=0.28 cores=0,2
/proc/15510/task/15531/stat : 15531 (java) S 15508 15510 15204 0 -1 4202560 1839 0 0 0 28 0 0 0 15 0 19 0 371475058 7840829440 67921 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 0 0 0 0
[pid=15510/tid=15532] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15532/stat : 15532 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475058 7840829440 67921 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15533] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15533/stat : 15533 (java) S 15508 15510 15204 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 371475058 7840829440 67921 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15540] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15540/stat : 15540 (java) S 15508 15510 15204 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371475095 7840829440 67921 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 4 0 16800975 18446604453945938112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.48
Current children cumulated vsize (KiB) 7657060

[startup+1242.3 s]
/proc/loadavg: 4.27 4.12 4.14 5/262 15609
/proc/meminfo: memFree=16853884/32951124 swapFree=67111528/67111528
[pid=15510] ppid=15508 vsize=7657060 CPUtime=1243.5 cores=0,2
/proc/15510/stat : 15510 (java) S 15508 15510 15204 0 -1 4202496 76355 0 1 0 124333 17 0 0 23 0 19 0 371475052 7840829440 71086 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15510/statm: 1914265 71086 2253 9 0 1905003 0
[pid=15510/tid=15517] ppid=15508 vsize=7657060 CPUtime=1237.51 cores=0,2
/proc/15510/task/15517/stat : 15517 (java) R 15508 15510 15204 0 -1 4202560 28874 0 1 0 123742 9 0 0 25 0 19 0 371475053 7840829440 71086 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 46912505628819 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15510/tid=15518] ppid=15508 vsize=7657060 CPUtime=0.19 cores=0,2
/proc/15510/task/15518/stat : 15518 (java) S 15508 15510 15204 0 -1 4202560 8854 0 0 0 18 1 0 0 15 0 19 0 371475054 7840829440 71086 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15519] ppid=15508 vsize=7657060 CPUtime=0.18 cores=0,2
/proc/15510/task/15519/stat : 15519 (java) S 15508 15510 15204 0 -1 4202560 5236 0 0 0 18 0 0 0 15 0 19 0 371475054 7840829440 71086 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15520] ppid=15508 vsize=7657060 CPUtime=0.14 cores=0,2
/proc/15510/task/15520/stat : 15520 (java) S 15508 15510 15204 0 -1 4202560 1441 0 0 0 14 0 0 0 15 0 19 0 371475054 7840829440 71086 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15521] ppid=15508 vsize=7657060 CPUtime=0.08 cores=0,2
/proc/15510/task/15521/stat : 15521 (java) S 15508 15510 15204 0 -1 4202560 3377 0 0 0 8 0 0 0 15 0 19 0 371475054 7840829440 71086 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15522] ppid=15508 vsize=7657060 CPUtime=0.09 cores=0,2
/proc/15510/task/15522/stat : 15522 (java) S 15508 15510 15204 0 -1 4202560 1093 0 0 0 9 0 0 0 15 0 19 0 371475054 7840829440 71086 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15523] ppid=15508 vsize=7657060 CPUtime=0.09 cores=0,2
/proc/15510/task/15523/stat : 15523 (java) S 15508 15510 15204 0 -1 4202560 1346 0 0 0 9 0 0 0 15 0 19 0 371475054 7840829440 71086 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15524] ppid=15508 vsize=7657060 CPUtime=0.1 cores=0,2
/proc/15510/task/15524/stat : 15524 (java) S 15508 15510 15204 0 -1 4202560 739 0 0 0 10 0 0 0 15 0 19 0 371475054 7840829440 71086 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15525] ppid=15508 vsize=7657060 CPUtime=0.14 cores=0,2
/proc/15510/task/15525/stat : 15525 (java) S 15508 15510 15204 0 -1 4202560 3807 0 0 0 14 0 0 0 15 0 19 0 371475054 7840829440 71086 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15526] ppid=15508 vsize=7657060 CPUtime=4.04 cores=0,2
/proc/15510/task/15526/stat : 15526 (java) S 15508 15510 15204 0 -1 4202560 9499 0 0 0 403 1 0 0 15 0 19 0 371475055 7840829440 71086 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 0 0 16800975 18446604453945938112 0 0 -1 0 0 0 0
[pid=15510/tid=15527] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15527/stat : 15527 (java) S 15508 15510 15204 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371475056 7840829440 71086 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15528] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15528/stat : 15528 (java) S 15508 15510 15204 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371475056 7840829440 71086 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15529] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15529/stat : 15529 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475058 7840829440 71086 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652683185 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15530] ppid=15508 vsize=7657060 CPUtime=0.56 cores=0,2
/proc/15510/task/15530/stat : 15530 (java) S 15508 15510 15204 0 -1 4202560 9025 0 0 0 55 1 0 0 15 0 19 0 371475058 7840829440 71086 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15531] ppid=15508 vsize=7657060 CPUtime=0.28 cores=0,2
/proc/15510/task/15531/stat : 15531 (java) S 15508 15510 15204 0 -1 4202560 1839 0 0 0 28 0 0 0 15 0 19 0 371475058 7840829440 71086 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 0 0 0 0
[pid=15510/tid=15532] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15532/stat : 15532 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475058 7840829440 71086 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15533] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15533/stat : 15533 (java) S 15508 15510 15204 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 371475058 7840829440 71086 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15540] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15540/stat : 15540 (java) S 15508 15510 15204 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371475095 7840829440 71086 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 4 0 16800975 18446604453945938112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.5
Current children cumulated vsize (KiB) 7657060



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.08 4.12 3/223 15616
/proc/meminfo: memFree=17288656/32951124 swapFree=67111528/67111528
[pid=15510] ppid=15508 vsize=7657060 CPUtime=1301.23 cores=0,2
/proc/15510/stat : 15510 (java) S 15508 15510 15204 0 -1 4202496 77024 0 1 0 130106 17 0 0 23 0 19 0 371475052 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15510/statm: 1914265 71748 2253 9 0 1905003 0
[pid=15510/tid=15517] ppid=15508 vsize=7657060 CPUtime=1295.1 cores=0,2
/proc/15510/task/15517/stat : 15517 (java) R 15508 15510 15204 0 -1 4202560 29092 0 1 0 129501 9 0 0 25 0 19 0 371475053 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 46912505699223 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15510/tid=15518] ppid=15508 vsize=7657060 CPUtime=0.19 cores=0,2
/proc/15510/task/15518/stat : 15518 (java) S 15508 15510 15204 0 -1 4202560 8854 0 0 0 18 1 0 0 15 0 19 0 371475054 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15519] ppid=15508 vsize=7657060 CPUtime=0.18 cores=0,2
/proc/15510/task/15519/stat : 15519 (java) S 15508 15510 15204 0 -1 4202560 5236 0 0 0 18 0 0 0 15 0 19 0 371475054 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15520] ppid=15508 vsize=7657060 CPUtime=0.15 cores=0,2
/proc/15510/task/15520/stat : 15520 (java) S 15508 15510 15204 0 -1 4202560 1670 0 0 0 15 0 0 0 16 0 19 0 371475054 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15521] ppid=15508 vsize=7657060 CPUtime=0.08 cores=0,2
/proc/15510/task/15521/stat : 15521 (java) S 15508 15510 15204 0 -1 4202560 3377 0 0 0 8 0 0 0 15 0 19 0 371475054 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15522] ppid=15508 vsize=7657060 CPUtime=0.09 cores=0,2
/proc/15510/task/15522/stat : 15522 (java) S 15508 15510 15204 0 -1 4202560 1093 0 0 0 9 0 0 0 15 0 19 0 371475054 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15523] ppid=15508 vsize=7657060 CPUtime=0.09 cores=0,2
/proc/15510/task/15523/stat : 15523 (java) S 15508 15510 15204 0 -1 4202560 1346 0 0 0 9 0 0 0 15 0 19 0 371475054 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15524] ppid=15508 vsize=7657060 CPUtime=0.11 cores=0,2
/proc/15510/task/15524/stat : 15524 (java) S 15508 15510 15204 0 -1 4202560 782 0 0 0 11 0 0 0 15 0 19 0 371475054 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15525] ppid=15508 vsize=7657060 CPUtime=0.14 cores=0,2
/proc/15510/task/15525/stat : 15525 (java) S 15508 15510 15204 0 -1 4202560 3807 0 0 0 14 0 0 0 15 0 19 0 371475054 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15526] ppid=15508 vsize=7657060 CPUtime=4.14 cores=0,2
/proc/15510/task/15526/stat : 15526 (java) S 15508 15510 15204 0 -1 4202560 9674 0 0 0 413 1 0 0 15 0 19 0 371475055 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 0 0 16800975 18446604453945938112 0 0 -1 0 0 0 0
[pid=15510/tid=15527] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15527/stat : 15527 (java) S 15508 15510 15204 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371475056 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15528] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15528/stat : 15528 (java) S 15508 15510 15204 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371475056 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15529] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15529/stat : 15529 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475058 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652683185 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15530] ppid=15508 vsize=7657060 CPUtime=0.56 cores=0,2
/proc/15510/task/15530/stat : 15530 (java) S 15508 15510 15204 0 -1 4202560 9025 0 0 0 55 1 0 0 15 0 19 0 371475058 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15531] ppid=15508 vsize=7657060 CPUtime=0.28 cores=0,2
/proc/15510/task/15531/stat : 15531 (java) S 15508 15510 15204 0 -1 4202560 1839 0 0 0 28 0 0 0 15 0 19 0 371475058 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 0 0 0 0
[pid=15510/tid=15532] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15532/stat : 15532 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475058 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15533] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15533/stat : 15533 (java) R 15508 15510 15204 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 371475058 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15510/tid=15540] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15540/stat : 15540 (java) S 15508 15510 15204 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371475095 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 4 0 16800975 18446604453945938112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.23
Current children cumulated vsize (KiB) 7657060

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

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

[startup+1300 s]
/proc/loadavg: 4.00 4.08 4.12 3/223 15616
/proc/meminfo: memFree=17288656/32951124 swapFree=67111528/67111528
[pid=15510] ppid=15508 vsize=7657060 CPUtime=1301.23 cores=0,2
/proc/15510/stat : 15510 (java) S 15508 15510 15204 0 -1 4202496 77024 0 1 0 130106 17 0 0 23 0 19 0 371475052 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15510/statm: 1914265 71748 2253 9 0 1905003 0
[pid=15510/tid=15517] ppid=15508 vsize=7657060 CPUtime=1295.1 cores=0,2
/proc/15510/task/15517/stat : 15517 (java) R 15508 15510 15204 0 -1 4202560 29092 0 1 0 129501 9 0 0 25 0 19 0 371475053 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 46912505699223 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15510/tid=15518] ppid=15508 vsize=7657060 CPUtime=0.19 cores=0,2
/proc/15510/task/15518/stat : 15518 (java) S 15508 15510 15204 0 -1 4202560 8854 0 0 0 18 1 0 0 15 0 19 0 371475054 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15519] ppid=15508 vsize=7657060 CPUtime=0.18 cores=0,2
/proc/15510/task/15519/stat : 15519 (java) S 15508 15510 15204 0 -1 4202560 5236 0 0 0 18 0 0 0 15 0 19 0 371475054 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15520] ppid=15508 vsize=7657060 CPUtime=0.15 cores=0,2
/proc/15510/task/15520/stat : 15520 (java) S 15508 15510 15204 0 -1 4202560 1670 0 0 0 15 0 0 0 16 0 19 0 371475054 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15521] ppid=15508 vsize=7657060 CPUtime=0.08 cores=0,2
/proc/15510/task/15521/stat : 15521 (java) S 15508 15510 15204 0 -1 4202560 3377 0 0 0 8 0 0 0 15 0 19 0 371475054 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15522] ppid=15508 vsize=7657060 CPUtime=0.09 cores=0,2
/proc/15510/task/15522/stat : 15522 (java) S 15508 15510 15204 0 -1 4202560 1093 0 0 0 9 0 0 0 15 0 19 0 371475054 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15523] ppid=15508 vsize=7657060 CPUtime=0.09 cores=0,2
/proc/15510/task/15523/stat : 15523 (java) S 15508 15510 15204 0 -1 4202560 1346 0 0 0 9 0 0 0 15 0 19 0 371475054 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15524] ppid=15508 vsize=7657060 CPUtime=0.11 cores=0,2
/proc/15510/task/15524/stat : 15524 (java) S 15508 15510 15204 0 -1 4202560 782 0 0 0 11 0 0 0 15 0 19 0 371475054 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15525] ppid=15508 vsize=7657060 CPUtime=0.14 cores=0,2
/proc/15510/task/15525/stat : 15525 (java) S 15508 15510 15204 0 -1 4202560 3807 0 0 0 14 0 0 0 15 0 19 0 371475054 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15526] ppid=15508 vsize=7657060 CPUtime=4.14 cores=0,2
/proc/15510/task/15526/stat : 15526 (java) S 15508 15510 15204 0 -1 4202560 9674 0 0 0 413 1 0 0 15 0 19 0 371475055 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 0 0 16800975 18446604453945938112 0 0 -1 0 0 0 0
[pid=15510/tid=15527] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15527/stat : 15527 (java) S 15508 15510 15204 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 371475056 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15528] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15528/stat : 15528 (java) S 15508 15510 15204 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 371475056 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15529] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15529/stat : 15529 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475058 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652683185 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15530] ppid=15508 vsize=7657060 CPUtime=0.56 cores=0,2
/proc/15510/task/15530/stat : 15530 (java) S 15508 15510 15204 0 -1 4202560 9025 0 0 0 55 1 0 0 15 0 19 0 371475058 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15531] ppid=15508 vsize=7657060 CPUtime=0.28 cores=0,2
/proc/15510/task/15531/stat : 15531 (java) S 15508 15510 15204 0 -1 4202560 1839 0 0 0 28 0 0 0 15 0 19 0 371475058 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 0 0 0 0
[pid=15510/tid=15532] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15532/stat : 15532 (java) S 15508 15510 15204 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 371475058 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652675481 0 4 0 16800975 18446604453945938112 0 0 -1 2 0 0 0
[pid=15510/tid=15533] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15533/stat : 15533 (java) R 15508 15510 15204 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 371475058 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15510/tid=15540] ppid=15508 vsize=7657060 CPUtime=0 cores=0,2
/proc/15510/task/15540/stat : 15540 (java) S 15508 15510 15204 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 371475095 7840829440 71748 33554432000 1073741824 1073778376 140734887297856 18446744073709551615 253652676096 0 4 0 16800975 18446604453945938112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.23
Current children cumulated vsize (KiB) 7657060

Child status: 143
Real time (s): 1300.06
CPU time (s): 1301.31
CPU user time (s): 1301.12
CPU system time (s): 0.186971
CPU usage (%): 100.096
Max. virtual memory (cumulated for all children) (KiB): 7665628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.12
system time used= 0.186971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77301
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= 27773
involuntary context switches= 4947

runsolver used 2.38464 second user time and 4.72228 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-12 10:59:07
IDJOB=3190322
IDBENCH=82653
IDSOLVER=1611
FILE ID=node106/3190322-1302598746
RUNJOBID= node106-1302597443-15222
PBS_JOBID= 12958099
Free space on /tmp= 71560 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S1268831169-016-UNKNOWN.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190322-1302598746/watcher-3190322-1302598746 -o /tmp/evaluation-result-3190322-1302598746/solver-3190322-1302598746 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190322-1302598746.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= cd155ee9ac243c838c94577589f0455b
RANDOM SEED=95940796

node106.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.830
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.66
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.830
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.20
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.830
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.75
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.830
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.82
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.830
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.830
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.75
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.830
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.830
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:      17562868 kB
Buffers:        733432 kB
Cached:       14127436 kB
SwapCached:          0 kB
Active:        8965156 kB
Inactive:      6029756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17562868 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6184 kB
Writeback:           0 kB
AnonPages:      133800 kB
Mapped:          22652 kB
Slab:           329520 kB
PageTables:       5220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14718212 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= 71560 MiB
End job on node106 at 2011-04-12 11:20:49