Trace number 3280519

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.06 1300.07

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
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 variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

Solver Data

0.02/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.16	c See www.sat4j.org for details.
0.02/0.16	c no version file found!!!
0.02/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.16	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.16	c java.vm.version	19.1-b02
0.02/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.16	c sun.arch.data.model	64
0.02/0.16	c java.version		1.6.0_24
0.02/0.16	c os.name		Linux
0.02/0.16	c os.version		2.6.18-164.el5
0.02/0.16	c os.arch		amd64
0.02/0.16	c Free memory 		6997539544
0.02/0.16	c Max memory 		7034241024
0.02/0.16	c Total memory 		7034241024
0.02/0.16	c Number of processors 	8
0.02/0.18	c --- Begin Solver configuration ---
0.02/0.18	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@2fe4cbc4
0.02/0.18	c Learn all clauses as in MiniSAT
0.02/0.18	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.02/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.02/0.18	c Expensive reason simplification
0.02/0.18	c Armin Biere (Picosat) restarts strategy
0.02/0.18	c Glucose learned constraints deletion strategy
0.02/0.18	c timeout=2147483647s
0.02/0.18	c DB Simplification allowed=true
0.02/0.18	c --- End Solver configuration ---
0.02/0.18	c solving HOME/instance-3280519-1303749498.cnf
0.02/0.18	c reading problem ... 
0.11/0.28	c ... done. Wall clock time 0.097s.
0.11/0.28	c #vars     7502
0.11/0.28	c #constraints  24085
0.11/0.28	c constraints type 
0.11/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12844
0.11/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10393
2.02/1.77	c cleaning 2491 clauses out of 4987 with flag 5000/5000
5.16/4.46	c cleaning 4239 clauses out of 8496 with flag 11001/11001
9.36/8.61	c cleaning 5617 clauses out of 11257 with flag 18001/18001
15.17/14.47	c cleaning 6811 clauses out of 13639 with flag 26000/26000
21.78/21.03	c cleaning 7907 clauses out of 15828 with flag 35000/35000
28.98/28.29	c cleaning 8954 clauses out of 17920 with flag 45000/45000
37.38/36.63	c cleaning 9968 clauses out of 19966 with flag 56001/56001
47.58/46.80	c cleaning 10988 clauses out of 21995 with flag 68000/68000
58.48/57.70	c cleaning 11992 clauses out of 24004 with flag 81000/81000
71.39/70.65	c cleaning 12983 clauses out of 26012 with flag 95000/95000
84.19/83.44	c cleaning 14006 clauses out of 28029 with flag 110000/110000
98.80/98.03	c cleaning 15003 clauses out of 30025 with flag 126002/126002
114.99/114.20	c cleaning 16006 clauses out of 32020 with flag 143001/143001
132.19/131.47	c cleaning 16994 clauses out of 34015 with flag 161003/161003
150.40/149.65	c cleaning 18001 clauses out of 36018 with flag 180000/180000
169.71/168.99	c cleaning 18995 clauses out of 38017 with flag 200000/200000
192.01/191.25	c cleaning 20001 clauses out of 40022 with flag 221001/221001
212.51/211.77	c cleaning 21004 clauses out of 42021 with flag 243001/243001
238.42/237.63	c cleaning 21993 clauses out of 44016 with flag 266000/266000
259.92/259.12	c cleaning 22998 clauses out of 46024 with flag 290001/290001
282.12/281.37	c cleaning 23496 clauses out of 47027 with flag 314002/314002
307.13/306.37	c cleaning 23752 clauses out of 47530 with flag 338001/338001
333.53/332.70	c cleaning 23876 clauses out of 47777 with flag 362000/362000
358.93/358.18	c cleaning 23934 clauses out of 47901 with flag 386000/386000
383.23/382.40	c cleaning 23975 clauses out of 47968 with flag 410002/410002
410.34/409.52	c cleaning 23993 clauses out of 47991 with flag 434000/434000
434.54/433.74	c cleaning 23982 clauses out of 47999 with flag 458001/458001
459.75/458.95	c cleaning 23983 clauses out of 48018 with flag 482002/482002
483.55/482.71	c cleaning 24012 clauses out of 48033 with flag 506000/506000
509.25/508.49	c cleaning 24006 clauses out of 48022 with flag 530001/530001
535.06/534.29	c cleaning 24008 clauses out of 48019 with flag 554004/554004
557.96/557.17	c cleaning 23998 clauses out of 48009 with flag 578002/578002
585.47/584.69	c cleaning 23992 clauses out of 48009 with flag 602000/602000
609.87/609.07	c cleaning 23996 clauses out of 48018 with flag 626001/626001
633.97/633.18	c cleaning 23979 clauses out of 48022 with flag 650001/650001
661.57/660.79	c cleaning 24010 clauses out of 48042 with flag 674000/674000
685.48/684.61	c cleaning 24015 clauses out of 48034 with flag 698002/698002
708.08/707.20	c cleaning 23977 clauses out of 48015 with flag 722000/722000
729.68/728.89	c cleaning 23995 clauses out of 48038 with flag 746000/746000
753.78/752.93	c cleaning 24007 clauses out of 48043 with flag 770000/770000
780.69/779.80	c cleaning 23978 clauses out of 48036 with flag 794000/794000
802.79/801.93	c cleaning 24011 clauses out of 48058 with flag 818000/818000
825.39/824.56	c cleaning 24002 clauses out of 48046 with flag 842002/842002
849.59/848.80	c cleaning 24000 clauses out of 48044 with flag 866002/866002
878.50/877.60	c cleaning 24009 clauses out of 48042 with flag 890000/890000
906.60/905.78	c cleaning 23996 clauses out of 48031 with flag 914000/914000
931.30/930.48	c cleaning 24012 clauses out of 48035 with flag 938000/938000
955.30/954.41	c cleaning 24009 clauses out of 48024 with flag 962001/962001
977.61/976.77	c cleaning 23999 clauses out of 48015 with flag 986001/986001
1007.01/1006.10	c cleaning 23979 clauses out of 48015 with flag 1010000/1010000
1034.01/1033.13	c cleaning 24013 clauses out of 48036 with flag 1034002/1034002
1058.02/1057.12	c cleaning 23991 clauses out of 48022 with flag 1058001/1058001
1084.21/1083.39	c cleaning 23998 clauses out of 48030 with flag 1082000/1082000
1109.12/1108.26	c cleaning 24002 clauses out of 48032 with flag 1106000/1106000
1138.72/1137.80	c cleaning 23994 clauses out of 48031 with flag 1130001/1130001
1162.02/1161.14	c cleaning 24012 clauses out of 48037 with flag 1154001/1154001
1189.33/1188.44	c cleaning 24000 clauses out of 48024 with flag 1178000/1178000
1216.44/1215.53	c cleaning 23980 clauses out of 48024 with flag 1202000/1202000
1243.64/1242.79	c cleaning 24013 clauses out of 48044 with flag 1226000/1226000
1267.34/1266.44	c cleaning 24003 clauses out of 48031 with flag 1250000/1250000
1290.04/1289.15	c cleaning 23972 clauses out of 48028 with flag 1274000/1274000
1300.95/1300.01	c starts		: 1313
1300.95/1300.01	c conflicts		: 1284761
1300.95/1300.01	c decisions		: 1577224
1300.95/1300.01	c propagations		: 1693932503
1300.95/1300.01	c inspects		: 10386020669
1300.95/1300.01	c shortcuts		: 0
1300.95/1300.01	c learnt literals	: 18
1300.95/1300.01	c learnt binary clauses	: 722
1300.95/1300.01	c learnt ternary clauses	: 1489
1300.95/1300.01	c learnt constraints	: 1284743
1300.95/1300.01	c ignored constraints	: 0
1300.95/1300.01	c root simplifications	: 1331
1300.95/1300.01	c removed literals (reason simplification)	: 189259418
1300.95/1300.01	c reason swapping (by a shorter reason)	: 0
1300.95/1300.01	c Calls to reduceDB	: 61
1300.95/1300.01	c speed (assignments/second)	: 1303293.681312763
1300.95/1300.01	c non guided choices	1310
1300.95/1300.04	c learnt constraints type 
1300.95/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 713
1300.95/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 34114
1300.95/1300.06	c constraints type 
1300.95/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12844
1300.95/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10393
1300.95/1300.06	s UNKNOWN
1300.95/1300.06	c Total wall clock time (in seconds) : 1299.83

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-3280519-1303749498/watcher-3280519-1303749498 -o /tmp/evaluation-result-3280519-1303749498/solver-3280519-1303749498 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3280519-1303749498.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: 1.39 2.29 2.89 1/174 9149
/proc/meminfo: memFree=13168188/32951124 swapFree=67111528/67111528
[pid=9149] ppid=9147 vsize=23028 CPUtime=0 cores=1,3
/proc/9149/stat : 9149 (java) R 9147 9149 8809 0 -1 4202496 951 0 0 0 0 0 0 0 18 0 1 0 486550254 23580672 694 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230804202984 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9149/statm: 5757 694 511 9 0 124 0

[startup+0.102468 s]
/proc/loadavg: 1.39 2.29 2.89 1/174 9149
/proc/meminfo: memFree=13168188/32951124 swapFree=67111528/67111528
[pid=9149] ppid=9147 vsize=7564352 CPUtime=0.02 cores=1,3
/proc/9149/stat : 9149 (java) S 9147 9149 8809 0 -1 4202496 8607 0 1 0 1 1 0 0 18 0 13 0 486550254 7745896448 8304 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820968421 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/9149/statm: 1891088 8304 1640 9 0 1881836 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7564352

[startup+0.200455 s]
/proc/loadavg: 1.39 2.29 2.89 1/174 9149
/proc/meminfo: memFree=13168188/32951124 swapFree=67111528/67111528
[pid=9149] ppid=9147 vsize=7571748 CPUtime=0.11 cores=1,3
/proc/9149/stat : 9149 (java) S 9147 9149 8809 0 -1 4202496 10672 0 1 0 10 1 0 0 18 0 18 0 486550254 7753469952 10368 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9149/statm: 1892937 10368 2124 9 0 1883675 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7571748

[startup+0.30039 s]
/proc/loadavg: 1.39 2.29 2.89 1/174 9149
/proc/meminfo: memFree=13168188/32951124 swapFree=67111528/67111528
[pid=9149] ppid=9147 vsize=7573812 CPUtime=0.3 cores=1,3
/proc/9149/stat : 9149 (java) S 9147 9149 8809 0 -1 4202496 11939 0 1 0 29 1 0 0 18 0 19 0 486550254 7755583488 11539 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9149/statm: 1893453 11539 2206 9 0 1884191 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 7573812

[startup+0.700355 s]
/proc/loadavg: 1.39 2.29 2.89 1/174 9149
/proc/meminfo: memFree=13168188/32951124 swapFree=67111528/67111528
[pid=9149] ppid=9147 vsize=7644980 CPUtime=0.99 cores=1,3
/proc/9149/stat : 9149 (java) S 9147 9149 8809 0 -1 4202496 14247 0 1 0 98 1 0 0 18 0 19 0 486550254 7828459520 13050 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9149/statm: 1911245 13050 2224 9 0 1901983 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 7644980

[startup+1.5012 s]
/proc/loadavg: 1.39 2.29 2.89 5/238 9223
/proc/meminfo: memFree=13020488/32951124 swapFree=67111528/67111528
[pid=9149] ppid=9147 vsize=7644980 CPUtime=1.82 cores=1,3
/proc/9149/stat : 9149 (java) S 9147 9149 8809 0 -1 4202496 14508 0 1 0 180 2 0 0 18 0 19 0 486550254 7828459520 13310 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9149/statm: 1911245 13310 2227 9 0 1901983 0
[pid=9149/tid=9151] ppid=9147 vsize=7644980 CPUtime=1.38 cores=1,3
/proc/9149/task/9151/stat : 9151 (java) R 9147 9149 8809 0 -1 4202560 9875 0 1 0 137 1 0 0 18 0 19 0 486550255 7828459520 13310 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 46912505705042 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9149/tid=9152] ppid=9147 vsize=7644980 CPUtime=0 cores=1,3
/proc/9149/task/9152/stat : 9152 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 486550257 7828459520 13310 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9153] ppid=9147 vsize=7644980 CPUtime=0 cores=1,3
/proc/9149/task/9153/stat : 9153 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 486550257 7828459520 13310 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9154] ppid=9147 vsize=7644980 CPUtime=0 cores=1,3
/proc/9149/task/9154/stat : 9154 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 486550257 7828459520 13310 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9155] ppid=9147 vsize=7644980 CPUtime=0 cores=1,3
/proc/9149/task/9155/stat : 9155 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 486550257 7828459520 13310 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9156] ppid=9147 vsize=7644980 CPUtime=0 cores=1,3
/proc/9149/task/9156/stat : 9156 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 486550257 7828459520 13310 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9157] ppid=9147 vsize=7644980 CPUtime=0 cores=1,3
/proc/9149/task/9157/stat : 9157 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 486550257 7828459520 13310 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9158] ppid=9147 vsize=7644980 CPUtime=0 cores=1,3
/proc/9149/task/9158/stat : 9158 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 486550257 7828459520 13310 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9159] ppid=9147 vsize=7644980 CPUtime=0 cores=1,3
/proc/9149/task/9159/stat : 9159 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 486550257 7828459520 13310 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9160] ppid=9147 vsize=7644980 CPUtime=0 cores=1,3
/proc/9149/task/9160/stat : 9160 (java) S 9147 9149 8809 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 486550258 7828459520 13310 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 0 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9161] ppid=9147 vsize=7644980 CPUtime=0 cores=1,3
/proc/9149/task/9161/stat : 9161 (java) S 9147 9149 8809 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 486550259 7828459520 13310 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9162] ppid=9147 vsize=7644980 CPUtime=0 cores=1,3
/proc/9149/task/9162/stat : 9162 (java) S 9147 9149 8809 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 486550259 7828459520 13310 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9163] ppid=9147 vsize=7644980 CPUtime=0 cores=1,3
/proc/9149/task/9163/stat : 9163 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 486550268 7828459520 13310 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820989361 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9164] ppid=9147 vsize=7644980 CPUtime=0.16 cores=1,3
/proc/9149/task/9164/stat : 9164 (java) S 9147 9149 8809 0 -1 4202560 352 0 0 0 16 0 0 0 23 0 19 0 486550268 7828459520 13310 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9165] ppid=9147 vsize=7644980 CPUtime=0.26 cores=1,3
/proc/9149/task/9165/stat : 9165 (java) S 9147 9149 8809 0 -1 4202560 3118 0 0 0 26 0 0 0 23 0 19 0 486550268 7828459520 13310 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9166] ppid=9147 vsize=7644980 CPUtime=0 cores=1,3
/proc/9149/task/9166/stat : 9166 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550268 7828459520 13310 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9167] ppid=9147 vsize=7644980 CPUtime=0 cores=1,3
/proc/9149/task/9167/stat : 9167 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 486550268 7828459520 13310 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9177] ppid=9147 vsize=7644980 CPUtime=0 cores=1,3
/proc/9149/task/9177/stat : 9177 (java) S 9147 9149 8809 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 486550284 7828459520 13310 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 7644980

[startup+3.10091 s]
/proc/loadavg: 1.39 2.29 2.89 4/244 9234
/proc/meminfo: memFree=12923648/32951124 swapFree=67111528/67111528
[pid=9149] ppid=9147 vsize=7663360 CPUtime=3.83 cores=1,3
/proc/9149/stat : 9149 (java) S 9147 9149 8809 0 -1 4202496 22416 0 1 0 380 3 0 0 18 0 19 0 486550254 7847280640 19571 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9149/statm: 1915840 19571 2253 9 0 1906578 0
[pid=9149/tid=9151] ppid=9147 vsize=7663360 CPUtime=2.95 cores=1,3
/proc/9149/task/9151/stat : 9151 (java) R 9147 9149 8809 0 -1 4202560 9944 0 1 0 294 1 0 0 20 0 19 0 486550255 7847280640 19571 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 46912505715988 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9149/tid=9152] ppid=9147 vsize=7663360 CPUtime=0 cores=1,3
/proc/9149/task/9152/stat : 9152 (java) S 9147 9149 8809 0 -1 4202560 398 0 0 0 0 0 0 0 18 0 19 0 486550257 7847280640 19571 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9153] ppid=9147 vsize=7663360 CPUtime=0 cores=1,3
/proc/9149/task/9153/stat : 9153 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 486550257 7847280640 19571 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9154] ppid=9147 vsize=7663360 CPUtime=0 cores=1,3
/proc/9149/task/9154/stat : 9154 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 486550257 7847280640 19571 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9155] ppid=9147 vsize=7663360 CPUtime=0 cores=1,3
/proc/9149/task/9155/stat : 9155 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 486550257 7847280640 19571 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9156] ppid=9147 vsize=7663360 CPUtime=0 cores=1,3
/proc/9149/task/9156/stat : 9156 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 486550257 7847280640 19571 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9157] ppid=9147 vsize=7663360 CPUtime=0 cores=1,3
/proc/9149/task/9157/stat : 9157 (java) S 9147 9149 8809 0 -1 4202560 105 0 0 0 0 0 0 0 18 0 19 0 486550257 7847280640 19571 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9158] ppid=9147 vsize=7663360 CPUtime=0 cores=1,3
/proc/9149/task/9158/stat : 9158 (java) S 9147 9149 8809 0 -1 4202560 471 0 0 0 0 0 0 0 18 0 19 0 486550257 7847280640 19571 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9159] ppid=9147 vsize=7663360 CPUtime=0 cores=1,3
/proc/9149/task/9159/stat : 9159 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 486550257 7847280640 19571 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9160] ppid=9147 vsize=7663360 CPUtime=0.01 cores=1,3
/proc/9149/task/9160/stat : 9160 (java) S 9147 9149 8809 0 -1 4202560 979 0 0 0 1 0 0 0 15 0 19 0 486550258 7847280640 19571 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 0 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9161] ppid=9147 vsize=7663360 CPUtime=0 cores=1,3
/proc/9149/task/9161/stat : 9161 (java) S 9147 9149 8809 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 486550259 7847280640 19571 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9162] ppid=9147 vsize=7663360 CPUtime=0 cores=1,3
/proc/9149/task/9162/stat : 9162 (java) S 9147 9149 8809 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486550259 7847280640 19571 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9163] ppid=9147 vsize=7663360 CPUtime=0 cores=1,3
/proc/9149/task/9163/stat : 9163 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 486550268 7847280640 19571 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820989361 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9164] ppid=9147 vsize=7663360 CPUtime=0.17 cores=1,3
/proc/9149/task/9164/stat : 9164 (java) S 9147 9149 8809 0 -1 4202560 353 0 0 0 17 0 0 0 17 0 19 0 486550268 7847280640 19571 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9165] ppid=9147 vsize=7663360 CPUtime=0.66 cores=1,3
/proc/9149/task/9165/stat : 9165 (java) S 9147 9149 8809 0 -1 4202560 9008 0 0 0 65 1 0 0 16 0 19 0 486550268 7847280640 19571 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9166] ppid=9147 vsize=7663360 CPUtime=0 cores=1,3
/proc/9149/task/9166/stat : 9166 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550268 7847280640 19571 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9167] ppid=9147 vsize=7663360 CPUtime=0 cores=1,3
/proc/9149/task/9167/stat : 9167 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 486550268 7847280640 19571 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9177] ppid=9147 vsize=7663360 CPUtime=0 cores=1,3
/proc/9149/task/9177/stat : 9177 (java) S 9147 9149 8809 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 486550284 7847280640 19571 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 7663360

[startup+6.30133 s]
/proc/loadavg: 1.60 2.32 2.90 5/262 9252
/proc/meminfo: memFree=12717064/32951124 swapFree=67111528/67111528
[pid=9149] ppid=9147 vsize=7652664 CPUtime=7.06 cores=1,3
/proc/9149/stat : 9149 (java) S 9147 9149 8809 0 -1 4202496 23032 0 1 0 703 3 0 0 18 0 19 0 486550254 7836327936 17949 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9149/statm: 1913166 17949 2255 9 0 1903904 0
[pid=9149/tid=9151] ppid=9147 vsize=7652664 CPUtime=6.13 cores=1,3
/proc/9149/task/9151/stat : 9151 (java) R 9147 9149 8809 0 -1 4202560 9948 0 1 0 612 1 0 0 25 0 19 0 486550255 7836327936 17949 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 46912505595077 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9149/tid=9152] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9152/stat : 9152 (java) S 9147 9149 8809 0 -1 4202560 398 0 0 0 0 0 0 0 18 0 19 0 486550257 7836327936 17949 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9153] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9153/stat : 9153 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 486550257 7836327936 17949 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9154] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9154/stat : 9154 (java) S 9147 9149 8809 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 486550257 7836327936 17949 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9155] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9155/stat : 9155 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 486550257 7836327936 17949 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9156] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9156/stat : 9156 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 486550257 7836327936 17949 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9157] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9157/stat : 9157 (java) S 9147 9149 8809 0 -1 4202560 105 0 0 0 0 0 0 0 18 0 19 0 486550257 7836327936 17949 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9158] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9158/stat : 9158 (java) S 9147 9149 8809 0 -1 4202560 471 0 0 0 0 0 0 0 17 0 19 0 486550257 7836327936 17949 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9159] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9159/stat : 9159 (java) S 9147 9149 8809 0 -1 4202560 326 0 0 0 0 0 0 0 15 0 19 0 486550257 7836327936 17949 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9160] ppid=9147 vsize=7652664 CPUtime=0.03 cores=1,3
/proc/9149/task/9160/stat : 9160 (java) S 9147 9149 8809 0 -1 4202560 1112 0 0 0 3 0 0 0 16 0 19 0 486550258 7836327936 17949 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 0 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9161] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9161/stat : 9161 (java) S 9147 9149 8809 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 486550259 7836327936 17949 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9162] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9162/stat : 9162 (java) S 9147 9149 8809 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486550259 7836327936 17949 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9163] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9163/stat : 9163 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 486550268 7836327936 17949 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820989361 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9164] ppid=9147 vsize=7652664 CPUtime=0.19 cores=1,3
/proc/9149/task/9164/stat : 9164 (java) S 9147 9149 8809 0 -1 4202560 355 0 0 0 19 0 0 0 15 0 19 0 486550268 7836327936 17949 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9165] ppid=9147 vsize=7652664 CPUtime=0.67 cores=1,3
/proc/9149/task/9165/stat : 9165 (java) S 9147 9149 8809 0 -1 4202560 9008 0 0 0 66 1 0 0 15 0 19 0 486550268 7836327936 17949 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9166] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9166/stat : 9166 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550268 7836327936 17949 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9167] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9167/stat : 9167 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 486550268 7836327936 17949 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9177] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9177/stat : 9177 (java) S 9147 9149 8809 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 486550284 7836327936 17949 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 7652664

[startup+12.7012 s]

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

[pid=9149/tid=9157] ppid=9147 vsize=7652664 CPUtime=0.03 cores=1,3
/proc/9149/task/9157/stat : 9157 (java) S 9147 9149 8809 0 -1 4202560 398 0 0 0 3 0 0 0 16 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9158] ppid=9147 vsize=7652664 CPUtime=0.03 cores=1,3
/proc/9149/task/9158/stat : 9158 (java) S 9147 9149 8809 0 -1 4202560 875 0 0 0 3 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9159] ppid=9147 vsize=7652664 CPUtime=0.05 cores=1,3
/proc/9149/task/9159/stat : 9159 (java) S 9147 9149 8809 0 -1 4202560 535 0 0 0 5 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9160] ppid=9147 vsize=7652664 CPUtime=1.46 cores=1,3
/proc/9149/task/9160/stat : 9160 (java) S 9147 9149 8809 0 -1 4202560 2392 0 0 0 145 1 0 0 15 0 19 0 486550258 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 0 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9161] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9161/stat : 9161 (java) S 9147 9149 8809 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 486550259 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9162] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9162/stat : 9162 (java) S 9147 9149 8809 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486550259 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9163] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9163/stat : 9163 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820989361 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9164] ppid=9147 vsize=7652664 CPUtime=0.19 cores=1,3
/proc/9149/task/9164/stat : 9164 (java) S 9147 9149 8809 0 -1 4202560 356 0 0 0 19 0 0 0 15 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9165] ppid=9147 vsize=7652664 CPUtime=0.68 cores=1,3
/proc/9149/task/9165/stat : 9165 (java) S 9147 9149 8809 0 -1 4202560 9009 0 0 0 67 1 0 0 15 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9166] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9166/stat : 9166 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9167] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9167/stat : 9167 (java) R 9147 9149 8809 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9149/tid=9177] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9177/stat : 9177 (java) S 9147 9149 8809 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 486550284 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.23
Current children cumulated vsize (KiB) 7652664

[startup+1242.3 s]
/proc/loadavg: 4.09 4.02 3.71 5/262 9285
/proc/meminfo: memFree=12234636/32951124 swapFree=67111528/67111528
[pid=9149] ppid=9147 vsize=7652664 CPUtime=1243.24 cores=1,3
/proc/9149/stat : 9149 (java) S 9147 9149 8809 0 -1 4202496 26778 0 1 0 124318 6 0 0 18 0 19 0 486550254 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9149/statm: 1913166 21496 2255 9 0 1903904 0
[pid=9149/tid=9151] ppid=9147 vsize=7652664 CPUtime=1240.5 cores=1,3
/proc/9149/task/9151/stat : 9151 (java) R 9147 9149 8809 0 -1 4202560 10874 0 1 0 124048 2 0 0 25 0 19 0 486550255 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 46912505608822 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9149/tid=9152] ppid=9147 vsize=7652664 CPUtime=0.04 cores=1,3
/proc/9149/task/9152/stat : 9152 (java) S 9147 9149 8809 0 -1 4202560 644 0 0 0 4 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9153] ppid=9147 vsize=7652664 CPUtime=0.04 cores=1,3
/proc/9149/task/9153/stat : 9153 (java) S 9147 9149 8809 0 -1 4202560 180 0 0 0 4 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9154] ppid=9147 vsize=7652664 CPUtime=0.03 cores=1,3
/proc/9149/task/9154/stat : 9154 (java) S 9147 9149 8809 0 -1 4202560 192 0 0 0 3 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9155] ppid=9147 vsize=7652664 CPUtime=0.02 cores=1,3
/proc/9149/task/9155/stat : 9155 (java) S 9147 9149 8809 0 -1 4202560 89 0 0 0 2 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9156] ppid=9147 vsize=7652664 CPUtime=0.04 cores=1,3
/proc/9149/task/9156/stat : 9156 (java) S 9147 9149 8809 0 -1 4202560 7 0 0 0 4 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9157] ppid=9147 vsize=7652664 CPUtime=0.03 cores=1,3
/proc/9149/task/9157/stat : 9157 (java) S 9147 9149 8809 0 -1 4202560 398 0 0 0 3 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9158] ppid=9147 vsize=7652664 CPUtime=0.03 cores=1,3
/proc/9149/task/9158/stat : 9158 (java) S 9147 9149 8809 0 -1 4202560 875 0 0 0 3 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9159] ppid=9147 vsize=7652664 CPUtime=0.05 cores=1,3
/proc/9149/task/9159/stat : 9159 (java) S 9147 9149 8809 0 -1 4202560 535 0 0 0 5 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9160] ppid=9147 vsize=7652664 CPUtime=1.51 cores=1,3
/proc/9149/task/9160/stat : 9160 (java) S 9147 9149 8809 0 -1 4202560 2394 0 0 0 150 1 0 0 15 0 19 0 486550258 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 0 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9161] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9161/stat : 9161 (java) S 9147 9149 8809 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 486550259 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9162] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9162/stat : 9162 (java) S 9147 9149 8809 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486550259 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9163] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9163/stat : 9163 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820989361 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9164] ppid=9147 vsize=7652664 CPUtime=0.19 cores=1,3
/proc/9149/task/9164/stat : 9164 (java) S 9147 9149 8809 0 -1 4202560 356 0 0 0 19 0 0 0 15 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9165] ppid=9147 vsize=7652664 CPUtime=0.68 cores=1,3
/proc/9149/task/9165/stat : 9165 (java) S 9147 9149 8809 0 -1 4202560 9009 0 0 0 67 1 0 0 15 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9166] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9166/stat : 9166 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9167] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9167/stat : 9167 (java) S 9147 9149 8809 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9177] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9177/stat : 9177 (java) S 9147 9149 8809 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 486550284 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.24
Current children cumulated vsize (KiB) 7652664



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.03 3.73 5/262 9287
/proc/meminfo: memFree=12233120/32951124 swapFree=67111528/67111528
[pid=9149] ppid=9147 vsize=7652664 CPUtime=1300.95 cores=1,3
/proc/9149/stat : 9149 (java) S 9147 9149 8809 0 -1 4202496 26789 0 1 0 130089 6 0 0 18 0 19 0 486550254 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9149/statm: 1913166 21496 2255 9 0 1903904 0
[pid=9149/tid=9151] ppid=9147 vsize=7652664 CPUtime=1298.11 cores=1,3
/proc/9149/task/9151/stat : 9151 (java) R 9147 9149 8809 0 -1 4202560 10877 0 1 0 129809 2 0 0 25 0 19 0 486550255 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 46912505608165 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9149/tid=9152] ppid=9147 vsize=7652664 CPUtime=0.05 cores=1,3
/proc/9149/task/9152/stat : 9152 (java) S 9147 9149 8809 0 -1 4202560 644 0 0 0 5 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9153] ppid=9147 vsize=7652664 CPUtime=0.04 cores=1,3
/proc/9149/task/9153/stat : 9153 (java) S 9147 9149 8809 0 -1 4202560 180 0 0 0 4 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9154] ppid=9147 vsize=7652664 CPUtime=0.03 cores=1,3
/proc/9149/task/9154/stat : 9154 (java) S 9147 9149 8809 0 -1 4202560 192 0 0 0 3 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9155] ppid=9147 vsize=7652664 CPUtime=0.02 cores=1,3
/proc/9149/task/9155/stat : 9155 (java) S 9147 9149 8809 0 -1 4202560 89 0 0 0 2 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9156] ppid=9147 vsize=7652664 CPUtime=0.04 cores=1,3
/proc/9149/task/9156/stat : 9156 (java) S 9147 9149 8809 0 -1 4202560 7 0 0 0 4 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9157] ppid=9147 vsize=7652664 CPUtime=0.03 cores=1,3
/proc/9149/task/9157/stat : 9157 (java) S 9147 9149 8809 0 -1 4202560 398 0 0 0 3 0 0 0 16 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9158] ppid=9147 vsize=7652664 CPUtime=0.03 cores=1,3
/proc/9149/task/9158/stat : 9158 (java) S 9147 9149 8809 0 -1 4202560 875 0 0 0 3 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9159] ppid=9147 vsize=7652664 CPUtime=0.05 cores=1,3
/proc/9149/task/9159/stat : 9159 (java) S 9147 9149 8809 0 -1 4202560 535 0 0 0 5 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9160] ppid=9147 vsize=7652664 CPUtime=1.6 cores=1,3
/proc/9149/task/9160/stat : 9160 (java) S 9147 9149 8809 0 -1 4202560 2398 0 0 0 159 1 0 0 15 0 19 0 486550258 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 0 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9161] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9161/stat : 9161 (java) S 9147 9149 8809 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 486550259 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9162] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9162/stat : 9162 (java) S 9147 9149 8809 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486550259 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9163] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9163/stat : 9163 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820989361 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9164] ppid=9147 vsize=7652664 CPUtime=0.19 cores=1,3
/proc/9149/task/9164/stat : 9164 (java) S 9147 9149 8809 0 -1 4202560 356 0 0 0 19 0 0 0 15 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9165] ppid=9147 vsize=7652664 CPUtime=0.68 cores=1,3
/proc/9149/task/9165/stat : 9165 (java) S 9147 9149 8809 0 -1 4202560 9009 0 0 0 67 1 0 0 15 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9166] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9166/stat : 9166 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9167] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9167/stat : 9167 (java) S 9147 9149 8809 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9177] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9177/stat : 9177 (java) S 9147 9149 8809 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 486550284 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.95
Current children cumulated vsize (KiB) 7652664

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

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

[startup+1300 s]
/proc/loadavg: 4.10 4.03 3.73 5/262 9287
/proc/meminfo: memFree=12233120/32951124 swapFree=67111528/67111528
[pid=9149] ppid=9147 vsize=7652664 CPUtime=1300.95 cores=1,3
/proc/9149/stat : 9149 (java) S 9147 9149 8809 0 -1 4202496 26789 0 1 0 130089 6 0 0 18 0 19 0 486550254 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9149/statm: 1913166 21496 2255 9 0 1903904 0
[pid=9149/tid=9151] ppid=9147 vsize=7652664 CPUtime=1298.11 cores=1,3
/proc/9149/task/9151/stat : 9151 (java) R 9147 9149 8809 0 -1 4202560 10877 0 1 0 129809 2 0 0 25 0 19 0 486550255 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 46912505608165 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9149/tid=9152] ppid=9147 vsize=7652664 CPUtime=0.05 cores=1,3
/proc/9149/task/9152/stat : 9152 (java) S 9147 9149 8809 0 -1 4202560 644 0 0 0 5 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9153] ppid=9147 vsize=7652664 CPUtime=0.04 cores=1,3
/proc/9149/task/9153/stat : 9153 (java) S 9147 9149 8809 0 -1 4202560 180 0 0 0 4 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9154] ppid=9147 vsize=7652664 CPUtime=0.03 cores=1,3
/proc/9149/task/9154/stat : 9154 (java) S 9147 9149 8809 0 -1 4202560 192 0 0 0 3 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9155] ppid=9147 vsize=7652664 CPUtime=0.02 cores=1,3
/proc/9149/task/9155/stat : 9155 (java) S 9147 9149 8809 0 -1 4202560 89 0 0 0 2 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9156] ppid=9147 vsize=7652664 CPUtime=0.04 cores=1,3
/proc/9149/task/9156/stat : 9156 (java) S 9147 9149 8809 0 -1 4202560 7 0 0 0 4 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9157] ppid=9147 vsize=7652664 CPUtime=0.03 cores=1,3
/proc/9149/task/9157/stat : 9157 (java) S 9147 9149 8809 0 -1 4202560 398 0 0 0 3 0 0 0 16 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9158] ppid=9147 vsize=7652664 CPUtime=0.03 cores=1,3
/proc/9149/task/9158/stat : 9158 (java) S 9147 9149 8809 0 -1 4202560 875 0 0 0 3 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9159] ppid=9147 vsize=7652664 CPUtime=0.05 cores=1,3
/proc/9149/task/9159/stat : 9159 (java) S 9147 9149 8809 0 -1 4202560 535 0 0 0 5 0 0 0 15 0 19 0 486550257 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9160] ppid=9147 vsize=7652664 CPUtime=1.6 cores=1,3
/proc/9149/task/9160/stat : 9160 (java) S 9147 9149 8809 0 -1 4202560 2398 0 0 0 159 1 0 0 15 0 19 0 486550258 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 0 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9161] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9161/stat : 9161 (java) S 9147 9149 8809 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 486550259 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9162] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9162/stat : 9162 (java) S 9147 9149 8809 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486550259 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9163] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9163/stat : 9163 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820989361 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9164] ppid=9147 vsize=7652664 CPUtime=0.19 cores=1,3
/proc/9149/task/9164/stat : 9164 (java) S 9147 9149 8809 0 -1 4202560 356 0 0 0 19 0 0 0 15 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9165] ppid=9147 vsize=7652664 CPUtime=0.68 cores=1,3
/proc/9149/task/9165/stat : 9165 (java) S 9147 9149 8809 0 -1 4202560 9009 0 0 0 67 1 0 0 15 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9166] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9166/stat : 9166 (java) S 9147 9149 8809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820981657 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
[pid=9149/tid=9167] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9167/stat : 9167 (java) S 9147 9149 8809 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 486550268 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 4 0 16800975 18446604471119694720 0 0 -1 3 0 0 0
[pid=9149/tid=9177] ppid=9147 vsize=7652664 CPUtime=0 cores=1,3
/proc/9149/task/9177/stat : 9177 (java) S 9147 9149 8809 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 486550284 7836327936 21496 33554432000 1073741824 1073778376 140736144841056 18446744073709551615 230820982272 0 4 0 16800975 18446604471119694720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1300.95
Current children cumulated vsize (KiB) 7652664

Child status: 143
Real time (s): 1300.07
CPU time (s): 1301.06
CPU user time (s): 1300.99
CPU system time (s): 0.065989
CPU usage (%): 100.076
Max. virtual memory (cumulated for all children) (KiB): 7663360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.99
system time used= 0.065989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26829
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= 28273
involuntary context switches= 4628

runsolver used 2.08768 second user time and 5.01624 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-25 18:38:18
IDJOB=3280519
IDBENCH=20399
IDSOLVER=1611
FILE ID=node104/3280519-1303749498
RUNJOBID= node104-1303749496-9139
PBS_JOBID= 13154058
Free space on /tmp= 71392 MiB

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

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=345962078

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13168344 kB
Buffers:       2282380 kB
Cached:       16855388 kB
SwapCached:          0 kB
Active:       10684856 kB
Inactive:      8517356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13168344 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             980 kB
Writeback:           0 kB
AnonPages:       64268 kB
Mapped:          14424 kB
Slab:           515856 kB
PageTables:       5132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192156 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= 71364 MiB
End job on node104 at 2011-04-25 19:00:00