Trace number 3500815

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 MUS 2.3.0-SNAPSHOT 2011-02-06Wrong Cert. 104.658 104.597

General information on the benchmark

Namegmus/nadel/
edn_20259_4.cnf_0.21000000.unsat.gcnf
MD5SUMea3a70c06e433ea6774b95260225eee6
Bench CategoryGMUS (GMUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.691894
Satisfiable
(Un)Satisfiability was proved
Number of variables331378
Number of clauses962499
Sum of the clauses size2232480
Maximum clause length3
Minimum clause length1
Number of clauses of size 11750
Number of clauses of size 2651517
Number of clauses of size 3309232
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50
Number of groups4031
Number of clauses in the kernel (group 0)930759
Least number of clauses in a group (except group 0) 1
Greatest number of clauses in a group (except group 0) 10

Solver Data

0.05/0.86	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.86	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.86	c See www.sat4j.org for details.
0.05/0.87	c version 2.3.0.v20110206
0.05/0.87	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.87	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.87	c java.vm.version	19.1-b02
0.05/0.88	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.88	c sun.arch.data.model	64
0.05/0.88	c java.version		1.6.0_24
0.05/0.88	c os.name		Linux
0.05/0.88	c os.version		2.6.18-164.el5
0.05/0.88	c os.arch		amd64
0.05/0.88	c Free memory 		5997854704
0.05/0.88	c Max memory 		6029312000
0.05/0.88	c Total memory 		6029312000
0.05/0.88	c Number of processors 	8
0.09/0.91	c High Level Explanation (MUS) enabled solver
0.09/0.91	c Deletion based minimization strategy
0.09/0.91	c --- Begin Solver configuration ---
0.09/0.91	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@31e4457d
0.09/0.91	c Learn all clauses as in MiniSAT
0.09/0.91	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.91	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.91	c Expensive reason simplification
0.09/0.91	c Armin Biere (Picosat) restarts strategy
0.09/0.91	c Glucose learned constraints deletion strategy
0.09/0.91	c timeout=2147483647s
0.09/0.91	c DB Simplification allowed=true
0.09/0.91	c --- End Solver configuration ---
0.09/0.91	c solving /varHOME/instance-3500815-1308036326.gcnf
0.09/0.91	c reading problem ... 
1.84/2.78	c ... done. Wall clock time 1.864s.
1.84/2.78	c #vars     335409
1.84/2.78	c #constraints  962499
1.84/2.78	c constraints type 
1.84/2.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 339224
1.84/2.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 623273
2.31/3.00	c Unsat detection wall clock time (in seconds) : 2.084
2.31/3.00	c Size of initial high level unsat subformula: 11
2.31/3.00	c Computing high level MUS ...
2.31/3.00	c initial unsat core 3687 3686 3685 3684 3406 3256 1453 1452 1426 837 836 
2.31/3.00	c checking 3687 ...
2.31/3.04	c not needed.
2.31/3.04	c checking 3686 ...
2.31/3.06	c not needed.
2.31/3.06	c checking 3685 ...
2.31/3.08	c not needed.
2.31/3.08	c checking 3684 ...
2.31/3.09	c not needed.
2.31/3.09	c checking 3406 ...
2.31/3.11	c not needed.
2.31/3.11	c checking 3256 ...
2.51/3.12	c not needed.
2.51/3.12	c checking 1453 ...
2.51/3.14	c not needed.
2.51/3.14	c checking 1452 ...
2.51/3.15	c not needed.
2.51/3.15	c checking 1426 ...
69.42/69.88	c mandatory.
69.42/69.88	c checking 837 ...
69.42/69.90	c not needed.
69.42/69.90	c checking 836 ...
98.56/99.07	c cleaning 2425 clauses out of 5309 with flag 2001/5583
104.56/104.55	c mandatory.
104.56/104.55	c starts		: 11
104.56/104.55	c conflicts		: 5815
104.56/104.55	c decisions		: 3893847
104.56/104.55	c propagations		: 149171704
104.56/104.55	c inspects		: 322897713
104.56/104.55	c shortcuts		: 0
104.56/104.55	c learnt literals	: 281
104.56/104.55	c learnt binary clauses	: 1304
104.56/104.55	c learnt ternary clauses	: 2022
104.56/104.55	c learnt constraints	: 5534
104.56/104.55	c ignored constraints	: 0
104.56/104.55	c root simplifications	: 0
104.56/104.55	c removed literals (reason simplification)	: 2204
104.56/104.55	c reason swapping (by a shorter reason)	: 0
104.56/104.55	c Calls to reduceDB	: 1
104.56/104.55	c speed (assignments/second)	: 4307461.638416448
104.56/104.55	c non guided choices	2741798
104.56/104.55	c learnt constraints type 
104.56/104.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1304
104.56/104.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1805
104.56/104.55	c Size of the high level MUS: 2
104.56/104.55	c Unsat core  computation wall clock time (in seconds) : 101.552
104.56/104.55	c starts		: 11
104.56/104.55	c conflicts		: 5815
104.56/104.55	c decisions		: 3893847
104.56/104.55	c propagations		: 149171704
104.56/104.55	c inspects		: 322897713
104.56/104.55	c shortcuts		: 0
104.56/104.55	c learnt literals	: 281
104.56/104.55	c learnt binary clauses	: 1304
104.56/104.55	c learnt ternary clauses	: 2022
104.56/104.55	c learnt constraints	: 5534
104.56/104.55	c ignored constraints	: 0
104.56/104.55	c root simplifications	: 0
104.56/104.55	c removed literals (reason simplification)	: 2204
104.56/104.55	c reason swapping (by a shorter reason)	: 0
104.56/104.55	c Calls to reduceDB	: 1
104.56/104.55	c speed (assignments/second)	: 4307088.525726165
104.56/104.55	c non guided choices	2741798
104.56/104.56	c learnt constraints type 
104.56/104.56	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1304
104.56/104.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1805
104.56/104.56	c constraints type 
104.56/104.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 339224
104.56/104.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 623273
104.56/104.56	s UNSATISFIABLE
104.56/104.56	v 836 1426 0
104.56/104.56	c Total wall clock time (in seconds) : 103.637

Verifier Data

ERROR: gmus minus group 836 is unsatisfiable

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3500815-1308036326/watcher-3500815-1308036326 -o /var/tmp/evaluation-result-3500815-1308036326/solver-3500815-1308036326 -C 1800 -W 1850 -M 7680 java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar /varHOME/instance-3500815-1308036326.gcnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 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: 1.24 0.36 0.12 3/175 2765
/proc/meminfo: memFree=3183576/32950928 swapFree=67053956/67111528
[pid=2765] ppid=2763 vsize=11804 CPUtime=0 cores=0,2
/proc/2765/stat : 2765 (runsolver) S 2763 2765 1667 0 -1 4202560 41 0 0 0 0 0 0 0 19 0 1 0 915229842 12087296 50 33554432000 4194304 5436572 140736609222560 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699968823 0 0 17 0 0 0 0
/proc/2765/statm: 2951 50 31 304 0 2643 0

[startup+0.010591 s]
/proc/loadavg: 1.24 0.36 0.12 3/175 2765
/proc/meminfo: memFree=3183576/32950928 swapFree=67053956/67111528
[pid=2765] ppid=2763 vsize=11804 CPUtime=0 cores=0,2
/proc/2765/stat : 2765 (runsolver) S 2763 2765 1667 0 -1 4202560 41 0 0 0 0 0 0 0 19 0 1 0 915229842 12087296 50 33554432000 4194304 5436572 140736609222560 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699968823 0 0 17 0 0 0 0
/proc/2765/statm: 2951 50 31 304 0 2643 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11804

[startup+0.100577 s]
/proc/loadavg: 1.24 0.36 0.12 3/175 2765
/proc/meminfo: memFree=3183576/32950928 swapFree=67053956/67111528
[pid=2765] ppid=2763 vsize=252 CPUtime=0 cores=0,2
/proc/2765/stat : 2765 (java) S 2763 2765 1667 0 -1 4194304 78 0 0 0 0 0 0 0 20 0 1 0 915229842 258048 31 33554432000 1073741824 1073778376 140735066080640 18446744073709551615 239471771271 0 2147483391 4096 0 18446744071699207358 0 0 17 2 0 0 0
/proc/2765/statm: 63 31 24 9 0 22 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 252

[startup+0.300518 s]
/proc/loadavg: 1.24 0.36 0.12 3/175 2765
/proc/meminfo: memFree=3183576/32950928 swapFree=67053956/67111528
[pid=2765] ppid=2763 vsize=9100 CPUtime=0 cores=0,2
/proc/2765/stat : 2765 (java) S 2763 2765 1667 0 -1 4202496 226 0 0 0 0 0 0 0 18 0 1 0 915229842 9318400 162 33554432000 1073741824 1073778376 140735066080640 18446744073709551615 239476695031 0 2147483391 4096 0 18446744071699207358 0 0 17 2 0 0 0
/proc/2765/statm: 2275 162 122 9 0 67 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9100

[startup+0.700447 s]
/proc/loadavg: 1.24 0.36 0.12 3/175 2765
/proc/meminfo: memFree=3183576/32950928 swapFree=67053956/67111528
[pid=2765] ppid=2763 vsize=36924 CPUtime=0 cores=0,2
/proc/2765/stat : 2765 (java) S 2763 2765 1667 0 -1 4202496 1372 0 1 0 0 0 0 0 16 0 2 0 915229842 37810176 1073 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488497637 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/2765/statm: 9231 1073 833 9 0 387 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 36924

[startup+1.50128 s]
/proc/loadavg: 1.24 0.36 0.12 1/214 2812
/proc/meminfo: memFree=3087512/32950928 swapFree=67053956/67111528
[pid=2765] ppid=2763 vsize=6434408 CPUtime=0.64 cores=0,2
/proc/2765/stat : 2765 (java) S 2763 2765 1667 0 -1 4202496 26115 0 1 0 61 3 0 0 16 0 18 0 915229842 6588833792 25638 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2765/statm: 1608602 25640 2201 9 0 1599340 0
[pid=2765/tid=2767] ppid=2763 vsize=6434408 CPUtime=0.46 cores=0,2
/proc/2765/task/2767/stat : 2767 (java) R 2763 2765 1667 0 -1 4202560 23141 0 1 0 44 2 0 0 18 0 18 0 915229897 6588833792 25641 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 46912505510344 0 4 0 16800975 0 0 0 -1 0 0 0 10
[pid=2765/tid=2768] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2768/stat : 2768 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 18 0 915229913 6588833792 25642 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2769] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2769/stat : 2769 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915229913 6588833792 25643 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2771] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2771/stat : 2771 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915229913 6588833792 25644 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2772] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2772/stat : 2772 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915229913 6588833792 25645 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2773] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2773/stat : 2773 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915229913 6588833792 25646 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2774] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2774/stat : 2774 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915229913 6588833792 25648 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2775] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2775/stat : 2775 (java) S 2763 2765 1667 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 915229913 6588833792 25649 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2776] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2776/stat : 2776 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915229913 6588833792 25650 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2784] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2784/stat : 2784 (java) S 2763 2765 1667 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 915229916 6588833792 25651 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488511488 0 0 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2785] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2785/stat : 2785 (java) S 2763 2765 1667 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 18 0 915229917 6588833792 25652 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2786] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2786/stat : 2786 (java) S 2763 2765 1667 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 915229917 6588833792 25653 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2792] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2792/stat : 2792 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 915229927 6588833792 25655 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488518577 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2793] ppid=2763 vsize=6434408 CPUtime=0.11 cores=0,2
/proc/2765/task/2793/stat : 2793 (java) S 2763 2765 1667 0 -1 4202560 1002 0 0 0 11 0 0 0 15 0 18 0 915229927 6588833792 25656 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2794] ppid=2763 vsize=6434408 CPUtime=0.04 cores=0,2
/proc/2765/task/2794/stat : 2794 (java) S 2763 2765 1667 0 -1 4202560 822 0 0 0 4 0 0 0 16 0 18 0 915229927 6588833792 25657 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 2 0 0 0
[pid=2765/tid=2795] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2795/stat : 2795 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 915229927 6588833792 25658 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2796] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2796/stat : 2796 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 18 0 915229927 6588833792 25660 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488511488 0 4 0 16800975 18446604441315320256 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 6434408

[startup+3.1157 s]
/proc/loadavg: 1.24 0.36 0.12 3/215 2815
/proc/meminfo: memFree=2689148/32950928 swapFree=67053956/67111528
[pid=2765] ppid=2763 vsize=6434408 CPUtime=2.51 cores=0,2
/proc/2765/stat : 2765 (java) S 2763 2765 1667 0 -1 4202496 100608 0 1 0 238 13 0 0 16 0 18 0 915229842 6588833792 98906 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2765/statm: 1608602 98917 2225 9 0 1599340 0
[pid=2765/tid=2767] ppid=2763 vsize=6434408 CPUtime=2.01 cores=0,2
/proc/2765/task/2767/stat : 2767 (java) R 2763 2765 1667 0 -1 4202560 95544 0 1 0 189 12 0 0 21 0 18 0 915229897 6588833792 98918 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 46912505366054 0 4 0 16800975 0 0 0 -1 0 0 0 10
[pid=2765/tid=2768] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2768/stat : 2768 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 18 0 915229913 6588833792 98918 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2769] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2769/stat : 2769 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915229913 6588833792 98918 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2771] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2771/stat : 2771 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915229913 6588833792 98918 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2772] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2772/stat : 2772 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915229913 6588833792 98918 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2773] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2773/stat : 2773 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915229913 6588833792 98918 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2774] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2774/stat : 2774 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915229913 6588833792 98918 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2775] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2775/stat : 2775 (java) S 2763 2765 1667 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 915229913 6588833792 98918 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2776] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2776/stat : 2776 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 915229913 6588833792 98918 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2784] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2784/stat : 2784 (java) S 2763 2765 1667 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 915229916 6588833792 98922 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488511488 0 0 0 16800975 18446604441315320256 0 0 -1 2 0 0 0
[pid=2765/tid=2785] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2785/stat : 2785 (java) S 2763 2765 1667 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 18 0 915229917 6588833792 98937 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2786] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2786/stat : 2786 (java) S 2763 2765 1667 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 915229917 6588833792 98942 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2792] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2792/stat : 2792 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 915229927 6588833792 98942 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488518577 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2793] ppid=2763 vsize=6434408 CPUtime=0.23 cores=0,2
/proc/2765/task/2793/stat : 2793 (java) S 2763 2765 1667 0 -1 4202560 1082 0 0 0 23 0 0 0 15 0 18 0 915229927 6588833792 98942 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2794] ppid=2763 vsize=6434408 CPUtime=0.25 cores=0,2
/proc/2765/task/2794/stat : 2794 (java) S 2763 2765 1667 0 -1 4202560 2838 0 0 0 25 0 0 0 15 0 18 0 915229927 6588833792 98942 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 2 0 0 0
[pid=2765/tid=2795] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2795/stat : 2795 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 915229927 6588833792 98942 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2796] ppid=2763 vsize=6434408 CPUtime=0 cores=0,2
/proc/2765/task/2796/stat : 2796 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 915229927 6588833792 98942 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488511488 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 6434408

[startup+6.30135 s]
/proc/loadavg: 1.78 0.49 0.16 7/260 2944
/proc/meminfo: memFree=1916660/32950928 swapFree=67053956/67111528
[pid=2765] ppid=2763 vsize=6434328 CPUtime=5.95 cores=0,2
/proc/2765/stat : 2765 (java) S 2763 2765 1667 0 -1 4202496 108927 0 1 0 581 14 0 0 16 0 19 0 915229842 6588751872 106926 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2765/statm: 1608582 106926 2232 9 0 1599320 0
[pid=2765/tid=2767] ppid=2763 vsize=6434328 CPUtime=5.13 cores=0,2
/proc/2765/task/2767/stat : 2767 (java) R 2763 2765 1667 0 -1 4202560 103754 0 1 0 500 13 0 0 18 0 19 0 915229897 6588751872 106926 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 46912505872651 0 4 0 16800975 0 0 0 -1 0 0 0 10
[pid=2765/tid=2768] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2768/stat : 2768 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915229913 6588751872 106926 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2769] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2769/stat : 2769 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915229913 6588751872 106926 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2771] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2771/stat : 2771 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915229913 6588751872 106926 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2772] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2772/stat : 2772 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915229913 6588751872 106926 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2773] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2773/stat : 2773 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915229913 6588751872 106926 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2774] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2774/stat : 2774 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915229913 6588751872 106926 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2775] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2775/stat : 2775 (java) S 2763 2765 1667 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 915229913 6588751872 106926 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2776] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2776/stat : 2776 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915229913 6588751872 106926 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2784] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2784/stat : 2784 (java) S 2763 2765 1667 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 915229916 6588751872 106926 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488511488 0 0 0 16800975 18446604441315320256 0 0 -1 2 0 0 0
[pid=2765/tid=2785] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2785/stat : 2785 (java) S 2763 2765 1667 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 915229917 6588751872 106926 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2786] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2786/stat : 2786 (java) S 2763 2765 1667 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 915229917 6588751872 106926 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2792] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2792/stat : 2792 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 915229927 6588751872 106926 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488518577 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2793] ppid=2763 vsize=6434328 CPUtime=0.34 cores=0,2
/proc/2765/task/2793/stat : 2793 (java) S 2763 2765 1667 0 -1 4202560 1139 0 0 0 34 0 0 0 15 0 19 0 915229927 6588751872 106926 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2794] ppid=2763 vsize=6434328 CPUtime=0.46 cores=0,2
/proc/2765/task/2794/stat : 2794 (java) S 2763 2765 1667 0 -1 4202560 2870 0 0 0 46 0 0 0 15 0 19 0 915229927 6588751872 106926 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 2 0 0 0
[pid=2765/tid=2795] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2795/stat : 2795 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 915229927 6588751872 106926 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2796] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2796/stat : 2796 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 915229927 6588751872 106926 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488511488 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2855] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2855/stat : 2855 (java) S 2763 2765 1667 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 915230161 6588751872 106926 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488511488 0 4 0 16800975 18446604441315320256 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 6434328

[startup+12.7011 s]
/proc/loadavg: 1.96 0.55 0.18 5/262 3002
/proc/meminfo: memFree=2105476/32950928 swapFree=67053956/67111528
[pid=2765] ppid=2763 vsize=6434328 CPUtime=12.35 cores=0,2
/proc/2765/stat : 2765 (java) S 2763 2765 1667 0 -1 4202496 108966 0 1 0 1221 14 0 0 16 0 19 0 915229842 6588751872 106965 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/2765/task/2769/stat : 2769 (java) S 2763 2765 1667 0 -1 4202560 7099 0 0 0 9 0 0 0 17 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2771] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2771/stat : 2771 (java) S 2763 2765 1667 0 -1 4202560 280 0 0 0 0 0 0 0 18 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2772] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2772/stat : 2772 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2773] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2773/stat : 2773 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2774] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2774/stat : 2774 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2775] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2775/stat : 2775 (java) S 2763 2765 1667 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2776] ppid=2763 vsize=6434328 CPUtime=0.11 cores=0,2
/proc/2765/task/2776/stat : 2776 (java) S 2763 2765 1667 0 -1 4202560 10850 0 0 0 10 1 0 0 18 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2784] ppid=2763 vsize=6434328 CPUtime=0.56 cores=0,2
/proc/2765/task/2784/stat : 2784 (java) S 2763 2765 1667 0 -1 4202560 42669 0 0 0 51 5 0 0 15 0 19 0 915229916 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488511488 0 0 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2785] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2785/stat : 2785 (java) S 2763 2765 1667 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 915229917 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 2 0 0 0
[pid=2765/tid=2786] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2786/stat : 2786 (java) S 2763 2765 1667 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 915229917 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2792] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2792/stat : 2792 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488518577 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2793] ppid=2763 vsize=6434328 CPUtime=0.37 cores=0,2
/proc/2765/task/2793/stat : 2793 (java) S 2763 2765 1667 0 -1 4202560 1144 0 0 0 37 0 0 0 15 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 2 0 0 0
[pid=2765/tid=2794] ppid=2763 vsize=6434328 CPUtime=0.88 cores=0,2
/proc/2765/task/2794/stat : 2794 (java) S 2763 2765 1667 0 -1 4202560 9784 0 0 0 87 1 0 0 16 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2795] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2795/stat : 2795 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2796] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2796/stat : 2796 (java) S 2763 2765 1667 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488511488 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=3991] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/3991/stat : 3991 (java) S 2763 2765 1667 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 915236837 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488511488 0 4 0 16800975 18446604441315320256 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 6434328

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

[startup+103.902 s]
/proc/loadavg: 3.72 1.50 0.55 5/262 5056
/proc/meminfo: memFree=533448/32950928 swapFree=67053956/67111528
[pid=2765] ppid=2763 vsize=6434328 CPUtime=103.96 cores=0,2
/proc/2765/stat : 2765 (java) S 2763 2765 1667 0 -1 4202496 199345 0 1 0 10368 28 0 0 16 0 19 0 915229842 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2765/statm: 1608582 195275 2259 9 0 1599320 0
[pid=2765/tid=2767] ppid=2763 vsize=6434328 CPUtime=101.6 cores=0,2
/proc/2765/task/2767/stat : 2767 (java) R 2763 2765 1667 0 -1 4202560 109643 0 1 0 10145 15 0 0 25 0 19 0 915229897 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 46912505872108 0 4 0 16800975 0 0 0 -1 0 0 0 10
[pid=2765/tid=2768] ppid=2763 vsize=6434328 CPUtime=0.26 cores=0,2
/proc/2765/task/2768/stat : 2768 (java) S 2763 2765 1667 0 -1 4202560 16712 0 0 0 24 2 0 0 16 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2769] ppid=2763 vsize=6434328 CPUtime=0.09 cores=0,2
/proc/2765/task/2769/stat : 2769 (java) S 2763 2765 1667 0 -1 4202560 7099 0 0 0 9 0 0 0 17 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2771] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2771/stat : 2771 (java) S 2763 2765 1667 0 -1 4202560 280 0 0 0 0 0 0 0 18 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2772] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2772/stat : 2772 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2773] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2773/stat : 2773 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2774] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2774/stat : 2774 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2775] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2775/stat : 2775 (java) S 2763 2765 1667 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2776] ppid=2763 vsize=6434328 CPUtime=0.11 cores=0,2
/proc/2765/task/2776/stat : 2776 (java) S 2763 2765 1667 0 -1 4202560 10850 0 0 0 10 1 0 0 18 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2784] ppid=2763 vsize=6434328 CPUtime=0.56 cores=0,2
/proc/2765/task/2784/stat : 2784 (java) S 2763 2765 1667 0 -1 4202560 42669 0 0 0 51 5 0 0 15 0 19 0 915229916 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488511488 0 0 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2785] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2785/stat : 2785 (java) S 2763 2765 1667 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 915229917 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 2 0 0 0
[pid=2765/tid=2786] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2786/stat : 2786 (java) S 2763 2765 1667 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 915229917 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2792] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2792/stat : 2792 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488518577 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2793] ppid=2763 vsize=6434328 CPUtime=0.37 cores=0,2
/proc/2765/task/2793/stat : 2793 (java) S 2763 2765 1667 0 -1 4202560 1144 0 0 0 37 0 0 0 15 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 2 0 0 0
[pid=2765/tid=2794] ppid=2763 vsize=6434328 CPUtime=0.88 cores=0,2
/proc/2765/task/2794/stat : 2794 (java) S 2763 2765 1667 0 -1 4202560 9784 0 0 0 87 1 0 0 16 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2795] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2795/stat : 2795 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2796] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2796/stat : 2796 (java) S 2763 2765 1667 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488511488 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=3991] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/3991/stat : 3991 (java) S 2763 2765 1667 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 915236837 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488511488 0 4 0 16800975 18446604441315320256 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 103.96
Current children cumulated vsize (KiB) 6434328

[startup+104.302 s]
/proc/loadavg: 3.72 1.50 0.55 5/262 5056
/proc/meminfo: memFree=533448/32950928 swapFree=67053956/67111528
[pid=2765] ppid=2763 vsize=6434328 CPUtime=104.36 cores=0,2
/proc/2765/stat : 2765 (java) S 2763 2765 1667 0 -1 4202496 199345 0 1 0 10408 28 0 0 16 0 19 0 915229842 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2765/statm: 1608582 195275 2259 9 0 1599320 0
[pid=2765/tid=2767] ppid=2763 vsize=6434328 CPUtime=102 cores=0,2
/proc/2765/task/2767/stat : 2767 (java) R 2763 2765 1667 0 -1 4202560 109643 0 1 0 10185 15 0 0 25 0 19 0 915229897 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 46912505872651 0 4 0 16800975 0 0 0 -1 0 0 0 10
[pid=2765/tid=2768] ppid=2763 vsize=6434328 CPUtime=0.26 cores=0,2
/proc/2765/task/2768/stat : 2768 (java) S 2763 2765 1667 0 -1 4202560 16712 0 0 0 24 2 0 0 16 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2769] ppid=2763 vsize=6434328 CPUtime=0.09 cores=0,2
/proc/2765/task/2769/stat : 2769 (java) S 2763 2765 1667 0 -1 4202560 7099 0 0 0 9 0 0 0 17 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2771] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2771/stat : 2771 (java) S 2763 2765 1667 0 -1 4202560 280 0 0 0 0 0 0 0 18 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2772] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2772/stat : 2772 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2773] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2773/stat : 2773 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2774] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2774/stat : 2774 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2775] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2775/stat : 2775 (java) S 2763 2765 1667 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2776] ppid=2763 vsize=6434328 CPUtime=0.11 cores=0,2
/proc/2765/task/2776/stat : 2776 (java) S 2763 2765 1667 0 -1 4202560 10850 0 0 0 10 1 0 0 18 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2784] ppid=2763 vsize=6434328 CPUtime=0.56 cores=0,2
/proc/2765/task/2784/stat : 2784 (java) S 2763 2765 1667 0 -1 4202560 42669 0 0 0 51 5 0 0 15 0 19 0 915229916 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488511488 0 0 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2785] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2785/stat : 2785 (java) S 2763 2765 1667 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 915229917 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 2 0 0 0
[pid=2765/tid=2786] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2786/stat : 2786 (java) S 2763 2765 1667 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 915229917 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2792] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2792/stat : 2792 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488518577 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2793] ppid=2763 vsize=6434328 CPUtime=0.37 cores=0,2
/proc/2765/task/2793/stat : 2793 (java) S 2763 2765 1667 0 -1 4202560 1144 0 0 0 37 0 0 0 15 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 2 0 0 0
[pid=2765/tid=2794] ppid=2763 vsize=6434328 CPUtime=0.88 cores=0,2
/proc/2765/task/2794/stat : 2794 (java) S 2763 2765 1667 0 -1 4202560 9784 0 0 0 87 1 0 0 16 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2795] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2795/stat : 2795 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2796] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2796/stat : 2796 (java) S 2763 2765 1667 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488511488 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=3991] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/3991/stat : 3991 (java) S 2763 2765 1667 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 915236837 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488511488 0 4 0 16800975 18446604441315320256 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 104.36
Current children cumulated vsize (KiB) 6434328

[startup+104.507 s]
/proc/loadavg: 3.72 1.50 0.55 5/262 5099
/proc/meminfo: memFree=527136/32950928 swapFree=67053956/67111528
[pid=2765] ppid=2763 vsize=6434328 CPUtime=104.56 cores=0,2
/proc/2765/stat : 2765 (java) S 2763 2765 1667 0 -1 4202496 199345 0 1 0 10428 28 0 0 16 0 19 0 915229842 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2765/statm: 1608582 195275 2259 9 0 1599320 0
[pid=2765/tid=2767] ppid=2763 vsize=6434328 CPUtime=102.2 cores=0,2
/proc/2765/task/2767/stat : 2767 (java) R 2763 2765 1667 0 -1 4202560 109643 0 1 0 10205 15 0 0 25 0 19 0 915229897 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 46912505689541 0 4 0 16800975 0 0 0 -1 0 0 0 10
[pid=2765/tid=2768] ppid=2763 vsize=6434328 CPUtime=0.26 cores=0,2
/proc/2765/task/2768/stat : 2768 (java) S 2763 2765 1667 0 -1 4202560 16712 0 0 0 24 2 0 0 16 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2769] ppid=2763 vsize=6434328 CPUtime=0.09 cores=0,2
/proc/2765/task/2769/stat : 2769 (java) S 2763 2765 1667 0 -1 4202560 7099 0 0 0 9 0 0 0 17 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2771] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2771/stat : 2771 (java) S 2763 2765 1667 0 -1 4202560 280 0 0 0 0 0 0 0 18 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2772] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2772/stat : 2772 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2773] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2773/stat : 2773 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2774] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2774/stat : 2774 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2775] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2775/stat : 2775 (java) S 2763 2765 1667 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2776] ppid=2763 vsize=6434328 CPUtime=0.11 cores=0,2
/proc/2765/task/2776/stat : 2776 (java) S 2763 2765 1667 0 -1 4202560 10850 0 0 0 10 1 0 0 18 0 19 0 915229913 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2784] ppid=2763 vsize=6434328 CPUtime=0.56 cores=0,2
/proc/2765/task/2784/stat : 2784 (java) S 2763 2765 1667 0 -1 4202560 42669 0 0 0 51 5 0 0 15 0 19 0 915229916 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488511488 0 0 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2785] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2785/stat : 2785 (java) S 2763 2765 1667 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 915229917 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 2 0 0 0
[pid=2765/tid=2786] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2786/stat : 2786 (java) S 2763 2765 1667 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 915229917 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2792] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2792/stat : 2792 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488518577 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2793] ppid=2763 vsize=6434328 CPUtime=0.37 cores=0,2
/proc/2765/task/2793/stat : 2793 (java) S 2763 2765 1667 0 -1 4202560 1144 0 0 0 37 0 0 0 15 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 2 0 0 0
[pid=2765/tid=2794] ppid=2763 vsize=6434328 CPUtime=0.89 cores=0,2
/proc/2765/task/2794/stat : 2794 (java) S 2763 2765 1667 0 -1 4202560 9784 0 0 0 88 1 0 0 15 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2795] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2795/stat : 2795 (java) S 2763 2765 1667 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488510873 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=2796] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/2796/stat : 2796 (java) S 2763 2765 1667 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 915229927 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488511488 0 4 0 16800975 18446604441315320256 0 0 -1 0 0 0 0
[pid=2765/tid=3991] ppid=2763 vsize=6434328 CPUtime=0 cores=0,2
/proc/2765/task/3991/stat : 3991 (java) S 2763 2765 1667 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 915236837 6588751872 195275 33554432000 1073741824 1073778376 140734220036240 18446744073709551615 239488511488 0 4 0 16800975 18446604441315320256 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 104.56
Current children cumulated vsize (KiB) 6434328

Child status: 20
Real time (s): 104.597
CPU time (s): 104.658
CPU user time (s): 104.339
CPU system time (s): 0.318951
CPU usage (%): 100.059
Max. virtual memory (cumulated for all children) (KiB): 6435436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.339
system time used= 0.318951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199356
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= 2628
involuntary context switches= 1122

runsolver used 0.172973 second user time and 0.408937 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-14 09:25:28
IDJOB=3500815
IDBENCH=89952
IDSOLVER=1997
FILE ID=node148/3500815-1308036326
RUNJOBID= node148-1308036326-2745
PBS_JOBID= 13563888
Free space on /var/tmp= 2860 MiB

SOLVER NAME= SAT4J MUS 2.3.0-SNAPSHOT 2011-02-06
BENCH NAME= SAT11/gmus/nadel/edn_20259_4.cnf_0.21000000.unsat.gcnf
COMMAND LINE= java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3500815-1308036326/watcher-3500815-1308036326 -o /var/tmp/evaluation-result-3500815-1308036326/solver-3500815-1308036326 -C 1800 -W 1850 -M 7680  java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar /varHOME/instance-3500815-1308036326.gcnf

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

MD5SUM BENCH= ea3a70c06e433ea6774b95260225eee6
RANDOM SEED=435555289

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       3186528 kB
Buffers:        138636 kB
Cached:       28697652 kB
SwapCached:      10736 kB
Active:       12936640 kB
Inactive:     15918272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       3186528 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:           46552 kB
Writeback:           0 kB
AnonPages:       15668 kB
Mapped:          12608 kB
Slab:           844528 kB
PageTables:       4980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191424 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 /var/tmp at the end= 2872 MiB
End job on node148 at 2011-06-14 09:27:12