Trace number 3283923

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.02 1300.13

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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@50337d0f
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-3283923-1307633282.cnf
0.00/0.09	c reading problem ... 
0.27/0.23	c ... done. Wall clock time 0.132s.
0.27/0.23	c #vars     1430
0.27/0.23	c #constraints  87044
0.27/0.23	c constraints type 
0.27/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 84675
0.27/0.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2369
1.79/1.47	c cleaning 2498 clauses out of 5002 with flag 5002/5002
3.39/2.83	c cleaning 4248 clauses out of 8502 with flag 11000/11000
5.28/4.74	c cleaning 5626 clauses out of 11254 with flag 18000/18000
7.48/6.94	c cleaning 6814 clauses out of 13628 with flag 26000/26000
9.89/9.32	c cleaning 7904 clauses out of 15814 with flag 35000/35000
12.60/12.02	c cleaning 8954 clauses out of 17911 with flag 45001/45001
15.59/15.02	c cleaning 9973 clauses out of 19958 with flag 56002/56002
19.19/18.66	c cleaning 10988 clauses out of 21983 with flag 68000/68000
23.09/22.51	c cleaning 11994 clauses out of 23995 with flag 81000/81000
27.79/27.27	c cleaning 12998 clauses out of 26002 with flag 95001/95001
33.10/32.60	c cleaning 13999 clauses out of 28004 with flag 110001/110001
38.81/38.24	c cleaning 14994 clauses out of 30006 with flag 126002/126002
45.31/44.74	c cleaning 16003 clauses out of 32011 with flag 143001/143001
52.11/51.59	c cleaning 16995 clauses out of 34007 with flag 161000/161000
59.92/59.40	c cleaning 18001 clauses out of 36012 with flag 180000/180000
68.21/67.62	c cleaning 19005 clauses out of 38013 with flag 200002/200002
77.11/76.58	c cleaning 19999 clauses out of 40007 with flag 221001/221001
83.91/83.39	c cleaning 20999 clauses out of 42010 with flag 243003/243003
92.62/92.08	c cleaning 22000 clauses out of 44009 with flag 266001/266001
105.52/104.95	c cleaning 23004 clauses out of 46011 with flag 290003/290003
116.83/116.26	c cleaning 23999 clauses out of 48004 with flag 315000/315000
131.73/131.18	c cleaning 25000 clauses out of 50006 with flag 341001/341001
147.84/147.26	c cleaning 26001 clauses out of 52006 with flag 368001/368001
168.86/168.25	c cleaning 26997 clauses out of 54006 with flag 396002/396002
188.66/188.09	c cleaning 28001 clauses out of 56007 with flag 425000/425000
207.96/207.36	c cleaning 29003 clauses out of 58007 with flag 455001/455001
229.56/228.92	c cleaning 29998 clauses out of 60004 with flag 486001/486001
251.97/251.37	c cleaning 31001 clauses out of 62009 with flag 518004/518004
275.87/275.24	c cleaning 32001 clauses out of 64004 with flag 551000/551000
297.18/296.55	c cleaning 32999 clauses out of 66004 with flag 585001/585001
319.59/318.96	c cleaning 34000 clauses out of 68005 with flag 620001/620001
342.09/341.43	c cleaning 34999 clauses out of 70005 with flag 656001/656001
363.99/363.30	c cleaning 35998 clauses out of 72008 with flag 693003/693003
385.60/384.92	c cleaning 36999 clauses out of 74007 with flag 731000/731000
408.50/407.82	c cleaning 37998 clauses out of 76009 with flag 770001/770001
430.31/429.68	c cleaning 39003 clauses out of 78013 with flag 810003/810003
456.91/456.25	c cleaning 40001 clauses out of 80009 with flag 851002/851002
481.82/481.13	c cleaning 41002 clauses out of 82007 with flag 893001/893001
508.13/507.49	c cleaning 42001 clauses out of 84005 with flag 936001/936001
532.33/531.66	c cleaning 42998 clauses out of 86003 with flag 980000/980000
558.14/557.40	c cleaning 44001 clauses out of 88008 with flag 1025003/1025003
584.94/584.22	c cleaning 44999 clauses out of 90006 with flag 1071002/1071002
610.86/610.19	c cleaning 45998 clauses out of 92006 with flag 1118001/1118001
639.96/639.27	c cleaning 47002 clauses out of 94007 with flag 1166000/1166000
667.86/667.19	c cleaning 47997 clauses out of 96005 with flag 1215000/1215000
697.77/697.05	c cleaning 48999 clauses out of 98010 with flag 1265002/1265002
726.48/725.73	c cleaning 50000 clauses out of 100009 with flag 1316000/1316000
756.78/756.03	c cleaning 51002 clauses out of 102009 with flag 1368000/1368000
789.99/789.20	c cleaning 51998 clauses out of 104009 with flag 1421002/1421002
818.71/817.91	c cleaning 53001 clauses out of 106009 with flag 1475000/1475000
850.41/849.61	c cleaning 54003 clauses out of 108014 with flag 1530006/1530006
881.92/881.13	c cleaning 54998 clauses out of 110006 with flag 1586001/1586001
911.82/911.06	c cleaning 56002 clauses out of 112009 with flag 1643002/1643002
948.72/947.90	c cleaning 56997 clauses out of 114006 with flag 1701001/1701001
981.73/980.97	c cleaning 58001 clauses out of 116011 with flag 1760003/1760003
1014.95/1014.19	c cleaning 58995 clauses out of 118008 with flag 1820001/1820001
1053.95/1053.16	c cleaning 60003 clauses out of 120016 with flag 1881004/1881004
1091.05/1090.26	c cleaning 60998 clauses out of 122009 with flag 1943000/1943000
1126.96/1126.17	c cleaning 62008 clauses out of 124019 with flag 2006008/2006008
1168.56/1167.73	c cleaning 63000 clauses out of 126003 with flag 2070000/2070000
1206.87/1206.04	c cleaning 63997 clauses out of 128003 with flag 2135000/2135000
1241.77/1240.91	c cleaning 65000 clauses out of 130006 with flag 2201000/2201000
1283.49/1282.68	c cleaning 66001 clauses out of 132008 with flag 2268002/2268002
1300.89/1300.01	c starts		: 1643
1300.89/1300.01	c conflicts		: 2304711
1300.89/1300.01	c decisions		: 2774576
1300.89/1300.01	c propagations		: 317190207
1300.89/1300.01	c inspects		: 16493011609
1300.89/1300.01	c shortcuts		: 0
1300.89/1300.01	c learnt literals	: 0
1300.89/1300.01	c learnt binary clauses	: 0
1300.89/1300.01	c learnt ternary clauses	: 1
1300.89/1300.01	c learnt constraints	: 2304711
1300.89/1300.01	c ignored constraints	: 0
1300.89/1300.01	c root simplifications	: 1643
1300.89/1300.01	c removed literals (reason simplification)	: 15342340
1300.89/1300.01	c reason swapping (by a shorter reason)	: 0
1300.89/1300.01	c Calls to reduceDB	: 63
1300.89/1300.01	c speed (assignments/second)	: 244032.82619817893
1300.89/1300.01	c non guided choices	187
1300.89/1300.06	c learnt constraints type 
1301.00/1300.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 102716
1301.00/1300.12	c constraints type 
1301.00/1300.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 84675
1301.00/1300.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2369
1301.00/1300.12	s UNKNOWN
1301.00/1300.12	c Total wall clock time (in seconds) : 1299.918

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: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3283923-1307633282/watcher-3283923-1307633282 -o /tmp/evaluation-result-3283923-1307633282/solver-3283923-1307633282 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3283923-1307633282.cnf 

running on 2 cores: 4,6

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: 0.08 0.02 0.01 3/176 3632
/proc/meminfo: memFree=32447780/32951124 swapFree=67053960/67111528
[pid=3632] ppid=3630 vsize=9100 CPUtime=0 cores=4,6
/proc/3632/stat : 3632 (java) S 3630 3632 3534 0 -1 4202496 236 0 0 0 0 0 0 0 22 0 1 0 855743705 9318400 172 33554432000 1073741824 1073778376 140734935814208 18446744073709551615 228095271927 0 2147483391 4096 0 18446744071699207358 0 0 17 4 0 0 0
/proc/3632/statm: 2275 172 131 9 0 67 0

[startup+0.090427 s]
/proc/loadavg: 0.08 0.02 0.01 3/176 3632
/proc/meminfo: memFree=32447780/32951124 swapFree=67053960/67111528
[pid=3632] ppid=3630 vsize=7636644 CPUtime=0.09 cores=4,6
/proc/3632/stat : 3632 (java) S 3630 3632 3534 0 -1 4202496 10561 0 1 0 9 0 0 0 22 0 18 0 855743705 7819923456 10257 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3632/statm: 1909161 10257 2094 9 0 1899899 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7636644

[startup+0.114095 s]
/proc/loadavg: 0.08 0.02 0.01 3/176 3632
/proc/meminfo: memFree=32447780/32951124 swapFree=67053960/67111528
[pid=3632] ppid=3630 vsize=7636644 CPUtime=0.11 cores=4,6
/proc/3632/stat : 3632 (java) S 3630 3632 3534 0 -1 4202496 10628 0 1 0 11 0 0 0 22 0 18 0 855743705 7819923456 10324 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3632/statm: 1909161 10325 2122 9 0 1899899 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7636644

[startup+0.301084 s]
/proc/loadavg: 0.08 0.02 0.01 3/176 3632
/proc/meminfo: memFree=32447780/32951124 swapFree=67053960/67111528
[pid=3632] ppid=3630 vsize=7706216 CPUtime=0.45 cores=4,6
/proc/3632/stat : 3632 (java) S 3630 3632 3534 0 -1 4202496 14036 0 1 0 44 1 0 0 22 0 19 0 855743705 7891165184 13292 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3632/statm: 1926554 13292 2208 9 0 1917292 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 7706216

[startup+0.701053 s]
/proc/loadavg: 0.08 0.02 0.01 3/176 3632
/proc/meminfo: memFree=32447780/32951124 swapFree=67053960/67111528
[pid=3632] ppid=3630 vsize=7706208 CPUtime=1.04 cores=4,6
/proc/3632/stat : 3632 (java) S 3630 3632 3534 0 -1 4202496 15255 0 1 0 103 1 0 0 22 0 19 0 855743705 7891156992 14014 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3632/statm: 1926552 14014 2224 9 0 1917290 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 7706208

[startup+1.50491 s]
/proc/loadavg: 0.39 0.08 0.03 5/216 3679
/proc/meminfo: memFree=32300876/32951124 swapFree=67053960/67111528
[pid=3632] ppid=3630 vsize=7720136 CPUtime=1.95 cores=4,6
/proc/3632/stat : 3632 (java) S 3630 3632 3534 0 -1 4202496 21997 0 1 0 193 2 0 0 22 0 19 0 855743705 7905419264 19601 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3632/statm: 1930034 19601 2248 9 0 1920772 0
[pid=3632/tid=3634] ppid=3630 vsize=7720136 CPUtime=1.44 cores=4,6
/proc/3632/task/3634/stat : 3634 (java) S 3630 3632 3534 0 -1 4202560 11369 0 1 0 144 0 0 0 18 0 19 0 855743706 7905419264 19601 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3635] ppid=3630 vsize=7720136 CPUtime=0 cores=4,6
/proc/3632/task/3635/stat : 3635 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 855743707 7905419264 19601 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3636] ppid=3630 vsize=7720136 CPUtime=0 cores=4,6
/proc/3632/task/3636/stat : 3636 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 855743707 7905419264 19601 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3637] ppid=3630 vsize=7720136 CPUtime=0 cores=4,6
/proc/3632/task/3637/stat : 3637 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 855743707 7905419264 19601 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3638] ppid=3630 vsize=7720136 CPUtime=0 cores=4,6
/proc/3632/task/3638/stat : 3638 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 855743707 7905419264 19601 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3639] ppid=3630 vsize=7720136 CPUtime=0 cores=4,6
/proc/3632/task/3639/stat : 3639 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 855743707 7905419264 19601 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3640] ppid=3630 vsize=7720136 CPUtime=0 cores=4,6
/proc/3632/task/3640/stat : 3640 (java) S 3630 3632 3534 0 -1 4202560 98 0 0 0 0 0 0 0 18 0 19 0 855743707 7905419264 19601 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3641] ppid=3630 vsize=7720136 CPUtime=0 cores=4,6
/proc/3632/task/3641/stat : 3641 (java) S 3630 3632 3534 0 -1 4202560 969 0 0 0 0 0 0 0 18 0 19 0 855743707 7905419264 19601 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3642] ppid=3630 vsize=7720136 CPUtime=0.01 cores=4,6
/proc/3632/task/3642/stat : 3642 (java) S 3630 3632 3534 0 -1 4202560 1071 0 0 0 1 0 0 0 18 0 19 0 855743707 7905419264 19601 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3643] ppid=3630 vsize=7720136 CPUtime=0.01 cores=4,6
/proc/3632/task/3643/stat : 3643 (java) R 3630 3632 3534 0 -1 4202560 26 0 0 0 1 0 0 0 15 0 19 0 855743708 7905419264 19601 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 47035497627764 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=3632/tid=3644] ppid=3630 vsize=7720136 CPUtime=0 cores=4,6
/proc/3632/task/3644/stat : 3644 (java) S 3630 3632 3534 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 855743709 7905419264 19601 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3645] ppid=3630 vsize=7720136 CPUtime=0 cores=4,6
/proc/3632/task/3645/stat : 3645 (java) S 3630 3632 3534 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 855743709 7905419264 19601 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3646] ppid=3630 vsize=7720136 CPUtime=0 cores=4,6
/proc/3632/task/3646/stat : 3646 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743711 7905419264 19601 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107274673 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3647] ppid=3630 vsize=7720136 CPUtime=0.19 cores=4,6
/proc/3632/task/3647/stat : 3647 (java) S 3630 3632 3534 0 -1 4202560 5498 0 0 0 19 0 0 0 16 0 19 0 855743711 7905419264 19601 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3648] ppid=3630 vsize=7720136 CPUtime=0.25 cores=4,6
/proc/3632/task/3648/stat : 3648 (java) S 3630 3632 3534 0 -1 4202560 1813 0 0 0 25 0 0 0 17 0 19 0 855743711 7905419264 19601 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3649] ppid=3630 vsize=7720136 CPUtime=0 cores=4,6
/proc/3632/task/3649/stat : 3649 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743711 7905419264 19601 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3650] ppid=3630 vsize=7720136 CPUtime=0 cores=4,6
/proc/3632/task/3650/stat : 3650 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855743711 7905419264 19601 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3651] ppid=3630 vsize=7720136 CPUtime=0 cores=4,6
/proc/3632/task/3651/stat : 3651 (java) S 3630 3632 3534 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 855743728 7905419264 19601 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 7720136

[startup+3.10155 s]
/proc/loadavg: 0.39 0.08 0.03 5/244 3725
/proc/meminfo: memFree=32154252/32951124 swapFree=67053960/67111528
[pid=3632] ppid=3630 vsize=7730544 CPUtime=3.69 cores=4,6
/proc/3632/stat : 3632 (java) S 3630 3632 3534 0 -1 4202496 28126 0 1 0 366 3 0 0 22 0 19 0 855743705 7916077056 24542 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3632/statm: 1932636 24542 2255 9 0 1923374 0
[pid=3632/tid=3634] ppid=3630 vsize=7730544 CPUtime=2.97 cores=4,6
/proc/3632/task/3634/stat : 3634 (java) R 3630 3632 3534 0 -1 4202560 11372 0 1 0 296 1 0 0 17 0 19 0 855743706 7916077056 24542 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 46912505583189 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=3632/tid=3635] ppid=3630 vsize=7730544 CPUtime=0 cores=4,6
/proc/3632/task/3635/stat : 3635 (java) S 3630 3632 3534 0 -1 4202560 392 0 0 0 0 0 0 0 15 0 19 0 855743707 7916077056 24542 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3636] ppid=3630 vsize=7730544 CPUtime=0 cores=4,6
/proc/3632/task/3636/stat : 3636 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855743707 7916077056 24542 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3637] ppid=3630 vsize=7730544 CPUtime=0 cores=4,6
/proc/3632/task/3637/stat : 3637 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855743707 7916077056 24542 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3638] ppid=3630 vsize=7730544 CPUtime=0 cores=4,6
/proc/3632/task/3638/stat : 3638 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855743707 7916077056 24542 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3639] ppid=3630 vsize=7730544 CPUtime=0 cores=4,6
/proc/3632/task/3639/stat : 3639 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855743707 7916077056 24542 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3640] ppid=3630 vsize=7730544 CPUtime=0 cores=4,6
/proc/3632/task/3640/stat : 3640 (java) S 3630 3632 3534 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 855743707 7916077056 24542 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3641] ppid=3630 vsize=7730544 CPUtime=0 cores=4,6
/proc/3632/task/3641/stat : 3641 (java) S 3630 3632 3534 0 -1 4202560 969 0 0 0 0 0 0 0 18 0 19 0 855743707 7916077056 24542 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3642] ppid=3630 vsize=7730544 CPUtime=0.01 cores=4,6
/proc/3632/task/3642/stat : 3642 (java) S 3630 3632 3534 0 -1 4202560 1071 0 0 0 1 0 0 0 17 0 19 0 855743707 7916077056 24542 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3643] ppid=3630 vsize=7730544 CPUtime=0.06 cores=4,6
/proc/3632/task/3643/stat : 3643 (java) S 3630 3632 3534 0 -1 4202560 2325 0 0 0 6 0 0 0 15 0 19 0 855743708 7916077056 24542 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 0 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3644] ppid=3630 vsize=7730544 CPUtime=0 cores=4,6
/proc/3632/task/3644/stat : 3644 (java) S 3630 3632 3534 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855743709 7916077056 24542 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3645] ppid=3630 vsize=7730544 CPUtime=0 cores=4,6
/proc/3632/task/3645/stat : 3645 (java) S 3630 3632 3534 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 855743709 7916077056 24542 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3646] ppid=3630 vsize=7730544 CPUtime=0 cores=4,6
/proc/3632/task/3646/stat : 3646 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743711 7916077056 24542 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107274673 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3647] ppid=3630 vsize=7730544 CPUtime=0.33 cores=4,6
/proc/3632/task/3647/stat : 3647 (java) S 3630 3632 3534 0 -1 4202560 8877 0 0 0 32 1 0 0 15 0 19 0 855743711 7916077056 24542 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3648] ppid=3630 vsize=7730544 CPUtime=0.27 cores=4,6
/proc/3632/task/3648/stat : 3648 (java) S 3630 3632 3534 0 -1 4202560 1867 0 0 0 27 0 0 0 15 0 19 0 855743711 7916077056 24542 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3649] ppid=3630 vsize=7730544 CPUtime=0 cores=4,6
/proc/3632/task/3649/stat : 3649 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743711 7916077056 24542 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3650] ppid=3630 vsize=7730544 CPUtime=0 cores=4,6
/proc/3632/task/3650/stat : 3650 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855743711 7916077056 24542 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3651] ppid=3630 vsize=7730544 CPUtime=0 cores=4,6
/proc/3632/task/3651/stat : 3651 (java) S 3630 3632 3534 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 855743728 7916077056 24542 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 7730544

[startup+6.30104 s]
/proc/loadavg: 0.68 0.15 0.05 5/262 3744
/proc/meminfo: memFree=31941060/32951124 swapFree=67053960/67111528
[pid=3632] ppid=3630 vsize=7721276 CPUtime=6.88 cores=4,6
/proc/3632/stat : 3632 (java) S 3630 3632 3534 0 -1 4202496 28305 0 1 0 685 3 0 0 22 0 19 0 855743705 7906586624 22955 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3632/statm: 1930319 22955 2255 9 0 1921057 0
[pid=3632/tid=3634] ppid=3630 vsize=7721276 CPUtime=6.12 cores=4,6
/proc/3632/task/3634/stat : 3634 (java) R 3630 3632 3534 0 -1 4202560 11373 0 1 0 611 1 0 0 24 0 19 0 855743706 7906586624 22955 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 46912505697537 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3632/tid=3635] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3635/stat : 3635 (java) S 3630 3632 3534 0 -1 4202560 392 0 0 0 0 0 0 0 15 0 19 0 855743707 7906586624 22955 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3636] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3636/stat : 3636 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855743707 7906586624 22955 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3637] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3637/stat : 3637 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 855743707 7906586624 22955 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3638] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3638/stat : 3638 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 855743707 7906586624 22955 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3639] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3639/stat : 3639 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855743707 7906586624 22955 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3640] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3640/stat : 3640 (java) S 3630 3632 3534 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 855743707 7906586624 22955 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3641] ppid=3630 vsize=7721276 CPUtime=0.01 cores=4,6
/proc/3632/task/3641/stat : 3641 (java) S 3630 3632 3534 0 -1 4202560 973 0 0 0 1 0 0 0 15 0 19 0 855743707 7906586624 22955 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3642] ppid=3630 vsize=7721276 CPUtime=0.01 cores=4,6
/proc/3632/task/3642/stat : 3642 (java) S 3630 3632 3534 0 -1 4202560 1071 0 0 0 1 0 0 0 15 0 19 0 855743707 7906586624 22955 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3643] ppid=3630 vsize=7721276 CPUtime=0.09 cores=4,6
/proc/3632/task/3643/stat : 3643 (java) S 3630 3632 3534 0 -1 4202560 2498 0 0 0 9 0 0 0 15 0 19 0 855743708 7906586624 22955 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 0 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3644] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3644/stat : 3644 (java) S 3630 3632 3534 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855743709 7906586624 22955 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3645] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3645/stat : 3645 (java) S 3630 3632 3534 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 855743709 7906586624 22955 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3646] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3646/stat : 3646 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743711 7906586624 22955 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107274673 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3647] ppid=3630 vsize=7721276 CPUtime=0.33 cores=4,6
/proc/3632/task/3647/stat : 3647 (java) S 3630 3632 3534 0 -1 4202560 8877 0 0 0 32 1 0 0 15 0 19 0 855743711 7906586624 22955 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3648] ppid=3630 vsize=7721276 CPUtime=0.28 cores=4,6
/proc/3632/task/3648/stat : 3648 (java) S 3630 3632 3534 0 -1 4202560 1868 0 0 0 28 0 0 0 15 0 19 0 855743711 7906586624 22955 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3649] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3649/stat : 3649 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743711 7906586624 22955 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3650] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3650/stat : 3650 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 855743711 7906586624 22955 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3651] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3651/stat : 3651 (java) S 3630 3632 3534 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 855743728 7906586624 22955 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 7721276

[startup+12.7009 s]

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

[pid=3632/tid=3642] ppid=3630 vsize=7721276 CPUtime=0.08 cores=4,6
/proc/3632/task/3642/stat : 3642 (java) S 3630 3632 3534 0 -1 4202560 1129 0 0 0 8 0 0 0 15 0 19 0 855743707 7906586624 31298 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3643] ppid=3630 vsize=7721276 CPUtime=2.88 cores=4,6
/proc/3632/task/3643/stat : 3643 (java) S 3630 3632 3534 0 -1 4202560 7683 0 0 0 287 1 0 0 15 0 19 0 855743708 7906586624 31298 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 0 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3644] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3644/stat : 3644 (java) S 3630 3632 3534 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855743709 7906586624 31298 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3645] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3645/stat : 3645 (java) S 3630 3632 3534 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 855743709 7906586624 31298 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3646] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3646/stat : 3646 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743711 7906586624 31298 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107274673 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3647] ppid=3630 vsize=7721276 CPUtime=0.33 cores=4,6
/proc/3632/task/3647/stat : 3647 (java) S 3630 3632 3534 0 -1 4202560 8877 0 0 0 32 1 0 0 15 0 19 0 855743711 7906586624 31298 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3648] ppid=3630 vsize=7721276 CPUtime=0.31 cores=4,6
/proc/3632/task/3648/stat : 3648 (java) S 3630 3632 3534 0 -1 4202560 2051 0 0 0 31 0 0 0 15 0 19 0 855743711 7906586624 31298 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3649] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3649/stat : 3649 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743711 7906586624 31298 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3650] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3650/stat : 3650 (java) S 3630 3632 3534 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 855743711 7906586624 31298 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3651] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3651/stat : 3651 (java) S 3630 3632 3534 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 855743728 7906586624 31298 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1183.17
Current children cumulated vsize (KiB) 7721276

[startup+1242.3 s]
/proc/loadavg: 3.01 2.97 2.24 4/238 3858
/proc/meminfo: memFree=32143092/32951124 swapFree=67053960/67111528
[pid=3632] ppid=3630 vsize=7721276 CPUtime=1243.18 cores=4,6
/proc/3632/stat : 3632 (java) S 3630 3632 3534 0 -1 4202496 37060 0 1 0 124310 8 0 0 22 0 19 0 855743705 7906586624 31434 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3632/statm: 1930319 31434 2255 9 0 1921057 0
[pid=3632/tid=3634] ppid=3630 vsize=7721276 CPUtime=1238.89 cores=4,6
/proc/3632/task/3634/stat : 3634 (java) R 3630 3632 3534 0 -1 4202560 11956 0 1 0 123885 4 0 0 25 0 19 0 855743706 7906586624 31434 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 46912505583090 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3632/tid=3635] ppid=3630 vsize=7721276 CPUtime=0.07 cores=4,6
/proc/3632/task/3635/stat : 3635 (java) S 3630 3632 3534 0 -1 4202560 657 0 0 0 7 0 0 0 15 0 19 0 855743707 7906586624 31434 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3636] ppid=3630 vsize=7721276 CPUtime=0.07 cores=4,6
/proc/3632/task/3636/stat : 3636 (java) S 3630 3632 3534 0 -1 4202560 30 0 0 0 7 0 0 0 16 0 19 0 855743707 7906586624 31434 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3637] ppid=3630 vsize=7721276 CPUtime=0.06 cores=4,6
/proc/3632/task/3637/stat : 3637 (java) S 3630 3632 3534 0 -1 4202560 64 0 0 0 6 0 0 0 15 0 19 0 855743707 7906586624 31434 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3638] ppid=3630 vsize=7721276 CPUtime=0.09 cores=4,6
/proc/3632/task/3638/stat : 3638 (java) S 3630 3632 3534 0 -1 4202560 928 0 0 0 9 0 0 0 15 0 19 0 855743707 7906586624 31434 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3639] ppid=3630 vsize=7721276 CPUtime=0.04 cores=4,6
/proc/3632/task/3639/stat : 3639 (java) S 3630 3632 3534 0 -1 4202560 23 0 0 0 4 0 0 0 15 0 19 0 855743707 7906586624 31434 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3640] ppid=3630 vsize=7721276 CPUtime=0.08 cores=4,6
/proc/3632/task/3640/stat : 3640 (java) S 3630 3632 3534 0 -1 4202560 431 0 0 0 8 0 0 0 15 0 19 0 855743707 7906586624 31434 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3641] ppid=3630 vsize=7721276 CPUtime=0.09 cores=4,6
/proc/3632/task/3641/stat : 3641 (java) S 3630 3632 3534 0 -1 4202560 1875 0 0 0 9 0 0 0 15 0 19 0 855743707 7906586624 31434 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3642] ppid=3630 vsize=7721276 CPUtime=0.08 cores=4,6
/proc/3632/task/3642/stat : 3642 (java) S 3630 3632 3534 0 -1 4202560 1129 0 0 0 8 0 0 0 15 0 19 0 855743707 7906586624 31434 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3643] ppid=3630 vsize=7721276 CPUtime=2.99 cores=4,6
/proc/3632/task/3643/stat : 3643 (java) S 3630 3632 3534 0 -1 4202560 7816 0 0 0 298 1 0 0 15 0 19 0 855743708 7906586624 31434 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 0 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3644] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3644/stat : 3644 (java) S 3630 3632 3534 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855743709 7906586624 31434 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3645] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3645/stat : 3645 (java) S 3630 3632 3534 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 855743709 7906586624 31434 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3646] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3646/stat : 3646 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743711 7906586624 31434 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107274673 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3647] ppid=3630 vsize=7721276 CPUtime=0.33 cores=4,6
/proc/3632/task/3647/stat : 3647 (java) S 3630 3632 3534 0 -1 4202560 8877 0 0 0 32 1 0 0 15 0 19 0 855743711 7906586624 31434 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3648] ppid=3630 vsize=7721276 CPUtime=0.31 cores=4,6
/proc/3632/task/3648/stat : 3648 (java) S 3630 3632 3534 0 -1 4202560 2051 0 0 0 31 0 0 0 15 0 19 0 855743711 7906586624 31434 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3649] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3649/stat : 3649 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743711 7906586624 31434 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3650] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3650/stat : 3650 (java) S 3630 3632 3534 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 855743711 7906586624 31434 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3651] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3651/stat : 3651 (java) S 3630 3632 3534 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 855743728 7906586624 31434 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1243.18
Current children cumulated vsize (KiB) 7721276



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 2.97 2.28 4/238 3860
/proc/meminfo: memFree=32142140/32951124 swapFree=67053960/67111528
[pid=3632] ppid=3630 vsize=7721276 CPUtime=1300.89 cores=4,6
/proc/3632/stat : 3632 (java) S 3630 3632 3534 0 -1 4202496 37203 0 1 0 130081 8 0 0 22 0 19 0 855743705 7906586624 31572 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3632/statm: 1930319 31572 2255 9 0 1921057 0
[pid=3632/tid=3634] ppid=3630 vsize=7721276 CPUtime=1296.54 cores=4,6
/proc/3632/task/3634/stat : 3634 (java) R 3630 3632 3534 0 -1 4202560 11957 0 1 0 129650 4 0 0 25 0 19 0 855743706 7906586624 31572 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 46912505577968 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3632/tid=3635] ppid=3630 vsize=7721276 CPUtime=0.07 cores=4,6
/proc/3632/task/3635/stat : 3635 (java) S 3630 3632 3534 0 -1 4202560 657 0 0 0 7 0 0 0 15 0 19 0 855743707 7906586624 31572 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3636] ppid=3630 vsize=7721276 CPUtime=0.07 cores=4,6
/proc/3632/task/3636/stat : 3636 (java) S 3630 3632 3534 0 -1 4202560 30 0 0 0 7 0 0 0 15 0 19 0 855743707 7906586624 31572 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3637] ppid=3630 vsize=7721276 CPUtime=0.06 cores=4,6
/proc/3632/task/3637/stat : 3637 (java) S 3630 3632 3534 0 -1 4202560 64 0 0 0 6 0 0 0 15 0 19 0 855743707 7906586624 31572 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3638] ppid=3630 vsize=7721276 CPUtime=0.09 cores=4,6
/proc/3632/task/3638/stat : 3638 (java) S 3630 3632 3534 0 -1 4202560 928 0 0 0 9 0 0 0 15 0 19 0 855743707 7906586624 31572 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3639] ppid=3630 vsize=7721276 CPUtime=0.05 cores=4,6
/proc/3632/task/3639/stat : 3639 (java) S 3630 3632 3534 0 -1 4202560 26 0 0 0 5 0 0 0 15 0 19 0 855743707 7906586624 31572 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3640] ppid=3630 vsize=7721276 CPUtime=0.08 cores=4,6
/proc/3632/task/3640/stat : 3640 (java) S 3630 3632 3534 0 -1 4202560 431 0 0 0 8 0 0 0 15 0 19 0 855743707 7906586624 31572 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3641] ppid=3630 vsize=7721276 CPUtime=0.09 cores=4,6
/proc/3632/task/3641/stat : 3641 (java) S 3630 3632 3534 0 -1 4202560 1875 0 0 0 9 0 0 0 15 0 19 0 855743707 7906586624 31572 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3642] ppid=3630 vsize=7721276 CPUtime=0.09 cores=4,6
/proc/3632/task/3642/stat : 3642 (java) S 3630 3632 3534 0 -1 4202560 1129 0 0 0 9 0 0 0 15 0 19 0 855743707 7906586624 31572 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3643] ppid=3630 vsize=7721276 CPUtime=3.04 cores=4,6
/proc/3632/task/3643/stat : 3643 (java) S 3630 3632 3534 0 -1 4202560 7953 0 0 0 303 1 0 0 15 0 19 0 855743708 7906586624 31572 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 0 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3644] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3644/stat : 3644 (java) S 3630 3632 3534 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855743709 7906586624 31572 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3645] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3645/stat : 3645 (java) S 3630 3632 3534 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 855743709 7906586624 31572 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3646] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3646/stat : 3646 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743711 7906586624 31572 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107274673 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3647] ppid=3630 vsize=7721276 CPUtime=0.33 cores=4,6
/proc/3632/task/3647/stat : 3647 (java) S 3630 3632 3534 0 -1 4202560 8877 0 0 0 32 1 0 0 15 0 19 0 855743711 7906586624 31572 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3648] ppid=3630 vsize=7721276 CPUtime=0.31 cores=4,6
/proc/3632/task/3648/stat : 3648 (java) S 3630 3632 3534 0 -1 4202560 2051 0 0 0 31 0 0 0 15 0 19 0 855743711 7906586624 31572 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3649] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3649/stat : 3649 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855743711 7906586624 31572 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3650] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3650/stat : 3650 (java) S 3630 3632 3534 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 855743711 7906586624 31572 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3651] ppid=3630 vsize=7721276 CPUtime=0 cores=4,6
/proc/3632/task/3651/stat : 3651 (java) S 3630 3632 3534 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 855743728 7906586624 31572 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1300.89
Current children cumulated vsize (KiB) 7721276

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

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

[startup+1300.11 s]
/proc/loadavg: 3.00 2.97 2.28 5/241 3863
/proc/meminfo: memFree=32139760/32951124 swapFree=67053960/67111528
[pid=3632] ppid=3630 vsize=7723332 CPUtime=1301 cores=4,6
/proc/3632/stat : 3632 (java) S 3630 3632 3534 0 -1 4202496 37837 0 1 0 130092 8 0 0 18 0 21 0 855743705 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107253733 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/3632/statm: 1930833 32092 2256 9 0 1921571 0
[pid=3632/tid=3634] ppid=3630 vsize=7723332 CPUtime=1296.6 cores=4,6
/proc/3632/task/3634/stat : 3634 (java) R 3630 3632 3534 0 -1 4202560 11957 0 1 0 129656 4 0 0 25 0 21 0 855743706 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 46912505577968 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3632/tid=3635] ppid=3630 vsize=7723332 CPUtime=0.07 cores=4,6
/proc/3632/task/3635/stat : 3635 (java) S 3630 3632 3534 0 -1 4202560 657 0 0 0 7 0 0 0 15 0 21 0 855743707 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3636] ppid=3630 vsize=7723332 CPUtime=0.07 cores=4,6
/proc/3632/task/3636/stat : 3636 (java) S 3630 3632 3534 0 -1 4202560 30 0 0 0 7 0 0 0 15 0 21 0 855743707 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3637] ppid=3630 vsize=7723332 CPUtime=0.06 cores=4,6
/proc/3632/task/3637/stat : 3637 (java) S 3630 3632 3534 0 -1 4202560 64 0 0 0 6 0 0 0 15 0 21 0 855743707 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3638] ppid=3630 vsize=7723332 CPUtime=0.09 cores=4,6
/proc/3632/task/3638/stat : 3638 (java) S 3630 3632 3534 0 -1 4202560 928 0 0 0 9 0 0 0 15 0 21 0 855743707 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3639] ppid=3630 vsize=7723332 CPUtime=0.05 cores=4,6
/proc/3632/task/3639/stat : 3639 (java) S 3630 3632 3534 0 -1 4202560 26 0 0 0 5 0 0 0 15 0 21 0 855743707 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3640] ppid=3630 vsize=7723332 CPUtime=0.08 cores=4,6
/proc/3632/task/3640/stat : 3640 (java) S 3630 3632 3534 0 -1 4202560 431 0 0 0 8 0 0 0 15 0 21 0 855743707 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3641] ppid=3630 vsize=7723332 CPUtime=0.09 cores=4,6
/proc/3632/task/3641/stat : 3641 (java) S 3630 3632 3534 0 -1 4202560 1875 0 0 0 9 0 0 0 15 0 21 0 855743707 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3642] ppid=3630 vsize=7723332 CPUtime=0.09 cores=4,6
/proc/3632/task/3642/stat : 3642 (java) S 3630 3632 3534 0 -1 4202560 1129 0 0 0 9 0 0 0 15 0 21 0 855743707 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3643] ppid=3630 vsize=7723332 CPUtime=3.04 cores=4,6
/proc/3632/task/3643/stat : 3643 (java) S 3630 3632 3534 0 -1 4202560 7953 0 0 0 303 1 0 0 15 0 21 0 855743708 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 0 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3644] ppid=3630 vsize=7723332 CPUtime=0 cores=4,6
/proc/3632/task/3644/stat : 3644 (java) S 3630 3632 3534 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 21 0 855743709 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3645] ppid=3630 vsize=7723332 CPUtime=0 cores=4,6
/proc/3632/task/3645/stat : 3645 (java) S 3630 3632 3534 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 21 0 855743709 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3646] ppid=3630 vsize=7723332 CPUtime=0 cores=4,6
/proc/3632/task/3646/stat : 3646 (java) S 3630 3632 3534 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 21 0 855743711 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107274673 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3647] ppid=3630 vsize=7723332 CPUtime=0.33 cores=4,6
/proc/3632/task/3647/stat : 3647 (java) S 3630 3632 3534 0 -1 4202560 8877 0 0 0 32 1 0 0 15 0 21 0 855743711 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3648] ppid=3630 vsize=7723332 CPUtime=0.35 cores=4,6
/proc/3632/task/3648/stat : 3648 (java) S 3630 3632 3534 0 -1 4202560 2654 0 0 0 35 0 0 0 15 0 21 0 855743711 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3649] ppid=3630 vsize=7723332 CPUtime=0 cores=4,6
/proc/3632/task/3649/stat : 3649 (java) S 3630 3632 3534 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 855743711 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3650] ppid=3630 vsize=7723332 CPUtime=0 cores=4,6
/proc/3632/task/3650/stat : 3650 (java) R 3630 3632 3534 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 21 0 855743711 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=3632/tid=3651] ppid=3630 vsize=7723332 CPUtime=0 cores=4,6
/proc/3632/task/3651/stat : 3651 (java) S 3630 3632 3534 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 21 0 855743728 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107267584 0 4 0 16800975 18446604453982661440 0 0 -1 6 0 0 0
[pid=3632/tid=3862] ppid=3630 vsize=7723332 CPUtime=0 cores=4,6
/proc/3632/task/3862/stat : 3862 (java) S 3630 3632 3534 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 855873706 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 228107266969 0 4 0 16800975 18446604453982661440 0 0 -1 4 0 0 0
[pid=3632/tid=3863] ppid=3630 vsize=7723332 CPUtime=0.01 cores=4,6
/proc/3632/task/3863/stat : 3863 (java) R 3630 3632 3534 0 -1 4202560 11 0 0 0 1 0 0 0 21 0 21 0 855873707 7908691968 32092 33554432000 1073741824 1073778376 140735979763952 18446744073709551615 47035498111120 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1301
Current children cumulated vsize (KiB) 7723332

Child status: 143
Real time (s): 1300.13
CPU time (s): 1301.02
CPU user time (s): 1300.93
CPU system time (s): 0.096985
CPU usage (%): 100.069
Max. virtual memory (cumulated for all children) (KiB): 7730544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.93
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37840
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= 28374
involuntary context switches= 4893

runsolver used 2.30565 second user time and 4.80827 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-09 17:28:02
IDJOB=3283923
IDBENCH=71089
IDSOLVER=1611
FILE ID=node142/3283923-1307633282
RUNJOBID= node142-1307633277-3553
PBS_JOBID= 13549350
Free space on /tmp= 74148 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.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-3283923-1307633282/watcher-3283923-1307633282 -o /tmp/evaluation-result-3283923-1307633282/solver-3283923-1307633282 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3283923-1307633282.cnf

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=1502505893

node142.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	: 5131.95
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.82
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.67
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.81
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.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.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.82
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32449000 kB
Buffers:         89124 kB
Cached:         221728 kB
SwapCached:      11412 kB
Active:         213948 kB
Inactive:       116564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32449000 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:            1928 kB
Writeback:           0 kB
AnonPages:       17108 kB
Mapped:          12344 kB
Slab:           105568 kB
PageTables:       4808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189528 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= 74144 MiB
End job on node142 at 2011-06-09 17:49:44