Trace number 3289535

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top30.cnf
MD5SUM31142839684b7824419884a35a31fc88
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark111.102
Satisfiable
(Un)Satisfiability was proved
Number of variables101451
Number of clauses323566
Sum of the clauses size791464
Maximum clause length3667
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2195809
Number of clauses of size 3125762
Number of clauses of size 4464
Number of clauses of size 528
Number of clauses of size over 51502

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-3289535-1303786758.cnf
0.00/0.09	c reading problem ... 
0.57/0.44	c ... done. Wall clock time 0.32s.
0.57/0.44	c #vars     101451
0.57/0.44	c #constraints  307969
0.57/0.44	c constraints type 
0.57/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125153
0.57/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 179056
5.06/4.45	c cleaning 2466 clauses out of 4937 with flag 5000/5000
9.63/8.47	c cleaning 4206 clauses out of 8426 with flag 11003/11003
14.85/13.66	c cleaning 5599 clauses out of 11200 with flag 18001/18001
19.76/18.53	c cleaning 6775 clauses out of 13598 with flag 26000/26000
25.59/24.32	c cleaning 7898 clauses out of 15812 with flag 35002/35002
32.79/31.51	c cleaning 8948 clauses out of 17908 with flag 45000/45000
41.10/39.85	c cleaning 9953 clauses out of 19949 with flag 56000/56000
50.20/48.91	c cleaning 10808 clauses out of 21697 with flag 68000/68000
62.21/60.91	c cleaning 11765 clauses out of 23542 with flag 81001/81001
73.12/71.85	c cleaning 12825 clauses out of 25759 with flag 95000/95000
86.42/85.10	c cleaning 13873 clauses out of 27794 with flag 110000/110000
100.53/99.20	c cleaning 14855 clauses out of 29801 with flag 126000/126000
116.24/114.94	c cleaning 15920 clauses out of 31891 with flag 143001/143001
134.75/133.47	c cleaning 16895 clauses out of 33959 with flag 161001/161001
152.76/151.48	c cleaning 17959 clauses out of 35984 with flag 180000/180000
171.37/170.00	c cleaning 18889 clauses out of 38000 with flag 200000/200000
194.18/192.85	c cleaning 19924 clauses out of 39909 with flag 221001/221001
217.10/215.78	c cleaning 20940 clauses out of 41893 with flag 243001/243001
240.80/239.48	c cleaning 21895 clauses out of 43926 with flag 266001/266001
267.41/266.10	c cleaning 22822 clauses out of 45713 with flag 290000/290000
295.02/293.64	c cleaning 23894 clauses out of 47883 with flag 315000/315000
324.33/322.99	c cleaning 24642 clauses out of 49429 with flag 341000/341000
356.94/355.54	c cleaning 25859 clauses out of 51784 with flag 368000/368000
386.05/384.63	c cleaning 26934 clauses out of 53906 with flag 396000/396000
415.56/414.19	c cleaning 27949 clauses out of 55936 with flag 425002/425002
448.67/447.20	c cleaning 28963 clauses out of 57983 with flag 455001/455001
479.48/478.04	c cleaning 29980 clauses out of 60016 with flag 486000/486000
515.99/514.58	c cleaning 30932 clauses out of 62034 with flag 518000/518000
558.01/556.57	c cleaning 31886 clauses out of 63797 with flag 551001/551001
598.52/597.06	c cleaning 32911 clauses out of 65908 with flag 585001/585001
642.93/641.47	c cleaning 33987 clauses out of 67991 with flag 620000/620000
686.13/684.67	c cleaning 34907 clauses out of 70002 with flag 656001/656001
724.44/722.96	c cleaning 36026 clauses out of 72091 with flag 693000/693000
767.75/766.25	c cleaning 37031 clauses out of 74065 with flag 731000/731000
814.86/813.33	c cleaning 37968 clauses out of 76015 with flag 770000/770000
860.17/858.62	c cleaning 38982 clauses out of 78029 with flag 810000/810000
910.68/909.10	c cleaning 39984 clauses out of 80031 with flag 851000/851000
969.60/968.09	c cleaning 40992 clauses out of 82042 with flag 893000/893000
1022.70/1021.14	c cleaning 41954 clauses out of 84051 with flag 936001/936001
1071.81/1070.21	c cleaning 43007 clauses out of 86082 with flag 980000/980000
1131.12/1129.58	c cleaning 43955 clauses out of 88040 with flag 1025000/1025000
1184.53/1182.91	c cleaning 44965 clauses out of 90074 with flag 1071001/1071001
1236.35/1234.76	c cleaning 46015 clauses out of 92107 with flag 1118003/1118003
1290.06/1288.40	c cleaning 47007 clauses out of 94081 with flag 1166000/1166000
1301.67/1300.01	c starts		: 1223
1301.67/1300.01	c conflicts		: 1174681
1301.67/1300.01	c decisions		: 2263865
1301.67/1300.01	c propagations		: 2312239662
1301.67/1300.01	c inspects		: 7234940905
1301.67/1300.01	c shortcuts		: 0
1301.67/1300.01	c learnt literals	: 208
1301.67/1300.01	c learnt binary clauses	: 3370
1301.67/1300.01	c learnt ternary clauses	: 7981
1301.67/1300.01	c learnt constraints	: 1174473
1301.67/1300.01	c ignored constraints	: 0
1301.67/1300.01	c root simplifications	: 1431
1301.67/1300.01	c removed literals (reason simplification)	: 14431067
1301.67/1300.01	c reason swapping (by a shorter reason)	: 0
1301.67/1300.01	c Calls to reduceDB	: 44
1301.67/1300.01	c speed (assignments/second)	: 1779192.0220129099
1301.67/1300.01	c non guided choices	5147
1301.67/1300.06	c learnt constraints type 
1301.67/1300.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2889
1301.67/1300.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52886
1301.67/1300.06	c constraints type 
1301.67/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125153
1301.67/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 179056
1301.67/1300.06	s UNKNOWN
1301.67/1300.06	c Total wall clock time (in seconds) : 1299.921

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

running on 2 cores: 0,2

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.04 3.72 3.56 7/219 14035
/proc/meminfo: memFree=23187420/32951124 swapFree=67111524/67111528
[pid=14035] ppid=14033 vsize=30540 CPUtime=0 cores=0,2
/proc/14035/stat : 14035 (java) S 14033 14035 12230 0 -1 4202496 1251 0 0 0 0 0 0 0 22 0 2 0 490273722 31272960 969 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389104101 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/14035/statm: 7635 969 741 9 0 386 0
[pid=14035/tid=14036] ppid=14033 vsize=30536 CPUtime=0 cores=0,2
/proc/14035/task/14036/stat : 14036 (java) R 14033 14035 12230 0 -1 4202560 139 0 0 0 0 0 0 0 23 0 2 0 490273723 31268864 972 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255372377735 0 0 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.0954011 s]
/proc/loadavg: 3.04 3.72 3.56 7/219 14035
/proc/meminfo: memFree=23187420/32951124 swapFree=67111524/67111528
[pid=14035] ppid=14033 vsize=7639996 CPUtime=0.44 cores=0,2
/proc/14035/stat : 14035 (java) S 14033 14035 12230 0 -1 4202496 16277 0 1 0 42 2 0 0 22 0 18 0 490273722 7823355904 15620 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14035/statm: 1909999 15622 2198 9 0 1900737 0
[pid=14035/tid=14036] ppid=14033 vsize=7639996 CPUtime=0.25 cores=0,2
/proc/14035/task/14036/stat : 14036 (java) R 14033 14035 12230 0 -1 4202560 13090 0 1 0 24 1 0 0 18 0 18 0 490273723 7823355904 15622 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 46912505550711 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 7639996

[startup+0.275479 s]
/proc/loadavg: 3.04 3.72 3.56 7/219 14035
/proc/meminfo: memFree=23187420/32951124 swapFree=67111524/67111528
[pid=14035] ppid=14033 vsize=7639996 CPUtime=0.44 cores=0,2
/proc/14035/stat : 14035 (java) S 14033 14035 12230 0 -1 4202496 16481 0 1 0 42 2 0 0 22 0 18 0 490273722 7823355904 15824 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14035/statm: 1909999 15825 2198 9 0 1900737 0
[pid=14035/tid=14036] ppid=14033 vsize=7639996 CPUtime=0.26 cores=0,2
/proc/14035/task/14036/stat : 14036 (java) R 14033 14035 12230 0 -1 4202560 13294 0 1 0 24 2 0 0 18 0 18 0 490273723 7823355904 15826 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 46912505553854 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 7639996

[startup+0.30051 s]
/proc/loadavg: 3.04 3.72 3.56 7/219 14035
/proc/meminfo: memFree=23187420/32951124 swapFree=67111524/67111528
[pid=14035] ppid=14033 vsize=7639996 CPUtime=0.47 cores=0,2
/proc/14035/stat : 14035 (java) S 14033 14035 12230 0 -1 4202496 17488 0 1 0 45 2 0 0 22 0 18 0 490273722 7823355904 16831 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14035/statm: 1909999 16833 2198 9 0 1900737 0
[pid=14035/tid=14036] ppid=14033 vsize=7639996 CPUtime=0.28 cores=0,2
/proc/14035/task/14036/stat : 14036 (java) R 14033 14035 12230 0 -1 4202560 14302 0 1 0 26 2 0 0 18 0 18 0 490273723 7823355904 16834 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 46912505517998 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 7639996

[startup+0.700378 s]
/proc/loadavg: 3.04 3.72 3.56 7/219 14035
/proc/meminfo: memFree=23187420/32951124 swapFree=67111524/67111528
[pid=14035] ppid=14033 vsize=7643348 CPUtime=1.11 cores=0,2
/proc/14035/stat : 14035 (java) S 14033 14035 12230 0 -1 4202496 24410 0 1 0 107 4 0 0 22 0 19 0 490273722 7826788352 23190 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14035/statm: 1910837 23190 2220 9 0 1901575 0
[pid=14035/tid=14036] ppid=14033 vsize=7643348 CPUtime=0.68 cores=0,2
/proc/14035/task/14036/stat : 14036 (java) R 14033 14035 12230 0 -1 4202560 20013 0 1 0 65 3 0 0 19 0 19 0 490273723 7826788352 23190 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 46956800511178 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 7643348

[startup+1.50132 s]
/proc/loadavg: 3.68 3.84 3.60 8/266 14085
/proc/meminfo: memFree=22978448/32951124 swapFree=67111524/67111528
[pid=14035] ppid=14033 vsize=7643348 CPUtime=2.12 cores=0,2
/proc/14035/stat : 14035 (java) S 14033 14035 12230 0 -1 4202496 24503 0 1 0 208 4 0 0 22 0 19 0 490273722 7826788352 23282 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14035/statm: 1910837 23282 2223 9 0 1901575 0
[pid=14035/tid=14036] ppid=14033 vsize=7643348 CPUtime=1.48 cores=0,2
/proc/14035/task/14036/stat : 14036 (java) R 14033 14035 12230 0 -1 4202560 20075 0 1 0 145 3 0 0 20 0 19 0 490273723 7826788352 23282 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 46912505738614 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14035/tid=14043] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14043/stat : 14043 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273724 7826788352 23282 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14044] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14044/stat : 14044 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273724 7826788352 23282 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14045] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14045/stat : 14045 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273724 7826788352 23282 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14046] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14046/stat : 14046 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273724 7826788352 23282 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14047] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14047/stat : 14047 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273724 7826788352 23282 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14048] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14048/stat : 14048 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273724 7826788352 23282 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14049] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14049/stat : 14049 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273724 7826788352 23282 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14050] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14050/stat : 14050 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273724 7826788352 23282 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14051] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14051/stat : 14051 (java) S 14033 14035 12230 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 19 0 490273725 7826788352 23282 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117952 0 0 0 16800975 18446604453858521344 0 0 -1 0 0 0 0
[pid=14035/tid=14052] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14052/stat : 14052 (java) S 14033 14035 12230 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490273726 7826788352 23282 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14053] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14053/stat : 14053 (java) S 14033 14035 12230 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490273726 7826788352 23282 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14054] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14054/stat : 14054 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273728 7826788352 23282 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389125041 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14055] ppid=14033 vsize=7643348 CPUtime=0.29 cores=0,2
/proc/14035/task/14055/stat : 14055 (java) S 14033 14035 12230 0 -1 4202560 1497 0 0 0 29 0 0 0 21 0 19 0 490273728 7826788352 23282 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14056] ppid=14033 vsize=7643348 CPUtime=0.32 cores=0,2
/proc/14035/task/14056/stat : 14056 (java) S 14033 14035 12230 0 -1 4202560 1768 0 0 0 32 0 0 0 22 0 19 0 490273728 7826788352 23282 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14057] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14057/stat : 14057 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273728 7826788352 23282 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14058] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14058/stat : 14058 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490273728 7826788352 23282 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117952 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14085] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14085/stat : 14085 (java) S 14033 14035 12230 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490273772 7826788352 23282 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117952 0 4 0 16800975 18446604453858521344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 7643348

[startup+3.10102 s]
/proc/loadavg: 3.68 3.84 3.60 5/266 14085
/proc/meminfo: memFree=22974932/32951124 swapFree=67111524/67111528
[pid=14035] ppid=14033 vsize=7643348 CPUtime=3.75 cores=0,2
/proc/14035/stat : 14035 (java) S 14033 14035 12230 0 -1 4202496 24633 0 1 0 371 4 0 0 22 0 19 0 490273722 7826788352 23410 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14035/statm: 1910837 23410 2226 9 0 1901575 0
[pid=14035/tid=14036] ppid=14033 vsize=7643348 CPUtime=3.08 cores=0,2
/proc/14035/task/14036/stat : 14036 (java) R 14033 14035 12230 0 -1 4202560 20197 0 1 0 305 3 0 0 25 0 19 0 490273723 7826788352 23410 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 46912505738936 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14035/tid=14043] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14043/stat : 14043 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273724 7826788352 23410 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14044] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14044/stat : 14044 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273724 7826788352 23410 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14045] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14045/stat : 14045 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273724 7826788352 23410 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14046] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14046/stat : 14046 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273724 7826788352 23410 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14047] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14047/stat : 14047 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273724 7826788352 23410 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14048] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14048/stat : 14048 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273724 7826788352 23410 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14049] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14049/stat : 14049 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273724 7826788352 23410 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14050] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14050/stat : 14050 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273724 7826788352 23410 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14051] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14051/stat : 14051 (java) S 14033 14035 12230 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 490273725 7826788352 23410 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117952 0 0 0 16800975 18446604453858521344 0 0 -1 0 0 0 0
[pid=14035/tid=14052] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14052/stat : 14052 (java) S 14033 14035 12230 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 490273726 7826788352 23410 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14053] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14053/stat : 14053 (java) S 14033 14035 12230 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 490273726 7826788352 23410 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14054] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14054/stat : 14054 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273728 7826788352 23410 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389125041 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14055] ppid=14033 vsize=7643348 CPUtime=0.29 cores=0,2
/proc/14035/task/14055/stat : 14055 (java) S 14033 14035 12230 0 -1 4202560 1497 0 0 0 29 0 0 0 21 0 19 0 490273728 7826788352 23410 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14056] ppid=14033 vsize=7643348 CPUtime=0.35 cores=0,2
/proc/14035/task/14056/stat : 14056 (java) S 14033 14035 12230 0 -1 4202560 1776 0 0 0 35 0 0 0 15 0 19 0 490273728 7826788352 23410 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14057] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14057/stat : 14057 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273728 7826788352 23410 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14058] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14058/stat : 14058 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 490273728 7826788352 23410 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117952 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14085] ppid=14033 vsize=7643348 CPUtime=0 cores=0,2
/proc/14035/task/14085/stat : 14085 (java) S 14033 14035 12230 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490273772 7826788352 23410 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117952 0 4 0 16800975 18446604453858521344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 7643348

[startup+6.3014 s]
/proc/loadavg: 3.86 3.88 3.61 5/266 14086
/proc/meminfo: memFree=22734196/32951124 swapFree=67111524/67111528
[pid=14035] ppid=14033 vsize=7660880 CPUtime=7.49 cores=0,2
/proc/14035/stat : 14035 (java) S 14033 14035 12230 0 -1 4202496 54572 0 1 0 742 7 0 0 22 0 19 0 490273722 7844741120 50743 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14035/statm: 1915220 50743 2252 9 0 1905958 0
[pid=14035/tid=14036] ppid=14033 vsize=7660880 CPUtime=6.04 cores=0,2
/proc/14035/task/14036/stat : 14036 (java) R 14033 14035 12230 0 -1 4202560 20343 0 1 0 601 3 0 0 25 0 19 0 490273723 7844741120 50743 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 46912505628991 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14035/tid=14043] ppid=14033 vsize=7660880 CPUtime=0 cores=0,2
/proc/14035/task/14043/stat : 14043 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 490273724 7844741120 50743 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14044] ppid=14033 vsize=7660880 CPUtime=0 cores=0,2
/proc/14035/task/14044/stat : 14044 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490273724 7844741120 50743 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14045] ppid=14033 vsize=7660880 CPUtime=0 cores=0,2
/proc/14035/task/14045/stat : 14045 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490273724 7844741120 50743 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14046] ppid=14033 vsize=7660880 CPUtime=0 cores=0,2
/proc/14035/task/14046/stat : 14046 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490273724 7844741120 50743 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14047] ppid=14033 vsize=7660880 CPUtime=0 cores=0,2
/proc/14035/task/14047/stat : 14047 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 490273724 7844741120 50743 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14048] ppid=14033 vsize=7660880 CPUtime=0 cores=0,2
/proc/14035/task/14048/stat : 14048 (java) S 14033 14035 12230 0 -1 4202560 102 0 0 0 0 0 0 0 17 0 19 0 490273724 7844741120 50743 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14049] ppid=14033 vsize=7660880 CPUtime=0.05 cores=0,2
/proc/14035/task/14049/stat : 14049 (java) S 14033 14035 12230 0 -1 4202560 5945 0 0 0 5 0 0 0 17 0 19 0 490273724 7844741120 50743 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14050] ppid=14033 vsize=7660880 CPUtime=0.05 cores=0,2
/proc/14035/task/14050/stat : 14050 (java) S 14033 14035 12230 0 -1 4202560 4396 0 0 0 5 0 0 0 17 0 19 0 490273724 7844741120 50743 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14051] ppid=14033 vsize=7660880 CPUtime=0.16 cores=0,2
/proc/14035/task/14051/stat : 14051 (java) S 14033 14035 12230 0 -1 4202560 12819 0 0 0 15 1 0 0 15 0 19 0 490273725 7844741120 50743 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117952 0 0 0 16800975 18446604453858521344 0 0 -1 0 0 0 0
[pid=14035/tid=14052] ppid=14033 vsize=7660880 CPUtime=0 cores=0,2
/proc/14035/task/14052/stat : 14052 (java) S 14033 14035 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273726 7844741120 50743 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14053] ppid=14033 vsize=7660880 CPUtime=0 cores=0,2
/proc/14035/task/14053/stat : 14053 (java) S 14033 14035 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273726 7844741120 50743 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14054] ppid=14033 vsize=7660880 CPUtime=0 cores=0,2
/proc/14035/task/14054/stat : 14054 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273728 7844741120 50743 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389125041 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14055] ppid=14033 vsize=7660880 CPUtime=0.76 cores=0,2
/proc/14035/task/14055/stat : 14055 (java) S 14033 14035 12230 0 -1 4202560 8031 0 0 0 76 0 0 0 16 0 19 0 490273728 7844741120 50743 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14056] ppid=14033 vsize=7660880 CPUtime=0.36 cores=0,2
/proc/14035/task/14056/stat : 14056 (java) S 14033 14035 12230 0 -1 4202560 1779 0 0 0 36 0 0 0 15 0 19 0 490273728 7844741120 50743 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0

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

[pid=14035/tid=14048] ppid=14033 vsize=7650444 CPUtime=0.09 cores=0,2
/proc/14035/task/14048/stat : 14048 (java) S 14033 14035 12230 0 -1 4202560 108 0 0 0 9 0 0 0 15 0 19 0 490273724 7834054656 50692 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14049] ppid=14033 vsize=7650444 CPUtime=0.19 cores=0,2
/proc/14035/task/14049/stat : 14049 (java) S 14033 14035 12230 0 -1 4202560 5981 0 0 0 19 0 0 0 16 0 19 0 490273724 7834054656 50692 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14050] ppid=14033 vsize=7650444 CPUtime=0.16 cores=0,2
/proc/14035/task/14050/stat : 14050 (java) S 14033 14035 12230 0 -1 4202560 4403 0 0 0 16 0 0 0 15 0 19 0 490273724 7834054656 50692 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14051] ppid=14033 vsize=7650444 CPUtime=5.6 cores=0,2
/proc/14035/task/14051/stat : 14051 (java) S 14033 14035 12230 0 -1 4202560 14909 0 0 0 558 2 0 0 15 0 19 0 490273725 7834054656 50692 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117952 0 0 0 16800975 18446604453858521344 0 0 -1 0 0 0 0
[pid=14035/tid=14052] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14052/stat : 14052 (java) S 14033 14035 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273726 7834054656 50692 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14053] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14053/stat : 14053 (java) S 14033 14035 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273726 7834054656 50692 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14054] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14054/stat : 14054 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273728 7834054656 50692 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389125041 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14055] ppid=14033 vsize=7650444 CPUtime=0.8 cores=0,2
/proc/14035/task/14055/stat : 14055 (java) S 14033 14035 12230 0 -1 4202560 8033 0 0 0 80 0 0 0 15 0 19 0 490273728 7834054656 50692 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14056] ppid=14033 vsize=7650444 CPUtime=0.39 cores=0,2
/proc/14035/task/14056/stat : 14056 (java) S 14033 14035 12230 0 -1 4202560 1781 0 0 0 39 0 0 0 15 0 19 0 490273728 7834054656 50692 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14057] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14057/stat : 14057 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273728 7834054656 50692 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14058] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14058/stat : 14058 (java) S 14033 14035 12230 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 490273728 7834054656 50692 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117952 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14085] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14085/stat : 14085 (java) S 14033 14035 12230 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490273772 7834054656 50692 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117952 0 4 0 16800975 18446604453858521344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.93
Current children cumulated vsize (KiB) 7650444

[startup+1242.3 s]
/proc/loadavg: 4.03 4.05 3.91 5/266 14131
/proc/meminfo: memFree=22659280/32951124 swapFree=67111524/67111528
[pid=14035] ppid=14033 vsize=7650444 CPUtime=1243.96 cores=0,2
/proc/14035/stat : 14035 (java) S 14033 14035 12230 0 -1 4202496 57095 0 1 0 124386 10 0 0 22 0 19 0 490273722 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14035/statm: 1912611 50904 2254 9 0 1903349 0
[pid=14035/tid=14036] ppid=14033 vsize=7650444 CPUtime=1235.87 cores=0,2
/proc/14035/task/14036/stat : 14036 (java) R 14033 14035 12230 0 -1 4202560 20386 0 1 0 123583 4 0 0 25 0 19 0 490273723 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 46912505665537 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14035/tid=14043] ppid=14033 vsize=7650444 CPUtime=0.11 cores=0,2
/proc/14035/task/14043/stat : 14043 (java) S 14033 14035 12230 0 -1 4202560 23 0 0 0 11 0 0 0 15 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14044] ppid=14033 vsize=7650444 CPUtime=0.09 cores=0,2
/proc/14035/task/14044/stat : 14044 (java) S 14033 14035 12230 0 -1 4202560 12 0 0 0 9 0 0 0 15 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14045] ppid=14033 vsize=7650444 CPUtime=0.11 cores=0,2
/proc/14035/task/14045/stat : 14045 (java) S 14033 14035 12230 0 -1 4202560 10 0 0 0 11 0 0 0 15 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14046] ppid=14033 vsize=7650444 CPUtime=0.03 cores=0,2
/proc/14035/task/14046/stat : 14046 (java) S 14033 14035 12230 0 -1 4202560 5 0 0 0 3 0 0 0 15 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14047] ppid=14033 vsize=7650444 CPUtime=0.12 cores=0,2
/proc/14035/task/14047/stat : 14047 (java) S 14033 14035 12230 0 -1 4202560 9 0 0 0 12 0 0 0 15 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14048] ppid=14033 vsize=7650444 CPUtime=0.1 cores=0,2
/proc/14035/task/14048/stat : 14048 (java) S 14033 14035 12230 0 -1 4202560 109 0 0 0 10 0 0 0 15 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14049] ppid=14033 vsize=7650444 CPUtime=0.2 cores=0,2
/proc/14035/task/14049/stat : 14049 (java) S 14033 14035 12230 0 -1 4202560 5981 0 0 0 20 0 0 0 16 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14050] ppid=14033 vsize=7650444 CPUtime=0.16 cores=0,2
/proc/14035/task/14050/stat : 14050 (java) S 14033 14035 12230 0 -1 4202560 4403 0 0 0 16 0 0 0 15 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14051] ppid=14033 vsize=7650444 CPUtime=5.87 cores=0,2
/proc/14035/task/14051/stat : 14051 (java) S 14033 14035 12230 0 -1 4202560 15119 0 0 0 585 2 0 0 15 0 19 0 490273725 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117952 0 0 0 16800975 18446604453858521344 0 0 -1 0 0 0 0
[pid=14035/tid=14052] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14052/stat : 14052 (java) S 14033 14035 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273726 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14053] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14053/stat : 14053 (java) S 14033 14035 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273726 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14054] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14054/stat : 14054 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273728 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389125041 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14055] ppid=14033 vsize=7650444 CPUtime=0.8 cores=0,2
/proc/14035/task/14055/stat : 14055 (java) S 14033 14035 12230 0 -1 4202560 8033 0 0 0 80 0 0 0 15 0 19 0 490273728 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14056] ppid=14033 vsize=7650444 CPUtime=0.39 cores=0,2
/proc/14035/task/14056/stat : 14056 (java) S 14033 14035 12230 0 -1 4202560 1781 0 0 0 39 0 0 0 15 0 19 0 490273728 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14057] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14057/stat : 14057 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273728 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14058] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14058/stat : 14058 (java) S 14033 14035 12230 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 490273728 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117952 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14085] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14085/stat : 14085 (java) S 14033 14035 12230 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490273772 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117952 0 4 0 16800975 18446604453858521344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.96
Current children cumulated vsize (KiB) 7650444



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.04 3.91 6/250 14138
/proc/meminfo: memFree=22786572/32951124 swapFree=67111524/67111528
[pid=14035] ppid=14033 vsize=7650444 CPUtime=1301.67 cores=0,2
/proc/14035/stat : 14035 (java) S 14033 14035 12230 0 -1 4202496 57102 0 1 0 130157 10 0 0 22 0 19 0 490273722 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14035/statm: 1912611 50904 2254 9 0 1903349 0
[pid=14035/tid=14036] ppid=14033 vsize=7650444 CPUtime=1293.38 cores=0,2
/proc/14035/task/14036/stat : 14036 (java) R 14033 14035 12230 0 -1 4202560 20387 0 1 0 129334 4 0 0 25 0 19 0 490273723 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 46912505665537 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14035/tid=14043] ppid=14033 vsize=7650444 CPUtime=0.11 cores=0,2
/proc/14035/task/14043/stat : 14043 (java) S 14033 14035 12230 0 -1 4202560 23 0 0 0 11 0 0 0 15 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 0 0 0 0
[pid=14035/tid=14044] ppid=14033 vsize=7650444 CPUtime=0.09 cores=0,2
/proc/14035/task/14044/stat : 14044 (java) S 14033 14035 12230 0 -1 4202560 12 0 0 0 9 0 0 0 15 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14045] ppid=14033 vsize=7650444 CPUtime=0.11 cores=0,2
/proc/14035/task/14045/stat : 14045 (java) S 14033 14035 12230 0 -1 4202560 10 0 0 0 11 0 0 0 15 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14046] ppid=14033 vsize=7650444 CPUtime=0.04 cores=0,2
/proc/14035/task/14046/stat : 14046 (java) S 14033 14035 12230 0 -1 4202560 5 0 0 0 4 0 0 0 16 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14047] ppid=14033 vsize=7650444 CPUtime=0.12 cores=0,2
/proc/14035/task/14047/stat : 14047 (java) S 14033 14035 12230 0 -1 4202560 9 0 0 0 12 0 0 0 15 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14048] ppid=14033 vsize=7650444 CPUtime=0.1 cores=0,2
/proc/14035/task/14048/stat : 14048 (java) S 14033 14035 12230 0 -1 4202560 109 0 0 0 10 0 0 0 15 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14049] ppid=14033 vsize=7650444 CPUtime=0.21 cores=0,2
/proc/14035/task/14049/stat : 14049 (java) S 14033 14035 12230 0 -1 4202560 5981 0 0 0 21 0 0 0 16 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14050] ppid=14033 vsize=7650444 CPUtime=0.16 cores=0,2
/proc/14035/task/14050/stat : 14050 (java) S 14033 14035 12230 0 -1 4202560 4403 0 0 0 16 0 0 0 15 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14051] ppid=14033 vsize=7650444 CPUtime=6.05 cores=0,2
/proc/14035/task/14051/stat : 14051 (java) S 14033 14035 12230 0 -1 4202560 15121 0 0 0 603 2 0 0 15 0 19 0 490273725 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117952 0 0 0 16800975 18446604453858521344 0 0 -1 0 0 0 0
[pid=14035/tid=14052] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14052/stat : 14052 (java) S 14033 14035 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273726 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14053] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14053/stat : 14053 (java) S 14033 14035 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273726 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14054] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14054/stat : 14054 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273728 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389125041 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14055] ppid=14033 vsize=7650444 CPUtime=0.8 cores=0,2
/proc/14035/task/14055/stat : 14055 (java) S 14033 14035 12230 0 -1 4202560 8033 0 0 0 80 0 0 0 15 0 19 0 490273728 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14056] ppid=14033 vsize=7650444 CPUtime=0.39 cores=0,2
/proc/14035/task/14056/stat : 14056 (java) S 14033 14035 12230 0 -1 4202560 1781 0 0 0 39 0 0 0 15 0 19 0 490273728 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14057] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14057/stat : 14057 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273728 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14058] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14058/stat : 14058 (java) S 14033 14035 12230 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 490273728 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117952 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14085] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14085/stat : 14085 (java) S 14033 14035 12230 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490273772 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117952 0 4 0 16800975 18446604453858521344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.67
Current children cumulated vsize (KiB) 7650444

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.01 4.04 3.91 6/250 14138
/proc/meminfo: memFree=22786572/32951124 swapFree=67111524/67111528
[pid=14035] ppid=14033 vsize=7650444 CPUtime=1301.67 cores=0,2
/proc/14035/stat : 14035 (java) S 14033 14035 12230 0 -1 4202496 57102 0 1 0 130157 10 0 0 22 0 19 0 490273722 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14035/statm: 1912611 50904 2254 9 0 1903349 0
[pid=14035/tid=14036] ppid=14033 vsize=7650444 CPUtime=1293.38 cores=0,2
/proc/14035/task/14036/stat : 14036 (java) R 14033 14035 12230 0 -1 4202560 20387 0 1 0 129334 4 0 0 25 0 19 0 490273723 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 46912505665537 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14035/tid=14043] ppid=14033 vsize=7650444 CPUtime=0.11 cores=0,2
/proc/14035/task/14043/stat : 14043 (java) S 14033 14035 12230 0 -1 4202560 23 0 0 0 11 0 0 0 15 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 0 0 0 0
[pid=14035/tid=14044] ppid=14033 vsize=7650444 CPUtime=0.09 cores=0,2
/proc/14035/task/14044/stat : 14044 (java) S 14033 14035 12230 0 -1 4202560 12 0 0 0 9 0 0 0 15 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14045] ppid=14033 vsize=7650444 CPUtime=0.11 cores=0,2
/proc/14035/task/14045/stat : 14045 (java) S 14033 14035 12230 0 -1 4202560 10 0 0 0 11 0 0 0 15 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14046] ppid=14033 vsize=7650444 CPUtime=0.04 cores=0,2
/proc/14035/task/14046/stat : 14046 (java) S 14033 14035 12230 0 -1 4202560 5 0 0 0 4 0 0 0 16 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14047] ppid=14033 vsize=7650444 CPUtime=0.12 cores=0,2
/proc/14035/task/14047/stat : 14047 (java) S 14033 14035 12230 0 -1 4202560 9 0 0 0 12 0 0 0 15 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14048] ppid=14033 vsize=7650444 CPUtime=0.1 cores=0,2
/proc/14035/task/14048/stat : 14048 (java) S 14033 14035 12230 0 -1 4202560 109 0 0 0 10 0 0 0 15 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14049] ppid=14033 vsize=7650444 CPUtime=0.21 cores=0,2
/proc/14035/task/14049/stat : 14049 (java) S 14033 14035 12230 0 -1 4202560 5981 0 0 0 21 0 0 0 16 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14050] ppid=14033 vsize=7650444 CPUtime=0.16 cores=0,2
/proc/14035/task/14050/stat : 14050 (java) S 14033 14035 12230 0 -1 4202560 4403 0 0 0 16 0 0 0 15 0 19 0 490273724 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14051] ppid=14033 vsize=7650444 CPUtime=6.05 cores=0,2
/proc/14035/task/14051/stat : 14051 (java) S 14033 14035 12230 0 -1 4202560 15121 0 0 0 603 2 0 0 15 0 19 0 490273725 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117952 0 0 0 16800975 18446604453858521344 0 0 -1 0 0 0 0
[pid=14035/tid=14052] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14052/stat : 14052 (java) S 14033 14035 12230 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 490273726 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14053] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14053/stat : 14053 (java) S 14033 14035 12230 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 490273726 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14054] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14054/stat : 14054 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273728 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389125041 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14055] ppid=14033 vsize=7650444 CPUtime=0.8 cores=0,2
/proc/14035/task/14055/stat : 14055 (java) S 14033 14035 12230 0 -1 4202560 8033 0 0 0 80 0 0 0 15 0 19 0 490273728 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14056] ppid=14033 vsize=7650444 CPUtime=0.39 cores=0,2
/proc/14035/task/14056/stat : 14056 (java) S 14033 14035 12230 0 -1 4202560 1781 0 0 0 39 0 0 0 15 0 19 0 490273728 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14057] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14057/stat : 14057 (java) S 14033 14035 12230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 490273728 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117337 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14058] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14058/stat : 14058 (java) S 14033 14035 12230 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 490273728 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117952 0 4 0 16800975 18446604453858521344 0 0 -1 2 0 0 0
[pid=14035/tid=14085] ppid=14033 vsize=7650444 CPUtime=0 cores=0,2
/proc/14035/task/14085/stat : 14085 (java) S 14033 14035 12230 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 490273772 7834054656 50904 33554432000 1073741824 1073778376 140736015124704 18446744073709551615 255389117952 0 4 0 16800975 18446604453858521344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.67
Current children cumulated vsize (KiB) 7650444

Child status: 143
Real time (s): 1300.07
CPU time (s): 1301.8
CPU user time (s): 1301.68
CPU system time (s): 0.115982
CPU usage (%): 100.133
Max. virtual memory (cumulated for all children) (KiB): 7664760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.68
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57137
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= 27761
involuntary context switches= 5669

runsolver used 2.6356 second user time and 5.2542 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-26 04:59:19
IDJOB=3289535
IDBENCH=83126
IDSOLVER=1611
FILE ID=node135/3289535-1303786758
RUNJOBID= node135-1303786758-13970
PBS_JOBID= 13157209
Free space on /tmp= 71624 MiB

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

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

MD5SUM BENCH= 31142839684b7824419884a35a31fc88
RANDOM SEED=530269078

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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:     32951124 kB
MemFree:      23188072 kB
Buffers:       1827024 kB
Cached:        7226416 kB
SwapCached:          4 kB
Active:         633492 kB
Inactive:      8550808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23188072 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10952 kB
Writeback:           0 kB
AnonPages:      129968 kB
Mapped:          22264 kB
Slab:           514708 kB
PageTables:       5508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14724776 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71624 MiB
End job on node135 at 2011-04-26 05:21:01