Trace number 3282129

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J core 2.3.0 SNAPSHOT 2011-02-06? (TO) 1301.18 1300.05

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl064.cnf
MD5SUM4f9c883534eb89cad9b9cad9e6eccbd0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables75103
Number of clauses225116
Sum of the clauses size525268
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2150076
Number of clauses of size 375038
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.06/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.30	c See www.sat4j.org for details.
0.06/0.30	c no version file found!!!
0.06/0.30	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.30	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.30	c java.vm.version	19.1-b02
0.06/0.30	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.30	c sun.arch.data.model	64
0.06/0.30	c java.version		1.6.0_24
0.06/0.30	c os.name		Linux
0.06/0.30	c os.version		2.6.18-164.el5
0.06/0.30	c os.arch		amd64
0.06/0.30	c Free memory 		6997539544
0.06/0.30	c Max memory 		7034241024
0.06/0.30	c Total memory 		7034241024
0.06/0.30	c Number of processors 	8
0.06/0.32	c --- Begin Solver configuration ---
0.06/0.32	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.06/0.32	c Learn all clauses as in MiniSAT
0.06/0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.32	c Expensive reason simplification
0.06/0.32	c Armin Biere (Picosat) restarts strategy
0.06/0.32	c Glucose learned constraints deletion strategy
0.06/0.32	c timeout=2147483647s
0.06/0.32	c DB Simplification allowed=true
0.06/0.32	c --- End Solver configuration ---
0.06/0.32	c solving HOME/instance-3282129-1307633277.cnf
0.06/0.32	c reading problem ... 
0.36/0.57	c ... done. Wall clock time 0.246s.
0.36/0.57	c #vars     75103
0.36/0.57	c #constraints  225116
0.36/0.57	c constraints type 
0.36/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75038
0.36/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 150076
7.98/7.62	c cleaning 2488 clauses out of 4975 with flag 5000/5000
16.75/15.96	c cleaning 4235 clauses out of 8478 with flag 11000/11000
27.75/26.99	c cleaning 5534 clauses out of 11229 with flag 18000/18000
36.67/35.85	c cleaning 6810 clauses out of 13646 with flag 26002/26002
54.48/53.68	c cleaning 7832 clauses out of 15748 with flag 35000/35000
71.29/70.42	c cleaning 8915 clauses out of 17919 with flag 45003/45003
91.39/90.52	c cleaning 9950 clauses out of 19991 with flag 56002/56002
115.60/114.72	c cleaning 10908 clauses out of 22039 with flag 68002/68002
146.21/145.36	c cleaning 11986 clauses out of 24127 with flag 81000/81000
176.42/175.50	c cleaning 13040 clauses out of 26143 with flag 95004/95004
215.03/214.10	c cleaning 13956 clauses out of 28099 with flag 110000/110000
262.74/261.86	c cleaning 14947 clauses out of 30142 with flag 126000/126000
300.05/299.14	c cleaning 16070 clauses out of 32180 with flag 143000/143000
353.56/352.67	c cleaning 17014 clauses out of 34108 with flag 161000/161000
399.76/398.87	c cleaning 17924 clauses out of 35956 with flag 180000/180000
480.68/479.76	c cleaning 18787 clauses out of 38032 with flag 200000/200000
544.09/543.15	c cleaning 20056 clauses out of 40245 with flag 221000/221000
617.60/616.68	c cleaning 21093 clauses out of 42192 with flag 243003/243003
692.01/691.04	c cleaning 21782 clauses out of 44082 with flag 266000/266000
779.32/778.31	c cleaning 23109 clauses out of 46299 with flag 290000/290000
858.23/857.20	c cleaning 23996 clauses out of 48186 with flag 315000/315000
909.04/908.05	c cleaning 24984 clauses out of 50190 with flag 341000/341000
1003.56/1002.57	c cleaning 26024 clauses out of 52207 with flag 368001/368001
1095.37/1094.30	c cleaning 27059 clauses out of 54179 with flag 396001/396001
1197.38/1196.35	c cleaning 28041 clauses out of 56120 with flag 425002/425002
1301.10/1300.01	c starts		: 818
1301.10/1300.01	c conflicts		: 444155
1301.10/1300.01	c decisions		: 1165378
1301.10/1300.01	c propagations		: 1089858744
1301.10/1300.01	c inspects		: 3477717789
1301.10/1300.01	c shortcuts		: 0
1301.10/1300.01	c learnt literals	: 162
1301.10/1300.01	c learnt binary clauses	: 923
1301.10/1300.01	c learnt ternary clauses	: 6134
1301.10/1300.01	c learnt constraints	: 443992
1301.10/1300.01	c ignored constraints	: 0
1301.10/1300.01	c root simplifications	: 980
1301.10/1300.01	c removed literals (reason simplification)	: 133262794
1301.10/1300.01	c reason swapping (by a shorter reason)	: 0
1301.10/1300.01	c Calls to reduceDB	: 25
1301.10/1300.01	c speed (assignments/second)	: 838712.2359349352
1301.10/1300.01	c non guided choices	2006
1301.10/1300.03	c learnt constraints type 
1301.10/1300.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 849
1301.10/1300.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 46383
1301.10/1300.03	c constraints type 
1301.10/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75038
1301.10/1300.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 150076
1301.10/1300.03	s UNKNOWN
1301.10/1300.03	c Total wall clock time (in seconds) : 1299.691

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3282129-1307633277/watcher-3282129-1307633277 -o /tmp/evaluation-result-3282129-1307633277/solver-3282129-1307633277 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3282129-1307633277.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: 0.00 0.00 0.00 2/178 4491
/proc/meminfo: memFree=32277484/32951124 swapFree=67051732/67111528
[pid=4491] ppid=4488 vsize=9100 CPUtime=0 cores=0,2
/proc/4491/stat : 4491 (java) R 4488 4491 4447 0 -1 4202496 383 0 0 0 0 0 0 0 22 0 1 0 874925727 9318400 129 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228122405296 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/4491/statm: 2275 142 103 9 0 67 0

[startup+0.074719 s]
/proc/loadavg: 0.00 0.00 0.00 2/178 4491
/proc/meminfo: memFree=32277484/32951124 swapFree=67051732/67111528
[pid=4491] ppid=4488 vsize=36924 CPUtime=0 cores=0,2
/proc/4491/stat : 4491 (java) S 4488 4491 4447 0 -1 4202496 1375 0 1 0 0 0 0 0 22 0 2 0 874925727 37810176 1076 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/4491/statm: 9231 1076 836 9 0 387 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 36924

[startup+0.105714 s]
/proc/loadavg: 0.00 0.00 0.00 2/178 4491
/proc/meminfo: memFree=32277484/32951124 swapFree=67051732/67111528
[pid=4491] ppid=4488 vsize=7562296 CPUtime=0.02 cores=0,2
/proc/4491/stat : 4491 (java) S 4488 4491 4447 0 -1 4202496 8563 0 1 0 2 0 0 0 22 0 11 0 874925727 7743791104 8260 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/4491/statm: 1890574 8261 1631 9 0 1881322 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7562296

[startup+0.300652 s]
/proc/loadavg: 0.00 0.00 0.00 2/178 4491
/proc/meminfo: memFree=32277484/32951124 swapFree=67051732/67111528
[pid=4491] ppid=4488 vsize=7569940 CPUtime=0.06 cores=0,2
/proc/4491/stat : 4491 (java) S 4488 4491 4447 0 -1 4202496 9402 0 1 0 5 1 0 0 22 0 18 0 874925727 7751618560 9097 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4491/statm: 1892485 9097 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.700581 s]
/proc/loadavg: 0.00 0.00 0.00 2/178 4491
/proc/meminfo: memFree=32277484/32951124 swapFree=67051732/67111528
[pid=4491] ppid=4488 vsize=7644632 CPUtime=0.68 cores=0,2
/proc/4491/stat : 4491 (java) S 4488 4491 4447 0 -1 4202496 20705 0 1 0 65 3 0 0 22 0 19 0 874925727 7828103168 19714 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4491/statm: 1911158 19714 2208 9 0 1901896 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 7644632

[startup+1.50142 s]
/proc/loadavg: 0.00 0.00 0.00 8/232 4559
/proc/meminfo: memFree=32013772/32951124 swapFree=67051732/67111528
[pid=4491] ppid=4488 vsize=7648052 CPUtime=1.81 cores=0,2
/proc/4491/stat : 4491 (java) S 4488 4491 4447 0 -1 4202496 22025 0 1 0 177 4 0 0 22 0 19 0 874925727 7831605248 20880 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4491/statm: 1912013 20880 2221 9 0 1902751 0
[pid=4491/tid=4493] ppid=4488 vsize=7648052 CPUtime=1.24 cores=0,2
/proc/4491/task/4493/stat : 4493 (java) R 4488 4491 4447 0 -1 4202560 16726 0 1 0 121 3 0 0 25 0 19 0 874925729 7831605248 20880 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 46912505741935 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4491/tid=4496] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4496/stat : 4496 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 874925736 7831605248 20880 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4497] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4497/stat : 4497 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925736 7831605248 20880 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4498] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4498/stat : 4498 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925736 7831605248 20880 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4499] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4499/stat : 4499 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925736 7831605248 20880 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4500] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4500/stat : 4500 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925736 7831605248 20880 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4501] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4501/stat : 4501 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925736 7831605248 20880 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4502] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4502/stat : 4502 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 874925736 7831605248 20880 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4503] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4503/stat : 4503 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 874925736 7831605248 20880 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4504] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4504/stat : 4504 (java) S 4488 4491 4447 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 874925738 7831605248 20880 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 0 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4505] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4505/stat : 4505 (java) S 4488 4491 4447 0 -1 4202560 16 0 0 0 0 0 0 0 22 0 19 0 874925738 7831605248 20880 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4506] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4506/stat : 4506 (java) S 4488 4491 4447 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 874925738 7831605248 20880 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4507] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4507/stat : 4507 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 874925756 7831605248 20880 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134537649 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4508] ppid=4488 vsize=7648052 CPUtime=0.11 cores=0,2
/proc/4491/task/4508/stat : 4508 (java) S 4488 4491 4447 0 -1 4202560 186 0 0 0 11 0 0 0 17 0 19 0 874925756 7831605248 20880 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4509] ppid=4488 vsize=7648052 CPUtime=0.44 cores=0,2
/proc/4491/task/4509/stat : 4509 (java) S 4488 4491 4447 0 -1 4202560 3951 0 0 0 44 0 0 0 15 0 19 0 874925756 7831605248 20880 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4510] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4510/stat : 4510 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874925756 7831605248 20880 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4511] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4511/stat : 4511 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874925756 7831605248 20880 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4539] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4539/stat : 4539 (java) S 4488 4491 4447 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874925789 7831605248 20880 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 7648052

[startup+3.10112 s]
/proc/loadavg: 0.00 0.00 0.00 7/253 4587
/proc/meminfo: memFree=31829272/32951124 swapFree=67051732/67111528
[pid=4491] ppid=4488 vsize=7648052 CPUtime=3.45 cores=0,2
/proc/4491/stat : 4491 (java) S 4488 4491 4447 0 -1 4202496 22132 0 1 0 341 4 0 0 22 0 19 0 874925727 7831605248 20985 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4491/statm: 1912013 20985 2222 9 0 1902751 0
[pid=4491/tid=4493] ppid=4488 vsize=7648052 CPUtime=2.83 cores=0,2
/proc/4491/task/4493/stat : 4493 (java) R 4488 4491 4447 0 -1 4202560 16825 0 1 0 280 3 0 0 18 0 19 0 874925729 7831605248 20985 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 46912505741920 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4491/tid=4496] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4496/stat : 4496 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 874925736 7831605248 20985 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4497] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4497/stat : 4497 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925736 7831605248 20985 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4498] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4498/stat : 4498 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925736 7831605248 20985 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4499] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4499/stat : 4499 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925736 7831605248 20985 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4500] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4500/stat : 4500 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925736 7831605248 20985 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4501] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4501/stat : 4501 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925736 7831605248 20985 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4502] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4502/stat : 4502 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 874925736 7831605248 20985 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4503] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4503/stat : 4503 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 874925736 7831605248 20985 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4504] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4504/stat : 4504 (java) S 4488 4491 4447 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 874925738 7831605248 20985 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 0 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4505] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4505/stat : 4505 (java) S 4488 4491 4447 0 -1 4202560 16 0 0 0 0 0 0 0 22 0 19 0 874925738 7831605248 20985 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4506] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4506/stat : 4506 (java) S 4488 4491 4447 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 874925738 7831605248 20985 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4507] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4507/stat : 4507 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 874925756 7831605248 20985 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134537649 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4508] ppid=4488 vsize=7648052 CPUtime=0.13 cores=0,2
/proc/4491/task/4508/stat : 4508 (java) S 4488 4491 4447 0 -1 4202560 186 0 0 0 13 0 0 0 15 0 19 0 874925756 7831605248 20985 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4509] ppid=4488 vsize=7648052 CPUtime=0.47 cores=0,2
/proc/4491/task/4509/stat : 4509 (java) S 4488 4491 4447 0 -1 4202560 3958 0 0 0 47 0 0 0 15 0 19 0 874925756 7831605248 20985 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4510] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4510/stat : 4510 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874925756 7831605248 20985 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4511] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4511/stat : 4511 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874925756 7831605248 20985 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4539] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4539/stat : 4539 (java) S 4488 4491 4447 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874925789 7831605248 20985 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 7648052

[startup+6.30154 s]
/proc/loadavg: 0.48 0.10 0.03 5/262 4596
/proc/meminfo: memFree=31418256/32951124 swapFree=67051732/67111528
[pid=4491] ppid=4488 vsize=7648052 CPUtime=6.68 cores=0,2
/proc/4491/stat : 4491 (java) S 4488 4491 4447 0 -1 4202496 22342 0 1 0 664 4 0 0 22 0 19 0 874925727 7831605248 21184 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4491/statm: 1912013 21184 2225 9 0 1902751 0
[pid=4491/tid=4493] ppid=4488 vsize=7648052 CPUtime=6.03 cores=0,2
/proc/4491/task/4493/stat : 4493 (java) R 4488 4491 4447 0 -1 4202560 17027 0 1 0 599 4 0 0 20 0 19 0 874925729 7831605248 21184 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 46912505666496 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4491/tid=4496] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4496/stat : 4496 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 874925736 7831605248 21184 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4497] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4497/stat : 4497 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925736 7831605248 21184 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4498] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4498/stat : 4498 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925736 7831605248 21184 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4499] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4499/stat : 4499 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925736 7831605248 21184 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4500] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4500/stat : 4500 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925736 7831605248 21184 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4501] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4501/stat : 4501 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 874925736 7831605248 21184 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4502] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4502/stat : 4502 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 874925736 7831605248 21184 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4503] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4503/stat : 4503 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 874925736 7831605248 21184 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4504] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4504/stat : 4504 (java) S 4488 4491 4447 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 874925738 7831605248 21184 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 0 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4505] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4505/stat : 4505 (java) S 4488 4491 4447 0 -1 4202560 16 0 0 0 0 0 0 0 22 0 19 0 874925738 7831605248 21184 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4506] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4506/stat : 4506 (java) S 4488 4491 4447 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 874925738 7831605248 21184 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4507] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4507/stat : 4507 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 874925756 7831605248 21184 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134537649 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4508] ppid=4488 vsize=7648052 CPUtime=0.13 cores=0,2
/proc/4491/task/4508/stat : 4508 (java) S 4488 4491 4447 0 -1 4202560 186 0 0 0 13 0 0 0 15 0 19 0 874925756 7831605248 21184 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4509] ppid=4488 vsize=7648052 CPUtime=0.51 cores=0,2
/proc/4491/task/4509/stat : 4509 (java) S 4488 4491 4447 0 -1 4202560 3966 0 0 0 51 0 0 0 15 0 19 0 874925756 7831605248 21184 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4510] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4510/stat : 4510 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874925756 7831605248 21184 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4511] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4511/stat : 4511 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874925756 7831605248 21184 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4539] ppid=4488 vsize=7648052 CPUtime=0 cores=0,2
/proc/4491/task/4539/stat : 4539 (java) S 4488 4491 4447 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874925789 7831605248 21184 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 7648052

[startup+12.7014 s]

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

[pid=4491/tid=4501] ppid=4488 vsize=7664432 CPUtime=0.06 cores=0,2
/proc/4491/task/4501/stat : 4501 (java) S 4488 4491 4447 0 -1 4202560 6 0 0 0 6 0 0 0 15 0 19 0 874925736 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4502] ppid=4488 vsize=7664432 CPUtime=0.04 cores=0,2
/proc/4491/task/4502/stat : 4502 (java) S 4488 4491 4447 0 -1 4202560 9 0 0 0 4 0 0 0 15 0 19 0 874925736 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4503] ppid=4488 vsize=7664432 CPUtime=0.05 cores=0,2
/proc/4491/task/4503/stat : 4503 (java) S 4488 4491 4447 0 -1 4202560 133 0 0 0 5 0 0 0 15 0 19 0 874925736 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4504] ppid=4488 vsize=7664432 CPUtime=2.5 cores=0,2
/proc/4491/task/4504/stat : 4504 (java) S 4488 4491 4447 0 -1 4202560 11161 0 0 0 249 1 0 0 15 0 19 0 874925738 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 0 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4505] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4505/stat : 4505 (java) S 4488 4491 4447 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874925738 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4506] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4506/stat : 4506 (java) S 4488 4491 4447 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 874925738 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4507] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4507/stat : 4507 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 874925756 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134537649 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4508] ppid=4488 vsize=7664432 CPUtime=0.66 cores=0,2
/proc/4491/task/4508/stat : 4508 (java) S 4488 4491 4447 0 -1 4202560 5106 0 0 0 66 0 0 0 15 0 19 0 874925756 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4509] ppid=4488 vsize=7664432 CPUtime=0.52 cores=0,2
/proc/4491/task/4509/stat : 4509 (java) S 4488 4491 4447 0 -1 4202560 4012 0 0 0 52 0 0 0 15 0 19 0 874925756 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4510] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4510/stat : 4510 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874925756 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4511] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4511/stat : 4511 (java) S 4488 4491 4447 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 874925756 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4539] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4539/stat : 4539 (java) S 4488 4491 4447 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874925789 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1123.38
Current children cumulated vsize (KiB) 7664432

[startup+1182.3 s]
/proc/loadavg: 4.00 3.93 2.87 5/262 4628
/proc/meminfo: memFree=30477700/32951124 swapFree=67051732/67111528
[pid=4491] ppid=4488 vsize=7664432 CPUtime=1183.38 cores=0,2
/proc/4491/stat : 4491 (java) S 4488 4491 4447 0 -1 4202496 46975 0 1 0 118329 9 0 0 22 0 19 0 874925727 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4491/statm: 1916108 44416 2253 9 0 1906846 0
[pid=4491/tid=4493] ppid=4488 vsize=7664432 CPUtime=1179.15 cores=0,2
/proc/4491/task/4493/stat : 4493 (java) R 4488 4491 4447 0 -1 4202560 17168 0 1 0 117910 5 0 0 25 0 19 0 874925729 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 46912505773677 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4491/tid=4496] ppid=4488 vsize=7664432 CPUtime=0.08 cores=0,2
/proc/4491/task/4496/stat : 4496 (java) S 4488 4491 4447 0 -1 4202560 4249 0 0 0 8 0 0 0 15 0 19 0 874925736 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4497] ppid=4488 vsize=7664432 CPUtime=0.06 cores=0,2
/proc/4491/task/4497/stat : 4497 (java) S 4488 4491 4447 0 -1 4202560 3071 0 0 0 6 0 0 0 15 0 19 0 874925736 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4498] ppid=4488 vsize=7664432 CPUtime=0.08 cores=0,2
/proc/4491/task/4498/stat : 4498 (java) S 4488 4491 4447 0 -1 4202560 531 0 0 0 8 0 0 0 15 0 19 0 874925736 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4499] ppid=4488 vsize=7664432 CPUtime=0.04 cores=0,2
/proc/4491/task/4499/stat : 4499 (java) S 4488 4491 4447 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 19 0 874925736 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4500] ppid=4488 vsize=7664432 CPUtime=0.04 cores=0,2
/proc/4491/task/4500/stat : 4500 (java) S 4488 4491 4447 0 -1 4202560 307 0 0 0 4 0 0 0 15 0 19 0 874925736 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4501] ppid=4488 vsize=7664432 CPUtime=0.06 cores=0,2
/proc/4491/task/4501/stat : 4501 (java) S 4488 4491 4447 0 -1 4202560 6 0 0 0 6 0 0 0 15 0 19 0 874925736 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4502] ppid=4488 vsize=7664432 CPUtime=0.04 cores=0,2
/proc/4491/task/4502/stat : 4502 (java) S 4488 4491 4447 0 -1 4202560 9 0 0 0 4 0 0 0 15 0 19 0 874925736 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4503] ppid=4488 vsize=7664432 CPUtime=0.05 cores=0,2
/proc/4491/task/4503/stat : 4503 (java) S 4488 4491 4447 0 -1 4202560 133 0 0 0 5 0 0 0 15 0 19 0 874925736 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4504] ppid=4488 vsize=7664432 CPUtime=2.5 cores=0,2
/proc/4491/task/4504/stat : 4504 (java) S 4488 4491 4447 0 -1 4202560 11161 0 0 0 249 1 0 0 15 0 19 0 874925738 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 0 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4505] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4505/stat : 4505 (java) S 4488 4491 4447 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874925738 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4506] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4506/stat : 4506 (java) S 4488 4491 4447 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 874925738 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4507] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4507/stat : 4507 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 874925756 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134537649 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4508] ppid=4488 vsize=7664432 CPUtime=0.66 cores=0,2
/proc/4491/task/4508/stat : 4508 (java) S 4488 4491 4447 0 -1 4202560 5106 0 0 0 66 0 0 0 15 0 19 0 874925756 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4509] ppid=4488 vsize=7664432 CPUtime=0.52 cores=0,2
/proc/4491/task/4509/stat : 4509 (java) S 4488 4491 4447 0 -1 4202560 4012 0 0 0 52 0 0 0 15 0 19 0 874925756 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4510] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4510/stat : 4510 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874925756 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4511] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4511/stat : 4511 (java) S 4488 4491 4447 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 874925756 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4539] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4539/stat : 4539 (java) S 4488 4491 4447 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874925789 7848378368 44416 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.38
Current children cumulated vsize (KiB) 7664432

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 2.94 5/262 4629
/proc/meminfo: memFree=30477000/32951124 swapFree=67051732/67111528
[pid=4491] ppid=4488 vsize=7664432 CPUtime=1243.39 cores=0,2
/proc/4491/stat : 4491 (java) S 4488 4491 4447 0 -1 4202496 46983 0 1 0 124330 9 0 0 22 0 19 0 874925727 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4491/statm: 1916108 44417 2253 9 0 1906846 0
[pid=4491/tid=4493] ppid=4488 vsize=7664432 CPUtime=1239.04 cores=0,2
/proc/4491/task/4493/stat : 4493 (java) R 4488 4491 4447 0 -1 4202560 17169 0 1 0 123899 5 0 0 25 0 19 0 874925729 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 46912505666406 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4491/tid=4496] ppid=4488 vsize=7664432 CPUtime=0.09 cores=0,2
/proc/4491/task/4496/stat : 4496 (java) S 4488 4491 4447 0 -1 4202560 4250 0 0 0 9 0 0 0 15 0 19 0 874925736 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4497] ppid=4488 vsize=7664432 CPUtime=0.06 cores=0,2
/proc/4491/task/4497/stat : 4497 (java) S 4488 4491 4447 0 -1 4202560 3071 0 0 0 6 0 0 0 15 0 19 0 874925736 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4498] ppid=4488 vsize=7664432 CPUtime=0.08 cores=0,2
/proc/4491/task/4498/stat : 4498 (java) S 4488 4491 4447 0 -1 4202560 531 0 0 0 8 0 0 0 15 0 19 0 874925736 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4499] ppid=4488 vsize=7664432 CPUtime=0.04 cores=0,2
/proc/4491/task/4499/stat : 4499 (java) S 4488 4491 4447 0 -1 4202560 2 0 0 0 4 0 0 0 16 0 19 0 874925736 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4500] ppid=4488 vsize=7664432 CPUtime=0.04 cores=0,2
/proc/4491/task/4500/stat : 4500 (java) S 4488 4491 4447 0 -1 4202560 307 0 0 0 4 0 0 0 15 0 19 0 874925736 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4501] ppid=4488 vsize=7664432 CPUtime=0.07 cores=0,2
/proc/4491/task/4501/stat : 4501 (java) S 4488 4491 4447 0 -1 4202560 6 0 0 0 7 0 0 0 15 0 19 0 874925736 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4502] ppid=4488 vsize=7664432 CPUtime=0.05 cores=0,2
/proc/4491/task/4502/stat : 4502 (java) S 4488 4491 4447 0 -1 4202560 9 0 0 0 5 0 0 0 15 0 19 0 874925736 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4503] ppid=4488 vsize=7664432 CPUtime=0.05 cores=0,2
/proc/4491/task/4503/stat : 4503 (java) S 4488 4491 4447 0 -1 4202560 133 0 0 0 5 0 0 0 15 0 19 0 874925736 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4504] ppid=4488 vsize=7664432 CPUtime=2.6 cores=0,2
/proc/4491/task/4504/stat : 4504 (java) S 4488 4491 4447 0 -1 4202560 11163 0 0 0 259 1 0 0 15 0 19 0 874925738 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 0 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4505] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4505/stat : 4505 (java) S 4488 4491 4447 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874925738 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4506] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4506/stat : 4506 (java) S 4488 4491 4447 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 874925738 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4507] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4507/stat : 4507 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 874925756 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134537649 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4508] ppid=4488 vsize=7664432 CPUtime=0.66 cores=0,2
/proc/4491/task/4508/stat : 4508 (java) S 4488 4491 4447 0 -1 4202560 5106 0 0 0 66 0 0 0 15 0 19 0 874925756 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4509] ppid=4488 vsize=7664432 CPUtime=0.52 cores=0,2
/proc/4491/task/4509/stat : 4509 (java) S 4488 4491 4447 0 -1 4202560 4012 0 0 0 52 0 0 0 15 0 19 0 874925756 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4510] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4510/stat : 4510 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874925756 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4511] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4511/stat : 4511 (java) S 4488 4491 4447 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 874925756 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4539] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4539/stat : 4539 (java) S 4488 4491 4447 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874925789 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.39
Current children cumulated vsize (KiB) 7664432



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 3.98 3.01 5/262 4631
/proc/meminfo: memFree=30476688/32951124 swapFree=67051732/67111528
[pid=4491] ppid=4488 vsize=7664432 CPUtime=1301.1 cores=0,2
/proc/4491/stat : 4491 (java) S 4488 4491 4447 0 -1 4202496 46987 0 1 0 130101 9 0 0 22 0 19 0 874925727 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4491/statm: 1916108 44417 2253 9 0 1906846 0
[pid=4491/tid=4493] ppid=4488 vsize=7664432 CPUtime=1296.75 cores=0,2
/proc/4491/task/4493/stat : 4493 (java) R 4488 4491 4447 0 -1 4202560 17169 0 1 0 129670 5 0 0 25 0 19 0 874925729 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 46912505741940 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4491/tid=4496] ppid=4488 vsize=7664432 CPUtime=0.09 cores=0,2
/proc/4491/task/4496/stat : 4496 (java) S 4488 4491 4447 0 -1 4202560 4250 0 0 0 9 0 0 0 15 0 19 0 874925736 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4497] ppid=4488 vsize=7664432 CPUtime=0.06 cores=0,2
/proc/4491/task/4497/stat : 4497 (java) S 4488 4491 4447 0 -1 4202560 3071 0 0 0 6 0 0 0 15 0 19 0 874925736 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4498] ppid=4488 vsize=7664432 CPUtime=0.08 cores=0,2
/proc/4491/task/4498/stat : 4498 (java) S 4488 4491 4447 0 -1 4202560 531 0 0 0 8 0 0 0 15 0 19 0 874925736 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4499] ppid=4488 vsize=7664432 CPUtime=0.04 cores=0,2
/proc/4491/task/4499/stat : 4499 (java) S 4488 4491 4447 0 -1 4202560 2 0 0 0 4 0 0 0 16 0 19 0 874925736 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4500] ppid=4488 vsize=7664432 CPUtime=0.04 cores=0,2
/proc/4491/task/4500/stat : 4500 (java) S 4488 4491 4447 0 -1 4202560 307 0 0 0 4 0 0 0 15 0 19 0 874925736 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4501] ppid=4488 vsize=7664432 CPUtime=0.07 cores=0,2
/proc/4491/task/4501/stat : 4501 (java) S 4488 4491 4447 0 -1 4202560 6 0 0 0 7 0 0 0 15 0 19 0 874925736 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4502] ppid=4488 vsize=7664432 CPUtime=0.05 cores=0,2
/proc/4491/task/4502/stat : 4502 (java) S 4488 4491 4447 0 -1 4202560 9 0 0 0 5 0 0 0 15 0 19 0 874925736 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4503] ppid=4488 vsize=7664432 CPUtime=0.05 cores=0,2
/proc/4491/task/4503/stat : 4503 (java) S 4488 4491 4447 0 -1 4202560 133 0 0 0 5 0 0 0 15 0 19 0 874925736 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4504] ppid=4488 vsize=7664432 CPUtime=2.6 cores=0,2
/proc/4491/task/4504/stat : 4504 (java) S 4488 4491 4447 0 -1 4202560 11163 0 0 0 259 1 0 0 15 0 19 0 874925738 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 0 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4505] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4505/stat : 4505 (java) S 4488 4491 4447 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 874925738 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4506] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4506/stat : 4506 (java) S 4488 4491 4447 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 874925738 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4507] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4507/stat : 4507 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 874925756 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134537649 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4508] ppid=4488 vsize=7664432 CPUtime=0.66 cores=0,2
/proc/4491/task/4508/stat : 4508 (java) S 4488 4491 4447 0 -1 4202560 5106 0 0 0 66 0 0 0 15 0 19 0 874925756 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
[pid=4491/tid=4509] ppid=4488 vsize=7664432 CPUtime=0.52 cores=0,2
/proc/4491/task/4509/stat : 4509 (java) S 4488 4491 4447 0 -1 4202560 4012 0 0 0 52 0 0 0 15 0 19 0 874925756 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4510] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4510/stat : 4510 (java) S 4488 4491 4447 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874925756 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134529945 0 4 0 16800975 18446604453954948096 0 0 -1 2 0 0 0
[pid=4491/tid=4511] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4511/stat : 4511 (java) R 4488 4491 4447 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 874925756 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4491/tid=4539] ppid=4488 vsize=7664432 CPUtime=0 cores=0,2
/proc/4491/task/4539/stat : 4539 (java) S 4488 4491 4447 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 874925789 7848378368 44417 33554432000 1073741824 1073778376 140736298120752 18446744073709551615 228134530560 0 4 0 16800975 18446604453954948096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.1
Current children cumulated vsize (KiB) 7664432

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 143
Real time (s): 1300.05
CPU time (s): 1301.18
CPU user time (s): 1301.07
CPU system time (s): 0.100984
CPU usage (%): 100.086
Max. virtual memory (cumulated for all children) (KiB): 7664432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.07
system time used= 0.100984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47028
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= 27314
involuntary context switches= 8585

runsolver used 2.40163 second user time and 4.71528 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-09 17:27:58
IDJOB=3282129
IDBENCH=70781
IDSOLVER=1611
FILE ID=node138/3282129-1307633277
RUNJOBID= node138-1307633277-4465
PBS_JOBID= 13549354
Free space on /tmp= 74104 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl064.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-3282129-1307633277/watcher-3282129-1307633277 -o /tmp/evaluation-result-3282129-1307633277/solver-3282129-1307633277 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3282129-1307633277.cnf

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

MD5SUM BENCH= 4f9c883534eb89cad9b9cad9e6eccbd0
RANDOM SEED=1334789658

node138.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.82
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.80
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32278384 kB
Buffers:        186384 kB
Cached:         278944 kB
SwapCached:      13344 kB
Active:         296756 kB
Inactive:       186496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32278384 kB
SwapTotal:    67111528 kB
SwapFree:     67051732 kB
Dirty:            3944 kB
Writeback:           0 kB
AnonPages:       15900 kB
Mapped:           8500 kB
Slab:           124436 kB
PageTables:       5092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189968 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= 74032 MiB
End job on node138 at 2011-06-09 17:49:40