Trace number 3289029

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
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 variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		6997539544
0.00/0.07	c Max memory 		7034241024
0.00/0.07	c Total memory 		7034241024
0.00/0.07	c Number of processors 	8
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483647s
0.00/0.09	c DB Simplification allowed=true
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3289029-1303784185.cnf
0.00/0.09	c reading problem ... 
0.29/0.29	c ... done. Wall clock time 0.199s.
0.29/0.29	c #vars     55875
0.29/0.29	c #constraints  169217
0.29/0.29	c constraints type 
0.29/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 67709
0.29/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 99184
4.23/3.70	c cleaning 2461 clauses out of 4935 with flag 5003/5003
8.55/7.52	c cleaning 4205 clauses out of 8430 with flag 11001/11001
13.35/12.31	c cleaning 5536 clauses out of 11166 with flag 18000/18000
18.25/17.21	c cleaning 6744 clauses out of 13502 with flag 26000/26000
24.66/23.69	c cleaning 7585 clauses out of 15196 with flag 35000/35000
32.36/31.37	c cleaning 8774 clauses out of 17563 with flag 45002/45002
41.06/40.00	c cleaning 9816 clauses out of 19687 with flag 56000/56000
50.17/49.13	c cleaning 10917 clauses out of 21858 with flag 68001/68001
60.48/59.41	c cleaning 11899 clauses out of 23832 with flag 81000/81000
71.28/70.27	c cleaning 12933 clauses out of 25897 with flag 95000/95000
82.49/81.40	c cleaning 13975 clauses out of 27964 with flag 110001/110001
95.49/94.42	c cleaning 14871 clauses out of 29774 with flag 126000/126000
109.59/108.54	c cleaning 15934 clauses out of 31900 with flag 143000/143000
124.20/123.13	c cleaning 16937 clauses out of 33965 with flag 161000/161000
138.91/137.84	c cleaning 17978 clauses out of 35978 with flag 180000/180000
154.42/153.37	c cleaning 18967 clauses out of 37985 with flag 200000/200000
170.03/168.94	c cleaning 19974 clauses out of 40017 with flag 221001/221001
187.53/186.40	c cleaning 20995 clauses out of 42041 with flag 243000/243000
204.24/203.12	c cleaning 21957 clauses out of 44039 with flag 266000/266000
222.94/221.82	c cleaning 23015 clauses out of 46081 with flag 290001/290001
241.55/240.45	c cleaning 23997 clauses out of 48065 with flag 315000/315000
263.25/262.19	c cleaning 25013 clauses out of 50062 with flag 341001/341001
285.46/284.31	c cleaning 25986 clauses out of 52040 with flag 368000/368000
307.26/306.19	c cleaning 27002 clauses out of 54056 with flag 396002/396002
329.37/328.25	c cleaning 28007 clauses out of 56054 with flag 425002/425002
352.37/351.28	c cleaning 29001 clauses out of 58044 with flag 455001/455001
378.48/377.39	c cleaning 29972 clauses out of 60036 with flag 486001/486001
405.38/404.29	c cleaning 30969 clauses out of 62047 with flag 518000/518000
430.39/429.22	c cleaning 32026 clauses out of 64074 with flag 551001/551001
460.40/459.22	c cleaning 32984 clauses out of 66047 with flag 585001/585001
487.51/486.37	c cleaning 33993 clauses out of 68060 with flag 620000/620000
516.71/515.57	c cleaning 35013 clauses out of 70044 with flag 656002/656002
545.01/543.87	c cleaning 35982 clauses out of 72022 with flag 693000/693000
575.22/574.02	c cleaning 36962 clauses out of 74041 with flag 731001/731001
603.33/602.19	c cleaning 37996 clauses out of 76072 with flag 770000/770000
636.23/635.08	c cleaning 38976 clauses out of 78021 with flag 810000/810000
669.24/668.03	c cleaning 40010 clauses out of 80042 with flag 851001/851001
705.54/704.37	c cleaning 40995 clauses out of 82028 with flag 893000/893000
744.25/743.08	c cleaning 41995 clauses out of 84030 with flag 936000/936000
780.46/779.21	c cleaning 42972 clauses out of 86002 with flag 980000/980000
818.36/817.13	c cleaning 43979 clauses out of 88031 with flag 1025001/1025001
855.87/854.68	c cleaning 45000 clauses out of 90030 with flag 1071000/1071000
898.47/897.29	c cleaning 46002 clauses out of 92021 with flag 1118001/1118001
941.78/940.53	c cleaning 47006 clauses out of 94018 with flag 1166001/1166001
984.99/983.75	c cleaning 47995 clauses out of 96012 with flag 1215001/1215001
1033.49/1032.22	c cleaning 48983 clauses out of 98016 with flag 1265000/1265000
1076.30/1075.06	c cleaning 49985 clauses out of 100023 with flag 1316000/1316000
1123.70/1122.46	c cleaning 50968 clauses out of 102038 with flag 1368000/1368000
1172.82/1171.56	c cleaning 52032 clauses out of 104072 with flag 1421002/1421002
1224.72/1223.43	c cleaning 52994 clauses out of 106039 with flag 1475001/1475001
1276.23/1274.90	c cleaning 54011 clauses out of 108044 with flag 1530000/1530000
1301.34/1300.01	c starts		: 1404
1301.34/1300.01	c conflicts		: 1557408
1301.34/1300.01	c decisions		: 2232346
1301.34/1300.01	c propagations		: 2517759965
1301.34/1300.01	c inspects		: 9130675151
1301.34/1300.01	c shortcuts		: 0
1301.34/1300.01	c learnt literals	: 164
1301.34/1300.01	c learnt binary clauses	: 1576
1301.34/1300.01	c learnt ternary clauses	: 3456
1301.34/1300.01	c learnt constraints	: 1557244
1301.34/1300.01	c ignored constraints	: 0
1301.34/1300.01	c root simplifications	: 1568
1301.34/1300.01	c removed literals (reason simplification)	: 26900994
1301.34/1300.01	c reason swapping (by a shorter reason)	: 0
1301.34/1300.01	c Calls to reduceDB	: 51
1301.34/1300.01	c speed (assignments/second)	: 1937157.1870535093
1301.34/1300.01	c non guided choices	782
1301.34/1300.06	c learnt constraints type 
1301.34/1300.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1294
1301.34/1300.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80169
1301.34/1300.06	c constraints type 
1301.34/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 67709
1301.34/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 99184
1301.34/1300.06	s UNKNOWN
1301.34/1300.06	c Total wall clock time (in seconds) : 1299.919

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3289029-1303784185/watcher-3289029-1303784185 -o /tmp/evaluation-result-3289029-1303784185/solver-3289029-1303784185 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3289029-1303784185.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.37 2.21 2/188 23288
/proc/meminfo: memFree=13604356/32950928 swapFree=67111528/67111528
[pid=23288] ppid=23286 vsize=31604 CPUtime=0 cores=5,7
/proc/23288/stat : 23288 (java) S 23286 23288 21557 0 -1 4202496 1270 0 0 0 0 0 0 0 18 0 2 0 490017186 32362496 987 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826042853 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/23288/statm: 7901 996 767 9 0 386 0
[pid=23288/tid=23289] ppid=23286 vsize=31604 CPUtime=0 cores=5,7
/proc/23288/task/23289/stat : 23289 (java) R 23286 23288 21557 0 -1 4202560 170 0 0 0 0 0 0 0 19 0 2 0 490017186 32362496 1001 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251809316487 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.102567 s]
/proc/loadavg: 0.92 1.37 2.21 2/188 23288
/proc/meminfo: memFree=13604356/32950928 swapFree=67111528/67111528
[pid=23288] ppid=23286 vsize=7636456 CPUtime=0.1 cores=5,7
/proc/23288/stat : 23288 (java) S 23286 23288 21557 0 -1 4202496 10945 0 1 0 9 1 0 0 18 0 18 0 490017186 7819730944 10640 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23288/statm: 1909114 10640 2121 9 0 1899852 0
[pid=23288/tid=23289] ppid=23286 vsize=7636456 CPUtime=0.08 cores=5,7
/proc/23288/task/23289/stat : 23289 (java) R 23286 23288 21557 0 -1 4202560 9121 0 1 0 7 1 0 0 24 0 18 0 490017186 7819730944 10640 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 47613694393125 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636456

[startup+0.200551 s]
/proc/loadavg: 0.92 1.37 2.21 2/188 23288
/proc/meminfo: memFree=13604356/32950928 swapFree=67111528/67111528
[pid=23288] ppid=23286 vsize=7639008 CPUtime=0.29 cores=5,7
/proc/23288/stat : 23288 (java) S 23286 23288 21557 0 -1 4202496 12812 0 1 0 27 2 0 0 18 0 18 0 490017186 7822344192 12507 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23288/statm: 1909752 12507 2197 9 0 1900490 0
[pid=23288/tid=23289] ppid=23286 vsize=7639008 CPUtime=0.18 cores=5,7
/proc/23288/task/23289/stat : 23289 (java) R 23286 23288 21557 0 -1 4202560 10265 0 1 0 17 1 0 0 24 0 18 0 490017186 7822344192 12507 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 46912505497594 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7639008

[startup+0.300534 s]
/proc/loadavg: 0.92 1.37 2.21 2/188 23288
/proc/meminfo: memFree=13604356/32950928 swapFree=67111528/67111528
[pid=23288] ppid=23286 vsize=7639008 CPUtime=0.39 cores=5,7
/proc/23288/stat : 23288 (java) S 23286 23288 21557 0 -1 4202496 16904 0 1 0 37 2 0 0 18 0 18 0 490017186 7822344192 16599 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23288/statm: 1909752 16599 2204 9 0 1900490 0
[pid=23288/tid=23289] ppid=23286 vsize=7639008 CPUtime=0.27 cores=5,7
/proc/23288/task/23289/stat : 23289 (java) R 23286 23288 21557 0 -1 4202560 14354 0 1 0 26 1 0 0 25 0 18 0 490017186 7822344192 16599 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 46912505190212 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 7639008

[startup+0.70047 s]
/proc/loadavg: 0.92 1.37 2.21 2/188 23288
/proc/meminfo: memFree=13604356/32950928 swapFree=67111528/67111528
[pid=23288] ppid=23286 vsize=7642596 CPUtime=1.15 cores=5,7
/proc/23288/stat : 23288 (java) S 23286 23288 21557 0 -1 4202496 18697 0 1 0 113 2 0 0 18 0 19 0 490017186 7826018304 17818 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23288/statm: 1910649 17818 2221 9 0 1901387 0
[pid=23288/tid=23289] ppid=23286 vsize=7642596 CPUtime=0.67 cores=5,7
/proc/23288/task/23289/stat : 23289 (java) R 23286 23288 21557 0 -1 4202560 14886 0 1 0 66 1 0 0 25 0 19 0 490017186 7826018304 17818 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 46912505642939 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 7642596

[startup+1.50133 s]
/proc/loadavg: 0.92 1.37 2.21 5/262 23372
/proc/meminfo: memFree=13357488/32950928 swapFree=67111528/67111528
[pid=23288] ppid=23286 vsize=7642596 CPUtime=2.02 cores=5,7
/proc/23288/stat : 23288 (java) S 23286 23288 21557 0 -1 4202496 18776 0 1 0 200 2 0 0 18 0 19 0 490017186 7826018304 17896 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23288/statm: 1910649 17896 2222 9 0 1901387 0
[pid=23288/tid=23289] ppid=23286 vsize=7642596 CPUtime=1.45 cores=5,7
/proc/23288/task/23289/stat : 23289 (java) R 23286 23288 21557 0 -1 4202560 14945 0 1 0 144 1 0 0 25 0 19 0 490017186 7826018304 17896 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 46912505642996 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23288/tid=23294] ppid=23286 vsize=7642596 CPUtime=0 cores=5,7
/proc/23288/task/23294/stat : 23294 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 490017188 7826018304 17896 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23295] ppid=23286 vsize=7642596 CPUtime=0 cores=5,7
/proc/23288/task/23295/stat : 23295 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490017188 7826018304 17896 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23296] ppid=23286 vsize=7642596 CPUtime=0 cores=5,7
/proc/23288/task/23296/stat : 23296 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490017188 7826018304 17896 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23297] ppid=23286 vsize=7642596 CPUtime=0 cores=5,7
/proc/23288/task/23297/stat : 23297 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490017188 7826018304 17896 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23298] ppid=23286 vsize=7642596 CPUtime=0 cores=5,7
/proc/23288/task/23298/stat : 23298 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490017188 7826018304 17896 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23299] ppid=23286 vsize=7642596 CPUtime=0 cores=5,7
/proc/23288/task/23299/stat : 23299 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490017188 7826018304 17896 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23300] ppid=23286 vsize=7642596 CPUtime=0 cores=5,7
/proc/23288/task/23300/stat : 23300 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490017188 7826018304 17896 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23301] ppid=23286 vsize=7642596 CPUtime=0 cores=5,7
/proc/23288/task/23301/stat : 23301 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 490017188 7826018304 17896 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23302] ppid=23286 vsize=7642596 CPUtime=0 cores=5,7
/proc/23288/task/23302/stat : 23302 (java) S 23286 23288 21557 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 490017189 7826018304 17896 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056704 0 0 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23303] ppid=23286 vsize=7642596 CPUtime=0 cores=5,7
/proc/23288/task/23303/stat : 23303 (java) S 23286 23288 21557 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 490017189 7826018304 17896 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23304] ppid=23286 vsize=7642596 CPUtime=0 cores=5,7
/proc/23288/task/23304/stat : 23304 (java) S 23286 23288 21557 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 490017189 7826018304 17896 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23314] ppid=23286 vsize=7642596 CPUtime=0 cores=5,7
/proc/23288/task/23314/stat : 23314 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490017191 7826018304 17896 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826063793 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23315] ppid=23286 vsize=7642596 CPUtime=0.2 cores=5,7
/proc/23288/task/23315/stat : 23315 (java) S 23286 23288 21557 0 -1 4202560 445 0 0 0 20 0 0 0 18 0 19 0 490017191 7826018304 17896 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23316] ppid=23286 vsize=7642596 CPUtime=0.34 cores=5,7
/proc/23288/task/23316/stat : 23316 (java) S 23286 23288 21557 0 -1 4202560 2223 0 0 0 34 0 0 0 16 0 19 0 490017191 7826018304 17896 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23317] ppid=23286 vsize=7642596 CPUtime=0 cores=5,7
/proc/23288/task/23317/stat : 23317 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 490017191 7826018304 17896 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23318] ppid=23286 vsize=7642596 CPUtime=0 cores=5,7
/proc/23288/task/23318/stat : 23318 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490017191 7826018304 17896 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056704 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23370] ppid=23286 vsize=7642596 CPUtime=0 cores=5,7
/proc/23288/task/23370/stat : 23370 (java) S 23286 23288 21557 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490017219 7826018304 17896 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056704 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 7642596

[startup+3.10107 s]
/proc/loadavg: 0.92 1.37 2.21 6/262 23372
/proc/meminfo: memFree=13354400/32950928 swapFree=67111528/67111528
[pid=23288] ppid=23286 vsize=7642948 CPUtime=3.62 cores=5,7
/proc/23288/stat : 23288 (java) S 23286 23288 21557 0 -1 4202496 19002 0 1 0 360 2 0 0 18 0 19 0 490017186 7826378752 18121 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23288/statm: 1910737 18121 2225 9 0 1901475 0
[pid=23288/tid=23289] ppid=23286 vsize=7642948 CPUtime=3.03 cores=5,7
/proc/23288/task/23289/stat : 23289 (java) R 23286 23288 21557 0 -1 4202560 15094 0 1 0 301 2 0 0 25 0 19 0 490017186 7826378752 18121 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 46912505647840 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23288/tid=23294] ppid=23286 vsize=7642948 CPUtime=0 cores=5,7
/proc/23288/task/23294/stat : 23294 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 490017188 7826378752 18121 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23295] ppid=23286 vsize=7642948 CPUtime=0 cores=5,7
/proc/23288/task/23295/stat : 23295 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490017188 7826378752 18121 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23296] ppid=23286 vsize=7642948 CPUtime=0 cores=5,7
/proc/23288/task/23296/stat : 23296 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490017188 7826378752 18121 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23297] ppid=23286 vsize=7642948 CPUtime=0 cores=5,7
/proc/23288/task/23297/stat : 23297 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490017188 7826378752 18121 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23298] ppid=23286 vsize=7642948 CPUtime=0 cores=5,7
/proc/23288/task/23298/stat : 23298 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490017188 7826378752 18121 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23299] ppid=23286 vsize=7642948 CPUtime=0 cores=5,7
/proc/23288/task/23299/stat : 23299 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490017188 7826378752 18121 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23300] ppid=23286 vsize=7642948 CPUtime=0 cores=5,7
/proc/23288/task/23300/stat : 23300 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490017188 7826378752 18121 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23301] ppid=23286 vsize=7642948 CPUtime=0 cores=5,7
/proc/23288/task/23301/stat : 23301 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 490017188 7826378752 18121 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23302] ppid=23286 vsize=7642948 CPUtime=0 cores=5,7
/proc/23288/task/23302/stat : 23302 (java) S 23286 23288 21557 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 490017189 7826378752 18121 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056704 0 0 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23303] ppid=23286 vsize=7642948 CPUtime=0 cores=5,7
/proc/23288/task/23303/stat : 23303 (java) S 23286 23288 21557 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 490017189 7826378752 18121 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23304] ppid=23286 vsize=7642948 CPUtime=0 cores=5,7
/proc/23288/task/23304/stat : 23304 (java) S 23286 23288 21557 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 490017189 7826378752 18121 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23314] ppid=23286 vsize=7642948 CPUtime=0 cores=5,7
/proc/23288/task/23314/stat : 23314 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490017191 7826378752 18121 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826063793 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23315] ppid=23286 vsize=7642948 CPUtime=0.2 cores=5,7
/proc/23288/task/23315/stat : 23315 (java) S 23286 23288 21557 0 -1 4202560 445 0 0 0 20 0 0 0 18 0 19 0 490017191 7826378752 18121 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23316] ppid=23286 vsize=7642948 CPUtime=0.37 cores=5,7
/proc/23288/task/23316/stat : 23316 (java) S 23286 23288 21557 0 -1 4202560 2300 0 0 0 37 0 0 0 15 0 19 0 490017191 7826378752 18121 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23317] ppid=23286 vsize=7642948 CPUtime=0 cores=5,7
/proc/23288/task/23317/stat : 23317 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 490017191 7826378752 18121 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23318] ppid=23286 vsize=7642948 CPUtime=0 cores=5,7
/proc/23288/task/23318/stat : 23318 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490017191 7826378752 18121 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056704 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23370] ppid=23286 vsize=7642948 CPUtime=0 cores=5,7
/proc/23288/task/23370/stat : 23370 (java) S 23286 23288 21557 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490017219 7826378752 18121 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056704 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 7642948

[startup+6.30153 s]
/proc/loadavg: 1.17 1.42 2.22 5/262 23372
/proc/meminfo: memFree=13134864/32950928 swapFree=67111528/67111528
[pid=23288] ppid=23286 vsize=7652760 CPUtime=7.32 cores=5,7
/proc/23288/stat : 23288 (java) S 23286 23288 21557 0 -1 4202496 36810 0 1 0 728 4 0 0 18 0 19 0 490017186 7836426240 32262 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23288/statm: 1913190 32262 2251 9 0 1903928 0
[pid=23288/tid=23289] ppid=23286 vsize=7652760 CPUtime=6.1 cores=5,7
/proc/23288/task/23289/stat : 23289 (java) R 23286 23288 21557 0 -1 4202560 15189 0 1 0 608 2 0 0 25 0 19 0 490017186 7836426240 32262 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 46912505756514 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=23288/tid=23294] ppid=23286 vsize=7652760 CPUtime=0.03 cores=5,7
/proc/23288/task/23294/stat : 23294 (java) S 23286 23288 21557 0 -1 4202560 3291 0 0 0 3 0 0 0 18 0 19 0 490017188 7836426240 32262 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23295] ppid=23286 vsize=7652760 CPUtime=0.03 cores=5,7
/proc/23288/task/23295/stat : 23295 (java) S 23286 23288 21557 0 -1 4202560 2494 0 0 0 3 0 0 0 18 0 19 0 490017188 7836426240 32262 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23296] ppid=23286 vsize=7652760 CPUtime=0 cores=5,7
/proc/23288/task/23296/stat : 23296 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490017188 7836426240 32262 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23297] ppid=23286 vsize=7652760 CPUtime=0 cores=5,7
/proc/23288/task/23297/stat : 23297 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490017188 7836426240 32262 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23298] ppid=23286 vsize=7652760 CPUtime=0 cores=5,7
/proc/23288/task/23298/stat : 23298 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490017188 7836426240 32262 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23299] ppid=23286 vsize=7652760 CPUtime=0 cores=5,7
/proc/23288/task/23299/stat : 23299 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490017188 7836426240 32262 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23300] ppid=23286 vsize=7652760 CPUtime=0 cores=5,7
/proc/23288/task/23300/stat : 23300 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490017188 7836426240 32262 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23301] ppid=23286 vsize=7652760 CPUtime=0 cores=5,7
/proc/23288/task/23301/stat : 23301 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490017188 7836426240 32262 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23302] ppid=23286 vsize=7652760 CPUtime=0.07 cores=5,7
/proc/23288/task/23302/stat : 23302 (java) S 23286 23288 21557 0 -1 4202560 5783 0 0 0 7 0 0 0 15 0 19 0 490017189 7836426240 32262 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056704 0 0 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23303] ppid=23286 vsize=7652760 CPUtime=0 cores=5,7
/proc/23288/task/23303/stat : 23303 (java) S 23286 23288 21557 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490017189 7836426240 32262 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23304] ppid=23286 vsize=7652760 CPUtime=0 cores=5,7
/proc/23288/task/23304/stat : 23304 (java) S 23286 23288 21557 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490017189 7836426240 32262 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23314] ppid=23286 vsize=7652760 CPUtime=0 cores=5,7
/proc/23288/task/23314/stat : 23314 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490017191 7836426240 32262 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826063793 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23315] ppid=23286 vsize=7652760 CPUtime=0.21 cores=5,7
/proc/23288/task/23315/stat : 23315 (java) S 23286 23288 21557 0 -1 4202560 446 0 0 0 21 0 0 0 16 0 19 0 490017191 7836426240 32262 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23316] ppid=23286 vsize=7652760 CPUtime=0.84 cores=5,7
/proc/23288/task/23316/stat : 23316 (java) S 23286 23288 21557 0 -1 4202560 8449 0 0 0 83 1 0 0 16 0 19 0 490017191 7836426240 32262 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0

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

[pid=23288/tid=23299] ppid=23286 vsize=7648596 CPUtime=0.09 cores=5,7
/proc/23288/task/23299/stat : 23299 (java) S 23286 23288 21557 0 -1 4202560 186 0 0 0 9 0 0 0 15 0 19 0 490017188 7832162304 35404 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23300] ppid=23286 vsize=7648596 CPUtime=0.09 cores=5,7
/proc/23288/task/23300/stat : 23300 (java) S 23286 23288 21557 0 -1 4202560 103 0 0 0 9 0 0 0 15 0 19 0 490017188 7832162304 35404 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23301] ppid=23286 vsize=7648596 CPUtime=0.11 cores=5,7
/proc/23288/task/23301/stat : 23301 (java) S 23286 23288 21557 0 -1 4202560 185 0 0 0 11 0 0 0 15 0 19 0 490017188 7832162304 35404 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23302] ppid=23286 vsize=7648596 CPUtime=3.84 cores=5,7
/proc/23288/task/23302/stat : 23302 (java) S 23286 23288 21557 0 -1 4202560 9389 0 0 0 384 0 0 0 15 0 19 0 490017189 7832162304 35404 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056704 0 0 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23303] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23303/stat : 23303 (java) S 23286 23288 21557 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490017189 7832162304 35404 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23304] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23304/stat : 23304 (java) S 23286 23288 21557 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490017189 7832162304 35404 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23314] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23314/stat : 23314 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490017191 7832162304 35404 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826063793 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23315] ppid=23286 vsize=7648596 CPUtime=0.24 cores=5,7
/proc/23288/task/23315/stat : 23315 (java) S 23286 23288 21557 0 -1 4202560 448 0 0 0 24 0 0 0 15 0 19 0 490017191 7832162304 35404 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23316] ppid=23286 vsize=7648596 CPUtime=0.87 cores=5,7
/proc/23288/task/23316/stat : 23316 (java) S 23286 23288 21557 0 -1 4202560 8450 0 0 0 86 1 0 0 15 0 19 0 490017191 7832162304 35404 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23317] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23317/stat : 23317 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 490017191 7832162304 35404 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23318] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23318/stat : 23318 (java) S 23286 23288 21557 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 490017191 7832162304 35404 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056704 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23370] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23370/stat : 23370 (java) S 23286 23288 21557 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490017219 7832162304 35404 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056704 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1183.62
Current children cumulated vsize (KiB) 7648596

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.51 5/262 23405
/proc/meminfo: memFree=13072508/32950928 swapFree=67111528/67111528
[pid=23288] ppid=23286 vsize=7648596 CPUtime=1243.62 cores=5,7
/proc/23288/stat : 23288 (java) S 23286 23288 21557 0 -1 4202496 41203 0 1 0 124357 5 0 0 18 0 19 0 490017186 7832162304 35430 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23288/statm: 1912149 35430 2253 9 0 1902887 0
[pid=23288/tid=23289] ppid=23286 vsize=7648596 CPUtime=1237.82 cores=5,7
/proc/23288/task/23289/stat : 23289 (java) R 23286 23288 21557 0 -1 4202560 15240 0 1 0 123780 2 0 0 25 0 19 0 490017186 7832162304 35430 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 46912505643127 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23288/tid=23294] ppid=23286 vsize=7648596 CPUtime=0.08 cores=5,7
/proc/23288/task/23294/stat : 23294 (java) S 23286 23288 21557 0 -1 4202560 3295 0 0 0 8 0 0 0 15 0 19 0 490017188 7832162304 35430 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23295] ppid=23286 vsize=7648596 CPUtime=0.1 cores=5,7
/proc/23288/task/23295/stat : 23295 (java) S 23286 23288 21557 0 -1 4202560 2500 0 0 0 10 0 0 0 15 0 19 0 490017188 7832162304 35430 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23296] ppid=23286 vsize=7648596 CPUtime=0.08 cores=5,7
/proc/23288/task/23296/stat : 23296 (java) S 23286 23288 21557 0 -1 4202560 11 0 0 0 8 0 0 0 15 0 19 0 490017188 7832162304 35430 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23297] ppid=23286 vsize=7648596 CPUtime=0.11 cores=5,7
/proc/23288/task/23297/stat : 23297 (java) S 23286 23288 21557 0 -1 4202560 87 0 0 0 11 0 0 0 16 0 19 0 490017188 7832162304 35430 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23298] ppid=23286 vsize=7648596 CPUtime=0.03 cores=5,7
/proc/23288/task/23298/stat : 23298 (java) S 23286 23288 21557 0 -1 4202560 58 0 0 0 3 0 0 0 15 0 19 0 490017188 7832162304 35430 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23299] ppid=23286 vsize=7648596 CPUtime=0.09 cores=5,7
/proc/23288/task/23299/stat : 23299 (java) S 23286 23288 21557 0 -1 4202560 186 0 0 0 9 0 0 0 15 0 19 0 490017188 7832162304 35430 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23300] ppid=23286 vsize=7648596 CPUtime=0.09 cores=5,7
/proc/23288/task/23300/stat : 23300 (java) S 23286 23288 21557 0 -1 4202560 103 0 0 0 9 0 0 0 15 0 19 0 490017188 7832162304 35430 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23301] ppid=23286 vsize=7648596 CPUtime=0.11 cores=5,7
/proc/23288/task/23301/stat : 23301 (java) S 23286 23288 21557 0 -1 4202560 185 0 0 0 11 0 0 0 15 0 19 0 490017188 7832162304 35430 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23302] ppid=23286 vsize=7648596 CPUtime=3.92 cores=5,7
/proc/23288/task/23302/stat : 23302 (java) S 23286 23288 21557 0 -1 4202560 9416 0 0 0 392 0 0 0 15 0 19 0 490017189 7832162304 35430 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056704 0 0 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23303] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23303/stat : 23303 (java) S 23286 23288 21557 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490017189 7832162304 35430 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23304] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23304/stat : 23304 (java) S 23286 23288 21557 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490017189 7832162304 35430 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23314] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23314/stat : 23314 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490017191 7832162304 35430 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826063793 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23315] ppid=23286 vsize=7648596 CPUtime=0.24 cores=5,7
/proc/23288/task/23315/stat : 23315 (java) S 23286 23288 21557 0 -1 4202560 448 0 0 0 24 0 0 0 15 0 19 0 490017191 7832162304 35430 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23316] ppid=23286 vsize=7648596 CPUtime=0.87 cores=5,7
/proc/23288/task/23316/stat : 23316 (java) S 23286 23288 21557 0 -1 4202560 8450 0 0 0 86 1 0 0 15 0 19 0 490017191 7832162304 35430 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23317] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23317/stat : 23317 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 490017191 7832162304 35430 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23318] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23318/stat : 23318 (java) S 23286 23288 21557 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 490017191 7832162304 35430 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056704 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23370] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23370/stat : 23370 (java) S 23286 23288 21557 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490017219 7832162304 35430 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056704 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1243.62
Current children cumulated vsize (KiB) 7648596



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.54 7/265 23409
/proc/meminfo: memFree=13067512/32950928 swapFree=67111528/67111528
[pid=23288] ppid=23286 vsize=7648596 CPUtime=1301.34 cores=5,7
/proc/23288/stat : 23288 (java) S 23286 23288 21557 0 -1 4202496 41320 0 1 0 130129 5 0 0 18 0 19 0 490017186 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23288/statm: 1912149 35540 2253 9 0 1902887 0
[pid=23288/tid=23289] ppid=23286 vsize=7648596 CPUtime=1295.43 cores=5,7
/proc/23288/task/23289/stat : 23289 (java) R 23286 23288 21557 0 -1 4202560 15241 0 1 0 129541 2 0 0 25 0 19 0 490017186 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 46912505638887 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23288/tid=23294] ppid=23286 vsize=7648596 CPUtime=0.08 cores=5,7
/proc/23288/task/23294/stat : 23294 (java) S 23286 23288 21557 0 -1 4202560 3295 0 0 0 8 0 0 0 15 0 19 0 490017188 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23295] ppid=23286 vsize=7648596 CPUtime=0.1 cores=5,7
/proc/23288/task/23295/stat : 23295 (java) S 23286 23288 21557 0 -1 4202560 2500 0 0 0 10 0 0 0 15 0 19 0 490017188 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23296] ppid=23286 vsize=7648596 CPUtime=0.08 cores=5,7
/proc/23288/task/23296/stat : 23296 (java) S 23286 23288 21557 0 -1 4202560 11 0 0 0 8 0 0 0 15 0 19 0 490017188 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23297] ppid=23286 vsize=7648596 CPUtime=0.12 cores=5,7
/proc/23288/task/23297/stat : 23297 (java) S 23286 23288 21557 0 -1 4202560 87 0 0 0 12 0 0 0 15 0 19 0 490017188 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23298] ppid=23286 vsize=7648596 CPUtime=0.03 cores=5,7
/proc/23288/task/23298/stat : 23298 (java) S 23286 23288 21557 0 -1 4202560 58 0 0 0 3 0 0 0 15 0 19 0 490017188 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23299] ppid=23286 vsize=7648596 CPUtime=0.09 cores=5,7
/proc/23288/task/23299/stat : 23299 (java) S 23286 23288 21557 0 -1 4202560 186 0 0 0 9 0 0 0 15 0 19 0 490017188 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23300] ppid=23286 vsize=7648596 CPUtime=0.1 cores=5,7
/proc/23288/task/23300/stat : 23300 (java) S 23286 23288 21557 0 -1 4202560 103 0 0 0 10 0 0 0 15 0 19 0 490017188 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23301] ppid=23286 vsize=7648596 CPUtime=0.11 cores=5,7
/proc/23288/task/23301/stat : 23301 (java) S 23286 23288 21557 0 -1 4202560 185 0 0 0 11 0 0 0 15 0 19 0 490017188 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23302] ppid=23286 vsize=7648596 CPUtime=4 cores=5,7
/proc/23288/task/23302/stat : 23302 (java) S 23286 23288 21557 0 -1 4202560 9528 0 0 0 400 0 0 0 15 0 19 0 490017189 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056704 0 0 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23303] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23303/stat : 23303 (java) S 23286 23288 21557 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490017189 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23304] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23304/stat : 23304 (java) S 23286 23288 21557 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490017189 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23314] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23314/stat : 23314 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490017191 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826063793 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23315] ppid=23286 vsize=7648596 CPUtime=0.24 cores=5,7
/proc/23288/task/23315/stat : 23315 (java) S 23286 23288 21557 0 -1 4202560 448 0 0 0 24 0 0 0 15 0 19 0 490017191 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23316] ppid=23286 vsize=7648596 CPUtime=0.87 cores=5,7
/proc/23288/task/23316/stat : 23316 (java) S 23286 23288 21557 0 -1 4202560 8450 0 0 0 86 1 0 0 15 0 19 0 490017191 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23317] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23317/stat : 23317 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 490017191 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23318] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23318/stat : 23318 (java) S 23286 23288 21557 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 490017191 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056704 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23370] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23370/stat : 23370 (java) S 23286 23288 21557 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490017219 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056704 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1301.34
Current children cumulated vsize (KiB) 7648596

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.54 7/265 23409
/proc/meminfo: memFree=13067512/32950928 swapFree=67111528/67111528
[pid=23288] ppid=23286 vsize=7648596 CPUtime=1301.34 cores=5,7
/proc/23288/stat : 23288 (java) S 23286 23288 21557 0 -1 4202496 41320 0 1 0 130129 5 0 0 18 0 19 0 490017186 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826042853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/23288/statm: 1912149 35540 2253 9 0 1902887 0
[pid=23288/tid=23289] ppid=23286 vsize=7648596 CPUtime=1295.43 cores=5,7
/proc/23288/task/23289/stat : 23289 (java) R 23286 23288 21557 0 -1 4202560 15241 0 1 0 129541 2 0 0 25 0 19 0 490017186 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 46912505638887 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23288/tid=23294] ppid=23286 vsize=7648596 CPUtime=0.08 cores=5,7
/proc/23288/task/23294/stat : 23294 (java) S 23286 23288 21557 0 -1 4202560 3295 0 0 0 8 0 0 0 15 0 19 0 490017188 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23295] ppid=23286 vsize=7648596 CPUtime=0.1 cores=5,7
/proc/23288/task/23295/stat : 23295 (java) S 23286 23288 21557 0 -1 4202560 2500 0 0 0 10 0 0 0 15 0 19 0 490017188 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23296] ppid=23286 vsize=7648596 CPUtime=0.08 cores=5,7
/proc/23288/task/23296/stat : 23296 (java) S 23286 23288 21557 0 -1 4202560 11 0 0 0 8 0 0 0 15 0 19 0 490017188 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23297] ppid=23286 vsize=7648596 CPUtime=0.12 cores=5,7
/proc/23288/task/23297/stat : 23297 (java) S 23286 23288 21557 0 -1 4202560 87 0 0 0 12 0 0 0 15 0 19 0 490017188 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23298] ppid=23286 vsize=7648596 CPUtime=0.03 cores=5,7
/proc/23288/task/23298/stat : 23298 (java) S 23286 23288 21557 0 -1 4202560 58 0 0 0 3 0 0 0 15 0 19 0 490017188 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23299] ppid=23286 vsize=7648596 CPUtime=0.09 cores=5,7
/proc/23288/task/23299/stat : 23299 (java) S 23286 23288 21557 0 -1 4202560 186 0 0 0 9 0 0 0 15 0 19 0 490017188 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23300] ppid=23286 vsize=7648596 CPUtime=0.1 cores=5,7
/proc/23288/task/23300/stat : 23300 (java) S 23286 23288 21557 0 -1 4202560 103 0 0 0 10 0 0 0 15 0 19 0 490017188 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23301] ppid=23286 vsize=7648596 CPUtime=0.11 cores=5,7
/proc/23288/task/23301/stat : 23301 (java) S 23286 23288 21557 0 -1 4202560 185 0 0 0 11 0 0 0 15 0 19 0 490017188 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23302] ppid=23286 vsize=7648596 CPUtime=4 cores=5,7
/proc/23288/task/23302/stat : 23302 (java) S 23286 23288 21557 0 -1 4202560 9528 0 0 0 400 0 0 0 15 0 19 0 490017189 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056704 0 0 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23303] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23303/stat : 23303 (java) S 23286 23288 21557 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490017189 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23304] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23304/stat : 23304 (java) S 23286 23288 21557 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490017189 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23314] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23314/stat : 23314 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 490017191 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826063793 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23315] ppid=23286 vsize=7648596 CPUtime=0.24 cores=5,7
/proc/23288/task/23315/stat : 23315 (java) S 23286 23288 21557 0 -1 4202560 448 0 0 0 24 0 0 0 15 0 19 0 490017191 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23316] ppid=23286 vsize=7648596 CPUtime=0.87 cores=5,7
/proc/23288/task/23316/stat : 23316 (java) S 23286 23288 21557 0 -1 4202560 8450 0 0 0 86 1 0 0 15 0 19 0 490017191 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23317] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23317/stat : 23317 (java) S 23286 23288 21557 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 490017191 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056089 0 4 0 16800975 18446604471107761472 0 0 -1 5 0 0 0
[pid=23288/tid=23318] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23318/stat : 23318 (java) S 23286 23288 21557 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 490017191 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056704 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
[pid=23288/tid=23370] ppid=23286 vsize=7648596 CPUtime=0 cores=5,7
/proc/23288/task/23370/stat : 23370 (java) S 23286 23288 21557 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490017219 7832162304 35540 33554432000 1073741824 1073778376 140734635284800 18446744073709551615 251826056704 0 4 0 16800975 18446604471107761472 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1301.34
Current children cumulated vsize (KiB) 7648596

Child status: 143
Real time (s): 1300.07
CPU time (s): 1301.46
CPU user time (s): 1301.4
CPU system time (s): 0.06499
CPU usage (%): 100.107
Max. virtual memory (cumulated for all children) (KiB): 7663460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.4
system time used= 0.06499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41356
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= 28061
involuntary context switches= 5624

runsolver used 2.25266 second user time and 4.86026 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-26 04:16:25
IDJOB=3289029
IDBENCH=83113
IDSOLVER=1611
FILE ID=node126/3289029-1303784185
RUNJOBID= node126-1303784185-23260
PBS_JOBID= 13157198
Free space on /tmp= 71732 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top22.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-3289029-1303784185/watcher-3289029-1303784185 -o /tmp/evaluation-result-3289029-1303784185/solver-3289029-1303784185 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3289029-1303784185.cnf

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

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
RANDOM SEED=1367244861

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13604884 kB
Buffers:       2001892 kB
Cached:       16679320 kB
SwapCached:          0 kB
Active:        7903436 kB
Inactive:     10868420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13604884 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5592 kB
Writeback:           0 kB
AnonPages:       89872 kB
Mapped:          19512 kB
Slab:           509752 kB
PageTables:       5452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7432420 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= 71728 MiB
End job on node126 at 2011-04-26 04:38:07