Trace number 3288845

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
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 variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483647s
0.09/0.10	c DB Simplification allowed=true
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3288845-1303783323.cnf
0.09/0.10	c reading problem ... 
0.33/0.34	c ... done. Wall clock time 0.241s.
0.33/0.34	c #vars     73074
0.33/0.34	c #constraints  232543
0.33/0.34	c constraints type 
0.33/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120183
0.33/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 110047
4.47/3.91	c cleaning 2475 clauses out of 4950 with flag 5000/5000
8.07/7.46	c cleaning 4219 clauses out of 8470 with flag 11001/11001
12.58/12.00	c cleaning 5611 clauses out of 11238 with flag 18000/18000
16.88/16.26	c cleaning 6775 clauses out of 13624 with flag 26000/26000
21.39/20.78	c cleaning 7912 clauses out of 15849 with flag 35003/35003
27.59/26.91	c cleaning 8895 clauses out of 17915 with flag 45001/45001
34.40/33.78	c cleaning 9993 clauses out of 20009 with flag 56000/56000
42.11/41.42	c cleaning 10921 clauses out of 21933 with flag 68000/68000
50.22/49.56	c cleaning 11959 clauses out of 24012 with flag 81000/81000
59.72/59.04	c cleaning 12964 clauses out of 26025 with flag 95001/95001
69.63/68.94	c cleaning 14014 clauses out of 28061 with flag 110001/110001
79.04/78.32	c cleaning 14991 clauses out of 30027 with flag 126000/126000
89.65/88.99	c cleaning 15989 clauses out of 32017 with flag 143001/143001
102.56/101.83	c cleaning 16999 clauses out of 34026 with flag 161000/161000
114.77/114.03	c cleaning 17997 clauses out of 36014 with flag 180000/180000
129.08/128.34	c cleaning 19010 clauses out of 38019 with flag 200002/200002
144.99/144.27	c cleaning 19969 clauses out of 39970 with flag 221003/221003
159.39/158.62	c cleaning 20910 clauses out of 41914 with flag 243000/243000
175.00/174.26	c cleaning 21967 clauses out of 44001 with flag 266003/266003
191.01/190.30	c cleaning 23004 clauses out of 46031 with flag 290000/290000
210.52/209.77	c cleaning 23973 clauses out of 48017 with flag 315003/315003
226.34/225.59	c cleaning 24972 clauses out of 50037 with flag 341002/341002
244.94/244.19	c cleaning 26002 clauses out of 52068 with flag 368005/368005
265.35/264.50	c cleaning 27001 clauses out of 54060 with flag 396000/396000
285.66/284.90	c cleaning 28013 clauses out of 56055 with flag 425000/425000
313.57/312.72	c cleaning 28979 clauses out of 58042 with flag 455000/455000
338.08/337.21	c cleaning 29946 clauses out of 60058 with flag 486000/486000
364.59/363.77	c cleaning 31047 clauses out of 62109 with flag 518000/518000
392.31/391.47	c cleaning 32000 clauses out of 64062 with flag 551000/551000
419.62/418.77	c cleaning 33007 clauses out of 66062 with flag 585000/585000
451.13/450.30	c cleaning 33599 clauses out of 67368 with flag 620001/620001
478.35/477.47	c cleaning 34826 clauses out of 69762 with flag 656000/656000
510.36/509.41	c cleaning 35926 clauses out of 71936 with flag 693003/693003
545.47/544.55	c cleaning 37000 clauses out of 74009 with flag 731005/731005
580.27/579.33	c cleaning 37981 clauses out of 76003 with flag 770000/770000
615.89/614.99	c cleaning 38962 clauses out of 78023 with flag 810001/810001
654.50/653.56	c cleaning 39988 clauses out of 80060 with flag 851000/851000
690.91/689.90	c cleaning 41022 clauses out of 82071 with flag 893000/893000
736.62/735.65	c cleaning 41991 clauses out of 84050 with flag 936001/936001
777.83/776.86	c cleaning 43005 clauses out of 86055 with flag 980000/980000
816.94/815.96	c cleaning 43991 clauses out of 88050 with flag 1025000/1025000
865.66/864.60	c cleaning 45022 clauses out of 90059 with flag 1071000/1071000
917.48/916.43	c cleaning 45939 clauses out of 92038 with flag 1118001/1118001
975.08/974.00	c cleaning 47045 clauses out of 94099 with flag 1166001/1166001
1017.80/1016.76	c cleaning 47994 clauses out of 96054 with flag 1215001/1215001
1071.31/1070.30	c cleaning 48952 clauses out of 98059 with flag 1265000/1265000
1115.12/1114.02	c cleaning 50024 clauses out of 100107 with flag 1316000/1316000
1169.24/1168.14	c cleaning 50968 clauses out of 102084 with flag 1368001/1368001
1230.35/1229.23	c cleaning 52040 clauses out of 104103 with flag 1421002/1421002
1284.67/1283.59	c cleaning 52986 clauses out of 106061 with flag 1475001/1475001
1301.19/1300.01	c starts		: 1374
1301.19/1300.01	c conflicts		: 1489310
1301.19/1300.01	c decisions		: 3054054
1301.19/1300.01	c propagations		: 2682356008
1301.19/1300.01	c inspects		: 9035354723
1301.19/1300.01	c shortcuts		: 0
1301.19/1300.01	c learnt literals	: 120
1301.19/1300.01	c learnt binary clauses	: 2292
1301.19/1300.01	c learnt ternary clauses	: 7490
1301.19/1300.01	c learnt constraints	: 1489190
1301.19/1300.01	c ignored constraints	: 0
1301.19/1300.01	c root simplifications	: 1494
1301.19/1300.01	c removed literals (reason simplification)	: 31177565
1301.19/1300.01	c reason swapping (by a shorter reason)	: 0
1301.19/1300.01	c Calls to reduceDB	: 50
1301.19/1300.01	c speed (assignments/second)	: 2063884.2100727572
1301.19/1300.01	c non guided choices	9863
1301.19/1300.05	c learnt constraints type 
1301.19/1300.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2209
1301.19/1300.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 65187
1301.19/1300.05	c constraints type 
1301.19/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120183
1301.19/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 110047
1301.19/1300.05	s UNKNOWN
1301.19/1300.05	c Total wall clock time (in seconds) : 1299.906

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

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.48 3.89 3.82 4/194 14656
/proc/meminfo: memFree=12291652/32951124 swapFree=67111528/67111528
[pid=14656] ppid=14654 vsize=23028 CPUtime=0 cores=1,3
/proc/14656/stat : 14656 (java) R 14654 14656 12283 0 -1 4202496 707 0 0 0 0 0 0 0 18 0 1 0 489932754 23580672 450 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230804203264 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14656/statm: 5757 462 348 9 0 124 0

[startup+0.106712 s]
/proc/loadavg: 3.48 3.89 3.82 4/194 14656
/proc/meminfo: memFree=12291652/32951124 swapFree=67111528/67111528
[pid=14656] ppid=14654 vsize=7571664 CPUtime=0.09 cores=1,3
/proc/14656/stat : 14656 (java) S 14654 14656 12283 0 -1 4202496 10408 0 1 0 8 1 0 0 18 0 18 0 489932754 7753383936 10104 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14656/statm: 1892916 10104 2092 9 0 1883654 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7571664

[startup+0.20066 s]
/proc/loadavg: 3.48 3.89 3.82 4/194 14656
/proc/meminfo: memFree=12291652/32951124 swapFree=67111528/67111528
[pid=14656] ppid=14654 vsize=7638508 CPUtime=0.22 cores=1,3
/proc/14656/stat : 14656 (java) S 14654 14656 12283 0 -1 4202496 12913 0 1 0 21 1 0 0 18 0 18 0 489932754 7821832192 12570 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14656/statm: 1909627 12572 2191 9 0 1900365 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 7638508

[startup+0.300673 s]
/proc/loadavg: 3.48 3.89 3.82 4/194 14656
/proc/meminfo: memFree=12291652/32951124 swapFree=67111528/67111528
[pid=14656] ppid=14654 vsize=7638508 CPUtime=0.33 cores=1,3
/proc/14656/stat : 14656 (java) S 14654 14656 12283 0 -1 4202496 16792 0 1 0 31 2 0 0 18 0 18 0 489932754 7821832192 16449 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14656/statm: 1909627 16450 2191 9 0 1900365 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 7638508

[startup+0.700567 s]
/proc/loadavg: 3.48 3.89 3.82 4/194 14656
/proc/meminfo: memFree=12291652/32951124 swapFree=67111528/67111528
[pid=14656] ppid=14654 vsize=7644224 CPUtime=1.02 cores=1,3
/proc/14656/stat : 14656 (java) S 14654 14656 12283 0 -1 4202496 23138 0 1 0 99 3 0 0 18 0 19 0 489932754 7827685376 21052 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14656/statm: 1911056 21052 2216 9 0 1901794 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 7644224

[startup+1.50142 s]
/proc/loadavg: 3.48 3.89 3.82 8/271 14863
/proc/meminfo: memFree=12020836/32951124 swapFree=67111528/67111528
[pid=14656] ppid=14654 vsize=7644224 CPUtime=2.03 cores=1,3
/proc/14656/stat : 14656 (java) S 14654 14656 12283 0 -1 4202496 24452 0 1 0 200 3 0 0 18 0 19 0 489932754 7827685376 21213 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14656/statm: 1911056 21213 2219 9 0 1901794 0
[pid=14656/tid=14660] ppid=14654 vsize=7644224 CPUtime=1.27 cores=1,3
/proc/14656/task/14660/stat : 14660 (java) R 14654 14656 12283 0 -1 4202560 17214 0 1 0 125 2 0 0 25 0 19 0 489932755 7827685376 21213 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 46912505588711 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14656/tid=14661] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14661/stat : 14661 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489932756 7827685376 21213 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14662] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14662/stat : 14662 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489932756 7827685376 21213 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14663] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14663/stat : 14663 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489932756 7827685376 21213 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14664] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14664/stat : 14664 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489932756 7827685376 21213 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14665] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14665/stat : 14665 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489932756 7827685376 21213 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14666] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14666/stat : 14666 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489932756 7827685376 21213 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14667] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14667/stat : 14667 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 489932756 7827685376 21213 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14668] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14668/stat : 14668 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 489932756 7827685376 21213 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14674] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14674/stat : 14674 (java) S 14654 14656 12283 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 489932757 7827685376 21213 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 0 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14676] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14676/stat : 14676 (java) S 14654 14656 12283 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 489932758 7827685376 21213 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14677] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14677/stat : 14677 (java) S 14654 14656 12283 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 489932758 7827685376 21213 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14685] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14685/stat : 14685 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 489932761 7827685376 21213 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820989361 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14686] ppid=14654 vsize=7644224 CPUtime=0.38 cores=1,3
/proc/14656/task/14686/stat : 14686 (java) S 14654 14656 12283 0 -1 4202560 2819 0 0 0 38 0 0 0 15 0 19 0 489932761 7827685376 21213 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14687] ppid=14654 vsize=7644224 CPUtime=0.36 cores=1,3
/proc/14656/task/14687/stat : 14687 (java) S 14654 14656 12283 0 -1 4202560 3257 0 0 0 36 0 0 0 15 0 19 0 489932761 7827685376 21213 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14688] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14688/stat : 14688 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489932761 7827685376 21213 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14689] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14689/stat : 14689 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 489932761 7827685376 21213 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14737] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14737/stat : 14737 (java) S 14654 14656 12283 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 489932794 7827685376 21213 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 7644224

[startup+3.10116 s]
/proc/loadavg: 3.48 3.89 3.82 5/262 14911
/proc/meminfo: memFree=12743464/32951124 swapFree=67111528/67111528
[pid=14656] ppid=14654 vsize=7644224 CPUtime=3.66 cores=1,3
/proc/14656/stat : 14656 (java) S 14654 14656 12283 0 -1 4202496 24929 0 1 0 363 3 0 0 18 0 19 0 489932754 7827685376 21456 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14656/statm: 1911056 21456 2222 9 0 1901794 0
[pid=14656/tid=14660] ppid=14654 vsize=7644224 CPUtime=2.87 cores=1,3
/proc/14656/task/14660/stat : 14660 (java) R 14654 14656 12283 0 -1 4202560 17451 0 1 0 285 2 0 0 25 0 19 0 489932755 7827685376 21456 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 46912505577662 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14656/tid=14661] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14661/stat : 14661 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 489932756 7827685376 21456 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14662] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14662/stat : 14662 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489932756 7827685376 21456 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14663] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14663/stat : 14663 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489932756 7827685376 21456 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14664] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14664/stat : 14664 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489932756 7827685376 21456 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14665] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14665/stat : 14665 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489932756 7827685376 21456 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14666] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14666/stat : 14666 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489932756 7827685376 21456 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14667] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14667/stat : 14667 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 489932756 7827685376 21456 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14668] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14668/stat : 14668 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 489932756 7827685376 21456 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14674] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14674/stat : 14674 (java) S 14654 14656 12283 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 489932757 7827685376 21456 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 0 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14676] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14676/stat : 14676 (java) S 14654 14656 12283 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 489932758 7827685376 21456 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14677] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14677/stat : 14677 (java) S 14654 14656 12283 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 489932758 7827685376 21456 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14685] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14685/stat : 14685 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 489932761 7827685376 21456 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820989361 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14686] ppid=14654 vsize=7644224 CPUtime=0.41 cores=1,3
/proc/14656/task/14686/stat : 14686 (java) S 14654 14656 12283 0 -1 4202560 3059 0 0 0 41 0 0 0 15 0 19 0 489932761 7827685376 21456 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14687] ppid=14654 vsize=7644224 CPUtime=0.36 cores=1,3
/proc/14656/task/14687/stat : 14687 (java) S 14654 14656 12283 0 -1 4202560 3257 0 0 0 36 0 0 0 15 0 19 0 489932761 7827685376 21456 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14688] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14688/stat : 14688 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489932761 7827685376 21456 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14689] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14689/stat : 14689 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 489932761 7827685376 21456 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14737] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14737/stat : 14737 (java) S 14654 14656 12283 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 489932794 7827685376 21456 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 7644224

[startup+6.30158 s]
/proc/loadavg: 3.52 3.89 3.82 5/262 14911
/proc/meminfo: memFree=12499200/32951124 swapFree=67111528/67111528
[pid=14656] ppid=14654 vsize=7644224 CPUtime=6.94 cores=1,3
/proc/14656/stat : 14656 (java) S 14654 14656 12283 0 -1 4202496 41165 0 1 0 689 5 0 0 18 0 19 0 489932754 7827685376 37402 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14656/statm: 1911056 37402 2248 9 0 1901794 0
[pid=14656/tid=14660] ppid=14654 vsize=7644224 CPUtime=5.9 cores=1,3
/proc/14656/task/14660/stat : 14660 (java) R 14654 14656 12283 0 -1 4202560 17540 0 1 0 588 2 0 0 25 0 19 0 489932755 7827685376 37402 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 46912505829149 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14656/tid=14661] ppid=14654 vsize=7644224 CPUtime=0.04 cores=1,3
/proc/14656/task/14661/stat : 14661 (java) S 14654 14656 12283 0 -1 4202560 3855 0 0 0 4 0 0 0 18 0 19 0 489932756 7827685376 37402 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14662] ppid=14654 vsize=7644224 CPUtime=0.03 cores=1,3
/proc/14656/task/14662/stat : 14662 (java) S 14654 14656 12283 0 -1 4202560 3596 0 0 0 3 0 0 0 18 0 19 0 489932756 7827685376 37402 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14663] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14663/stat : 14663 (java) S 14654 14656 12283 0 -1 4202560 483 0 0 0 0 0 0 0 18 0 19 0 489932756 7827685376 37402 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14664] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14664/stat : 14664 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 489932756 7827685376 37402 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14665] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14665/stat : 14665 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 489932756 7827685376 37402 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14666] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14666/stat : 14666 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 489932756 7827685376 37402 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14667] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14667/stat : 14667 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 489932756 7827685376 37402 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14668] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14668/stat : 14668 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 489932756 7827685376 37402 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14674] ppid=14654 vsize=7644224 CPUtime=0.1 cores=1,3
/proc/14656/task/14674/stat : 14674 (java) S 14654 14656 12283 0 -1 4202560 7933 0 0 0 10 0 0 0 15 0 19 0 489932757 7827685376 37402 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 0 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14676] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14676/stat : 14676 (java) S 14654 14656 12283 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 489932758 7827685376 37402 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14677] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14677/stat : 14677 (java) S 14654 14656 12283 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 489932758 7827685376 37402 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14685] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14685/stat : 14685 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 489932761 7827685376 37402 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820989361 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14686] ppid=14654 vsize=7644224 CPUtime=0.44 cores=1,3
/proc/14656/task/14686/stat : 14686 (java) S 14654 14656 12283 0 -1 4202560 3339 0 0 0 44 0 0 0 15 0 19 0 489932761 7827685376 37402 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14687] ppid=14654 vsize=7644224 CPUtime=0.37 cores=1,3
/proc/14656/task/14687/stat : 14687 (java) S 14654 14656 12283 0 -1 4202560 3263 0 0 0 37 0 0 0 15 0 19 0 489932761 7827685376 37402 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14688] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14688/stat : 14688 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489932761 7827685376 37402 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14689] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14689/stat : 14689 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 489932761 7827685376 37402 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14737] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14737/stat : 14737 (java) S 14654 14656 12283 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 489932794 7827685376 37402 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.94
Current children cumulated vsize (KiB) 7644224

[startup+12.7014 s]

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

[pid=14656/tid=14666] ppid=14654 vsize=7644224 CPUtime=0.15 cores=1,3
/proc/14656/task/14666/stat : 14666 (java) S 14654 14656 12283 0 -1 4202560 314 0 0 0 15 0 0 0 15 0 19 0 489932756 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14667] ppid=14654 vsize=7644224 CPUtime=0.09 cores=1,3
/proc/14656/task/14667/stat : 14667 (java) S 14654 14656 12283 0 -1 4202560 179 0 0 0 9 0 0 0 15 0 19 0 489932756 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14668] ppid=14654 vsize=7644224 CPUtime=0.12 cores=1,3
/proc/14656/task/14668/stat : 14668 (java) S 14654 14656 12283 0 -1 4202560 577 0 0 0 12 0 0 0 15 0 19 0 489932756 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14674] ppid=14654 vsize=7644224 CPUtime=5.18 cores=1,3
/proc/14656/task/14674/stat : 14674 (java) S 14654 14656 12283 0 -1 4202560 12409 0 0 0 517 1 0 0 15 0 19 0 489932757 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 0 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14676] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14676/stat : 14676 (java) S 14654 14656 12283 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 489932758 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14677] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14677/stat : 14677 (java) S 14654 14656 12283 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 489932758 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14685] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14685/stat : 14685 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 489932761 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820989361 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14686] ppid=14654 vsize=7644224 CPUtime=0.5 cores=1,3
/proc/14656/task/14686/stat : 14686 (java) S 14654 14656 12283 0 -1 4202560 3348 0 0 0 50 0 0 0 15 0 19 0 489932761 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14687] ppid=14654 vsize=7644224 CPUtime=0.4 cores=1,3
/proc/14656/task/14687/stat : 14687 (java) S 14654 14656 12283 0 -1 4202560 3266 0 0 0 40 0 0 0 15 0 19 0 489932761 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14688] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14688/stat : 14688 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489932761 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14689] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14689/stat : 14689 (java) R 14654 14656 12283 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 489932761 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14656/tid=14737] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14737/stat : 14737 (java) S 14654 14656 12283 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 489932794 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.45
Current children cumulated vsize (KiB) 7644224

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.94 5/262 14947
/proc/meminfo: memFree=12434360/32951124 swapFree=67111528/67111528
[pid=14656] ppid=14654 vsize=7644224 CPUtime=1243.47 cores=1,3
/proc/14656/stat : 14656 (java) S 14654 14656 12283 0 -1 4202496 48385 0 1 0 124341 6 0 0 18 0 19 0 489932754 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14656/statm: 1911056 44439 2250 9 0 1901794 0
[pid=14656/tid=14660] ppid=14654 vsize=7644224 CPUtime=1236.15 cores=1,3
/proc/14656/task/14660/stat : 14660 (java) R 14654 14656 12283 0 -1 4202560 17588 0 1 0 123613 2 0 0 25 0 19 0 489932755 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 46912505673025 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14656/tid=14661] ppid=14654 vsize=7644224 CPUtime=0.2 cores=1,3
/proc/14656/task/14661/stat : 14661 (java) S 14654 14656 12283 0 -1 4202560 4356 0 0 0 20 0 0 0 15 0 19 0 489932756 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14662] ppid=14654 vsize=7644224 CPUtime=0.18 cores=1,3
/proc/14656/task/14662/stat : 14662 (java) S 14654 14656 12283 0 -1 4202560 4076 0 0 0 18 0 0 0 15 0 19 0 489932756 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14663] ppid=14654 vsize=7644224 CPUtime=0.09 cores=1,3
/proc/14656/task/14663/stat : 14663 (java) S 14654 14656 12283 0 -1 4202560 487 0 0 0 9 0 0 0 15 0 19 0 489932756 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14664] ppid=14654 vsize=7644224 CPUtime=0.1 cores=1,3
/proc/14656/task/14664/stat : 14664 (java) S 14654 14656 12283 0 -1 4202560 410 0 0 0 10 0 0 0 15 0 19 0 489932756 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14665] ppid=14654 vsize=7644224 CPUtime=0.1 cores=1,3
/proc/14656/task/14665/stat : 14665 (java) S 14654 14656 12283 0 -1 4202560 150 0 0 0 10 0 0 0 15 0 19 0 489932756 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14666] ppid=14654 vsize=7644224 CPUtime=0.15 cores=1,3
/proc/14656/task/14666/stat : 14666 (java) S 14654 14656 12283 0 -1 4202560 314 0 0 0 15 0 0 0 15 0 19 0 489932756 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14667] ppid=14654 vsize=7644224 CPUtime=0.09 cores=1,3
/proc/14656/task/14667/stat : 14667 (java) S 14654 14656 12283 0 -1 4202560 179 0 0 0 9 0 0 0 15 0 19 0 489932756 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14668] ppid=14654 vsize=7644224 CPUtime=0.12 cores=1,3
/proc/14656/task/14668/stat : 14668 (java) S 14654 14656 12283 0 -1 4202560 577 0 0 0 12 0 0 0 16 0 19 0 489932756 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14674] ppid=14654 vsize=7644224 CPUtime=5.3 cores=1,3
/proc/14656/task/14674/stat : 14674 (java) S 14654 14656 12283 0 -1 4202560 12411 0 0 0 529 1 0 0 15 0 19 0 489932757 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 0 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14676] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14676/stat : 14676 (java) S 14654 14656 12283 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 489932758 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14677] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14677/stat : 14677 (java) S 14654 14656 12283 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 489932758 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14685] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14685/stat : 14685 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 489932761 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820989361 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14686] ppid=14654 vsize=7644224 CPUtime=0.5 cores=1,3
/proc/14656/task/14686/stat : 14686 (java) S 14654 14656 12283 0 -1 4202560 3348 0 0 0 50 0 0 0 15 0 19 0 489932761 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14687] ppid=14654 vsize=7644224 CPUtime=0.4 cores=1,3
/proc/14656/task/14687/stat : 14687 (java) S 14654 14656 12283 0 -1 4202560 3266 0 0 0 40 0 0 0 15 0 19 0 489932761 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14688] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14688/stat : 14688 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489932761 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14689] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14689/stat : 14689 (java) S 14654 14656 12283 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 489932761 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14737] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14737/stat : 14737 (java) S 14654 14656 12283 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 489932794 7827685376 44439 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.47
Current children cumulated vsize (KiB) 7644224



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.94 7/265 14952
/proc/meminfo: memFree=12431588/32951124 swapFree=67111528/67111528
[pid=14656] ppid=14654 vsize=7644224 CPUtime=1301.19 cores=1,3
/proc/14656/stat : 14656 (java) S 14654 14656 12283 0 -1 4202496 48468 0 1 0 130113 6 0 0 18 0 19 0 489932754 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14656/statm: 1911056 44515 2250 9 0 1901794 0
[pid=14656/tid=14660] ppid=14654 vsize=7644224 CPUtime=1293.74 cores=1,3
/proc/14656/task/14660/stat : 14660 (java) R 14654 14656 12283 0 -1 4202560 17589 0 1 0 129372 2 0 0 25 0 19 0 489932755 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 46912505829031 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14656/tid=14661] ppid=14654 vsize=7644224 CPUtime=0.21 cores=1,3
/proc/14656/task/14661/stat : 14661 (java) S 14654 14656 12283 0 -1 4202560 4357 0 0 0 21 0 0 0 16 0 19 0 489932756 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14662] ppid=14654 vsize=7644224 CPUtime=0.18 cores=1,3
/proc/14656/task/14662/stat : 14662 (java) S 14654 14656 12283 0 -1 4202560 4076 0 0 0 18 0 0 0 15 0 19 0 489932756 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14663] ppid=14654 vsize=7644224 CPUtime=0.09 cores=1,3
/proc/14656/task/14663/stat : 14663 (java) S 14654 14656 12283 0 -1 4202560 487 0 0 0 9 0 0 0 15 0 19 0 489932756 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14664] ppid=14654 vsize=7644224 CPUtime=0.1 cores=1,3
/proc/14656/task/14664/stat : 14664 (java) S 14654 14656 12283 0 -1 4202560 410 0 0 0 10 0 0 0 15 0 19 0 489932756 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14665] ppid=14654 vsize=7644224 CPUtime=0.1 cores=1,3
/proc/14656/task/14665/stat : 14665 (java) S 14654 14656 12283 0 -1 4202560 150 0 0 0 10 0 0 0 15 0 19 0 489932756 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14666] ppid=14654 vsize=7644224 CPUtime=0.15 cores=1,3
/proc/14656/task/14666/stat : 14666 (java) S 14654 14656 12283 0 -1 4202560 314 0 0 0 15 0 0 0 15 0 19 0 489932756 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14667] ppid=14654 vsize=7644224 CPUtime=0.09 cores=1,3
/proc/14656/task/14667/stat : 14667 (java) S 14654 14656 12283 0 -1 4202560 179 0 0 0 9 0 0 0 15 0 19 0 489932756 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14668] ppid=14654 vsize=7644224 CPUtime=0.13 cores=1,3
/proc/14656/task/14668/stat : 14668 (java) S 14654 14656 12283 0 -1 4202560 578 0 0 0 13 0 0 0 15 0 19 0 489932756 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14674] ppid=14654 vsize=7644224 CPUtime=5.41 cores=1,3
/proc/14656/task/14674/stat : 14674 (java) S 14654 14656 12283 0 -1 4202560 12487 0 0 0 540 1 0 0 15 0 19 0 489932757 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 0 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14676] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14676/stat : 14676 (java) S 14654 14656 12283 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 489932758 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14677] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14677/stat : 14677 (java) S 14654 14656 12283 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 489932758 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14685] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14685/stat : 14685 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 489932761 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820989361 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14686] ppid=14654 vsize=7644224 CPUtime=0.5 cores=1,3
/proc/14656/task/14686/stat : 14686 (java) S 14654 14656 12283 0 -1 4202560 3348 0 0 0 50 0 0 0 15 0 19 0 489932761 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14687] ppid=14654 vsize=7644224 CPUtime=0.4 cores=1,3
/proc/14656/task/14687/stat : 14687 (java) S 14654 14656 12283 0 -1 4202560 3266 0 0 0 40 0 0 0 15 0 19 0 489932761 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14688] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14688/stat : 14688 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489932761 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14689] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14689/stat : 14689 (java) S 14654 14656 12283 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 489932761 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14737] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14737/stat : 14737 (java) S 14654 14656 12283 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 489932794 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.19
Current children cumulated vsize (KiB) 7644224

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 4.02 3.94 7/265 14952
/proc/meminfo: memFree=12431588/32951124 swapFree=67111528/67111528
[pid=14656] ppid=14654 vsize=7644224 CPUtime=1301.19 cores=1,3
/proc/14656/stat : 14656 (java) S 14654 14656 12283 0 -1 4202496 48468 0 1 0 130113 6 0 0 18 0 19 0 489932754 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820968421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14656/statm: 1911056 44515 2250 9 0 1901794 0
[pid=14656/tid=14660] ppid=14654 vsize=7644224 CPUtime=1293.74 cores=1,3
/proc/14656/task/14660/stat : 14660 (java) R 14654 14656 12283 0 -1 4202560 17589 0 1 0 129372 2 0 0 25 0 19 0 489932755 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 46912505829031 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14656/tid=14661] ppid=14654 vsize=7644224 CPUtime=0.21 cores=1,3
/proc/14656/task/14661/stat : 14661 (java) S 14654 14656 12283 0 -1 4202560 4357 0 0 0 21 0 0 0 16 0 19 0 489932756 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14662] ppid=14654 vsize=7644224 CPUtime=0.18 cores=1,3
/proc/14656/task/14662/stat : 14662 (java) S 14654 14656 12283 0 -1 4202560 4076 0 0 0 18 0 0 0 15 0 19 0 489932756 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14663] ppid=14654 vsize=7644224 CPUtime=0.09 cores=1,3
/proc/14656/task/14663/stat : 14663 (java) S 14654 14656 12283 0 -1 4202560 487 0 0 0 9 0 0 0 15 0 19 0 489932756 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14664] ppid=14654 vsize=7644224 CPUtime=0.1 cores=1,3
/proc/14656/task/14664/stat : 14664 (java) S 14654 14656 12283 0 -1 4202560 410 0 0 0 10 0 0 0 15 0 19 0 489932756 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14665] ppid=14654 vsize=7644224 CPUtime=0.1 cores=1,3
/proc/14656/task/14665/stat : 14665 (java) S 14654 14656 12283 0 -1 4202560 150 0 0 0 10 0 0 0 15 0 19 0 489932756 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14666] ppid=14654 vsize=7644224 CPUtime=0.15 cores=1,3
/proc/14656/task/14666/stat : 14666 (java) S 14654 14656 12283 0 -1 4202560 314 0 0 0 15 0 0 0 15 0 19 0 489932756 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14667] ppid=14654 vsize=7644224 CPUtime=0.09 cores=1,3
/proc/14656/task/14667/stat : 14667 (java) S 14654 14656 12283 0 -1 4202560 179 0 0 0 9 0 0 0 15 0 19 0 489932756 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14668] ppid=14654 vsize=7644224 CPUtime=0.13 cores=1,3
/proc/14656/task/14668/stat : 14668 (java) S 14654 14656 12283 0 -1 4202560 578 0 0 0 13 0 0 0 15 0 19 0 489932756 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14674] ppid=14654 vsize=7644224 CPUtime=5.41 cores=1,3
/proc/14656/task/14674/stat : 14674 (java) S 14654 14656 12283 0 -1 4202560 12487 0 0 0 540 1 0 0 15 0 19 0 489932757 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 0 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14676] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14676/stat : 14676 (java) S 14654 14656 12283 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 489932758 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14677] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14677/stat : 14677 (java) S 14654 14656 12283 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 489932758 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14685] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14685/stat : 14685 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 489932761 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820989361 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14686] ppid=14654 vsize=7644224 CPUtime=0.5 cores=1,3
/proc/14656/task/14686/stat : 14686 (java) S 14654 14656 12283 0 -1 4202560 3348 0 0 0 50 0 0 0 15 0 19 0 489932761 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14687] ppid=14654 vsize=7644224 CPUtime=0.4 cores=1,3
/proc/14656/task/14687/stat : 14687 (java) S 14654 14656 12283 0 -1 4202560 3266 0 0 0 40 0 0 0 15 0 19 0 489932761 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14688] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14688/stat : 14688 (java) S 14654 14656 12283 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489932761 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820981657 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
[pid=14656/tid=14689] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14689/stat : 14689 (java) S 14654 14656 12283 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 489932761 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 4 0 16800975 18446604464984351872 0 0 -1 3 0 0 0
[pid=14656/tid=14737] ppid=14654 vsize=7644224 CPUtime=0 cores=1,3
/proc/14656/task/14737/stat : 14737 (java) S 14654 14656 12283 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 489932794 7827685376 44515 33554432000 1073741824 1073778376 140736936309744 18446744073709551615 230820982272 0 4 0 16800975 18446604464984351872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.19
Current children cumulated vsize (KiB) 7644224

Child status: 143
Real time (s): 1300.07
CPU time (s): 1301.28
CPU user time (s): 1301.2
CPU system time (s): 0.075988
CPU usage (%): 100.093
Max. virtual memory (cumulated for all children) (KiB): 7644224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.2
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48507
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= 28111
involuntary context switches= 4470

runsolver used 2.07368 second user time and 5.04623 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-26 04:02:03
IDJOB=3288845
IDBENCH=83107
IDSOLVER=1611
FILE ID=node104/3288845-1303783323
RUNJOBID= node104-1303783323-14626
PBS_JOBID= 13157188
Free space on /tmp= 71124 MiB

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

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

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=465750217

node104.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12291932 kB
Buffers:       2288364 kB
Cached:       17689772 kB
SwapCached:          0 kB
Active:       11059412 kB
Inactive:      9010684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12291932 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9128 kB
Writeback:           0 kB
AnonPages:       91572 kB
Mapped:          21032 kB
Slab:           518800 kB
PageTables:       5792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7450760 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= 71824 MiB
End job on node104 at 2011-04-26 04:23:45