Trace number 3288109

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

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.78
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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@664741d6
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.18	c solving HOME/instance-3288109-1303780432.cnf
0.00/0.18	c reading problem ... 
0.57/0.56	c ... done. Wall clock time 0.474s.
0.57/0.57	c #vars     156058
0.57/0.57	c #constraints  466691
0.57/0.57	c constraints type 
0.57/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155563
0.57/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 311126
7.07/6.63	c cleaning 2473 clauses out of 4953 with flag 5000/5000
15.41/14.50	c cleaning 4194 clauses out of 8393 with flag 11000/11000
22.32/21.39	c cleaning 5480 clauses out of 11148 with flag 18000/18000
30.64/29.67	c cleaning 6658 clauses out of 13630 with flag 26000/26000
39.36/38.34	c cleaning 7772 clauses out of 15943 with flag 35000/35000
50.67/49.64	c cleaning 9051 clauses out of 18111 with flag 45000/45000
63.69/62.61	c cleaning 9785 clauses out of 19969 with flag 56000/56000
77.10/76.04	c cleaning 11004 clauses out of 22132 with flag 68000/68000
89.52/88.50	c cleaning 11964 clauses out of 24039 with flag 81001/81001
105.84/104.80	c cleaning 12020 clauses out of 26031 with flag 95001/95001
121.45/120.34	c cleaning 13896 clauses out of 28992 with flag 110000/110000
138.37/137.23	c cleaning 15391 clauses out of 31079 with flag 126000/126000
156.69/155.52	c cleaning 14939 clauses out of 32589 with flag 143000/143000
175.10/173.99	c cleaning 17511 clauses out of 35488 with flag 161001/161001
200.52/199.38	c cleaning 18373 clauses out of 36965 with flag 180000/180000
221.73/220.50	c cleaning 18769 clauses out of 38547 with flag 200001/200001
242.46/241.24	c cleaning 19915 clauses out of 40748 with flag 221001/221001
268.07/266.81	c cleaning 21299 clauses out of 42786 with flag 243000/243000
292.69/291.40	c cleaning 22157 clauses out of 44460 with flag 266000/266000
323.50/322.21	c cleaning 22881 clauses out of 46256 with flag 290002/290002
351.12/349.82	c cleaning 23077 clauses out of 48363 with flag 315001/315001
385.55/384.24	c cleaning 25381 clauses out of 51271 with flag 341000/341000
422.16/420.88	c cleaning 25897 clauses out of 52865 with flag 368000/368000
455.38/454.02	c cleaning 26489 clauses out of 54783 with flag 396000/396000
496.29/494.90	c cleaning 27811 clauses out of 57268 with flag 425000/425000
534.51/533.16	c cleaning 28331 clauses out of 59392 with flag 455001/455001
575.94/574.56	c cleaning 30387 clauses out of 61998 with flag 486000/486000
620.45/619.00	c cleaning 30999 clauses out of 63535 with flag 518004/518004
669.67/668.28	c cleaning 31947 clauses out of 65415 with flag 551000/551000
719.99/718.52	c cleaning 32670 clauses out of 67359 with flag 585001/585001
767.01/765.54	c cleaning 33908 clauses out of 69586 with flag 620001/620001
821.34/819.81	c cleaning 34906 clauses out of 71670 with flag 656000/656000
881.25/879.70	c cleaning 35058 clauses out of 73741 with flag 693000/693000
950.87/949.33	c cleaning 36873 clauses out of 76553 with flag 731001/731001
1019.59/1018.05	c cleaning 38908 clauses out of 78414 with flag 770001/770001
1093.31/1091.74	c cleaning 38617 clauses out of 79425 with flag 810001/810001
1167.84/1166.28	c cleaning 40340 clauses out of 81805 with flag 851002/851002
1232.96/1231.35	c cleaning 40421 clauses out of 83432 with flag 893000/893000
1301.68/1300.01	c starts		: 1033
1301.68/1300.01	c conflicts		: 935910
1301.68/1300.01	c decisions		: 3524482
1301.68/1300.01	c propagations		: 2597664211
1301.68/1300.01	c inspects		: 6652750060
1301.68/1300.01	c shortcuts		: 0
1301.68/1300.01	c learnt literals	: 436
1301.68/1300.01	c learnt binary clauses	: 14877
1301.68/1300.01	c learnt ternary clauses	: 47685
1301.68/1300.01	c learnt constraints	: 935474
1301.68/1300.01	c ignored constraints	: 0
1301.68/1300.01	c root simplifications	: 1469
1301.68/1300.01	c removed literals (reason simplification)	: 8725566
1301.68/1300.01	c reason swapping (by a shorter reason)	: 0
1301.68/1300.01	c Calls to reduceDB	: 38
1301.68/1300.01	c speed (assignments/second)	: 1999059.75945078
1301.68/1300.01	c non guided choices	46207
1301.68/1300.06	c learnt constraints type 
1301.68/1300.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14217
1301.68/1300.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71477
1301.68/1300.06	c constraints type 
1301.68/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155563
1301.68/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 311126
1301.68/1300.06	s UNKNOWN
1301.68/1300.06	c Total wall clock time (in seconds) : 1299.918

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-3288109-1303780432/watcher-3288109-1303780432 -o /tmp/evaluation-result-3288109-1303780432/solver-3288109-1303780432 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3288109-1303780432.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: 2.60 3.65 3.81 6/220 30194
/proc/meminfo: memFree=13237600/32951124 swapFree=67111528/67111528
[pid=30194] ppid=30192 vsize=33696 CPUtime=0 cores=0,2
/proc/30194/stat : 30194 (java) S 30192 30194 29772 0 -1 4202496 1302 0 0 0 0 0 0 0 21 0 2 0 470459471 34504704 1009 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30194/statm: 8960 1015 783 9 0 386 0
[pid=30194/tid=30195] ppid=30192 vsize=35788 CPUtime=0 cores=0,2
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 29772 0 -1 4202560 208 0 0 0 0 0 0 0 23 0 2 0 470459472 36646912 1024 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212039713975 0 0 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.364205 s]
/proc/loadavg: 2.60 3.65 3.81 6/220 30194
/proc/meminfo: memFree=13237600/32951124 swapFree=67111528/67111528
[pid=30194] ppid=30192 vsize=7638724 CPUtime=0.43 cores=0,2
/proc/30194/stat : 30194 (java) S 30192 30194 29772 0 -1 4202496 17527 0 1 0 41 2 0 0 21 0 18 0 470459471 7822053376 17073 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30194/statm: 1909681 17075 2197 9 0 1900419 0
[pid=30194/tid=30195] ppid=30192 vsize=7638724 CPUtime=0.28 cores=0,2
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 29772 0 -1 4202560 14853 0 1 0 27 1 0 0 25 0 18 0 470459472 7822053376 17076 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 46912505552803 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 7638724

[startup+0.400197 s]
/proc/loadavg: 2.60 3.65 3.81 6/220 30194
/proc/meminfo: memFree=13237600/32951124 swapFree=67111528/67111528
[pid=30194] ppid=30192 vsize=7638724 CPUtime=0.46 cores=0,2
/proc/30194/stat : 30194 (java) S 30192 30194 29772 0 -1 4202496 19054 0 1 0 44 2 0 0 21 0 18 0 470459471 7822053376 18600 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30194/statm: 1909681 18602 2197 9 0 1900419 0
[pid=30194/tid=30195] ppid=30192 vsize=7638724 CPUtime=0.33 cores=0,2
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 29772 0 -1 4202560 16380 0 1 0 31 2 0 0 25 0 18 0 470459472 7822053376 18603 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 46912505526902 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 7638724

[startup+0.501184 s]
/proc/loadavg: 2.60 3.65 3.81 6/220 30194
/proc/meminfo: memFree=13237600/32951124 swapFree=67111528/67111528
[pid=30194] ppid=30192 vsize=7638724 CPUtime=0.57 cores=0,2
/proc/30194/stat : 30194 (java) S 30192 30194 29772 0 -1 4202496 23139 0 1 0 54 3 0 0 21 0 18 0 470459471 7822053376 22685 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30194/statm: 1909681 22687 2197 9 0 1900419 0
[pid=30194/tid=30195] ppid=30192 vsize=7638724 CPUtime=0.42 cores=0,2
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 29772 0 -1 4202560 20464 0 1 0 40 2 0 0 25 0 18 0 470459472 7822053376 22687 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 46912505552823 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 7638724

[startup+0.701142 s]
/proc/loadavg: 2.60 3.65 3.81 6/220 30194
/proc/meminfo: memFree=13237600/32951124 swapFree=67111528/67111528
[pid=30194] ppid=30192 vsize=7639752 CPUtime=0.89 cores=0,2
/proc/30194/stat : 30194 (java) S 30192 30194 29772 0 -1 4202496 28523 0 1 0 85 4 0 0 21 0 19 0 470459471 7823106048 27620 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30194/statm: 1909938 27620 2214 9 0 1900676 0
[pid=30194/tid=30195] ppid=30192 vsize=7639752 CPUtime=0.62 cores=0,2
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 29772 0 -1 4202560 25281 0 1 0 59 3 0 0 25 0 19 0 470459472 7823106048 27620 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 46912505212216 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 7639752

[startup+1.50103 s]
/proc/loadavg: 2.60 3.65 3.81 5/262 30239
/proc/meminfo: memFree=12954208/32951124 swapFree=67111528/67111528
[pid=30194] ppid=30192 vsize=7641048 CPUtime=1.89 cores=0,2
/proc/30194/stat : 30194 (java) S 30192 30194 29772 0 -1 4202496 30601 0 1 0 185 4 0 0 21 0 19 0 470459471 7824433152 28063 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30194/statm: 1910262 28063 2222 9 0 1901000 0
[pid=30194/tid=30195] ppid=30192 vsize=7641048 CPUtime=1.42 cores=0,2
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 29772 0 -1 4202560 25348 0 1 0 139 3 0 0 25 0 19 0 470459472 7824433152 28063 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 46912505678496 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30194/tid=30196] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30196/stat : 30196 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 470459473 7824433152 28063 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30197] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30197/stat : 30197 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824433152 28063 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30198] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30198/stat : 30198 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824433152 28063 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30199] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30199/stat : 30199 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824433152 28063 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30200] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30200/stat : 30200 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824433152 28063 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30201] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30201/stat : 30201 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824433152 28063 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30202] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30202/stat : 30202 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824433152 28063 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30203] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30203/stat : 30203 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824433152 28063 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30204] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30204/stat : 30204 (java) S 30192 30194 29772 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 470459474 7824433152 28063 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471872 0 0 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30205] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30205/stat : 30205 (java) S 30192 30194 29772 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 470459474 7824433152 28063 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30206] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30206/stat : 30206 (java) S 30192 30194 29772 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470459474 7824433152 28063 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30207] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30207/stat : 30207 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459477 7824433152 28063 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051478961 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30208] ppid=30192 vsize=7641048 CPUtime=0.17 cores=0,2
/proc/30194/task/30208/stat : 30208 (java) S 30192 30194 29772 0 -1 4202560 1290 0 0 0 17 0 0 0 20 0 19 0 470459477 7824433152 28063 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30209] ppid=30192 vsize=7641048 CPUtime=0.27 cores=0,2
/proc/30194/task/30209/stat : 30209 (java) S 30192 30194 29772 0 -1 4202560 2800 0 0 0 27 0 0 0 15 0 19 0 470459477 7824433152 28063 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30210] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30210/stat : 30210 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459477 7824433152 28063 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30211] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30211/stat : 30211 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 470459477 7824433152 28063 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471872 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30238] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30238/stat : 30238 (java) S 30192 30194 29772 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 470459533 7824433152 28063 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471872 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 7641048

[startup+3.10075 s]
/proc/loadavg: 2.60 3.65 3.81 5/262 30239
/proc/meminfo: memFree=12952472/32951124 swapFree=67111528/67111528
[pid=30194] ppid=30192 vsize=7641048 CPUtime=3.54 cores=0,2
/proc/30194/stat : 30194 (java) S 30192 30194 29772 0 -1 4202496 30981 0 1 0 350 4 0 0 21 0 19 0 470459471 7824433152 28166 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30194/statm: 1910262 28166 2225 9 0 1901000 0
[pid=30194/tid=30195] ppid=30192 vsize=7641048 CPUtime=3.02 cores=0,2
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 29772 0 -1 4202560 25393 0 1 0 299 3 0 0 25 0 19 0 470459472 7824433152 28166 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 46912505666501 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30194/tid=30196] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30196/stat : 30196 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 470459473 7824433152 28166 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30197] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30197/stat : 30197 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824433152 28166 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30198] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30198/stat : 30198 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824433152 28166 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30199] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30199/stat : 30199 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824433152 28166 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30200] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30200/stat : 30200 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824433152 28166 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30201] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30201/stat : 30201 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824433152 28166 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30202] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30202/stat : 30202 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824433152 28166 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30203] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30203/stat : 30203 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824433152 28166 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30204] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30204/stat : 30204 (java) S 30192 30194 29772 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 470459474 7824433152 28166 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471872 0 0 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30205] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30205/stat : 30205 (java) S 30192 30194 29772 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 470459474 7824433152 28166 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30206] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30206/stat : 30206 (java) S 30192 30194 29772 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470459474 7824433152 28166 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30207] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30207/stat : 30207 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459477 7824433152 28166 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051478961 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30208] ppid=30192 vsize=7641048 CPUtime=0.18 cores=0,2
/proc/30194/task/30208/stat : 30208 (java) S 30192 30194 29772 0 -1 4202560 1290 0 0 0 18 0 0 0 15 0 19 0 470459477 7824433152 28166 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30209] ppid=30192 vsize=7641048 CPUtime=0.32 cores=0,2
/proc/30194/task/30209/stat : 30209 (java) S 30192 30194 29772 0 -1 4202560 3134 0 0 0 32 0 0 0 15 0 19 0 470459477 7824433152 28166 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30210] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30210/stat : 30210 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459477 7824433152 28166 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30211] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30211/stat : 30211 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 470459477 7824433152 28166 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471872 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30238] ppid=30192 vsize=7641048 CPUtime=0 cores=0,2
/proc/30194/task/30238/stat : 30238 (java) S 30192 30194 29772 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 470459533 7824433152 28166 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471872 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 7641048

[startup+6.3012 s]
/proc/loadavg: 2.71 3.66 3.82 7/262 30285
/proc/meminfo: memFree=12781128/32951124 swapFree=67111528/67111528
[pid=30194] ppid=30192 vsize=7641192 CPUtime=6.77 cores=0,2
/proc/30194/stat : 30194 (java) S 30192 30194 29772 0 -1 4202496 31139 0 1 0 673 4 0 0 21 0 19 0 470459471 7824580608 28322 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30194/statm: 1910298 28322 2226 9 0 1901036 0
[pid=30194/tid=30195] ppid=30192 vsize=7641192 CPUtime=6.22 cores=0,2
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 29772 0 -1 4202560 25514 0 1 0 619 3 0 0 25 0 19 0 470459472 7824580608 28322 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 46912505660457 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30194/tid=30196] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30196/stat : 30196 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 470459473 7824580608 28322 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30197] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30197/stat : 30197 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824580608 28322 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30198] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30198/stat : 30198 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824580608 28322 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30199] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30199/stat : 30199 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824580608 28322 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30200] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30200/stat : 30200 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824580608 28322 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30201] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30201/stat : 30201 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824580608 28322 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30202] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30202/stat : 30202 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824580608 28322 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30203] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30203/stat : 30203 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459473 7824580608 28322 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30204] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30204/stat : 30204 (java) S 30192 30194 29772 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 470459474 7824580608 28322 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471872 0 0 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30205] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30205/stat : 30205 (java) S 30192 30194 29772 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 470459474 7824580608 28322 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30206] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30206/stat : 30206 (java) S 30192 30194 29772 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 470459474 7824580608 28322 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30207] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30207/stat : 30207 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459477 7824580608 28322 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051478961 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30208] ppid=30192 vsize=7641192 CPUtime=0.21 cores=0,2
/proc/30194/task/30208/stat : 30208 (java) S 30192 30194 29772 0 -1 4202560 1327 0 0 0 21 0 0 0 15 0 19 0 470459477 7824580608 28322 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30209] ppid=30192 vsize=7641192 CPUtime=0.32 cores=0,2
/proc/30194/task/30209/stat : 30209 (java) S 30192 30194 29772 0 -1 4202560 3134 0 0 0 32 0 0 0 15 0 19 0 470459477 7824580608 28322 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0

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

[pid=30194/tid=30201] ppid=30192 vsize=7641192 CPUtime=0.17 cores=0,2
/proc/30194/task/30201/stat : 30201 (java) S 30192 30194 29772 0 -1 4202560 7 0 0 0 17 0 0 0 15 0 19 0 470459473 7824580608 68134 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30202] ppid=30192 vsize=7641192 CPUtime=0.12 cores=0,2
/proc/30194/task/30202/stat : 30202 (java) S 30192 30194 29772 0 -1 4202560 8 0 0 0 12 0 0 0 15 0 19 0 470459473 7824580608 68134 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30203] ppid=30192 vsize=7641192 CPUtime=0.13 cores=0,2
/proc/30194/task/30203/stat : 30203 (java) S 30192 30194 29772 0 -1 4202560 12 0 0 0 13 0 0 0 15 0 19 0 470459473 7824580608 68134 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30204] ppid=30192 vsize=7641192 CPUtime=7.62 cores=0,2
/proc/30194/task/30204/stat : 30204 (java) S 30192 30194 29772 0 -1 4202560 21137 0 0 0 760 2 0 0 15 0 19 0 470459474 7824580608 68134 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471872 0 0 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30205] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30205/stat : 30205 (java) S 30192 30194 29772 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 470459474 7824580608 68134 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30206] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30206/stat : 30206 (java) S 30192 30194 29772 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 470459474 7824580608 68134 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30207] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30207/stat : 30207 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459477 7824580608 68134 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051478961 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30208] ppid=30192 vsize=7641192 CPUtime=0.27 cores=0,2
/proc/30194/task/30208/stat : 30208 (java) S 30192 30194 29772 0 -1 4202560 1344 0 0 0 27 0 0 0 15 0 19 0 470459477 7824580608 68134 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30209] ppid=30192 vsize=7641192 CPUtime=0.73 cores=0,2
/proc/30194/task/30209/stat : 30209 (java) S 30192 30194 29772 0 -1 4202560 10834 0 0 0 71 2 0 0 15 0 19 0 470459477 7824580608 68134 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30210] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30210/stat : 30210 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459477 7824580608 68134 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30211] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30211/stat : 30211 (java) S 30192 30194 29772 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 470459477 7824580608 68134 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471872 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30238] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30238/stat : 30238 (java) S 30192 30194 29772 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 470459533 7824580608 68134 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471872 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1183.96
Current children cumulated vsize (KiB) 7641192

[startup+1242.3 s]
/proc/loadavg: 3.24 3.77 3.85 4/238 30431
/proc/meminfo: memFree=11092684/32951124 swapFree=67111528/67111528
[pid=30194] ppid=30192 vsize=7641192 CPUtime=1243.97 cores=0,2
/proc/30194/stat : 30194 (java) S 30192 30194 29772 0 -1 4202496 75766 0 1 0 124385 12 0 0 21 0 19 0 470459471 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30194/statm: 1910298 68290 2253 9 0 1901036 0
[pid=30194/tid=30195] ppid=30192 vsize=7641192 CPUtime=1233.64 cores=0,2
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 29772 0 -1 4202560 25562 0 1 0 123359 5 0 0 25 0 19 0 470459472 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 46912505659856 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30194/tid=30196] ppid=30192 vsize=7641192 CPUtime=0.3 cores=0,2
/proc/30194/task/30196/stat : 30196 (java) S 30192 30194 29772 0 -1 4202560 6702 0 0 0 30 0 0 0 16 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30197] ppid=30192 vsize=7641192 CPUtime=0.15 cores=0,2
/proc/30194/task/30197/stat : 30197 (java) S 30192 30194 29772 0 -1 4202560 7980 0 0 0 15 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30198] ppid=30192 vsize=7641192 CPUtime=0.2 cores=0,2
/proc/30194/task/30198/stat : 30198 (java) S 30192 30194 29772 0 -1 4202560 606 0 0 0 20 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30199] ppid=30192 vsize=7641192 CPUtime=0.14 cores=0,2
/proc/30194/task/30199/stat : 30199 (java) S 30192 30194 29772 0 -1 4202560 170 0 0 0 14 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30200] ppid=30192 vsize=7641192 CPUtime=0.18 cores=0,2
/proc/30194/task/30200/stat : 30200 (java) S 30192 30194 29772 0 -1 4202560 20 0 0 0 18 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30201] ppid=30192 vsize=7641192 CPUtime=0.17 cores=0,2
/proc/30194/task/30201/stat : 30201 (java) S 30192 30194 29772 0 -1 4202560 7 0 0 0 17 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30202] ppid=30192 vsize=7641192 CPUtime=0.12 cores=0,2
/proc/30194/task/30202/stat : 30202 (java) S 30192 30194 29772 0 -1 4202560 8 0 0 0 12 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30203] ppid=30192 vsize=7641192 CPUtime=0.15 cores=0,2
/proc/30194/task/30203/stat : 30203 (java) S 30192 30194 29772 0 -1 4202560 16 0 0 0 15 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30204] ppid=30192 vsize=7641192 CPUtime=7.82 cores=0,2
/proc/30194/task/30204/stat : 30204 (java) S 30192 30194 29772 0 -1 4202560 21291 0 0 0 780 2 0 0 15 0 19 0 470459474 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471872 0 0 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30205] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30205/stat : 30205 (java) S 30192 30194 29772 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 470459474 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30206] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30206/stat : 30206 (java) S 30192 30194 29772 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 470459474 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30207] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30207/stat : 30207 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459477 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051478961 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30208] ppid=30192 vsize=7641192 CPUtime=0.27 cores=0,2
/proc/30194/task/30208/stat : 30208 (java) S 30192 30194 29772 0 -1 4202560 1344 0 0 0 27 0 0 0 15 0 19 0 470459477 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30209] ppid=30192 vsize=7641192 CPUtime=0.73 cores=0,2
/proc/30194/task/30209/stat : 30209 (java) S 30192 30194 29772 0 -1 4202560 10834 0 0 0 71 2 0 0 15 0 19 0 470459477 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30210] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30210/stat : 30210 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459477 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30211] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30211/stat : 30211 (java) S 30192 30194 29772 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 470459477 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471872 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30238] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30238/stat : 30238 (java) S 30192 30194 29772 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 470459533 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471872 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1243.97
Current children cumulated vsize (KiB) 7641192



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.09 3.62 3.79 4/238 30433
/proc/meminfo: memFree=11089780/32951124 swapFree=67111528/67111528
[pid=30194] ppid=30192 vsize=7641192 CPUtime=1301.68 cores=0,2
/proc/30194/stat : 30194 (java) S 30192 30194 29772 0 -1 4202496 75768 0 1 0 130156 12 0 0 21 0 19 0 470459471 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30194/statm: 1910298 68290 2253 9 0 1901036 0
[pid=30194/tid=30195] ppid=30192 vsize=7641192 CPUtime=1291.35 cores=0,2
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 29772 0 -1 4202560 25562 0 1 0 129130 5 0 0 25 0 19 0 470459472 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 46912505666580 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30194/tid=30196] ppid=30192 vsize=7641192 CPUtime=0.3 cores=0,2
/proc/30194/task/30196/stat : 30196 (java) S 30192 30194 29772 0 -1 4202560 6702 0 0 0 30 0 0 0 16 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30197] ppid=30192 vsize=7641192 CPUtime=0.15 cores=0,2
/proc/30194/task/30197/stat : 30197 (java) S 30192 30194 29772 0 -1 4202560 7980 0 0 0 15 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30198] ppid=30192 vsize=7641192 CPUtime=0.2 cores=0,2
/proc/30194/task/30198/stat : 30198 (java) S 30192 30194 29772 0 -1 4202560 606 0 0 0 20 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30199] ppid=30192 vsize=7641192 CPUtime=0.14 cores=0,2
/proc/30194/task/30199/stat : 30199 (java) S 30192 30194 29772 0 -1 4202560 170 0 0 0 14 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30200] ppid=30192 vsize=7641192 CPUtime=0.18 cores=0,2
/proc/30194/task/30200/stat : 30200 (java) S 30192 30194 29772 0 -1 4202560 20 0 0 0 18 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30201] ppid=30192 vsize=7641192 CPUtime=0.17 cores=0,2
/proc/30194/task/30201/stat : 30201 (java) S 30192 30194 29772 0 -1 4202560 7 0 0 0 17 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30202] ppid=30192 vsize=7641192 CPUtime=0.12 cores=0,2
/proc/30194/task/30202/stat : 30202 (java) S 30192 30194 29772 0 -1 4202560 8 0 0 0 12 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30203] ppid=30192 vsize=7641192 CPUtime=0.15 cores=0,2
/proc/30194/task/30203/stat : 30203 (java) S 30192 30194 29772 0 -1 4202560 16 0 0 0 15 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30204] ppid=30192 vsize=7641192 CPUtime=7.82 cores=0,2
/proc/30194/task/30204/stat : 30204 (java) S 30192 30194 29772 0 -1 4202560 21291 0 0 0 780 2 0 0 15 0 19 0 470459474 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471872 0 0 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30205] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30205/stat : 30205 (java) S 30192 30194 29772 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 470459474 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30206] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30206/stat : 30206 (java) S 30192 30194 29772 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 470459474 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30207] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30207/stat : 30207 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459477 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051478961 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30208] ppid=30192 vsize=7641192 CPUtime=0.27 cores=0,2
/proc/30194/task/30208/stat : 30208 (java) S 30192 30194 29772 0 -1 4202560 1344 0 0 0 27 0 0 0 15 0 19 0 470459477 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30209] ppid=30192 vsize=7641192 CPUtime=0.73 cores=0,2
/proc/30194/task/30209/stat : 30209 (java) S 30192 30194 29772 0 -1 4202560 10834 0 0 0 71 2 0 0 15 0 19 0 470459477 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30210] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30210/stat : 30210 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459477 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30211] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30211/stat : 30211 (java) S 30192 30194 29772 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 470459477 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471872 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30238] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30238/stat : 30238 (java) S 30192 30194 29772 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 470459533 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471872 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1301.68
Current children cumulated vsize (KiB) 7641192

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: 3.09 3.62 3.79 4/238 30433
/proc/meminfo: memFree=11089780/32951124 swapFree=67111528/67111528
[pid=30194] ppid=30192 vsize=7641192 CPUtime=1301.68 cores=0,2
/proc/30194/stat : 30194 (java) S 30192 30194 29772 0 -1 4202496 75768 0 1 0 130156 12 0 0 21 0 19 0 470459471 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30194/statm: 1910298 68290 2253 9 0 1901036 0
[pid=30194/tid=30195] ppid=30192 vsize=7641192 CPUtime=1291.35 cores=0,2
/proc/30194/task/30195/stat : 30195 (java) R 30192 30194 29772 0 -1 4202560 25562 0 1 0 129130 5 0 0 25 0 19 0 470459472 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 46912505666580 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30194/tid=30196] ppid=30192 vsize=7641192 CPUtime=0.3 cores=0,2
/proc/30194/task/30196/stat : 30196 (java) S 30192 30194 29772 0 -1 4202560 6702 0 0 0 30 0 0 0 16 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30197] ppid=30192 vsize=7641192 CPUtime=0.15 cores=0,2
/proc/30194/task/30197/stat : 30197 (java) S 30192 30194 29772 0 -1 4202560 7980 0 0 0 15 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30198] ppid=30192 vsize=7641192 CPUtime=0.2 cores=0,2
/proc/30194/task/30198/stat : 30198 (java) S 30192 30194 29772 0 -1 4202560 606 0 0 0 20 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30199] ppid=30192 vsize=7641192 CPUtime=0.14 cores=0,2
/proc/30194/task/30199/stat : 30199 (java) S 30192 30194 29772 0 -1 4202560 170 0 0 0 14 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30200] ppid=30192 vsize=7641192 CPUtime=0.18 cores=0,2
/proc/30194/task/30200/stat : 30200 (java) S 30192 30194 29772 0 -1 4202560 20 0 0 0 18 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30201] ppid=30192 vsize=7641192 CPUtime=0.17 cores=0,2
/proc/30194/task/30201/stat : 30201 (java) S 30192 30194 29772 0 -1 4202560 7 0 0 0 17 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30202] ppid=30192 vsize=7641192 CPUtime=0.12 cores=0,2
/proc/30194/task/30202/stat : 30202 (java) S 30192 30194 29772 0 -1 4202560 8 0 0 0 12 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30203] ppid=30192 vsize=7641192 CPUtime=0.15 cores=0,2
/proc/30194/task/30203/stat : 30203 (java) S 30192 30194 29772 0 -1 4202560 16 0 0 0 15 0 0 0 15 0 19 0 470459473 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30204] ppid=30192 vsize=7641192 CPUtime=7.82 cores=0,2
/proc/30194/task/30204/stat : 30204 (java) S 30192 30194 29772 0 -1 4202560 21291 0 0 0 780 2 0 0 15 0 19 0 470459474 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471872 0 0 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30205] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30205/stat : 30205 (java) S 30192 30194 29772 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 470459474 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30206] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30206/stat : 30206 (java) S 30192 30194 29772 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 470459474 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30207] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30207/stat : 30207 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459477 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051478961 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30208] ppid=30192 vsize=7641192 CPUtime=0.27 cores=0,2
/proc/30194/task/30208/stat : 30208 (java) S 30192 30194 29772 0 -1 4202560 1344 0 0 0 27 0 0 0 15 0 19 0 470459477 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30209] ppid=30192 vsize=7641192 CPUtime=0.73 cores=0,2
/proc/30194/task/30209/stat : 30209 (java) S 30192 30194 29772 0 -1 4202560 10834 0 0 0 71 2 0 0 15 0 19 0 470459477 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30210] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30210/stat : 30210 (java) S 30192 30194 29772 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 470459477 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471257 0 4 0 16800975 18446604453968872640 0 0 -1 0 0 0 0
[pid=30194/tid=30211] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30211/stat : 30211 (java) S 30192 30194 29772 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 470459477 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471872 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
[pid=30194/tid=30238] ppid=30192 vsize=7641192 CPUtime=0 cores=0,2
/proc/30194/task/30238/stat : 30238 (java) S 30192 30194 29772 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 470459533 7824580608 68290 33554432000 1073741824 1073778376 140734164113840 18446744073709551615 212051471872 0 4 0 16800975 18446604453968872640 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1301.68
Current children cumulated vsize (KiB) 7641192

Child status: 143
Real time (s): 1300.07
CPU time (s): 1301.77
CPU user time (s): 1301.63
CPU system time (s): 0.139978
CPU usage (%): 100.13
Max. virtual memory (cumulated for all children) (KiB): 7641192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.63
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75804
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= 27638
involuntary context switches= 5820

runsolver used 2.30165 second user time and 4.81027 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-26 03:13:52
IDJOB=3288109
IDBENCH=82488
IDSOLVER=1611
FILE ID=node146/3288109-1303780432
RUNJOBID= node146-1303780432-30124
PBS_JOBID= 13157206
Free space on /tmp= 72748 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.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-3288109-1303780432/watcher-3288109-1303780432 -o /tmp/evaluation-result-3288109-1303780432/solver-3288109-1303780432 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3288109-1303780432.cnf

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=299672007

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13238004 kB
Buffers:       2079340 kB
Cached:       16962364 kB
SwapCached:          0 kB
Active:        9830100 kB
Inactive:      9348612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13238004 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           17644 kB
Writeback:           0 kB
AnonPages:      136220 kB
Mapped:          23028 kB
Slab:           469224 kB
PageTables:       6272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14726504 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= 72632 MiB
End job on node146 at 2011-04-26 03:35:34