Trace number 3258168

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) 1300.91 1300.06

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g4.cnf
MD5SUM399c54da7337981a88a374a67e87ba30
Bench CategoryCRAFTED (crafted 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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

0.04/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.14	c See www.sat4j.org for details.
0.04/0.15	c no version file found!!!
0.04/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.15	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.15	c java.vm.version	19.1-b02
0.04/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.15	c sun.arch.data.model	64
0.04/0.15	c java.version		1.6.0_24
0.04/0.15	c os.name		Linux
0.04/0.15	c os.version		2.6.18-164.el5
0.04/0.15	c os.arch		amd64
0.04/0.15	c Free memory 		6997539544
0.04/0.15	c Max memory 		7034241024
0.04/0.15	c Total memory 		7034241024
0.04/0.15	c Number of processors 	8
0.04/0.17	c --- Begin Solver configuration ---
0.04/0.17	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.04/0.17	c Learn all clauses as in MiniSAT
0.04/0.17	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.04/0.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.04/0.17	c Expensive reason simplification
0.04/0.17	c Armin Biere (Picosat) restarts strategy
0.04/0.17	c Glucose learned constraints deletion strategy
0.04/0.17	c timeout=2147483647s
0.04/0.17	c DB Simplification allowed=true
0.04/0.17	c --- End Solver configuration ---
0.04/0.17	c solving HOME/instance-3258168-1303477638.cnf
0.04/0.17	c reading problem ... 
0.46/0.41	c ... done. Wall clock time 0.233s.
0.46/0.41	c #vars     2100
0.46/0.41	c #constraints  215164
0.46/0.41	c constraints type 
0.46/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 70
0.46/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 215094
2.11/1.83	c cleaning 2498 clauses out of 5002 with flag 5002/5002
3.84/3.58	c cleaning 4237 clauses out of 8503 with flag 11001/11001
6.05/5.71	c cleaning 5622 clauses out of 11265 with flag 18000/18000
8.45/8.18	c cleaning 6801 clauses out of 13645 with flag 26002/26002
11.49/11.18	c cleaning 7901 clauses out of 15842 with flag 35000/35000
14.99/14.67	c cleaning 8943 clauses out of 17941 with flag 45000/45000
18.89/18.58	c cleaning 9955 clauses out of 19999 with flag 56001/56001
23.60/23.22	c cleaning 11000 clauses out of 22044 with flag 68001/68001
28.50/28.15	c cleaning 11986 clauses out of 24043 with flag 81000/81000
34.20/33.80	c cleaning 13004 clauses out of 26057 with flag 95000/95000
40.61/40.28	c cleaning 14003 clauses out of 28054 with flag 110001/110001
47.72/47.40	c cleaning 14997 clauses out of 30051 with flag 126001/126001
55.52/55.11	c cleaning 16004 clauses out of 32055 with flag 143002/143002
63.92/63.57	c cleaning 16993 clauses out of 34049 with flag 161000/161000
73.53/73.10	c cleaning 17981 clauses out of 36057 with flag 180001/180001
83.73/83.33	c cleaning 19020 clauses out of 38075 with flag 200000/200000
94.84/94.46	c cleaning 20000 clauses out of 40055 with flag 221000/221000
107.25/106.83	c cleaning 20997 clauses out of 42055 with flag 243000/243000
120.55/120.17	c cleaning 22000 clauses out of 44059 with flag 266001/266001
134.66/134.29	c cleaning 23001 clauses out of 46058 with flag 290000/290000
149.96/149.51	c cleaning 23995 clauses out of 48059 with flag 315002/315002
166.78/166.35	c cleaning 24982 clauses out of 50065 with flag 341003/341003
184.39/183.93	c cleaning 26023 clauses out of 52085 with flag 368005/368005
203.60/203.16	c cleaning 26980 clauses out of 54058 with flag 396001/396001
223.40/222.98	c cleaning 28008 clauses out of 56079 with flag 425002/425002
245.01/244.53	c cleaning 28997 clauses out of 58069 with flag 455000/455000
267.22/266.78	c cleaning 30004 clauses out of 60074 with flag 486002/486002
292.72/292.29	c cleaning 31001 clauses out of 62069 with flag 518001/518001
318.34/317.90	c cleaning 32014 clauses out of 64070 with flag 551003/551003
345.45/344.97	c cleaning 32984 clauses out of 66054 with flag 585001/585001
374.75/374.23	c cleaning 34010 clauses out of 68069 with flag 620000/620000
405.16/404.65	c cleaning 34986 clauses out of 70059 with flag 656000/656000
436.47/435.95	c cleaning 35989 clauses out of 72074 with flag 693001/693001
469.18/468.65	c cleaning 37012 clauses out of 74084 with flag 731000/731000
505.10/504.53	c cleaning 37981 clauses out of 76074 with flag 770002/770002
542.91/542.40	c cleaning 39009 clauses out of 78093 with flag 810002/810002
584.12/583.57	c cleaning 39990 clauses out of 80082 with flag 851000/851000
626.93/626.36	c cleaning 41009 clauses out of 82093 with flag 893001/893001
668.74/668.15	c cleaning 42010 clauses out of 84083 with flag 936000/936000
712.55/711.92	c cleaning 42978 clauses out of 86073 with flag 980000/980000
757.76/757.18	c cleaning 43990 clauses out of 88096 with flag 1025001/1025001
805.77/805.19	c cleaning 45024 clauses out of 90106 with flag 1071001/1071001
858.79/858.16	c cleaning 46006 clauses out of 92082 with flag 1118001/1118001
914.31/913.65	c cleaning 46975 clauses out of 94075 with flag 1166000/1166000
968.02/967.33	c cleaning 47984 clauses out of 96100 with flag 1215000/1215000
1024.33/1023.65	c cleaning 48995 clauses out of 98118 with flag 1265002/1265002
1084.35/1083.63	c cleaning 50016 clauses out of 100123 with flag 1316002/1316002
1150.17/1149.46	c cleaning 51009 clauses out of 102106 with flag 1368001/1368001
1216.58/1215.86	c cleaning 52009 clauses out of 104096 with flag 1421000/1421000
1285.80/1285.06	c cleaning 53006 clauses out of 106089 with flag 1475002/1475002
1300.82/1300.01	c starts		: 1378
1300.82/1300.01	c conflicts		: 1488807
1300.82/1300.01	c decisions		: 3332907
1300.82/1300.01	c propagations		: 273574327
1300.82/1300.01	c inspects		: 11166439142
1300.82/1300.01	c shortcuts		: 0
1300.82/1300.01	c learnt literals	: 0
1300.82/1300.01	c learnt binary clauses	: 0
1300.82/1300.01	c learnt ternary clauses	: 2
1300.82/1300.01	c learnt constraints	: 1488807
1300.82/1300.01	c ignored constraints	: 0
1300.82/1300.01	c root simplifications	: 1378
1300.82/1300.01	c removed literals (reason simplification)	: 77048009
1300.82/1300.01	c reason swapping (by a shorter reason)	: 0
1300.82/1300.01	c Calls to reduceDB	: 50
1300.82/1300.01	c speed (assignments/second)	: 210505.26928119865
1300.82/1300.01	c non guided choices	230
1300.82/1300.04	c learnt constraints type 
1300.82/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66913
1300.82/1300.04	c constraints type 
1300.82/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 70
1300.82/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 215094
1300.82/1300.04	s UNKNOWN
1300.82/1300.04	c Total wall clock time (in seconds) : 1299.842

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3258168-1303477638/watcher-3258168-1303477638 -o /tmp/evaluation-result-3258168-1303477638/solver-3258168-1303477638 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3258168-1303477638.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: 1.56 3.17 3.64 3/182 19969
/proc/meminfo: memFree=14506648/32950928 swapFree=67111528/67111528
[pid=19969] ppid=19967 vsize=23028 CPUtime=0 cores=0,2
/proc/19969/stat : 19969 (java) R 19967 19969 18428 0 -1 4202496 956 0 0 0 0 0 0 0 25 0 1 0 537994445 23580672 700 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251362584465 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19969/statm: 5757 700 516 9 0 124 0

[startup+0.072156 s]
/proc/loadavg: 1.56 3.17 3.64 3/182 19969
/proc/meminfo: memFree=14506648/32950928 swapFree=67111528/67111528
[pid=19969] ppid=19967 vsize=7564352 CPUtime=0.03 cores=0,2
/proc/19969/stat : 19969 (java) S 19967 19969 18428 0 -1 4202496 8816 0 1 0 2 1 0 0 25 0 13 0 537994445 7745896448 8513 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379349477 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/19969/statm: 1891088 8513 1678 9 0 1881836 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564352

[startup+0.101122 s]
/proc/loadavg: 1.56 3.17 3.64 3/182 19969
/proc/meminfo: memFree=14506648/32950928 swapFree=67111528/67111528
[pid=19969] ppid=19967 vsize=7564488 CPUtime=0.04 cores=0,2
/proc/19969/stat : 19969 (java) S 19967 19969 18428 0 -1 4202496 8988 0 1 0 3 1 0 0 25 0 13 0 537994445 7746035712 8685 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379349477 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/19969/statm: 1891122 8693 1687 9 0 1881870 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7564488

[startup+0.332061 s]
/proc/loadavg: 1.56 3.17 3.64 3/182 19969
/proc/meminfo: memFree=14506648/32950928 swapFree=67111528/67111528
[pid=19969] ppid=19967 vsize=7636048 CPUtime=0.39 cores=0,2
/proc/19969/stat : 19969 (java) S 19967 19969 18428 0 -1 4202496 13165 0 3 0 37 2 0 0 25 0 18 0 537994445 7819313152 12477 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19969/statm: 1909012 12477 2197 9 0 1899750 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 7636048

[startup+0.705012 s]
/proc/loadavg: 1.56 3.17 3.64 3/182 19969
/proc/meminfo: memFree=14506648/32950928 swapFree=67111528/67111528
[pid=19969] ppid=19967 vsize=7637076 CPUtime=0.98 cores=0,2
/proc/19969/stat : 19969 (java) S 19967 19969 18428 0 -1 4202496 17120 0 3 0 95 3 0 0 25 0 19 0 537994445 7820365824 15252 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19969/statm: 1909269 15252 2220 9 0 1900007 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 7637076

[startup+1.50087 s]
/proc/loadavg: 2.32 3.30 3.68 5/262 20057
/proc/meminfo: memFree=14311964/32950928 swapFree=67111528/67111528
[pid=19969] ppid=19967 vsize=7637076 CPUtime=1.81 cores=0,2
/proc/19969/stat : 19969 (java) S 19967 19969 18428 0 -1 4202496 18177 0 3 0 178 3 0 0 25 0 19 0 537994445 7820365824 16081 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19969/statm: 1909269 16081 2225 9 0 1900007 0
[pid=19969/tid=19979] ppid=19967 vsize=7637076 CPUtime=1.37 cores=0,2
/proc/19969/task/19979/stat : 19979 (java) R 19967 19969 18428 0 -1 4202560 13335 0 1 0 134 3 0 0 20 0 19 0 537994446 7820365824 16081 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 47351528164179 0 4 0 16800975 0 0 0 -1 0 0 0 5
[pid=19969/tid=19982] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19982/stat : 19982 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537994448 7820365824 16081 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=19983] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19983/stat : 19983 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537994448 7820365824 16081 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=19984] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19984/stat : 19984 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537994448 7820365824 16081 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=19985] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19985/stat : 19985 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537994448 7820365824 16081 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=19986] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19986/stat : 19986 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537994448 7820365824 16081 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=19987] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19987/stat : 19987 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537994448 7820365824 16081 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=19988] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19988/stat : 19988 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537994448 7820365824 16081 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=19989] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19989/stat : 19989 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 537994448 7820365824 16081 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=19996] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19996/stat : 19996 (java) S 19967 19969 18428 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 537994449 7820365824 16081 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 0 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20006] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20006/stat : 20006 (java) S 19967 19969 18428 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 537994450 7820365824 16081 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20008] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20008/stat : 20008 (java) S 19967 19969 18428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 537994450 7820365824 16081 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20013] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20013/stat : 20013 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 537994456 7820365824 16081 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379370417 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20016] ppid=19967 vsize=7637076 CPUtime=0.19 cores=0,2
/proc/19969/task/20016/stat : 20016 (java) S 19967 19969 18428 0 -1 4202560 1088 0 0 0 19 0 0 0 16 0 19 0 537994456 7820365824 16081 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=20018] ppid=19967 vsize=7637076 CPUtime=0.24 cores=0,2
/proc/19969/task/20018/stat : 20018 (java) S 19967 19969 18428 0 -1 4202560 2593 0 2 0 24 0 0 0 17 0 19 0 537994456 7820365824 16081 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20020] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20020/stat : 20020 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537994456 7820365824 16081 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=20024] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20024/stat : 20024 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537994456 7820365824 16081 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20056] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20056/stat : 20056 (java) S 19967 19969 18428 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 537994486 7820365824 16081 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 7637076

[startup+3.10158 s]
/proc/loadavg: 2.32 3.30 3.68 5/262 20057
/proc/meminfo: memFree=14207676/32950928 swapFree=67111528/67111528
[pid=19969] ppid=19967 vsize=7637076 CPUtime=3.42 cores=0,2
/proc/19969/stat : 19969 (java) S 19967 19969 18428 0 -1 4202496 25011 0 3 0 338 4 0 0 25 0 19 0 537994445 7820365824 22890 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19969/statm: 1909269 22890 2252 9 0 1900007 0
[pid=19969/tid=19979] ppid=19967 vsize=7637076 CPUtime=2.86 cores=0,2
/proc/19969/task/19979/stat : 19979 (java) R 19967 19969 18428 0 -1 4202560 13583 0 1 0 283 3 0 0 25 0 19 0 537994446 7820365824 22890 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 46912505686010 0 4 0 16800975 0 0 0 -1 0 0 0 5
[pid=19969/tid=19982] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19982/stat : 19982 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 537994448 7820365824 22890 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=19983] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19983/stat : 19983 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 537994448 7820365824 22890 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=19984] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19984/stat : 19984 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 537994448 7820365824 22890 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=19985] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19985/stat : 19985 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 537994448 7820365824 22890 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=19986] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19986/stat : 19986 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 537994448 7820365824 22890 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=19987] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19987/stat : 19987 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 537994448 7820365824 22890 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=19988] ppid=19967 vsize=7637076 CPUtime=0.01 cores=0,2
/proc/19969/task/19988/stat : 19988 (java) S 19967 19969 18428 0 -1 4202560 1417 0 0 0 1 0 0 0 18 0 19 0 537994448 7820365824 22890 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=19989] ppid=19967 vsize=7637076 CPUtime=0.01 cores=0,2
/proc/19969/task/19989/stat : 19989 (java) S 19967 19969 18428 0 -1 4202560 1864 0 0 0 1 0 0 0 18 0 19 0 537994448 7820365824 22890 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=19996] ppid=19967 vsize=7637076 CPUtime=0.05 cores=0,2
/proc/19969/task/19996/stat : 19996 (java) S 19967 19969 18428 0 -1 4202560 3278 0 0 0 5 0 0 0 15 0 19 0 537994449 7820365824 22890 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 0 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=20006] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20006/stat : 20006 (java) S 19967 19969 18428 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537994450 7820365824 22890 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20008] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20008/stat : 20008 (java) S 19967 19969 18428 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 537994450 7820365824 22890 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20013] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20013/stat : 20013 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 537994456 7820365824 22890 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379370417 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20016] ppid=19967 vsize=7637076 CPUtime=0.21 cores=0,2
/proc/19969/task/20016/stat : 20016 (java) S 19967 19969 18428 0 -1 4202560 1119 0 0 0 21 0 0 0 16 0 19 0 537994456 7820365824 22890 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=20018] ppid=19967 vsize=7637076 CPUtime=0.25 cores=0,2
/proc/19969/task/20018/stat : 20018 (java) S 19967 19969 18428 0 -1 4202560 2593 0 2 0 25 0 0 0 15 0 19 0 537994456 7820365824 22890 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20020] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20020/stat : 20020 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537994456 7820365824 22890 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=20024] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20024/stat : 20024 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537994456 7820365824 22890 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=20056] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20056/stat : 20056 (java) S 19967 19969 18428 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 537994486 7820365824 22890 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 7637076

[startup+6.30093 s]
/proc/loadavg: 2.45 3.31 3.68 5/262 20057
/proc/meminfo: memFree=14182764/32950928 swapFree=67111528/67111528
[pid=19969] ppid=19967 vsize=7637076 CPUtime=6.65 cores=0,2
/proc/19969/stat : 19969 (java) S 19967 19969 18428 0 -1 4202496 26833 0 3 0 661 4 0 0 25 0 19 0 537994445 7820365824 24657 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19969/statm: 1909269 24657 2254 9 0 1900007 0
[pid=19969/tid=19979] ppid=19967 vsize=7637076 CPUtime=5.93 cores=0,2
/proc/19969/task/19979/stat : 19979 (java) R 19967 19969 18428 0 -1 4202560 13587 0 1 0 590 3 0 0 22 0 19 0 537994446 7820365824 24657 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 46912505642492 0 4 0 16800975 0 0 0 -1 2 0 0 5
[pid=19969/tid=19982] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19982/stat : 19982 (java) S 19967 19969 18428 0 -1 4202560 787 0 0 0 0 0 0 0 15 0 19 0 537994448 7820365824 24657 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19983] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19983/stat : 19983 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537994448 7820365824 24657 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19984] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19984/stat : 19984 (java) S 19967 19969 18428 0 -1 4202560 257 0 0 0 0 0 0 0 15 0 19 0 537994448 7820365824 24657 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=19985] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19985/stat : 19985 (java) S 19967 19969 18428 0 -1 4202560 82 0 0 0 0 0 0 0 16 0 19 0 537994448 7820365824 24657 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19986] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19986/stat : 19986 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537994448 7820365824 24657 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19987] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/19987/stat : 19987 (java) S 19967 19969 18428 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 537994448 7820365824 24657 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19988] ppid=19967 vsize=7637076 CPUtime=0.01 cores=0,2
/proc/19969/task/19988/stat : 19988 (java) S 19967 19969 18428 0 -1 4202560 1419 0 0 0 1 0 0 0 16 0 19 0 537994448 7820365824 24657 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19989] ppid=19967 vsize=7637076 CPUtime=0.01 cores=0,2
/proc/19969/task/19989/stat : 19989 (java) S 19967 19969 18428 0 -1 4202560 1864 0 0 0 1 0 0 0 15 0 19 0 537994448 7820365824 24657 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19996] ppid=19967 vsize=7637076 CPUtime=0.14 cores=0,2
/proc/19969/task/19996/stat : 19996 (java) S 19967 19969 18428 0 -1 4202560 3925 0 0 0 14 0 0 0 15 0 19 0 537994449 7820365824 24657 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 0 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=20006] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20006/stat : 20006 (java) S 19967 19969 18428 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537994450 7820365824 24657 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20008] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20008/stat : 20008 (java) S 19967 19969 18428 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 537994450 7820365824 24657 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20013] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20013/stat : 20013 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 537994456 7820365824 24657 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379370417 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20016] ppid=19967 vsize=7637076 CPUtime=0.24 cores=0,2
/proc/19969/task/20016/stat : 20016 (java) S 19967 19969 18428 0 -1 4202560 1125 0 0 0 24 0 0 0 15 0 19 0 537994456 7820365824 24657 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=20018] ppid=19967 vsize=7637076 CPUtime=0.27 cores=0,2
/proc/19969/task/20018/stat : 20018 (java) S 19967 19969 18428 0 -1 4202560 2616 0 2 0 27 0 0 0 15 0 19 0 537994456 7820365824 24657 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20020] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20020/stat : 20020 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537994456 7820365824 24657 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=20024] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20024/stat : 20024 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 537994456 7820365824 24657 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20056] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20056/stat : 20056 (java) S 19967 19969 18428 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 537994486 7820365824 24657 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 7637076

[startup+12.7008 s]

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

[pid=19969/tid=19987] ppid=19967 vsize=7637076 CPUtime=0.09 cores=0,2
/proc/19969/task/19987/stat : 19987 (java) S 19967 19969 18428 0 -1 4202560 2246 0 0 0 9 0 0 0 15 0 19 0 537994448 7820365824 50055 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19988] ppid=19967 vsize=7637076 CPUtime=0.12 cores=0,2
/proc/19969/task/19988/stat : 19988 (java) S 19967 19969 18428 0 -1 4202560 3152 0 0 0 12 0 0 0 15 0 19 0 537994448 7820365824 50055 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19989] ppid=19967 vsize=7637076 CPUtime=0.1 cores=0,2
/proc/19969/task/19989/stat : 19989 (java) S 19967 19969 18428 0 -1 4202560 2060 0 0 0 10 0 0 0 15 0 19 0 537994448 7820365824 50055 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19996] ppid=19967 vsize=7637076 CPUtime=3.26 cores=0,2
/proc/19969/task/19996/stat : 19996 (java) S 19967 19969 18428 0 -1 4202560 8975 0 0 0 325 1 0 0 15 0 19 0 537994449 7820365824 50055 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 0 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=20006] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20006/stat : 20006 (java) S 19967 19969 18428 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537994450 7820365824 50055 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20008] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20008/stat : 20008 (java) S 19967 19969 18428 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 537994450 7820365824 50055 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20013] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20013/stat : 20013 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 537994456 7820365824 50055 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379370417 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20016] ppid=19967 vsize=7637076 CPUtime=0.26 cores=0,2
/proc/19969/task/20016/stat : 20016 (java) S 19967 19969 18428 0 -1 4202560 1132 0 0 0 26 0 0 0 15 0 19 0 537994456 7820365824 50055 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20018] ppid=19967 vsize=7637076 CPUtime=0.27 cores=0,2
/proc/19969/task/20018/stat : 20018 (java) S 19967 19969 18428 0 -1 4202560 2616 0 2 0 27 0 0 0 15 0 19 0 537994456 7820365824 50055 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20020] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20020/stat : 20020 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537994456 7820365824 50055 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=20024] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20024/stat : 20024 (java) S 19967 19969 18428 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 537994456 7820365824 50055 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20056] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20056/stat : 20056 (java) S 19967 19969 18428 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 537994486 7820365824 50055 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1183.08
Current children cumulated vsize (KiB) 7637076

[startup+1242.3 s]
/proc/loadavg: 4.02 4.03 3.91 5/262 20090
/proc/meminfo: memFree=13803012/32950928 swapFree=67111528/67111528
[pid=19969] ppid=19967 vsize=7637076 CPUtime=1243.1 cores=0,2
/proc/19969/stat : 19969 (java) S 19967 19969 18428 0 -1 4202496 52507 0 3 0 124299 11 0 0 25 0 19 0 537994445 7820365824 50150 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19969/statm: 1909269 50150 2254 9 0 1900007 0
[pid=19969/tid=19979] ppid=19967 vsize=7637076 CPUtime=1238.3 cores=0,2
/proc/19969/task/19979/stat : 19979 (java) R 19967 19969 18428 0 -1 4202560 20083 0 1 0 123824 6 0 0 25 0 19 0 537994446 7820365824 50150 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 46912505686010 0 4 0 16800975 0 0 0 -1 0 0 0 5
[pid=19969/tid=19982] ppid=19967 vsize=7637076 CPUtime=0.1 cores=0,2
/proc/19969/task/19982/stat : 19982 (java) S 19967 19969 18428 0 -1 4202560 950 0 0 0 10 0 0 0 15 0 19 0 537994448 7820365824 50150 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19983] ppid=19967 vsize=7637076 CPUtime=0.08 cores=0,2
/proc/19969/task/19983/stat : 19983 (java) S 19967 19969 18428 0 -1 4202560 3004 0 0 0 8 0 0 0 16 0 19 0 537994448 7820365824 50150 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19984] ppid=19967 vsize=7637076 CPUtime=0.09 cores=0,2
/proc/19969/task/19984/stat : 19984 (java) S 19967 19969 18428 0 -1 4202560 1893 0 0 0 9 0 0 0 15 0 19 0 537994448 7820365824 50150 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19985] ppid=19967 vsize=7637076 CPUtime=0.1 cores=0,2
/proc/19969/task/19985/stat : 19985 (java) S 19967 19969 18428 0 -1 4202560 1939 0 0 0 10 0 0 0 15 0 19 0 537994448 7820365824 50150 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19986] ppid=19967 vsize=7637076 CPUtime=0.13 cores=0,2
/proc/19969/task/19986/stat : 19986 (java) S 19967 19969 18428 0 -1 4202560 3137 0 0 0 13 0 0 0 15 0 19 0 537994448 7820365824 50150 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19987] ppid=19967 vsize=7637076 CPUtime=0.09 cores=0,2
/proc/19969/task/19987/stat : 19987 (java) S 19967 19969 18428 0 -1 4202560 2246 0 0 0 9 0 0 0 15 0 19 0 537994448 7820365824 50150 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19988] ppid=19967 vsize=7637076 CPUtime=0.12 cores=0,2
/proc/19969/task/19988/stat : 19988 (java) S 19967 19969 18428 0 -1 4202560 3152 0 0 0 12 0 0 0 15 0 19 0 537994448 7820365824 50150 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19989] ppid=19967 vsize=7637076 CPUtime=0.1 cores=0,2
/proc/19969/task/19989/stat : 19989 (java) S 19967 19969 18428 0 -1 4202560 2061 0 0 0 10 0 0 0 16 0 19 0 537994448 7820365824 50150 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19996] ppid=19967 vsize=7637076 CPUtime=3.34 cores=0,2
/proc/19969/task/19996/stat : 19996 (java) S 19967 19969 18428 0 -1 4202560 9071 0 0 0 333 1 0 0 15 0 19 0 537994449 7820365824 50150 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 0 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=20006] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20006/stat : 20006 (java) S 19967 19969 18428 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537994450 7820365824 50150 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20008] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20008/stat : 20008 (java) S 19967 19969 18428 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 537994450 7820365824 50150 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20013] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20013/stat : 20013 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 537994456 7820365824 50150 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379370417 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20016] ppid=19967 vsize=7637076 CPUtime=0.26 cores=0,2
/proc/19969/task/20016/stat : 20016 (java) S 19967 19969 18428 0 -1 4202560 1132 0 0 0 26 0 0 0 15 0 19 0 537994456 7820365824 50150 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20018] ppid=19967 vsize=7637076 CPUtime=0.27 cores=0,2
/proc/19969/task/20018/stat : 20018 (java) S 19967 19969 18428 0 -1 4202560 2616 0 2 0 27 0 0 0 15 0 19 0 537994456 7820365824 50150 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20020] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20020/stat : 20020 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537994456 7820365824 50150 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=20024] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20024/stat : 20024 (java) S 19967 19969 18428 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 537994456 7820365824 50150 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20056] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20056/stat : 20056 (java) S 19967 19969 18428 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 537994486 7820365824 50150 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1243.1
Current children cumulated vsize (KiB) 7637076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 4.04 3.92 7/265 20094
/proc/meminfo: memFree=13800220/32950928 swapFree=67111528/67111528
[pid=19969] ppid=19967 vsize=7637076 CPUtime=1300.82 cores=0,2
/proc/19969/stat : 19969 (java) S 19967 19969 18428 0 -1 4202496 52867 0 3 0 130071 11 0 0 25 0 19 0 537994445 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19969/statm: 1909269 50503 2254 9 0 1900007 0
[pid=19969/tid=19979] ppid=19967 vsize=7637076 CPUtime=1295.92 cores=0,2
/proc/19969/task/19979/stat : 19979 (java) R 19967 19969 18428 0 -1 4202560 20084 0 1 0 129586 6 0 0 25 0 19 0 537994446 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 46912505686010 0 4 0 16800975 0 0 0 -1 0 0 0 5
[pid=19969/tid=19982] ppid=19967 vsize=7637076 CPUtime=0.1 cores=0,2
/proc/19969/task/19982/stat : 19982 (java) S 19967 19969 18428 0 -1 4202560 950 0 0 0 10 0 0 0 15 0 19 0 537994448 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19983] ppid=19967 vsize=7637076 CPUtime=0.08 cores=0,2
/proc/19969/task/19983/stat : 19983 (java) S 19967 19969 18428 0 -1 4202560 3004 0 0 0 8 0 0 0 16 0 19 0 537994448 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19984] ppid=19967 vsize=7637076 CPUtime=0.09 cores=0,2
/proc/19969/task/19984/stat : 19984 (java) S 19967 19969 18428 0 -1 4202560 1893 0 0 0 9 0 0 0 16 0 19 0 537994448 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19985] ppid=19967 vsize=7637076 CPUtime=0.1 cores=0,2
/proc/19969/task/19985/stat : 19985 (java) S 19967 19969 18428 0 -1 4202560 1939 0 0 0 10 0 0 0 15 0 19 0 537994448 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=19986] ppid=19967 vsize=7637076 CPUtime=0.14 cores=0,2
/proc/19969/task/19986/stat : 19986 (java) S 19967 19969 18428 0 -1 4202560 3141 0 0 0 14 0 0 0 15 0 19 0 537994448 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19987] ppid=19967 vsize=7637076 CPUtime=0.09 cores=0,2
/proc/19969/task/19987/stat : 19987 (java) S 19967 19969 18428 0 -1 4202560 2246 0 0 0 9 0 0 0 15 0 19 0 537994448 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19988] ppid=19967 vsize=7637076 CPUtime=0.13 cores=0,2
/proc/19969/task/19988/stat : 19988 (java) S 19967 19969 18428 0 -1 4202560 3154 0 0 0 13 0 0 0 16 0 19 0 537994448 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19989] ppid=19967 vsize=7637076 CPUtime=0.1 cores=0,2
/proc/19969/task/19989/stat : 19989 (java) S 19967 19969 18428 0 -1 4202560 2061 0 0 0 10 0 0 0 15 0 19 0 537994448 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19996] ppid=19967 vsize=7637076 CPUtime=3.43 cores=0,2
/proc/19969/task/19996/stat : 19996 (java) S 19967 19969 18428 0 -1 4202560 9420 0 0 0 341 2 0 0 15 0 19 0 537994449 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 0 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=20006] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20006/stat : 20006 (java) S 19967 19969 18428 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537994450 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20008] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20008/stat : 20008 (java) S 19967 19969 18428 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 537994450 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20013] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20013/stat : 20013 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 537994456 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379370417 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20016] ppid=19967 vsize=7637076 CPUtime=0.26 cores=0,2
/proc/19969/task/20016/stat : 20016 (java) S 19967 19969 18428 0 -1 4202560 1132 0 0 0 26 0 0 0 15 0 19 0 537994456 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20018] ppid=19967 vsize=7637076 CPUtime=0.27 cores=0,2
/proc/19969/task/20018/stat : 20018 (java) S 19967 19969 18428 0 -1 4202560 2616 0 2 0 27 0 0 0 15 0 19 0 537994456 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20020] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20020/stat : 20020 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537994456 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=20024] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20024/stat : 20024 (java) S 19967 19969 18428 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 537994456 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20056] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20056/stat : 20056 (java) S 19967 19969 18428 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 537994486 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1300.82
Current children cumulated vsize (KiB) 7637076

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

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

[startup+1300 s]
/proc/loadavg: 4.09 4.04 3.92 7/265 20094
/proc/meminfo: memFree=13800220/32950928 swapFree=67111528/67111528
[pid=19969] ppid=19967 vsize=7637076 CPUtime=1300.82 cores=0,2
/proc/19969/stat : 19969 (java) S 19967 19969 18428 0 -1 4202496 52867 0 3 0 130071 11 0 0 25 0 19 0 537994445 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19969/statm: 1909269 50503 2254 9 0 1900007 0
[pid=19969/tid=19979] ppid=19967 vsize=7637076 CPUtime=1295.92 cores=0,2
/proc/19969/task/19979/stat : 19979 (java) R 19967 19969 18428 0 -1 4202560 20084 0 1 0 129586 6 0 0 25 0 19 0 537994446 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 46912505686010 0 4 0 16800975 0 0 0 -1 0 0 0 5
[pid=19969/tid=19982] ppid=19967 vsize=7637076 CPUtime=0.1 cores=0,2
/proc/19969/task/19982/stat : 19982 (java) S 19967 19969 18428 0 -1 4202560 950 0 0 0 10 0 0 0 15 0 19 0 537994448 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19983] ppid=19967 vsize=7637076 CPUtime=0.08 cores=0,2
/proc/19969/task/19983/stat : 19983 (java) S 19967 19969 18428 0 -1 4202560 3004 0 0 0 8 0 0 0 16 0 19 0 537994448 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19984] ppid=19967 vsize=7637076 CPUtime=0.09 cores=0,2
/proc/19969/task/19984/stat : 19984 (java) S 19967 19969 18428 0 -1 4202560 1893 0 0 0 9 0 0 0 16 0 19 0 537994448 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19985] ppid=19967 vsize=7637076 CPUtime=0.1 cores=0,2
/proc/19969/task/19985/stat : 19985 (java) S 19967 19969 18428 0 -1 4202560 1939 0 0 0 10 0 0 0 15 0 19 0 537994448 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=19986] ppid=19967 vsize=7637076 CPUtime=0.14 cores=0,2
/proc/19969/task/19986/stat : 19986 (java) S 19967 19969 18428 0 -1 4202560 3141 0 0 0 14 0 0 0 15 0 19 0 537994448 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19987] ppid=19967 vsize=7637076 CPUtime=0.09 cores=0,2
/proc/19969/task/19987/stat : 19987 (java) S 19967 19969 18428 0 -1 4202560 2246 0 0 0 9 0 0 0 15 0 19 0 537994448 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19988] ppid=19967 vsize=7637076 CPUtime=0.13 cores=0,2
/proc/19969/task/19988/stat : 19988 (java) S 19967 19969 18428 0 -1 4202560 3154 0 0 0 13 0 0 0 16 0 19 0 537994448 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19989] ppid=19967 vsize=7637076 CPUtime=0.1 cores=0,2
/proc/19969/task/19989/stat : 19989 (java) S 19967 19969 18428 0 -1 4202560 2061 0 0 0 10 0 0 0 15 0 19 0 537994448 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=19996] ppid=19967 vsize=7637076 CPUtime=3.43 cores=0,2
/proc/19969/task/19996/stat : 19996 (java) S 19967 19969 18428 0 -1 4202560 9420 0 0 0 341 2 0 0 15 0 19 0 537994449 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 0 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=20006] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20006/stat : 20006 (java) S 19967 19969 18428 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 537994450 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20008] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20008/stat : 20008 (java) S 19967 19969 18428 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 537994450 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20013] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20013/stat : 20013 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 537994456 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379370417 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20016] ppid=19967 vsize=7637076 CPUtime=0.26 cores=0,2
/proc/19969/task/20016/stat : 20016 (java) S 19967 19969 18428 0 -1 4202560 1132 0 0 0 26 0 0 0 15 0 19 0 537994456 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20018] ppid=19967 vsize=7637076 CPUtime=0.27 cores=0,2
/proc/19969/task/20018/stat : 20018 (java) S 19967 19969 18428 0 -1 4202560 2616 0 2 0 27 0 0 0 15 0 19 0 537994456 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20020] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20020/stat : 20020 (java) S 19967 19969 18428 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 537994456 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379362713 0 4 0 16800975 18446604453858493696 0 0 -1 0 0 0 0
[pid=19969/tid=20024] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20024/stat : 20024 (java) S 19967 19969 18428 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 537994456 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
[pid=19969/tid=20056] ppid=19967 vsize=7637076 CPUtime=0 cores=0,2
/proc/19969/task/20056/stat : 20056 (java) S 19967 19969 18428 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 537994486 7820365824 50503 33554432000 1073741824 1073778376 140736059294976 18446744073709551615 251379363328 0 4 0 16800975 18446604453858493696 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1300.82
Current children cumulated vsize (KiB) 7637076

Child status: 143
Real time (s): 1300.06
CPU time (s): 1300.91
CPU user time (s): 1300.78
CPU system time (s): 0.12998
CPU usage (%): 100.066
Max. virtual memory (cumulated for all children) (KiB): 7637076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.78
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52906
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28337
involuntary context switches= 5152

runsolver used 2.27665 second user time and 4.83427 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-22 15:07:18
IDJOB=3258168
IDBENCH=71308
IDSOLVER=1611
FILE ID=node113/3258168-1303477638
RUNJOBID= node113-1303477638-19942
PBS_JOBID= 13107192
Free space on /tmp= 70628 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2100c215164g4.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-3258168-1303477638/watcher-3258168-1303477638 -o /tmp/evaluation-result-3258168-1303477638/solver-3258168-1303477638 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3258168-1303477638.cnf

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

MD5SUM BENCH= 399c54da7337981a88a374a67e87ba30
RANDOM SEED=884575460

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.74
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.846
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.846
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.83
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.846
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:      14512136 kB
Buffers:       1193720 kB
Cached:       16601408 kB
SwapCached:          0 kB
Active:        9941952 kB
Inactive:      7929196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14512136 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4744 kB
Writeback:           0 kB
AnonPages:       76152 kB
Mapped:          18000 kB
Slab:           503876 kB
PageTables:       5292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7403820 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= 70624 MiB
End job on node113 at 2011-04-22 15:29:00