Trace number 3190259

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) 1300.95 1300.05

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v10000-c42000-S903594090-011-UNKNOWN.cnf
MD5SUM7d95438154723bef0aaca7f7f26ea8e2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.34849
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.04/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.14	c See www.sat4j.org for details.
0.04/0.15	c no version file found!!!
0.04/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.15	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.15	c java.vm.version	19.1-b02
0.04/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.15	c sun.arch.data.model	64
0.04/0.15	c java.version		1.6.0_24
0.04/0.15	c os.name		Linux
0.04/0.15	c os.version		2.6.18-164.el5
0.04/0.15	c os.arch		amd64
0.04/0.15	c Free memory 		6997539544
0.04/0.15	c Max memory 		7034241024
0.04/0.15	c Total memory 		7034241024
0.04/0.15	c Number of processors 	8
0.04/0.17	c --- Begin Solver configuration ---
0.04/0.17	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.04/0.17	c Learn all clauses as in MiniSAT
0.04/0.17	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.04/0.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.04/0.17	c Expensive reason simplification
0.04/0.17	c Armin Biere (Picosat) restarts strategy
0.04/0.17	c Glucose learned constraints deletion strategy
0.04/0.17	c timeout=2147483647s
0.04/0.17	c DB Simplification allowed=true
0.04/0.17	c --- End Solver configuration ---
0.04/0.17	c solving HOME/instance-3190259-1302597627.cnf
0.04/0.17	c reading problem ... 
0.04/0.28	c ... done. Wall clock time 0.112s.
0.04/0.28	c #vars     10000
0.04/0.28	c #constraints  42000
0.04/0.28	c constraints type 
0.04/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 42000
2.73/2.41	c cleaning 2497 clauses out of 5000 with flag 5000/5000
4.95/4.62	c cleaning 4249 clauses out of 8503 with flag 11000/11000
7.45/7.19	c cleaning 5623 clauses out of 11254 with flag 18000/18000
10.45/10.16	c cleaning 6811 clauses out of 13631 with flag 26000/26000
13.75/13.47	c cleaning 7903 clauses out of 15820 with flag 35000/35000
17.55/17.25	c cleaning 8957 clauses out of 17918 with flag 45001/45001
21.75/21.44	c cleaning 9978 clauses out of 19961 with flag 56001/56001
26.46/26.18	c cleaning 10989 clauses out of 21983 with flag 68001/68001
31.46/31.13	c cleaning 11990 clauses out of 23993 with flag 81000/81000
36.87/36.55	c cleaning 12999 clauses out of 26003 with flag 95000/95000
42.87/42.50	c cleaning 13997 clauses out of 28004 with flag 110000/110000
49.28/48.90	c cleaning 14996 clauses out of 30007 with flag 126000/126000
55.88/55.54	c cleaning 15999 clauses out of 32012 with flag 143001/143001
62.98/62.66	c cleaning 16995 clauses out of 34012 with flag 161000/161000
70.59/70.28	c cleaning 18001 clauses out of 36017 with flag 180000/180000
78.89/78.51	c cleaning 19007 clauses out of 38019 with flag 200003/200003
87.49/87.19	c cleaning 20001 clauses out of 40009 with flag 221000/221000
96.80/96.40	c cleaning 21000 clauses out of 42009 with flag 243001/243001
106.30/105.94	c cleaning 22002 clauses out of 44009 with flag 266001/266001
116.11/115.78	c cleaning 22993 clauses out of 46006 with flag 290000/290000
126.52/126.16	c cleaning 24004 clauses out of 48015 with flag 315002/315002
137.62/137.28	c cleaning 24991 clauses out of 50010 with flag 341001/341001
149.61/149.23	c cleaning 25999 clauses out of 52018 with flag 368000/368000
161.32/160.96	c cleaning 27007 clauses out of 54022 with flag 396003/396003
174.03/173.70	c cleaning 27997 clauses out of 56013 with flag 425001/425001
187.55/187.15	c cleaning 29000 clauses out of 58015 with flag 455000/455000
200.85/200.48	c cleaning 29999 clauses out of 60016 with flag 486001/486001
215.35/214.97	c cleaning 31004 clauses out of 62017 with flag 518001/518001
230.06/229.67	c cleaning 32005 clauses out of 64014 with flag 551002/551002
245.47/245.03	c cleaning 32998 clauses out of 66008 with flag 585001/585001
261.78/261.33	c cleaning 33996 clauses out of 68010 with flag 620001/620001
278.08/277.68	c cleaning 34999 clauses out of 70013 with flag 656000/656000
295.69/295.21	c cleaning 35998 clauses out of 72014 with flag 693000/693000
313.09/312.62	c cleaning 37003 clauses out of 74016 with flag 731000/731000
331.61/331.20	c cleaning 38004 clauses out of 76015 with flag 770002/770002
350.31/349.88	c cleaning 38992 clauses out of 78012 with flag 810003/810003
370.02/369.52	c cleaning 40000 clauses out of 80018 with flag 851001/851001
389.72/389.22	c cleaning 41000 clauses out of 82017 with flag 893000/893000
410.43/409.96	c cleaning 41505 clauses out of 83021 with flag 935004/935004
430.34/429.80	c cleaning 41746 clauses out of 83514 with flag 977002/977002
451.25/450.78	c cleaning 41879 clauses out of 83766 with flag 1019000/1019000
471.36/470.81	c cleaning 41928 clauses out of 83887 with flag 1061000/1061000
491.57/491.05	c cleaning 41967 clauses out of 83959 with flag 1103000/1103000
512.18/511.62	c cleaning 41989 clauses out of 83993 with flag 1145001/1145001
532.48/531.95	c cleaning 42001 clauses out of 84006 with flag 1187003/1187003
552.80/552.26	c cleaning 41991 clauses out of 84002 with flag 1229000/1229000
573.10/572.52	c cleaning 42000 clauses out of 84012 with flag 1271001/1271001
593.90/593.30	c cleaning 41997 clauses out of 84013 with flag 1313002/1313002
614.31/613.76	c cleaning 41994 clauses out of 84014 with flag 1355000/1355000
634.72/634.12	c cleaning 42006 clauses out of 84022 with flag 1397002/1397002
655.23/654.63	c cleaning 42001 clauses out of 84015 with flag 1439001/1439001
675.73/675.12	c cleaning 41996 clauses out of 84013 with flag 1481000/1481000
696.74/696.15	c cleaning 41999 clauses out of 84017 with flag 1523000/1523000
716.86/716.26	c cleaning 41998 clauses out of 84019 with flag 1565001/1565001
737.06/736.45	c cleaning 42005 clauses out of 84022 with flag 1607002/1607002
757.86/757.26	c cleaning 41996 clauses out of 84016 with flag 1649001/1649001
778.57/777.92	c cleaning 41998 clauses out of 84019 with flag 1691000/1691000
798.68/798.00	c cleaning 41996 clauses out of 84021 with flag 1733000/1733000
819.69/819.04	c cleaning 42000 clauses out of 84025 with flag 1775000/1775000
840.79/840.16	c cleaning 41993 clauses out of 84025 with flag 1817000/1817000
861.71/861.02	c cleaning 42006 clauses out of 84032 with flag 1859000/1859000
882.01/881.32	c cleaning 41992 clauses out of 84026 with flag 1901000/1901000
902.72/902.05	c cleaning 42016 clauses out of 84034 with flag 1943000/1943000
923.93/923.22	c cleaning 41986 clauses out of 84018 with flag 1985000/1985000
945.65/944.95	c cleaning 42008 clauses out of 84032 with flag 2027000/2027000
966.15/965.45	c cleaning 42009 clauses out of 84026 with flag 2069002/2069002
986.75/986.07	c cleaning 42006 clauses out of 84019 with flag 2111004/2111004
1007.46/1006.79	c cleaning 41986 clauses out of 84010 with flag 2153001/2153001
1028.67/1027.91	c cleaning 41999 clauses out of 84023 with flag 2195000/2195000
1050.88/1050.13	c cleaning 42007 clauses out of 84025 with flag 2237001/2237001
1071.09/1070.32	c cleaning 41998 clauses out of 84019 with flag 2279002/2279002
1092.19/1091.43	c cleaning 41997 clauses out of 84021 with flag 2321002/2321002
1113.60/1112.86	c cleaning 42004 clauses out of 84022 with flag 2363000/2363000
1134.91/1134.16	c cleaning 41990 clauses out of 84019 with flag 2405001/2405001
1156.32/1155.54	c cleaning 42003 clauses out of 84028 with flag 2447000/2447000
1177.02/1176.23	c cleaning 41992 clauses out of 84026 with flag 2489001/2489001
1197.33/1196.52	c cleaning 42005 clauses out of 84033 with flag 2531000/2531000
1218.14/1217.35	c cleaning 42009 clauses out of 84030 with flag 2573002/2573002
1239.64/1238.81	c cleaning 42000 clauses out of 84019 with flag 2615000/2615000
1261.15/1260.34	c cleaning 42002 clauses out of 84019 with flag 2657000/2657000
1283.85/1283.10	c cleaning 41989 clauses out of 84017 with flag 2699000/2699000
1300.87/1300.01	c starts		: 1749
1300.87/1300.01	c conflicts		: 2734090
1300.87/1300.01	c decisions		: 5070617
1300.87/1300.01	c propagations		: 1418599147
1300.87/1300.01	c inspects		: 5619996831
1300.87/1300.01	c shortcuts		: 0
1300.87/1300.01	c learnt literals	: 0
1300.87/1300.01	c learnt binary clauses	: 0
1300.87/1300.01	c learnt ternary clauses	: 81
1300.87/1300.01	c learnt constraints	: 2734090
1300.87/1300.01	c ignored constraints	: 0
1300.87/1300.01	c root simplifications	: 1749
1300.87/1300.01	c removed literals (reason simplification)	: 51071321
1300.87/1300.01	c reason swapping (by a shorter reason)	: 0
1300.87/1300.01	c Calls to reduceDB	: 81
1300.87/1300.01	c speed (assignments/second)	: 1091460.262393766
1300.87/1300.01	c non guided choices	915
1300.87/1300.04	c learnt constraints type 
1300.87/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77133
1300.87/1300.04	c constraints type 
1300.87/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 42000
1300.87/1300.04	s UNKNOWN
1300.87/1300.04	c Total wall clock time (in seconds) : 1299.839

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

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

running on 2 cores: 5,7

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.92 1.18 1.59 5/188 26271
/proc/meminfo: memFree=14317768/32951124 swapFree=67111524/67111528
[pid=26271] ppid=26269 vsize=23028 CPUtime=0 cores=5,7
/proc/26271/stat : 26271 (java) R 26269 26271 26215 0 -1 4202496 916 0 0 0 0 0 0 0 21 0 1 0 449993214 23580672 657 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252453103381 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/26271/statm: 5757 669 490 9 0 124 0

[startup+0.033419 s]
/proc/loadavg: 0.92 1.18 1.59 5/188 26271
/proc/meminfo: memFree=14317768/32951124 swapFree=67111524/67111528
[pid=26271] ppid=26269 vsize=7551884 CPUtime=0.02 cores=5,7
/proc/26271/stat : 26271 (java) S 26269 26271 26215 0 -1 4202496 8267 0 17 0 1 1 0 0 21 0 10 0 449993214 7733129216 7979 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469868517 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/26271/statm: 1887971 7979 1517 9 0 1878719 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7551884

[startup+0.100826 s]
/proc/loadavg: 0.92 1.18 1.59 5/188 26271
/proc/meminfo: memFree=14317768/32951124 swapFree=67111524/67111528
[pid=26271] ppid=26269 vsize=7564488 CPUtime=0.04 cores=5,7
/proc/26271/stat : 26271 (java) S 26269 26271 26215 0 -1 4202496 8946 0 17 0 3 1 0 0 21 0 13 0 449993214 7746035712 8656 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469868517 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/26271/statm: 1891122 8656 1687 9 0 1881870 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7564488

[startup+0.423754 s]
/proc/loadavg: 0.92 1.18 1.59 5/188 26271
/proc/meminfo: memFree=14317768/32951124 swapFree=67111524/67111528
[pid=26271] ppid=26269 vsize=7641672 CPUtime=0.57 cores=5,7
/proc/26271/stat : 26271 (java) S 26269 26271 26215 0 -1 4202496 14074 0 17 0 55 2 0 0 21 0 19 0 449993214 7825072128 12885 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26271/statm: 1910418 12885 2220 9 0 1901156 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 7641672

[startup+0.700727 s]
/proc/loadavg: 0.92 1.18 1.59 5/188 26271
/proc/meminfo: memFree=14317768/32951124 swapFree=67111524/67111528
[pid=26271] ppid=26269 vsize=7641672 CPUtime=0.96 cores=5,7
/proc/26271/stat : 26271 (java) S 26269 26271 26215 0 -1 4202496 14290 0 17 0 94 2 0 0 21 0 19 0 449993214 7825072128 13101 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26271/statm: 1910418 13101 2222 9 0 1901156 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 7641672

[startup+1.50158 s]
/proc/loadavg: 0.92 1.18 1.59 5/262 26348
/proc/meminfo: memFree=14121548/32951124 swapFree=67111524/67111528
[pid=26271] ppid=26269 vsize=7641672 CPUtime=1.81 cores=5,7
/proc/26271/stat : 26271 (java) S 26269 26271 26215 0 -1 4202496 15316 0 17 0 179 2 0 0 21 0 19 0 449993214 7825072128 13624 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26271/statm: 1910418 13624 2225 9 0 1901156 0
[pid=26271/tid=26273] ppid=26269 vsize=7641672 CPUtime=1.38 cores=5,7
/proc/26271/task/26273/stat : 26273 (java) R 26269 26271 26215 0 -1 4202560 10791 0 17 0 136 2 0 0 18 0 19 0 449993215 7825072128 13624 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 46912505699125 0 4 0 16800975 0 0 0 -1 5 0 0 7
[pid=26271/tid=26290] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26290/stat : 26290 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 449993216 7825072128 13624 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26291] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26291/stat : 26291 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449993216 7825072128 13624 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26292] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26292/stat : 26292 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449993216 7825072128 13624 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26293] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26293/stat : 26293 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449993216 7825072128 13624 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26294] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26294/stat : 26294 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449993216 7825072128 13624 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26295] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26295/stat : 26295 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449993216 7825072128 13624 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26296] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26296/stat : 26296 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449993216 7825072128 13624 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26297] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26297/stat : 26297 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 449993216 7825072128 13624 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26298] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26298/stat : 26298 (java) S 26269 26271 26215 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 449993218 7825072128 13624 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 0 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26303] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26303/stat : 26303 (java) S 26269 26271 26215 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 449993220 7825072128 13624 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26306] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26306/stat : 26306 (java) S 26269 26271 26215 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 449993220 7825072128 13624 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26309] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26309/stat : 26309 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449993225 7825072128 13624 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469889457 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26311] ppid=26269 vsize=7641672 CPUtime=0.14 cores=5,7
/proc/26271/task/26311/stat : 26311 (java) S 26269 26271 26215 0 -1 4202560 433 0 0 0 14 0 0 0 16 0 19 0 449993225 7825072128 13624 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26314] ppid=26269 vsize=7641672 CPUtime=0.27 cores=5,7
/proc/26271/task/26314/stat : 26314 (java) S 26269 26271 26215 0 -1 4202560 2928 0 0 0 27 0 0 0 17 0 19 0 449993225 7825072128 13624 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26317] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26317/stat : 26317 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993225 7825072128 13624 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26320] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26320/stat : 26320 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449993225 7825072128 13624 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26346] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26346/stat : 26346 (java) S 26269 26271 26215 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449993245 7825072128 13624 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 7641672

[startup+3.10125 s]
/proc/loadavg: 0.92 1.18 1.59 5/262 26348
/proc/meminfo: memFree=14088320/32951124 swapFree=67111524/67111528
[pid=26271] ppid=26269 vsize=7641672 CPUtime=3.44 cores=5,7
/proc/26271/stat : 26271 (java) S 26269 26271 26215 0 -1 4202496 19302 0 17 0 341 3 0 0 21 0 19 0 449993214 7825072128 17447 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26271/statm: 1910418 17447 2251 9 0 1901156 0
[pid=26271/tid=26273] ppid=26269 vsize=7641672 CPUtime=2.91 cores=5,7
/proc/26271/task/26273/stat : 26273 (java) R 26269 26271 26215 0 -1 4202560 11234 0 17 0 289 2 0 0 20 0 19 0 449993215 7825072128 17447 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 46912505679400 0 4 0 16800975 0 0 0 -1 7 0 0 7
[pid=26271/tid=26290] ppid=26269 vsize=7641672 CPUtime=0.01 cores=5,7
/proc/26271/task/26290/stat : 26290 (java) S 26269 26271 26215 0 -1 4202560 990 0 0 0 1 0 0 0 18 0 19 0 449993216 7825072128 17447 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26291] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26291/stat : 26291 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 449993216 7825072128 17447 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26292] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26292/stat : 26292 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 449993216 7825072128 17447 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26293] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26293/stat : 26293 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 449993216 7825072128 17447 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26294] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26294/stat : 26294 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 449993216 7825072128 17447 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26295] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26295/stat : 26295 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 449993216 7825072128 17447 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26296] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26296/stat : 26296 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 449993216 7825072128 17447 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26297] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26297/stat : 26297 (java) S 26269 26271 26215 0 -1 4202560 679 0 0 0 0 0 0 0 18 0 19 0 449993216 7825072128 17447 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26298] ppid=26269 vsize=7641672 CPUtime=0.02 cores=5,7
/proc/26271/task/26298/stat : 26298 (java) S 26269 26271 26215 0 -1 4202560 1674 0 0 0 2 0 0 0 16 0 19 0 449993218 7825072128 17447 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 0 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26303] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26303/stat : 26303 (java) S 26269 26271 26215 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449993220 7825072128 17447 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26306] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26306/stat : 26306 (java) S 26269 26271 26215 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 449993220 7825072128 17447 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26309] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26309/stat : 26309 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449993225 7825072128 17447 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469889457 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26311] ppid=26269 vsize=7641672 CPUtime=0.16 cores=5,7
/proc/26271/task/26311/stat : 26311 (java) S 26269 26271 26215 0 -1 4202560 634 0 0 0 16 0 0 0 16 0 19 0 449993225 7825072128 17447 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26314] ppid=26269 vsize=7641672 CPUtime=0.29 cores=5,7
/proc/26271/task/26314/stat : 26314 (java) S 26269 26271 26215 0 -1 4202560 2931 0 0 0 29 0 0 0 15 0 19 0 449993225 7825072128 17447 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26317] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26317/stat : 26317 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993225 7825072128 17447 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26320] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26320/stat : 26320 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449993225 7825072128 17447 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26346] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26346/stat : 26346 (java) S 26269 26271 26215 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449993245 7825072128 17447 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 7641672

[startup+6.30068 s]
/proc/loadavg: 1.25 1.25 1.61 5/262 26348
/proc/meminfo: memFree=13986392/32951124 swapFree=67111524/67111528
[pid=26271] ppid=26269 vsize=7641672 CPUtime=6.64 cores=5,7
/proc/26271/stat : 26271 (java) S 26269 26271 26215 0 -1 4202496 20505 0 17 0 661 3 0 0 21 0 19 0 449993214 7825072128 18592 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26271/statm: 1910418 18592 2253 9 0 1901156 0
[pid=26271/tid=26273] ppid=26269 vsize=7641672 CPUtime=6.06 cores=5,7
/proc/26271/task/26273/stat : 26273 (java) R 26269 26271 26215 0 -1 4202560 11238 0 17 0 604 2 0 0 18 0 19 0 449993215 7825072128 18592 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 46912505642087 0 4 0 16800975 0 0 0 -1 5 0 0 7
[pid=26271/tid=26290] ppid=26269 vsize=7641672 CPUtime=0.01 cores=5,7
/proc/26271/task/26290/stat : 26290 (java) S 26269 26271 26215 0 -1 4202560 990 0 0 0 1 0 0 0 18 0 19 0 449993216 7825072128 18592 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26291] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26291/stat : 26291 (java) S 26269 26271 26215 0 -1 4202560 989 0 0 0 0 0 0 0 16 0 19 0 449993216 7825072128 18592 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26292] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26292/stat : 26292 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449993216 7825072128 18592 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26293] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26293/stat : 26293 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 449993216 7825072128 18592 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26294] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26294/stat : 26294 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 449993216 7825072128 18592 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26295] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26295/stat : 26295 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 449993216 7825072128 18592 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26296] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26296/stat : 26296 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449993216 7825072128 18592 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26297] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26297/stat : 26297 (java) S 26269 26271 26215 0 -1 4202560 679 0 0 0 0 0 0 0 18 0 19 0 449993216 7825072128 18592 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26298] ppid=26269 vsize=7641672 CPUtime=0.05 cores=5,7
/proc/26271/task/26298/stat : 26298 (java) S 26269 26271 26215 0 -1 4202560 1879 0 0 0 5 0 0 0 15 0 19 0 449993218 7825072128 18592 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 0 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26303] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26303/stat : 26303 (java) S 26269 26271 26215 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449993220 7825072128 18592 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26306] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26306/stat : 26306 (java) S 26269 26271 26215 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 449993220 7825072128 18592 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26309] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26309/stat : 26309 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449993225 7825072128 18592 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469889457 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26311] ppid=26269 vsize=7641672 CPUtime=0.18 cores=5,7
/proc/26271/task/26311/stat : 26311 (java) S 26269 26271 26215 0 -1 4202560 639 0 0 0 18 0 0 0 15 0 19 0 449993225 7825072128 18592 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26314] ppid=26269 vsize=7641672 CPUtime=0.3 cores=5,7
/proc/26271/task/26314/stat : 26314 (java) S 26269 26271 26215 0 -1 4202560 2932 0 0 0 30 0 0 0 15 0 19 0 449993225 7825072128 18592 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26317] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26317/stat : 26317 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993225 7825072128 18592 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26320] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26320/stat : 26320 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 449993225 7825072128 18592 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26346] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26346/stat : 26346 (java) S 26269 26271 26215 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449993245 7825072128 18592 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 7641672

[startup+12.7015 s]

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

[pid=26271/tid=26295] ppid=26269 vsize=7641672 CPUtime=0.09 cores=5,7
/proc/26271/task/26295/stat : 26295 (java) S 26269 26271 26215 0 -1 4202560 1474 0 0 0 9 0 0 0 15 0 19 0 449993216 7825072128 41353 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26296] ppid=26269 vsize=7641672 CPUtime=0.14 cores=5,7
/proc/26271/task/26296/stat : 26296 (java) S 26269 26271 26215 0 -1 4202560 1566 0 0 0 14 0 0 0 15 0 19 0 449993216 7825072128 41353 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26297] ppid=26269 vsize=7641672 CPUtime=0.14 cores=5,7
/proc/26271/task/26297/stat : 26297 (java) S 26269 26271 26215 0 -1 4202560 1990 0 0 0 14 0 0 0 15 0 19 0 449993216 7825072128 41353 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26298] ppid=26269 vsize=7641672 CPUtime=3.29 cores=5,7
/proc/26271/task/26298/stat : 26298 (java) S 26269 26271 26215 0 -1 4202560 5401 0 0 0 328 1 0 0 15 0 19 0 449993218 7825072128 41353 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 0 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26303] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26303/stat : 26303 (java) S 26269 26271 26215 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449993220 7825072128 41353 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26306] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26306/stat : 26306 (java) S 26269 26271 26215 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 449993220 7825072128 41353 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26309] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26309/stat : 26309 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449993225 7825072128 41353 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469889457 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26311] ppid=26269 vsize=7641672 CPUtime=0.23 cores=5,7
/proc/26271/task/26311/stat : 26311 (java) S 26269 26271 26215 0 -1 4202560 1504 0 0 0 23 0 0 0 15 0 19 0 449993225 7825072128 41353 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26314] ppid=26269 vsize=7641672 CPUtime=0.3 cores=5,7
/proc/26271/task/26314/stat : 26314 (java) S 26269 26271 26215 0 -1 4202560 2932 0 0 0 30 0 0 0 15 0 19 0 449993225 7825072128 41353 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26317] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26317/stat : 26317 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993225 7825072128 41353 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26320] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26320/stat : 26320 (java) S 26269 26271 26215 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 449993225 7825072128 41353 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26346] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26346/stat : 26346 (java) S 26269 26271 26215 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449993245 7825072128 41353 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1183.13
Current children cumulated vsize (KiB) 7641672

[startup+1242.3 s]
/proc/loadavg: 4.01 3.97 3.36 5/262 26390
/proc/meminfo: memFree=13451116/32951124 swapFree=67111524/67111528
[pid=26271] ppid=26269 vsize=7641672 CPUtime=1243.15 cores=5,7
/proc/26271/stat : 26271 (java) S 26269 26271 26215 0 -1 4202496 44088 0 17 0 124306 9 0 0 21 0 19 0 449993214 7825072128 41417 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26271/statm: 1910418 41417 2254 9 0 1901156 0
[pid=26271/tid=26273] ppid=26269 vsize=7641672 CPUtime=1238.02 cores=5,7
/proc/26271/task/26273/stat : 26273 (java) R 26269 26271 26215 0 -1 4202560 20009 0 17 0 123797 5 0 0 25 0 19 0 449993215 7825072128 41417 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 46912505642145 0 4 0 16800975 0 0 0 -1 5 0 0 7
[pid=26271/tid=26290] ppid=26269 vsize=7641672 CPUtime=0.13 cores=5,7
/proc/26271/task/26290/stat : 26290 (java) S 26269 26271 26215 0 -1 4202560 1493 0 0 0 13 0 0 0 16 0 19 0 449993216 7825072128 41417 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26291] ppid=26269 vsize=7641672 CPUtime=0.19 cores=5,7
/proc/26271/task/26291/stat : 26291 (java) S 26269 26271 26215 0 -1 4202560 2517 0 0 0 19 0 0 0 15 0 19 0 449993216 7825072128 41417 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26292] ppid=26269 vsize=7641672 CPUtime=0.14 cores=5,7
/proc/26271/task/26292/stat : 26292 (java) S 26269 26271 26215 0 -1 4202560 1733 0 0 0 14 0 0 0 15 0 19 0 449993216 7825072128 41417 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26293] ppid=26269 vsize=7641672 CPUtime=0.11 cores=5,7
/proc/26271/task/26293/stat : 26293 (java) S 26269 26271 26215 0 -1 4202560 1849 0 0 0 11 0 0 0 16 0 19 0 449993216 7825072128 41417 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26294] ppid=26269 vsize=7641672 CPUtime=0.11 cores=5,7
/proc/26271/task/26294/stat : 26294 (java) S 26269 26271 26215 0 -1 4202560 327 0 0 0 11 0 0 0 15 0 19 0 449993216 7825072128 41417 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26295] ppid=26269 vsize=7641672 CPUtime=0.1 cores=5,7
/proc/26271/task/26295/stat : 26295 (java) S 26269 26271 26215 0 -1 4202560 1474 0 0 0 10 0 0 0 15 0 19 0 449993216 7825072128 41417 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26296] ppid=26269 vsize=7641672 CPUtime=0.16 cores=5,7
/proc/26271/task/26296/stat : 26296 (java) S 26269 26271 26215 0 -1 4202560 1567 0 0 0 16 0 0 0 16 0 19 0 449993216 7825072128 41417 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26297] ppid=26269 vsize=7641672 CPUtime=0.15 cores=5,7
/proc/26271/task/26297/stat : 26297 (java) S 26269 26271 26215 0 -1 4202560 1990 0 0 0 15 0 0 0 15 0 19 0 449993216 7825072128 41417 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26298] ppid=26269 vsize=7641672 CPUtime=3.43 cores=5,7
/proc/26271/task/26298/stat : 26298 (java) S 26269 26271 26215 0 -1 4202560 5467 0 0 0 342 1 0 0 15 0 19 0 449993218 7825072128 41417 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 0 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26303] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26303/stat : 26303 (java) S 26269 26271 26215 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449993220 7825072128 41417 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26306] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26306/stat : 26306 (java) S 26269 26271 26215 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 449993220 7825072128 41417 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26309] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26309/stat : 26309 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449993225 7825072128 41417 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469889457 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26311] ppid=26269 vsize=7641672 CPUtime=0.23 cores=5,7
/proc/26271/task/26311/stat : 26311 (java) S 26269 26271 26215 0 -1 4202560 1504 0 0 0 23 0 0 0 15 0 19 0 449993225 7825072128 41417 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26314] ppid=26269 vsize=7641672 CPUtime=0.3 cores=5,7
/proc/26271/task/26314/stat : 26314 (java) S 26269 26271 26215 0 -1 4202560 2932 0 0 0 30 0 0 0 15 0 19 0 449993225 7825072128 41417 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26317] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26317/stat : 26317 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993225 7825072128 41417 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26320] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26320/stat : 26320 (java) S 26269 26271 26215 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 449993225 7825072128 41417 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26346] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26346/stat : 26346 (java) S 26269 26271 26215 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449993245 7825072128 41417 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1243.15
Current children cumulated vsize (KiB) 7641672



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.39 3/223 26397
/proc/meminfo: memFree=13804172/32951124 swapFree=67111524/67111528
[pid=26271] ppid=26269 vsize=7641672 CPUtime=1300.87 cores=5,7
/proc/26271/stat : 26271 (java) S 26269 26271 26215 0 -1 4202496 45071 0 17 0 130078 9 0 0 21 0 19 0 449993214 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26271/statm: 1910418 42392 2254 9 0 1901156 0
[pid=26271/tid=26273] ppid=26269 vsize=7641672 CPUtime=1295.59 cores=5,7
/proc/26271/task/26273/stat : 26273 (java) R 26269 26271 26215 0 -1 4202560 20011 0 17 0 129554 5 0 0 25 0 19 0 449993215 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 46912505558773 0 4 0 16800975 0 0 0 -1 5 0 0 7
[pid=26271/tid=26290] ppid=26269 vsize=7641672 CPUtime=0.14 cores=5,7
/proc/26271/task/26290/stat : 26290 (java) S 26269 26271 26215 0 -1 4202560 1493 0 0 0 14 0 0 0 15 0 19 0 449993216 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26291] ppid=26269 vsize=7641672 CPUtime=0.2 cores=5,7
/proc/26271/task/26291/stat : 26291 (java) S 26269 26271 26215 0 -1 4202560 2970 0 0 0 20 0 0 0 15 0 19 0 449993216 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26292] ppid=26269 vsize=7641672 CPUtime=0.16 cores=5,7
/proc/26271/task/26292/stat : 26292 (java) S 26269 26271 26215 0 -1 4202560 2204 0 0 0 16 0 0 0 15 0 19 0 449993216 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26293] ppid=26269 vsize=7641672 CPUtime=0.11 cores=5,7
/proc/26271/task/26293/stat : 26293 (java) S 26269 26271 26215 0 -1 4202560 1849 0 0 0 11 0 0 0 15 0 19 0 449993216 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26294] ppid=26269 vsize=7641672 CPUtime=0.11 cores=5,7
/proc/26271/task/26294/stat : 26294 (java) S 26269 26271 26215 0 -1 4202560 327 0 0 0 11 0 0 0 15 0 19 0 449993216 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26295] ppid=26269 vsize=7641672 CPUtime=0.11 cores=5,7
/proc/26271/task/26295/stat : 26295 (java) S 26269 26271 26215 0 -1 4202560 1474 0 0 0 11 0 0 0 15 0 19 0 449993216 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26296] ppid=26269 vsize=7641672 CPUtime=0.16 cores=5,7
/proc/26271/task/26296/stat : 26296 (java) S 26269 26271 26215 0 -1 4202560 1567 0 0 0 16 0 0 0 15 0 19 0 449993216 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26297] ppid=26269 vsize=7641672 CPUtime=0.15 cores=5,7
/proc/26271/task/26297/stat : 26297 (java) S 26269 26271 26215 0 -1 4202560 1990 0 0 0 15 0 0 0 15 0 19 0 449993216 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26298] ppid=26269 vsize=7641672 CPUtime=3.53 cores=5,7
/proc/26271/task/26298/stat : 26298 (java) S 26269 26271 26215 0 -1 4202560 5520 0 0 0 352 1 0 0 15 0 19 0 449993218 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 0 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26303] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26303/stat : 26303 (java) S 26269 26271 26215 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449993220 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26306] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26306/stat : 26306 (java) S 26269 26271 26215 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 449993220 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26309] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26309/stat : 26309 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449993225 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469889457 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26311] ppid=26269 vsize=7641672 CPUtime=0.23 cores=5,7
/proc/26271/task/26311/stat : 26311 (java) S 26269 26271 26215 0 -1 4202560 1504 0 0 0 23 0 0 0 15 0 19 0 449993225 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26314] ppid=26269 vsize=7641672 CPUtime=0.3 cores=5,7
/proc/26271/task/26314/stat : 26314 (java) S 26269 26271 26215 0 -1 4202560 2932 0 0 0 30 0 0 0 15 0 19 0 449993225 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26317] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26317/stat : 26317 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993225 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26320] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26320/stat : 26320 (java) R 26269 26271 26215 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 449993225 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26271/tid=26346] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26346/stat : 26346 (java) S 26269 26271 26215 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449993245 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1300.87
Current children cumulated vsize (KiB) 7641672

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

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

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.39 3/223 26397
/proc/meminfo: memFree=13804172/32951124 swapFree=67111524/67111528
[pid=26271] ppid=26269 vsize=7641672 CPUtime=1300.87 cores=5,7
/proc/26271/stat : 26271 (java) S 26269 26271 26215 0 -1 4202496 45071 0 17 0 130078 9 0 0 21 0 19 0 449993214 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/26271/statm: 1910418 42392 2254 9 0 1901156 0
[pid=26271/tid=26273] ppid=26269 vsize=7641672 CPUtime=1295.59 cores=5,7
/proc/26271/task/26273/stat : 26273 (java) R 26269 26271 26215 0 -1 4202560 20011 0 17 0 129554 5 0 0 25 0 19 0 449993215 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 46912505558773 0 4 0 16800975 0 0 0 -1 5 0 0 7
[pid=26271/tid=26290] ppid=26269 vsize=7641672 CPUtime=0.14 cores=5,7
/proc/26271/task/26290/stat : 26290 (java) S 26269 26271 26215 0 -1 4202560 1493 0 0 0 14 0 0 0 15 0 19 0 449993216 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26291] ppid=26269 vsize=7641672 CPUtime=0.2 cores=5,7
/proc/26271/task/26291/stat : 26291 (java) S 26269 26271 26215 0 -1 4202560 2970 0 0 0 20 0 0 0 15 0 19 0 449993216 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26292] ppid=26269 vsize=7641672 CPUtime=0.16 cores=5,7
/proc/26271/task/26292/stat : 26292 (java) S 26269 26271 26215 0 -1 4202560 2204 0 0 0 16 0 0 0 15 0 19 0 449993216 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26293] ppid=26269 vsize=7641672 CPUtime=0.11 cores=5,7
/proc/26271/task/26293/stat : 26293 (java) S 26269 26271 26215 0 -1 4202560 1849 0 0 0 11 0 0 0 15 0 19 0 449993216 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26294] ppid=26269 vsize=7641672 CPUtime=0.11 cores=5,7
/proc/26271/task/26294/stat : 26294 (java) S 26269 26271 26215 0 -1 4202560 327 0 0 0 11 0 0 0 15 0 19 0 449993216 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26295] ppid=26269 vsize=7641672 CPUtime=0.11 cores=5,7
/proc/26271/task/26295/stat : 26295 (java) S 26269 26271 26215 0 -1 4202560 1474 0 0 0 11 0 0 0 15 0 19 0 449993216 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26296] ppid=26269 vsize=7641672 CPUtime=0.16 cores=5,7
/proc/26271/task/26296/stat : 26296 (java) S 26269 26271 26215 0 -1 4202560 1567 0 0 0 16 0 0 0 15 0 19 0 449993216 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26297] ppid=26269 vsize=7641672 CPUtime=0.15 cores=5,7
/proc/26271/task/26297/stat : 26297 (java) S 26269 26271 26215 0 -1 4202560 1990 0 0 0 15 0 0 0 15 0 19 0 449993216 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26298] ppid=26269 vsize=7641672 CPUtime=3.53 cores=5,7
/proc/26271/task/26298/stat : 26298 (java) S 26269 26271 26215 0 -1 4202560 5520 0 0 0 352 1 0 0 15 0 19 0 449993218 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 0 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26303] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26303/stat : 26303 (java) S 26269 26271 26215 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 449993220 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26306] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26306/stat : 26306 (java) S 26269 26271 26215 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 449993220 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26309] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26309/stat : 26309 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 449993225 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469889457 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26311] ppid=26269 vsize=7641672 CPUtime=0.23 cores=5,7
/proc/26271/task/26311/stat : 26311 (java) S 26269 26271 26215 0 -1 4202560 1504 0 0 0 23 0 0 0 15 0 19 0 449993225 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 5 0 0 0
[pid=26271/tid=26314] ppid=26269 vsize=7641672 CPUtime=0.3 cores=5,7
/proc/26271/task/26314/stat : 26314 (java) S 26269 26271 26215 0 -1 4202560 2932 0 0 0 30 0 0 0 15 0 19 0 449993225 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26317] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26317/stat : 26317 (java) S 26269 26271 26215 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 449993225 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469881753 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
[pid=26271/tid=26320] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26320/stat : 26320 (java) R 26269 26271 26215 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 449993225 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26271/tid=26346] ppid=26269 vsize=7641672 CPUtime=0 cores=5,7
/proc/26271/task/26346/stat : 26346 (java) S 26269 26271 26215 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 449993245 7825072128 42392 33554432000 1073741824 1073778376 140736185753744 18446744073709551615 252469882368 0 4 0 16800975 18446604462670152768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1300.87
Current children cumulated vsize (KiB) 7641672

Child status: 143
Real time (s): 1300.05
CPU time (s): 1300.95
CPU user time (s): 1300.85
CPU system time (s): 0.105983
CPU usage (%): 100.069
Max. virtual memory (cumulated for all children) (KiB): 7641672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.85
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45379
page faults= 17
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29206
involuntary context switches= 7774

runsolver used 2.02069 second user time and 5.08423 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-12 10:40:27
IDJOB=3190259
IDBENCH=82590
IDSOLVER=1611
FILE ID=node111/3190259-1302597627
RUNJOBID= node111-1302597627-26236
PBS_JOBID= 12958107
Free space on /tmp= 71784 MiB

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

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

MD5SUM BENCH= 7d95438154723bef0aaca7f7f26ea8e2
RANDOM SEED=698526453

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.86
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.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.67
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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14326232 kB
Buffers:        705268 kB
Cached:       17416388 kB
SwapCached:          4 kB
Active:        9456268 kB
Inactive:      8736284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14326232 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3900 kB
Writeback:           0 kB
AnonPages:       70636 kB
Mapped:          17008 kB
Slab:           366764 kB
PageTables:       5628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   242132 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= 71784 MiB
End job on node111 at 2011-04-12 11:02:09