Trace number 3286407

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-06UNSAT 104.659 103.449

General information on the benchmark

Nameapplication/jarvisalo/
AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
MD5SUMac372f51471a04bbb3fb9a678284c6a4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.57246
Satisfiable
(Un)Satisfiability was proved
Number of variables29317
Number of clauses277090
Sum of the clauses size598882
Maximum clause length179
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2264085
Number of clauses of size 38078
Number of clauses of size 41144
Number of clauses of size 5453
Number of clauses of size over 53186

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c no version file found!!!
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.18-164.el5
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		6997539544
0.01/0.07	c Max memory 		7034241024
0.01/0.07	c Total memory 		7034241024
0.01/0.07	c Number of processors 	8
0.01/0.09	c --- Begin Solver configuration ---
0.01/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.01/0.09	c Learn all clauses as in MiniSAT
0.01/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.01/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.01/0.09	c Expensive reason simplification
0.01/0.09	c Armin Biere (Picosat) restarts strategy
0.01/0.09	c Glucose learned constraints deletion strategy
0.01/0.09	c timeout=2147483647s
0.01/0.09	c DB Simplification allowed=true
0.01/0.09	c --- End Solver configuration ---
0.01/0.09	c solving HOME/instance-3286407-1303772874.cnf
0.01/0.09	c reading problem ... 
0.45/0.38	c ... done. Wall clock time 0.293s.
0.45/0.38	c #vars     29317
0.45/0.38	c #constraints  277090
0.45/0.38	c constraints type 
0.45/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12861
0.45/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 264085
4.76/4.17	c cleaning 2460 clauses out of 4925 with flag 5003/5003
9.43/8.30	c cleaning 4188 clauses out of 8395 with flag 11000/11000
14.05/12.90	c cleaning 5571 clauses out of 11159 with flag 18000/18000
19.46/18.36	c cleaning 6758 clauses out of 13542 with flag 26002/26002
25.57/24.41	c cleaning 7842 clauses out of 15723 with flag 35001/35001
33.47/32.39	c cleaning 8892 clauses out of 17822 with flag 45000/45000
41.28/40.10	c cleaning 9943 clauses out of 19898 with flag 56004/56004
49.28/48.13	c cleaning 10959 clauses out of 21923 with flag 68002/68002
57.09/56.00	c cleaning 11977 clauses out of 23957 with flag 81000/81000
64.89/63.73	c cleaning 12976 clauses out of 25966 with flag 95000/95000
72.49/71.39	c cleaning 13974 clauses out of 27957 with flag 110000/110000
81.40/80.27	c cleaning 14988 clauses out of 29983 with flag 126000/126000
88.79/87.69	c cleaning 15990 clauses out of 31991 with flag 143002/143002
96.80/95.67	c cleaning 15726 clauses out of 31453 with flag 161001/161001
103.70/102.54	c cleaning 7996 clauses out of 16025 with flag 180000/180000
104.61/103.43	c starts		: 494
104.61/103.43	c conflicts		: 182891
104.61/103.43	c decisions		: 376137
104.61/103.43	c propagations		: 185154560
104.61/103.43	c inspects		: 911846632
104.61/103.43	c shortcuts		: 0
104.61/103.43	c learnt literals	: 154
104.61/103.43	c learnt binary clauses	: 898
104.61/103.43	c learnt ternary clauses	: 1058
104.61/103.43	c learnt constraints	: 182736
104.61/103.43	c ignored constraints	: 0
104.61/103.43	c root simplifications	: 647
104.61/103.43	c removed literals (reason simplification)	: 4088738
104.61/103.43	c reason swapping (by a shorter reason)	: 0
104.61/103.43	c Calls to reduceDB	: 15
104.61/103.43	c speed (assignments/second)	: 1796762.316956011
104.61/103.43	c non guided choices	10806
104.61/103.44	c learnt constraints type 
104.61/103.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 514
104.61/103.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4871
104.61/103.44	c constraints type 
104.61/103.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12861
104.61/103.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 264085
104.61/103.44	s UNSATISFIABLE
104.61/103.44	c Total wall clock time (in seconds) : 103.343

Verifier Data

No possible verification on an UNSAT instance

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-3286407-1303772874/watcher-3286407-1303772874 -o /tmp/evaluation-result-3286407-1303772874/solver-3286407-1303772874 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3286407-1303772874.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: 4.00 3.88 3.68 4/243 3770
/proc/meminfo: memFree=9560128/32951124 swapFree=67111528/67111528
[pid=3770] ppid=3768 vsize=22976 CPUtime=0 cores=0,2
/proc/3770/stat : 3770 (java) R 3768 3770 3225 0 -1 4202496 1113 0 0 0 0 0 0 0 25 0 1 0 469703276 23527424 851 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522101616 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3770/statm: 6001 853 642 9 0 381 0
[pid=3770/tid=3771] ppid=3768 vsize=24004 CPUtime=0 cores=0,2
/proc/3770/task/3771/stat : 3771 (java) R 3768 3770 3225 0 -1 4202560 13 0 0 0 0 0 0 0 25 0 2 0 469703277 24580096 866 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233510297344 0 0 4096 0 0 0 0 -1 0 0 0 0

[startup+0.0235021 s]
/proc/loadavg: 4.00 3.88 3.68 4/243 3770
/proc/meminfo: memFree=9560128/32951124 swapFree=67111528/67111528
[pid=3770] ppid=3768 vsize=7550732 CPUtime=0.01 cores=0,2
/proc/3770/stat : 3770 (java) S 3768 3770 3225 0 -1 4202496 7620 0 1 0 0 1 0 0 25 0 10 0 469703276 7731949568 7320 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/3770/statm: 1887683 7320 1059 9 0 1878839 0
[pid=3770/tid=3771] ppid=3768 vsize=7550732 CPUtime=0 cores=0,2
/proc/3770/task/3771/stat : 3771 (java) R 3768 3770 3225 0 -1 4202560 6497 0 1 0 0 0 0 0 25 0 10 0 469703277 7731949568 7320 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522126815 0 2147483391 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7550732

[startup+0.107458 s]
/proc/loadavg: 4.00 3.88 3.68 4/243 3770
/proc/meminfo: memFree=9560128/32951124 swapFree=67111528/67111528
[pid=3770] ppid=3768 vsize=7636440 CPUtime=0.12 cores=0,2
/proc/3770/stat : 3770 (java) S 3768 3770 3225 0 -1 4202496 10919 0 1 0 10 2 0 0 25 0 18 0 469703276 7819714560 10615 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3770/statm: 1909110 10615 2094 9 0 1899848 0
[pid=3770/tid=3771] ppid=3768 vsize=7636440 CPUtime=0.09 cores=0,2
/proc/3770/task/3771/stat : 3771 (java) R 3768 3770 3225 0 -1 4202560 9039 0 1 0 8 1 0 0 18 0 18 0 469703277 7819714560 10615 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 46912505176688 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 7636440

[startup+0.300448 s]
/proc/loadavg: 4.00 3.88 3.68 4/243 3770
/proc/meminfo: memFree=9560128/32951124 swapFree=67111528/67111528
[pid=3770] ppid=3768 vsize=7637464 CPUtime=0.45 cores=0,2
/proc/3770/stat : 3770 (java) S 3768 3770 3225 0 -1 4202496 14323 0 1 0 43 2 0 0 25 0 18 0 469703276 7820763136 14019 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3770/statm: 1909366 14020 2204 9 0 1900104 0
[pid=3770/tid=3771] ppid=3768 vsize=7637464 CPUtime=0.28 cores=0,2
/proc/3770/task/3771/stat : 3771 (java) R 3768 3770 3225 0 -1 4202560 12131 0 1 0 26 2 0 0 18 0 18 0 469703277 7820763136 14021 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 46912505549368 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 7637464

[startup+0.700304 s]
/proc/loadavg: 4.00 3.88 3.68 4/243 3770
/proc/meminfo: memFree=9560128/32951124 swapFree=67111528/67111528
[pid=3770] ppid=3768 vsize=7642588 CPUtime=1.15 cores=0,2
/proc/3770/stat : 3770 (java) S 3768 3770 3225 0 -1 4202496 18066 0 1 0 112 3 0 0 25 0 19 0 469703276 7826010112 17760 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3770/statm: 1910647 17761 2220 9 0 1901385 0
[pid=3770/tid=3771] ppid=3768 vsize=7642588 CPUtime=0.68 cores=0,2
/proc/3770/task/3771/stat : 3771 (java) R 3768 3770 3225 0 -1 4202560 14848 0 1 0 66 2 0 0 19 0 19 0 469703277 7826010112 17761 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 46912505500394 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 7642588

[startup+1.50122 s]
/proc/loadavg: 4.00 3.88 3.68 5/262 3789
/proc/meminfo: memFree=9496804/32951124 swapFree=67111528/67111528
[pid=3770] ppid=3768 vsize=7642588 CPUtime=2.16 cores=0,2
/proc/3770/stat : 3770 (java) S 3768 3770 3225 0 -1 4202496 18242 0 1 0 213 3 0 0 25 0 19 0 469703276 7826010112 17936 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3770/statm: 1910647 17936 2227 9 0 1901385 0
[pid=3770/tid=3771] ppid=3768 vsize=7642588 CPUtime=1.48 cores=0,2
/proc/3770/task/3771/stat : 3771 (java) R 3768 3770 3225 0 -1 4202560 14987 0 1 0 146 2 0 0 20 0 19 0 469703277 7826010112 17936 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 46912505798661 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3770/tid=3773] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3773/stat : 3773 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703278 7826010112 17936 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3774] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3774/stat : 3774 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703278 7826010112 17936 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3775] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3775/stat : 3775 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703278 7826010112 17936 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3776] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3776/stat : 3776 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703278 7826010112 17936 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3777] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3777/stat : 3777 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703278 7826010112 17936 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3778] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3778/stat : 3778 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703278 7826010112 17936 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3779] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3779/stat : 3779 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703278 7826010112 17936 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3780] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3780/stat : 3780 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703278 7826010112 17936 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3781] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3781/stat : 3781 (java) S 3768 3770 3225 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 469703279 7826010112 17936 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522114048 0 0 0 16800975 18446604453917985472 0 0 -1 0 0 0 0
[pid=3770/tid=3782] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3782/stat : 3782 (java) S 3768 3770 3225 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 469703280 7826010112 17936 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3783] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3783/stat : 3783 (java) S 3768 3770 3225 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 469703280 7826010112 17936 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3784] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3784/stat : 3784 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703282 7826010112 17936 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522121137 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3785] ppid=3768 vsize=7642588 CPUtime=0.34 cores=0,2
/proc/3770/task/3785/stat : 3785 (java) S 3768 3770 3225 0 -1 4202560 1020 0 0 0 34 0 0 0 21 0 19 0 469703282 7826010112 17936 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3786] ppid=3768 vsize=7642588 CPUtime=0.32 cores=0,2
/proc/3770/task/3786/stat : 3786 (java) S 3768 3770 3225 0 -1 4202560 1073 0 0 0 32 0 0 0 22 0 19 0 469703282 7826010112 17936 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3787] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3787/stat : 3787 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703282 7826010112 17936 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3788] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3788/stat : 3788 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 469703282 7826010112 17936 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522114048 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3789] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3789/stat : 3789 (java) S 3768 3770 3225 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469703319 7826010112 17936 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522114048 0 4 0 16800975 18446604453917985472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 7642588

[startup+3.10091 s]
/proc/loadavg: 4.00 3.88 3.68 5/262 3789
/proc/meminfo: memFree=9495564/32951124 swapFree=67111528/67111528
[pid=3770] ppid=3768 vsize=7642588 CPUtime=3.76 cores=0,2
/proc/3770/stat : 3770 (java) S 3768 3770 3225 0 -1 4202496 18486 0 1 0 373 3 0 0 25 0 19 0 469703276 7826010112 18178 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3770/statm: 1910647 18178 2227 9 0 1901385 0
[pid=3770/tid=3771] ppid=3768 vsize=7642588 CPUtime=3.08 cores=0,2
/proc/3770/task/3771/stat : 3771 (java) R 3768 3770 3225 0 -1 4202560 15231 0 1 0 306 2 0 0 25 0 19 0 469703277 7826010112 18178 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 46912505720634 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3770/tid=3773] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3773/stat : 3773 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703278 7826010112 18178 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3774] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3774/stat : 3774 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703278 7826010112 18178 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3775] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3775/stat : 3775 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703278 7826010112 18178 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3776] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3776/stat : 3776 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703278 7826010112 18178 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3777] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3777/stat : 3777 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703278 7826010112 18178 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3778] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3778/stat : 3778 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703278 7826010112 18178 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3779] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3779/stat : 3779 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703278 7826010112 18178 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3780] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3780/stat : 3780 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703278 7826010112 18178 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3781] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3781/stat : 3781 (java) S 3768 3770 3225 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 469703279 7826010112 18178 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522114048 0 0 0 16800975 18446604453917985472 0 0 -1 0 0 0 0
[pid=3770/tid=3782] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3782/stat : 3782 (java) S 3768 3770 3225 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 469703280 7826010112 18178 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3783] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3783/stat : 3783 (java) S 3768 3770 3225 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 469703280 7826010112 18178 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3784] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3784/stat : 3784 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703282 7826010112 18178 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522121137 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3785] ppid=3768 vsize=7642588 CPUtime=0.34 cores=0,2
/proc/3770/task/3785/stat : 3785 (java) S 3768 3770 3225 0 -1 4202560 1020 0 0 0 34 0 0 0 21 0 19 0 469703282 7826010112 18178 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3786] ppid=3768 vsize=7642588 CPUtime=0.32 cores=0,2
/proc/3770/task/3786/stat : 3786 (java) S 3768 3770 3225 0 -1 4202560 1073 0 0 0 32 0 0 0 18 0 19 0 469703282 7826010112 18178 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3787] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3787/stat : 3787 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703282 7826010112 18178 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3788] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3788/stat : 3788 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 469703282 7826010112 18178 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522114048 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3789] ppid=3768 vsize=7642588 CPUtime=0 cores=0,2
/proc/3770/task/3789/stat : 3789 (java) S 3768 3770 3225 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469703319 7826010112 18178 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522114048 0 4 0 16800975 18446604453917985472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 7642588

[startup+6.30136 s]
/proc/loadavg: 4.32 3.94 3.70 5/262 3789
/proc/meminfo: memFree=9433684/32951124 swapFree=67111528/67111528
[pid=3770] ppid=3768 vsize=7663072 CPUtime=7.41 cores=0,2
/proc/3770/stat : 3770 (java) S 3768 3770 3225 0 -1 4202496 35541 0 1 0 736 5 0 0 25 0 19 0 469703276 7846985728 33450 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3770/statm: 1915768 33450 2252 9 0 1906506 0
[pid=3770/tid=3771] ppid=3768 vsize=7663072 CPUtime=6.14 cores=0,2
/proc/3770/task/3771/stat : 3771 (java) R 3768 3770 3225 0 -1 4202560 15428 0 1 0 612 2 0 0 25 0 19 0 469703277 7846985728 33450 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 46912505729185 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3770/tid=3773] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3773/stat : 3773 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 469703278 7846985728 33450 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3774] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3774/stat : 3774 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469703278 7846985728 33450 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3775] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3775/stat : 3775 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469703278 7846985728 33450 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3776] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3776/stat : 3776 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469703278 7846985728 33450 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3777] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3777/stat : 3777 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 469703278 7846985728 33450 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3778] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3778/stat : 3778 (java) S 3768 3770 3225 0 -1 4202560 92 0 0 0 0 0 0 0 17 0 19 0 469703278 7846985728 33450 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3779] ppid=3768 vsize=7663072 CPUtime=0.03 cores=0,2
/proc/3770/task/3779/stat : 3779 (java) S 3768 3770 3225 0 -1 4202560 2526 0 0 0 3 0 0 0 18 0 19 0 469703278 7846985728 33450 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3780] ppid=3768 vsize=7663072 CPUtime=0.02 cores=0,2
/proc/3770/task/3780/stat : 3780 (java) S 3768 3770 3225 0 -1 4202560 2542 0 0 0 2 0 0 0 17 0 19 0 469703278 7846985728 33450 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3781] ppid=3768 vsize=7663072 CPUtime=0.08 cores=0,2
/proc/3770/task/3781/stat : 3781 (java) S 3768 3770 3225 0 -1 4202560 5156 0 0 0 8 0 0 0 15 0 19 0 469703279 7846985728 33450 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522114048 0 0 0 16800975 18446604453917985472 0 0 -1 0 0 0 0
[pid=3770/tid=3782] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3782/stat : 3782 (java) S 3768 3770 3225 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 469703280 7846985728 33450 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3783] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3783/stat : 3783 (java) S 3768 3770 3225 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 469703280 7846985728 33450 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3784] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3784/stat : 3784 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703282 7846985728 33450 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522121137 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3785] ppid=3768 vsize=7663072 CPUtime=0.34 cores=0,2
/proc/3770/task/3785/stat : 3785 (java) S 3768 3770 3225 0 -1 4202560 1140 0 0 0 34 0 0 0 16 0 19 0 469703282 7846985728 33450 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 0 0 0 0
[pid=3770/tid=3786] ppid=3768 vsize=7663072 CPUtime=0.74 cores=0,2
/proc/3770/task/3786/stat : 3786 (java) S 3768 3770 3225 0 -1 4202560 7501 0 0 0 74 0 0 0 16 0 19 0 469703282 7846985728 33450 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0

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

/proc/3770/task/3774/stat : 3774 (java) S 3768 3770 3225 0 -1 4202560 273 0 0 0 2 0 0 0 15 0 19 0 469703278 7846985728 35863 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3775] ppid=3768 vsize=7663072 CPUtime=0.01 cores=0,2
/proc/3770/task/3775/stat : 3775 (java) S 3768 3770 3225 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 469703278 7846985728 35863 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3776] ppid=3768 vsize=7663072 CPUtime=0.01 cores=0,2
/proc/3770/task/3776/stat : 3776 (java) S 3768 3770 3225 0 -1 4202560 11 0 0 0 1 0 0 0 16 0 19 0 469703278 7846985728 35863 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3777] ppid=3768 vsize=7663072 CPUtime=0.02 cores=0,2
/proc/3770/task/3777/stat : 3777 (java) S 3768 3770 3225 0 -1 4202560 236 0 0 0 2 0 0 0 15 0 19 0 469703278 7846985728 35863 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3778] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3778/stat : 3778 (java) S 3768 3770 3225 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 469703278 7846985728 35863 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3779] ppid=3768 vsize=7663072 CPUtime=0.05 cores=0,2
/proc/3770/task/3779/stat : 3779 (java) S 3768 3770 3225 0 -1 4202560 2530 0 0 0 5 0 0 0 15 0 19 0 469703278 7846985728 35863 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3780] ppid=3768 vsize=7663072 CPUtime=0.03 cores=0,2
/proc/3770/task/3780/stat : 3780 (java) S 3768 3770 3225 0 -1 4202560 2545 0 0 0 3 0 0 0 15 0 19 0 469703278 7846985728 35863 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3781] ppid=3768 vsize=7663072 CPUtime=1.08 cores=0,2
/proc/3770/task/3781/stat : 3781 (java) S 3768 3770 3225 0 -1 4202560 7026 0 0 0 108 0 0 0 15 0 19 0 469703279 7846985728 35863 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522114048 0 0 0 16800975 18446604453917985472 0 0 -1 0 0 0 0
[pid=3770/tid=3782] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3782/stat : 3782 (java) S 3768 3770 3225 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 469703280 7846985728 35863 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3783] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3783/stat : 3783 (java) S 3768 3770 3225 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 469703280 7846985728 35863 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3784] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3784/stat : 3784 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703282 7846985728 35863 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522121137 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3785] ppid=3768 vsize=7663072 CPUtime=0.35 cores=0,2
/proc/3770/task/3785/stat : 3785 (java) S 3768 3770 3225 0 -1 4202560 1140 0 0 0 35 0 0 0 15 0 19 0 469703282 7846985728 35863 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 0 0 0 0
[pid=3770/tid=3786] ppid=3768 vsize=7663072 CPUtime=0.78 cores=0,2
/proc/3770/task/3786/stat : 3786 (java) S 3768 3770 3225 0 -1 4202560 7503 0 0 0 78 0 0 0 15 0 19 0 469703282 7846985728 35863 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3787] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3787/stat : 3787 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703282 7846985728 35863 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3788] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3788/stat : 3788 (java) S 3768 3770 3225 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 469703282 7846985728 35863 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522114048 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3789] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3789/stat : 3789 (java) S 3768 3770 3225 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469703319 7846985728 35863 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522114048 0 4 0 16800975 18446604453917985472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 103.51
Current children cumulated vsize (KiB) 7663072

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

[startup+103.101 s]
/proc/loadavg: 4.12 3.97 3.73 5/262 3792
/proc/meminfo: memFree=9422928/32951124 swapFree=67111528/67111528
[pid=3770] ppid=3768 vsize=7663072 CPUtime=104.3 cores=0,2
/proc/3770/stat : 3770 (java) S 3768 3770 3225 0 -1 4202496 37999 0 1 0 10424 6 0 0 25 0 19 0 469703276 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3770/statm: 1915768 35882 2254 9 0 1906506 0
[pid=3770/tid=3771] ppid=3768 vsize=7663072 CPUtime=101.76 cores=0,2
/proc/3770/task/3771/stat : 3771 (java) R 3768 3770 3225 0 -1 4202560 15443 0 1 0 10174 2 0 0 25 0 19 0 469703277 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 46912505728224 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3770/tid=3773] ppid=3768 vsize=7663072 CPUtime=0.01 cores=0,2
/proc/3770/task/3773/stat : 3773 (java) S 3768 3770 3225 0 -1 4202560 12 0 0 0 1 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3774] ppid=3768 vsize=7663072 CPUtime=0.02 cores=0,2
/proc/3770/task/3774/stat : 3774 (java) S 3768 3770 3225 0 -1 4202560 273 0 0 0 2 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3775] ppid=3768 vsize=7663072 CPUtime=0.01 cores=0,2
/proc/3770/task/3775/stat : 3775 (java) S 3768 3770 3225 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3776] ppid=3768 vsize=7663072 CPUtime=0.01 cores=0,2
/proc/3770/task/3776/stat : 3776 (java) S 3768 3770 3225 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3777] ppid=3768 vsize=7663072 CPUtime=0.02 cores=0,2
/proc/3770/task/3777/stat : 3777 (java) S 3768 3770 3225 0 -1 4202560 236 0 0 0 2 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3778] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3778/stat : 3778 (java) S 3768 3770 3225 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3779] ppid=3768 vsize=7663072 CPUtime=0.05 cores=0,2
/proc/3770/task/3779/stat : 3779 (java) S 3768 3770 3225 0 -1 4202560 2530 0 0 0 5 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3780] ppid=3768 vsize=7663072 CPUtime=0.03 cores=0,2
/proc/3770/task/3780/stat : 3780 (java) S 3768 3770 3225 0 -1 4202560 2545 0 0 0 3 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3781] ppid=3768 vsize=7663072 CPUtime=1.15 cores=0,2
/proc/3770/task/3781/stat : 3781 (java) S 3768 3770 3225 0 -1 4202560 7044 0 0 0 115 0 0 0 16 0 19 0 469703279 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522114048 0 0 0 16800975 18446604453917985472 0 0 -1 0 0 0 0
[pid=3770/tid=3782] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3782/stat : 3782 (java) S 3768 3770 3225 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 469703280 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3783] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3783/stat : 3783 (java) S 3768 3770 3225 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 469703280 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3784] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3784/stat : 3784 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703282 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522121137 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3785] ppid=3768 vsize=7663072 CPUtime=0.35 cores=0,2
/proc/3770/task/3785/stat : 3785 (java) S 3768 3770 3225 0 -1 4202560 1140 0 0 0 35 0 0 0 15 0 19 0 469703282 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 0 0 0 0
[pid=3770/tid=3786] ppid=3768 vsize=7663072 CPUtime=0.78 cores=0,2
/proc/3770/task/3786/stat : 3786 (java) S 3768 3770 3225 0 -1 4202560 7503 0 0 0 78 0 0 0 15 0 19 0 469703282 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3787] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3787/stat : 3787 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703282 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3788] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3788/stat : 3788 (java) S 3768 3770 3225 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 469703282 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522114048 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3789] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3789/stat : 3789 (java) S 3768 3770 3225 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469703319 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522114048 0 4 0 16800975 18446604453917985472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 104.3
Current children cumulated vsize (KiB) 7663072

[startup+103.301 s]
/proc/loadavg: 4.12 3.97 3.73 5/262 3792
/proc/meminfo: memFree=9422804/32951124 swapFree=67111528/67111528
[pid=3770] ppid=3768 vsize=7663072 CPUtime=104.51 cores=0,2
/proc/3770/stat : 3770 (java) S 3768 3770 3225 0 -1 4202496 37999 0 1 0 10445 6 0 0 25 0 19 0 469703276 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3770/statm: 1915768 35882 2254 9 0 1906506 0
[pid=3770/tid=3771] ppid=3768 vsize=7663072 CPUtime=101.97 cores=0,2
/proc/3770/task/3771/stat : 3771 (java) R 3768 3770 3225 0 -1 4202560 15443 0 1 0 10195 2 0 0 25 0 19 0 469703277 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 46912505729170 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3770/tid=3773] ppid=3768 vsize=7663072 CPUtime=0.01 cores=0,2
/proc/3770/task/3773/stat : 3773 (java) S 3768 3770 3225 0 -1 4202560 12 0 0 0 1 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3774] ppid=3768 vsize=7663072 CPUtime=0.02 cores=0,2
/proc/3770/task/3774/stat : 3774 (java) S 3768 3770 3225 0 -1 4202560 273 0 0 0 2 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3775] ppid=3768 vsize=7663072 CPUtime=0.01 cores=0,2
/proc/3770/task/3775/stat : 3775 (java) S 3768 3770 3225 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3776] ppid=3768 vsize=7663072 CPUtime=0.01 cores=0,2
/proc/3770/task/3776/stat : 3776 (java) S 3768 3770 3225 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3777] ppid=3768 vsize=7663072 CPUtime=0.02 cores=0,2
/proc/3770/task/3777/stat : 3777 (java) S 3768 3770 3225 0 -1 4202560 236 0 0 0 2 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3778] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3778/stat : 3778 (java) S 3768 3770 3225 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3779] ppid=3768 vsize=7663072 CPUtime=0.05 cores=0,2
/proc/3770/task/3779/stat : 3779 (java) S 3768 3770 3225 0 -1 4202560 2530 0 0 0 5 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3780] ppid=3768 vsize=7663072 CPUtime=0.03 cores=0,2
/proc/3770/task/3780/stat : 3780 (java) S 3768 3770 3225 0 -1 4202560 2545 0 0 0 3 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3781] ppid=3768 vsize=7663072 CPUtime=1.15 cores=0,2
/proc/3770/task/3781/stat : 3781 (java) S 3768 3770 3225 0 -1 4202560 7044 0 0 0 115 0 0 0 16 0 19 0 469703279 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522114048 0 0 0 16800975 18446604453917985472 0 0 -1 0 0 0 0
[pid=3770/tid=3782] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3782/stat : 3782 (java) S 3768 3770 3225 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 469703280 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3783] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3783/stat : 3783 (java) S 3768 3770 3225 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 469703280 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3784] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3784/stat : 3784 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703282 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522121137 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3785] ppid=3768 vsize=7663072 CPUtime=0.35 cores=0,2
/proc/3770/task/3785/stat : 3785 (java) S 3768 3770 3225 0 -1 4202560 1140 0 0 0 35 0 0 0 15 0 19 0 469703282 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 0 0 0 0
[pid=3770/tid=3786] ppid=3768 vsize=7663072 CPUtime=0.78 cores=0,2
/proc/3770/task/3786/stat : 3786 (java) S 3768 3770 3225 0 -1 4202560 7503 0 0 0 78 0 0 0 15 0 19 0 469703282 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3787] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3787/stat : 3787 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703282 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3788] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3788/stat : 3788 (java) S 3768 3770 3225 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 469703282 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522114048 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3789] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3789/stat : 3789 (java) S 3768 3770 3225 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469703319 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522114048 0 4 0 16800975 18446604453917985472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 104.51
Current children cumulated vsize (KiB) 7663072

[startup+103.407 s]
/proc/loadavg: 4.12 3.97 3.73 5/262 3792
/proc/meminfo: memFree=9422804/32951124 swapFree=67111528/67111528
[pid=3770] ppid=3768 vsize=7663072 CPUtime=104.61 cores=0,2
/proc/3770/stat : 3770 (java) S 3768 3770 3225 0 -1 4202496 37999 0 1 0 10455 6 0 0 25 0 19 0 469703276 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3770/statm: 1915768 35882 2254 9 0 1906506 0
[pid=3770/tid=3771] ppid=3768 vsize=7663072 CPUtime=102.07 cores=0,2
/proc/3770/task/3771/stat : 3771 (java) R 3768 3770 3225 0 -1 4202560 15443 0 1 0 10205 2 0 0 25 0 19 0 469703277 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 46912505720634 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3770/tid=3773] ppid=3768 vsize=7663072 CPUtime=0.01 cores=0,2
/proc/3770/task/3773/stat : 3773 (java) S 3768 3770 3225 0 -1 4202560 12 0 0 0 1 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3774] ppid=3768 vsize=7663072 CPUtime=0.02 cores=0,2
/proc/3770/task/3774/stat : 3774 (java) S 3768 3770 3225 0 -1 4202560 273 0 0 0 2 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3775] ppid=3768 vsize=7663072 CPUtime=0.01 cores=0,2
/proc/3770/task/3775/stat : 3775 (java) S 3768 3770 3225 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3776] ppid=3768 vsize=7663072 CPUtime=0.01 cores=0,2
/proc/3770/task/3776/stat : 3776 (java) S 3768 3770 3225 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3777] ppid=3768 vsize=7663072 CPUtime=0.02 cores=0,2
/proc/3770/task/3777/stat : 3777 (java) S 3768 3770 3225 0 -1 4202560 236 0 0 0 2 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3778] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3778/stat : 3778 (java) S 3768 3770 3225 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3779] ppid=3768 vsize=7663072 CPUtime=0.05 cores=0,2
/proc/3770/task/3779/stat : 3779 (java) S 3768 3770 3225 0 -1 4202560 2530 0 0 0 5 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3780] ppid=3768 vsize=7663072 CPUtime=0.03 cores=0,2
/proc/3770/task/3780/stat : 3780 (java) S 3768 3770 3225 0 -1 4202560 2545 0 0 0 3 0 0 0 15 0 19 0 469703278 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3781] ppid=3768 vsize=7663072 CPUtime=1.15 cores=0,2
/proc/3770/task/3781/stat : 3781 (java) S 3768 3770 3225 0 -1 4202560 7044 0 0 0 115 0 0 0 16 0 19 0 469703279 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522114048 0 0 0 16800975 18446604453917985472 0 0 -1 0 0 0 0
[pid=3770/tid=3782] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3782/stat : 3782 (java) S 3768 3770 3225 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 469703280 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3783] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3783/stat : 3783 (java) S 3768 3770 3225 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 469703280 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3784] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3784/stat : 3784 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703282 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522121137 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3785] ppid=3768 vsize=7663072 CPUtime=0.35 cores=0,2
/proc/3770/task/3785/stat : 3785 (java) S 3768 3770 3225 0 -1 4202560 1140 0 0 0 35 0 0 0 15 0 19 0 469703282 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 0 0 0 0
[pid=3770/tid=3786] ppid=3768 vsize=7663072 CPUtime=0.78 cores=0,2
/proc/3770/task/3786/stat : 3786 (java) S 3768 3770 3225 0 -1 4202560 7503 0 0 0 78 0 0 0 15 0 19 0 469703282 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3787] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3787/stat : 3787 (java) S 3768 3770 3225 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 469703282 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522113433 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3788] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3788/stat : 3788 (java) S 3768 3770 3225 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 469703282 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522114048 0 4 0 16800975 18446604453917985472 0 0 -1 2 0 0 0
[pid=3770/tid=3789] ppid=3768 vsize=7663072 CPUtime=0 cores=0,2
/proc/3770/task/3789/stat : 3789 (java) S 3768 3770 3225 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 469703319 7846985728 35882 33554432000 1073741824 1073778376 140734082354464 18446744073709551615 233522114048 0 4 0 16800975 18446604453917985472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 104.61
Current children cumulated vsize (KiB) 7663072

Child status: 20
Real time (s): 103.449
CPU time (s): 104.659
CPU user time (s): 104.586
CPU system time (s): 0.072988
CPU usage (%): 101.17
Max. virtual memory (cumulated for all children) (KiB): 7663072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.586
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38012
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= 2794
involuntary context switches= 980

runsolver used 0.184971 second user time and 0.38894 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-26 01:07:54
IDJOB=3286407
IDBENCH=82424
IDSOLVER=1611
FILE ID=node145/3286407-1303772874
RUNJOBID= node145-1303772120-3599
PBS_JOBID= 13157170
Free space on /tmp= 71516 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.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-3286407-1303772874/watcher-3286407-1303772874 -o /tmp/evaluation-result-3286407-1303772874/solver-3286407-1303772874 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3286407-1303772874.cnf

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

MD5SUM BENCH= ac372f51471a04bbb3fb9a678284c6a4
RANDOM SEED=191420558

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9560532 kB
Buffers:       2191188 kB
Cached:       18813668 kB
SwapCached:          0 kB
Active:       12363892 kB
Inactive:     10450596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9560532 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           18228 kB
Writeback:           0 kB
AnonPages:     1809124 kB
Mapped:          23372 kB
Slab:           507796 kB
PageTables:       9160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22075160 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= 71516 MiB
End job on node145 at 2011-04-26 01:09:38