Trace number 3281071

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.43 1300.05

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k80.cnf
MD5SUM337e301d7c1a4748ec4a1ced7e688c38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark223.666
Satisfiable
(Un)Satisfiability was proved
Number of variables45937
Number of clauses166840
Sum of the clauses size445312
Maximum clause length37
Minimum clause length1
Number of clauses of size 11058
Number of clauses of size 285826
Number of clauses of size 373620
Number of clauses of size 4406
Number of clauses of size 5785
Number of clauses of size over 55145

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.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	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.06/0.09	c --- Begin Solver configuration ---
0.06/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.06/0.09	c Learn all clauses as in MiniSAT
0.06/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.09	c Expensive reason simplification
0.06/0.09	c Armin Biere (Picosat) restarts strategy
0.06/0.09	c Glucose learned constraints deletion strategy
0.06/0.09	c timeout=2147483647s
0.06/0.09	c DB Simplification allowed=true
0.06/0.09	c --- End Solver configuration ---
0.06/0.09	c solving HOME/instance-3281071-1303750493.cnf
0.06/0.09	c reading problem ... 
0.44/0.35	c ... done. Wall clock time 0.257s.
0.44/0.35	c #vars     45937
0.44/0.35	c #constraints  166840
0.44/0.35	c constraints type 
0.44/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 79956
0.44/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85826
3.79/3.12	c cleaning 2494 clauses out of 4996 with flag 5001/5001
9.24/8.11	c cleaning 4242 clauses out of 8500 with flag 11000/11000
16.94/15.89	c cleaning 5622 clauses out of 11258 with flag 18000/18000
28.65/27.58	c cleaning 6789 clauses out of 13636 with flag 26000/26000
45.75/44.63	c cleaning 7890 clauses out of 15848 with flag 35001/35001
62.25/61.15	c cleaning 8967 clauses out of 17957 with flag 45000/45000
72.36/71.23	c cleaning 9961 clauses out of 19988 with flag 56000/56000
84.36/83.21	c cleaning 10989 clauses out of 22027 with flag 68000/68000
101.47/100.36	c cleaning 11973 clauses out of 24035 with flag 81000/81000
138.38/137.24	c cleaning 13019 clauses out of 26062 with flag 95001/95001
165.88/164.76	c cleaning 13989 clauses out of 28044 with flag 110002/110002
211.39/210.27	c cleaning 15011 clauses out of 30053 with flag 126000/126000
281.00/279.89	c cleaning 16010 clauses out of 32042 with flag 143000/143000
365.32/364.14	c cleaning 17012 clauses out of 34032 with flag 161000/161000
451.32/450.16	c cleaning 18005 clauses out of 36020 with flag 180000/180000
544.54/543.38	c cleaning 19005 clauses out of 38015 with flag 200000/200000
623.06/621.85	c cleaning 19999 clauses out of 40010 with flag 221000/221000
713.07/711.88	c cleaning 21004 clauses out of 42011 with flag 243000/243000
808.78/807.59	c cleaning 21999 clauses out of 44007 with flag 266000/266000
907.19/905.92	c cleaning 22994 clauses out of 46008 with flag 290000/290000
1002.91/1001.68	c cleaning 23999 clauses out of 48014 with flag 315000/315000
1117.12/1115.83	c cleaning 25004 clauses out of 50015 with flag 341000/341000
1230.83/1229.56	c cleaning 26002 clauses out of 52012 with flag 368001/368001
1301.35/1300.01	c starts		: 774
1301.35/1300.01	c conflicts		: 384112
1301.35/1300.01	c decisions		: 645048
1301.35/1300.01	c propagations		: 2066747733
1301.35/1300.01	c inspects		: 8433224132
1301.35/1300.01	c shortcuts		: 0
1301.35/1300.01	c learnt literals	: 8
1301.35/1300.01	c learnt binary clauses	: 965
1301.35/1300.01	c learnt ternary clauses	: 1476
1301.35/1300.01	c learnt constraints	: 384103
1301.35/1300.01	c ignored constraints	: 0
1301.35/1300.01	c root simplifications	: 782
1301.35/1300.01	c removed literals (reason simplification)	: 243438643
1301.35/1300.01	c reason swapping (by a shorter reason)	: 0
1301.35/1300.01	c Calls to reduceDB	: 23
1301.35/1300.01	c speed (assignments/second)	: 1590220.6290717348
1301.35/1300.01	c non guided choices	9535
1301.35/1300.03	c learnt constraints type 
1301.35/1300.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 964
1301.35/1300.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 41158
1301.35/1300.03	c constraints type 
1301.35/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 79956
1301.35/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85826
1301.35/1300.03	s UNKNOWN
1301.35/1300.03	c Total wall clock time (in seconds) : 1299.919

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

running on 2 cores: 1,3

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 3.84 3.35 5/243 14770
/proc/meminfo: memFree=13977348/32951124 swapFree=67111528/67111528
[pid=14770] ppid=14768 vsize=23028 CPUtime=0 cores=1,3
/proc/14770/stat : 14770 (java) R 14768 14770 14035 0 -1 4202496 779 0 0 0 0 0 0 0 25 0 1 0 467464911 23580672 522 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270333421312 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14770/statm: 5757 533 400 9 0 124 0

[startup+0.081222 s]
/proc/loadavg: 4.00 3.84 3.35 5/243 14770
/proc/meminfo: memFree=13977348/32951124 swapFree=67111528/67111528
[pid=14770] ppid=14768 vsize=7569940 CPUtime=0.06 cores=1,3
/proc/14770/stat : 14770 (java) S 14768 14770 14035 0 -1 4202496 9477 0 1 0 5 1 0 0 25 0 18 0 467464911 7751618560 9172 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14770/statm: 1892485 9172 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.100219 s]
/proc/loadavg: 4.00 3.84 3.35 5/243 14770
/proc/meminfo: memFree=13977348/32951124 swapFree=67111528/67111528
[pid=14770] ppid=14768 vsize=7636068 CPUtime=0.09 cores=1,3
/proc/14770/stat : 14770 (java) S 14768 14770 14035 0 -1 4202496 10283 0 1 0 8 1 0 0 25 0 18 0 467464911 7819333632 9978 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14770/statm: 1909017 9978 2093 9 0 1899755 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7636068

[startup+0.300179 s]
/proc/loadavg: 4.00 3.84 3.35 5/243 14770
/proc/meminfo: memFree=13977348/32951124 swapFree=67111528/67111528
[pid=14770] ppid=14768 vsize=7637472 CPUtime=0.44 cores=1,3
/proc/14770/stat : 14770 (java) S 14768 14770 14035 0 -1 4202496 14360 0 1 0 42 2 0 0 25 0 18 0 467464911 7820771328 13746 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14770/statm: 1909368 13746 2197 9 0 1900106 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 7637472

[startup+0.701099 s]
/proc/loadavg: 4.00 3.84 3.35 5/243 14770
/proc/meminfo: memFree=13977348/32951124 swapFree=67111528/67111528
[pid=14770] ppid=14768 vsize=7643964 CPUtime=1.2 cores=1,3
/proc/14770/stat : 14770 (java) S 14768 14770 14035 0 -1 4202496 19498 0 1 0 117 3 0 0 25 0 19 0 467464911 7827419136 17726 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14770/statm: 1910991 17726 2221 9 0 1901729 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 7643964

[startup+1.50094 s]
/proc/loadavg: 4.00 3.84 3.35 5/262 14789
/proc/meminfo: memFree=13914336/32951124 swapFree=67111528/67111528
[pid=14770] ppid=14768 vsize=7643964 CPUtime=2.17 cores=1,3
/proc/14770/stat : 14770 (java) S 14768 14770 14035 0 -1 4202496 19629 0 1 0 214 3 0 0 25 0 19 0 467464911 7827419136 17856 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14770/statm: 1910991 17856 2222 9 0 1901729 0
[pid=14770/tid=14772] ppid=14768 vsize=7643964 CPUtime=1.48 cores=1,3
/proc/14770/task/14772/stat : 14772 (java) R 14768 14770 14035 0 -1 4202560 14514 0 1 0 146 2 0 0 25 0 19 0 467464911 7827419136 17856 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 46912505791671 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14770/tid=14773] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14773/stat : 14773 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464913 7827419136 17856 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14774] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14774/stat : 14774 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464913 7827419136 17856 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14775] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14775/stat : 14775 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464913 7827419136 17856 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14776] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14776/stat : 14776 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464913 7827419136 17856 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14777] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14777/stat : 14777 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464913 7827419136 17856 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14778] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14778/stat : 14778 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464913 7827419136 17856 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14779] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14779/stat : 14779 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464913 7827419136 17856 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14780] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14780/stat : 14780 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464913 7827419136 17856 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14781] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14781/stat : 14781 (java) S 14768 14770 14035 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 19 0 467464914 7827419136 17856 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 0 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14782] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14782/stat : 14782 (java) S 14768 14770 14035 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 467464914 7827419136 17856 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14783] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14783/stat : 14783 (java) S 14768 14770 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467464914 7827419136 17856 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14784] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14784/stat : 14784 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464917 7827419136 17856 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350207409 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14785] ppid=14768 vsize=7643964 CPUtime=0.28 cores=1,3
/proc/14770/task/14785/stat : 14785 (java) S 14768 14770 14035 0 -1 4202560 298 0 0 0 28 0 0 0 22 0 19 0 467464917 7827419136 17856 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14786] ppid=14768 vsize=7643964 CPUtime=0.39 cores=1,3
/proc/14770/task/14786/stat : 14786 (java) S 14768 14770 14035 0 -1 4202560 3654 0 0 0 39 0 0 0 21 0 19 0 467464917 7827419136 17856 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14787] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14787/stat : 14787 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464917 7827419136 17856 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14788] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14788/stat : 14788 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 467464917 7827419136 17856 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14789] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14789/stat : 14789 (java) S 14768 14770 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467464950 7827419136 17856 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 7643964

[startup+3.10063 s]
/proc/loadavg: 4.00 3.84 3.35 5/262 14789
/proc/meminfo: memFree=13913220/32951124 swapFree=67111528/67111528
[pid=14770] ppid=14768 vsize=7643964 CPUtime=3.79 cores=1,3
/proc/14770/stat : 14770 (java) S 14768 14770 14035 0 -1 4202496 19922 0 1 0 376 3 0 0 25 0 19 0 467464911 7827419136 18147 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14770/statm: 1910991 18147 2225 9 0 1901729 0
[pid=14770/tid=14772] ppid=14768 vsize=7643964 CPUtime=3.07 cores=1,3
/proc/14770/task/14772/stat : 14772 (java) R 14768 14770 14035 0 -1 4202560 14800 0 1 0 305 2 0 0 18 0 19 0 467464911 7827419136 18147 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 46912505739680 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14770/tid=14773] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14773/stat : 14773 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464913 7827419136 18147 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14774] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14774/stat : 14774 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464913 7827419136 18147 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14775] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14775/stat : 14775 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464913 7827419136 18147 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14776] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14776/stat : 14776 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464913 7827419136 18147 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14777] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14777/stat : 14777 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464913 7827419136 18147 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14778] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14778/stat : 14778 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464913 7827419136 18147 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14779] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14779/stat : 14779 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464913 7827419136 18147 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14780] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14780/stat : 14780 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464913 7827419136 18147 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14781] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14781/stat : 14781 (java) S 14768 14770 14035 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 467464914 7827419136 18147 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 0 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14782] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14782/stat : 14782 (java) S 14768 14770 14035 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 467464914 7827419136 18147 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14783] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14783/stat : 14783 (java) S 14768 14770 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467464914 7827419136 18147 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14784] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14784/stat : 14784 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464917 7827419136 18147 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350207409 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14785] ppid=14768 vsize=7643964 CPUtime=0.28 cores=1,3
/proc/14770/task/14785/stat : 14785 (java) S 14768 14770 14035 0 -1 4202560 298 0 0 0 28 0 0 0 15 0 19 0 467464917 7827419136 18147 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14786] ppid=14768 vsize=7643964 CPUtime=0.42 cores=1,3
/proc/14770/task/14786/stat : 14786 (java) S 14768 14770 14035 0 -1 4202560 3661 0 0 0 42 0 0 0 18 0 19 0 467464917 7827419136 18147 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14787] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14787/stat : 14787 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464917 7827419136 18147 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14788] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14788/stat : 14788 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 467464917 7827419136 18147 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14789] ppid=14768 vsize=7643964 CPUtime=0 cores=1,3
/proc/14770/task/14789/stat : 14789 (java) S 14768 14770 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467464950 7827419136 18147 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 7643964

[startup+6.30099 s]
/proc/loadavg: 4.00 3.85 3.36 5/262 14789
/proc/meminfo: memFree=13861588/32951124 swapFree=67111528/67111528
[pid=14770] ppid=14768 vsize=7651044 CPUtime=7.42 cores=1,3
/proc/14770/stat : 14770 (java) S 14768 14770 14035 0 -1 4202496 36375 0 1 0 737 5 0 0 25 0 19 0 467464911 7834669056 30629 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14770/statm: 1912761 30629 2251 9 0 1903499 0
[pid=14770/tid=14772] ppid=14768 vsize=7651044 CPUtime=6.15 cores=1,3
/proc/14770/task/14772/stat : 14772 (java) R 14768 14770 14035 0 -1 4202560 14806 0 1 0 613 2 0 0 23 0 19 0 467464911 7834669056 30629 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 46912505667661 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14770/tid=14773] ppid=14768 vsize=7651044 CPUtime=0.02 cores=1,3
/proc/14770/task/14773/stat : 14773 (java) S 14768 14770 14035 0 -1 4202560 2395 0 0 0 2 0 0 0 18 0 19 0 467464913 7834669056 30629 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14774] ppid=14768 vsize=7651044 CPUtime=0.02 cores=1,3
/proc/14770/task/14774/stat : 14774 (java) S 14768 14770 14035 0 -1 4202560 2940 0 0 0 2 0 0 0 18 0 19 0 467464913 7834669056 30629 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14775] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14775/stat : 14775 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 467464913 7834669056 30629 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14776] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14776/stat : 14776 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 467464913 7834669056 30629 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14777] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14777/stat : 14777 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 467464913 7834669056 30629 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14778] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14778/stat : 14778 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 467464913 7834669056 30629 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14779] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14779/stat : 14779 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 467464913 7834669056 30629 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14780] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14780/stat : 14780 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 467464913 7834669056 30629 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14781] ppid=14768 vsize=7651044 CPUtime=0.06 cores=1,3
/proc/14770/task/14781/stat : 14781 (java) S 14768 14770 14035 0 -1 4202560 5330 0 0 0 6 0 0 0 15 0 19 0 467464914 7834669056 30629 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 0 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14782] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14782/stat : 14782 (java) S 14768 14770 14035 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 467464914 7834669056 30629 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14783] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14783/stat : 14783 (java) S 14768 14770 14035 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 467464914 7834669056 30629 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14784] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14784/stat : 14784 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464917 7834669056 30629 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350207409 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14785] ppid=14768 vsize=7651044 CPUtime=0.68 cores=1,3
/proc/14770/task/14785/stat : 14785 (java) S 14768 14770 14035 0 -1 4202560 6042 0 0 0 68 0 0 0 15 0 19 0 467464917 7834669056 30629 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14786] ppid=14768 vsize=7651044 CPUtime=0.42 cores=1,3
/proc/14770/task/14786/stat : 14786 (java) S 14768 14770 14035 0 -1 4202560 3704 0 0 0 42 0 0 0 16 0 19 0 467464917 7834669056 30629 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14787] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14787/stat : 14787 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464917 7834669056 30629 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14788] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14788/stat : 14788 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 467464917 7834669056 30629 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14789] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14789/stat : 14789 (java) S 14768 14770 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467464950 7834669056 30629 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 7651044

[startup+12.7008 s]

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

[pid=14770/tid=14778] ppid=14768 vsize=7651044 CPUtime=0.02 cores=1,3
/proc/14770/task/14778/stat : 14778 (java) S 14768 14770 14035 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 467464913 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14779] ppid=14768 vsize=7651044 CPUtime=0.06 cores=1,3
/proc/14770/task/14779/stat : 14779 (java) S 14768 14770 14035 0 -1 4202560 2132 0 0 0 6 0 0 0 16 0 19 0 467464913 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14780] ppid=14768 vsize=7651044 CPUtime=0.04 cores=1,3
/proc/14770/task/14780/stat : 14780 (java) S 14768 14770 14035 0 -1 4202560 860 0 0 0 4 0 0 0 15 0 19 0 467464913 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14781] ppid=14768 vsize=7651044 CPUtime=1.54 cores=1,3
/proc/14770/task/14781/stat : 14781 (java) S 14768 14770 14035 0 -1 4202560 9251 0 0 0 154 0 0 0 15 0 19 0 467464914 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 0 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14782] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14782/stat : 14782 (java) S 14768 14770 14035 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 467464914 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14783] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14783/stat : 14783 (java) S 14768 14770 14035 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 467464914 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14784] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14784/stat : 14784 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464917 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350207409 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14785] ppid=14768 vsize=7651044 CPUtime=0.75 cores=1,3
/proc/14770/task/14785/stat : 14785 (java) S 14768 14770 14035 0 -1 4202560 6044 0 0 0 75 0 0 0 15 0 19 0 467464917 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14786] ppid=14768 vsize=7651044 CPUtime=0.44 cores=1,3
/proc/14770/task/14786/stat : 14786 (java) S 14768 14770 14035 0 -1 4202560 3706 0 0 0 44 0 0 0 16 0 19 0 467464917 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14787] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14787/stat : 14787 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464917 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14788] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14788/stat : 14788 (java) S 14768 14770 14035 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 467464917 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14789] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14789/stat : 14789 (java) S 14768 14770 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467464950 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1123.63
Current children cumulated vsize (KiB) 7651044

[startup+1182.3 s]
/proc/loadavg: 2.00 2.22 2.80 3/214 14915
/proc/meminfo: memFree=13965088/32951124 swapFree=67111528/67111528
[pid=14770] ppid=14768 vsize=7651044 CPUtime=1183.63 cores=1,3
/proc/14770/stat : 14770 (java) S 14768 14770 14035 0 -1 4202496 45360 0 1 0 118357 6 0 0 25 0 19 0 467464911 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14770/statm: 1912761 39486 2253 9 0 1903499 0
[pid=14770/tid=14772] ppid=14768 vsize=7651044 CPUtime=1180.47 cores=1,3
/proc/14770/task/14772/stat : 14772 (java) R 14768 14770 14035 0 -1 4202560 14831 0 1 0 118045 2 0 0 25 0 19 0 467464911 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 46912505788258 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14770/tid=14773] ppid=14768 vsize=7651044 CPUtime=0.07 cores=1,3
/proc/14770/task/14773/stat : 14773 (java) S 14768 14770 14035 0 -1 4202560 3847 0 0 0 7 0 0 0 15 0 19 0 467464913 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14774] ppid=14768 vsize=7651044 CPUtime=0.05 cores=1,3
/proc/14770/task/14774/stat : 14774 (java) S 14768 14770 14035 0 -1 4202560 2942 0 0 0 5 0 0 0 15 0 19 0 467464913 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14775] ppid=14768 vsize=7651044 CPUtime=0.01 cores=1,3
/proc/14770/task/14775/stat : 14775 (java) S 14768 14770 14035 0 -1 4202560 12 0 0 0 1 0 0 0 15 0 19 0 467464913 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14776] ppid=14768 vsize=7651044 CPUtime=0.05 cores=1,3
/proc/14770/task/14776/stat : 14776 (java) S 14768 14770 14035 0 -1 4202560 354 0 0 0 5 0 0 0 16 0 19 0 467464913 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14777] ppid=14768 vsize=7651044 CPUtime=0.03 cores=1,3
/proc/14770/task/14777/stat : 14777 (java) S 14768 14770 14035 0 -1 4202560 155 0 0 0 3 0 0 0 15 0 19 0 467464913 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14778] ppid=14768 vsize=7651044 CPUtime=0.02 cores=1,3
/proc/14770/task/14778/stat : 14778 (java) S 14768 14770 14035 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 467464913 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14779] ppid=14768 vsize=7651044 CPUtime=0.06 cores=1,3
/proc/14770/task/14779/stat : 14779 (java) S 14768 14770 14035 0 -1 4202560 2132 0 0 0 6 0 0 0 16 0 19 0 467464913 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14780] ppid=14768 vsize=7651044 CPUtime=0.04 cores=1,3
/proc/14770/task/14780/stat : 14780 (java) S 14768 14770 14035 0 -1 4202560 860 0 0 0 4 0 0 0 15 0 19 0 467464913 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14781] ppid=14768 vsize=7651044 CPUtime=1.54 cores=1,3
/proc/14770/task/14781/stat : 14781 (java) S 14768 14770 14035 0 -1 4202560 9251 0 0 0 154 0 0 0 15 0 19 0 467464914 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 0 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14782] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14782/stat : 14782 (java) S 14768 14770 14035 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 467464914 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14783] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14783/stat : 14783 (java) S 14768 14770 14035 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 467464914 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14784] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14784/stat : 14784 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464917 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350207409 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14785] ppid=14768 vsize=7651044 CPUtime=0.75 cores=1,3
/proc/14770/task/14785/stat : 14785 (java) S 14768 14770 14035 0 -1 4202560 6044 0 0 0 75 0 0 0 15 0 19 0 467464917 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14786] ppid=14768 vsize=7651044 CPUtime=0.44 cores=1,3
/proc/14770/task/14786/stat : 14786 (java) S 14768 14770 14035 0 -1 4202560 3706 0 0 0 44 0 0 0 16 0 19 0 467464917 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14787] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14787/stat : 14787 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464917 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14788] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14788/stat : 14788 (java) S 14768 14770 14035 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 467464917 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14789] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14789/stat : 14789 (java) S 14768 14770 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467464950 7834669056 39486 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1183.63
Current children cumulated vsize (KiB) 7651044

[startup+1242.3 s]
/proc/loadavg: 2.00 2.18 2.75 3/214 14917
/proc/meminfo: memFree=13963196/32951124 swapFree=67111528/67111528
[pid=14770] ppid=14768 vsize=7651044 CPUtime=1243.64 cores=1,3
/proc/14770/stat : 14770 (java) S 14768 14770 14035 0 -1 4202496 45737 0 1 0 124358 6 0 0 25 0 19 0 467464911 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14770/statm: 1912761 39858 2253 9 0 1903499 0
[pid=14770/tid=14772] ppid=14768 vsize=7651044 CPUtime=1240.39 cores=1,3
/proc/14770/task/14772/stat : 14772 (java) R 14768 14770 14035 0 -1 4202560 14832 0 1 0 124037 2 0 0 25 0 19 0 467464911 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 46912505740423 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14770/tid=14773] ppid=14768 vsize=7651044 CPUtime=0.07 cores=1,3
/proc/14770/task/14773/stat : 14773 (java) S 14768 14770 14035 0 -1 4202560 3847 0 0 0 7 0 0 0 15 0 19 0 467464913 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14774] ppid=14768 vsize=7651044 CPUtime=0.05 cores=1,3
/proc/14770/task/14774/stat : 14774 (java) S 14768 14770 14035 0 -1 4202560 2942 0 0 0 5 0 0 0 15 0 19 0 467464913 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14775] ppid=14768 vsize=7651044 CPUtime=0.01 cores=1,3
/proc/14770/task/14775/stat : 14775 (java) S 14768 14770 14035 0 -1 4202560 12 0 0 0 1 0 0 0 15 0 19 0 467464913 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14776] ppid=14768 vsize=7651044 CPUtime=0.05 cores=1,3
/proc/14770/task/14776/stat : 14776 (java) S 14768 14770 14035 0 -1 4202560 354 0 0 0 5 0 0 0 15 0 19 0 467464913 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14777] ppid=14768 vsize=7651044 CPUtime=0.03 cores=1,3
/proc/14770/task/14777/stat : 14777 (java) S 14768 14770 14035 0 -1 4202560 155 0 0 0 3 0 0 0 15 0 19 0 467464913 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14778] ppid=14768 vsize=7651044 CPUtime=0.03 cores=1,3
/proc/14770/task/14778/stat : 14778 (java) S 14768 14770 14035 0 -1 4202560 16 0 0 0 3 0 0 0 16 0 19 0 467464913 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14779] ppid=14768 vsize=7651044 CPUtime=0.06 cores=1,3
/proc/14770/task/14779/stat : 14779 (java) S 14768 14770 14035 0 -1 4202560 2132 0 0 0 6 0 0 0 15 0 19 0 467464913 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14780] ppid=14768 vsize=7651044 CPUtime=0.05 cores=1,3
/proc/14770/task/14780/stat : 14780 (java) S 14768 14770 14035 0 -1 4202560 863 0 0 0 5 0 0 0 16 0 19 0 467464913 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14781] ppid=14768 vsize=7651044 CPUtime=1.63 cores=1,3
/proc/14770/task/14781/stat : 14781 (java) S 14768 14770 14035 0 -1 4202560 9612 0 0 0 162 1 0 0 15 0 19 0 467464914 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 0 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14782] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14782/stat : 14782 (java) S 14768 14770 14035 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 467464914 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14783] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14783/stat : 14783 (java) S 14768 14770 14035 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 467464914 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14784] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14784/stat : 14784 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464917 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350207409 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14785] ppid=14768 vsize=7651044 CPUtime=0.75 cores=1,3
/proc/14770/task/14785/stat : 14785 (java) S 14768 14770 14035 0 -1 4202560 6044 0 0 0 75 0 0 0 15 0 19 0 467464917 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14786] ppid=14768 vsize=7651044 CPUtime=0.44 cores=1,3
/proc/14770/task/14786/stat : 14786 (java) S 14768 14770 14035 0 -1 4202560 3706 0 0 0 44 0 0 0 16 0 19 0 467464917 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14787] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14787/stat : 14787 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464917 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14788] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14788/stat : 14788 (java) S 14768 14770 14035 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 467464917 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14789] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14789/stat : 14789 (java) S 14768 14770 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467464950 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1243.64
Current children cumulated vsize (KiB) 7651044



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.14 2.70 3/214 14918
/proc/meminfo: memFree=13963304/32951124 swapFree=67111528/67111528
[pid=14770] ppid=14768 vsize=7651044 CPUtime=1301.35 cores=1,3
/proc/14770/stat : 14770 (java) S 14768 14770 14035 0 -1 4202496 45741 0 1 0 130129 6 0 0 25 0 19 0 467464911 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14770/statm: 1912761 39858 2253 9 0 1903499 0
[pid=14770/tid=14772] ppid=14768 vsize=7651044 CPUtime=1298.1 cores=1,3
/proc/14770/task/14772/stat : 14772 (java) R 14768 14770 14035 0 -1 4202560 14832 0 1 0 129808 2 0 0 25 0 19 0 467464911 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 46912505791671 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14770/tid=14773] ppid=14768 vsize=7651044 CPUtime=0.07 cores=1,3
/proc/14770/task/14773/stat : 14773 (java) S 14768 14770 14035 0 -1 4202560 3847 0 0 0 7 0 0 0 15 0 19 0 467464913 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14774] ppid=14768 vsize=7651044 CPUtime=0.05 cores=1,3
/proc/14770/task/14774/stat : 14774 (java) S 14768 14770 14035 0 -1 4202560 2942 0 0 0 5 0 0 0 15 0 19 0 467464913 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14775] ppid=14768 vsize=7651044 CPUtime=0.01 cores=1,3
/proc/14770/task/14775/stat : 14775 (java) S 14768 14770 14035 0 -1 4202560 12 0 0 0 1 0 0 0 15 0 19 0 467464913 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14776] ppid=14768 vsize=7651044 CPUtime=0.05 cores=1,3
/proc/14770/task/14776/stat : 14776 (java) S 14768 14770 14035 0 -1 4202560 354 0 0 0 5 0 0 0 15 0 19 0 467464913 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14777] ppid=14768 vsize=7651044 CPUtime=0.03 cores=1,3
/proc/14770/task/14777/stat : 14777 (java) S 14768 14770 14035 0 -1 4202560 155 0 0 0 3 0 0 0 15 0 19 0 467464913 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14778] ppid=14768 vsize=7651044 CPUtime=0.03 cores=1,3
/proc/14770/task/14778/stat : 14778 (java) S 14768 14770 14035 0 -1 4202560 16 0 0 0 3 0 0 0 16 0 19 0 467464913 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14779] ppid=14768 vsize=7651044 CPUtime=0.06 cores=1,3
/proc/14770/task/14779/stat : 14779 (java) S 14768 14770 14035 0 -1 4202560 2132 0 0 0 6 0 0 0 15 0 19 0 467464913 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14780] ppid=14768 vsize=7651044 CPUtime=0.05 cores=1,3
/proc/14770/task/14780/stat : 14780 (java) S 14768 14770 14035 0 -1 4202560 863 0 0 0 5 0 0 0 16 0 19 0 467464913 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14781] ppid=14768 vsize=7651044 CPUtime=1.63 cores=1,3
/proc/14770/task/14781/stat : 14781 (java) S 14768 14770 14035 0 -1 4202560 9612 0 0 0 162 1 0 0 15 0 19 0 467464914 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 0 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14782] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14782/stat : 14782 (java) S 14768 14770 14035 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 467464914 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14783] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14783/stat : 14783 (java) S 14768 14770 14035 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 467464914 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14784] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14784/stat : 14784 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464917 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350207409 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14785] ppid=14768 vsize=7651044 CPUtime=0.75 cores=1,3
/proc/14770/task/14785/stat : 14785 (java) S 14768 14770 14035 0 -1 4202560 6044 0 0 0 75 0 0 0 15 0 19 0 467464917 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 1 0 0 0
[pid=14770/tid=14786] ppid=14768 vsize=7651044 CPUtime=0.44 cores=1,3
/proc/14770/task/14786/stat : 14786 (java) S 14768 14770 14035 0 -1 4202560 3706 0 0 0 44 0 0 0 16 0 19 0 467464917 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14787] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14787/stat : 14787 (java) S 14768 14770 14035 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 467464917 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350199705 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
[pid=14770/tid=14788] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14788/stat : 14788 (java) R 14768 14770 14035 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 467464917 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14770/tid=14789] ppid=14768 vsize=7651044 CPUtime=0 cores=1,3
/proc/14770/task/14789/stat : 14789 (java) S 14768 14770 14035 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 467464950 7834669056 39858 33554432000 1073741824 1073778376 140737430079776 18446744073709551615 270350200320 0 4 0 16800975 18446604471133083520 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1301.35
Current children cumulated vsize (KiB) 7651044

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

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

Child status: 143
Real time (s): 1300.05
CPU time (s): 1301.43
CPU user time (s): 1301.35
CPU system time (s): 0.076988
CPU usage (%): 100.106
Max. virtual memory (cumulated for all children) (KiB): 7662936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.35
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45778
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= 27217
involuntary context switches= 4853

runsolver used 2.15367 second user time and 4.95425 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-25 18:54:53
IDJOB=3281071
IDBENCH=20521
IDSOLVER=1611
FILE ID=node143/3281071-1303750493
RUNJOBID= node143-1303749732-14425
PBS_JOBID= 13154019
Free space on /tmp= 72340 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k80.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-3281071-1303750493/watcher-3281071-1303750493 -o /tmp/evaluation-result-3281071-1303750493/solver-3281071-1303750493 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3281071-1303750493.cnf

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

MD5SUM BENCH= 337e301d7c1a4748ec4a1ced7e688c38
RANDOM SEED=177290001

node143.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.846
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.69
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.846
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.15
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.846
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.74
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.846
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.846
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.75
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.846
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.846
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.74
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.846
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:      13977380 kB
Buffers:       2273660 kB
Cached:       15812584 kB
SwapCached:          0 kB
Active:        7056120 kB
Inactive:     11359036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13977380 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4144 kB
Writeback:           0 kB
AnonPages:      328004 kB
Mapped:          23656 kB
Slab:           492776 kB
PageTables:       6160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22055072 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= 72340 MiB
End job on node143 at 2011-04-25 19:16:35