Trace number 3258476

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.27 1300.06

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes6.cnf
MD5SUMe23fefb786281285c1d045e8bc698d74
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.04/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.12	c See www.sat4j.org for details.
0.04/0.13	c no version file found!!!
0.04/0.13	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.13	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.13	c java.vm.version	19.1-b02
0.04/0.13	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.13	c sun.arch.data.model	64
0.04/0.13	c java.version		1.6.0_24
0.04/0.13	c os.name		Linux
0.04/0.13	c os.version		2.6.18-164.el5
0.04/0.13	c os.arch		amd64
0.04/0.13	c Free memory 		6997539544
0.04/0.13	c Max memory 		7034241024
0.04/0.13	c Total memory 		7034241024
0.04/0.13	c Number of processors 	8
0.04/0.14	c --- Begin Solver configuration ---
0.04/0.14	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.04/0.14	c Learn all clauses as in MiniSAT
0.04/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.04/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.04/0.14	c Expensive reason simplification
0.04/0.14	c Armin Biere (Picosat) restarts strategy
0.04/0.14	c Glucose learned constraints deletion strategy
0.04/0.14	c timeout=2147483647s
0.04/0.14	c DB Simplification allowed=true
0.04/0.14	c --- End Solver configuration ---
0.04/0.14	c solving HOME/instance-3258476-1303502952.cnf
0.04/0.14	c reading problem ... 
0.37/0.38	c ... done. Wall clock time 0.231s.
0.37/0.38	c #vars     2400
0.37/0.38	c #constraints  266431
0.37/0.38	c constraints type 
0.37/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
0.37/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 266356
2.29/1.95	c cleaning 2486 clauses out of 5000 with flag 5000/5000
4.45/3.88	c cleaning 4231 clauses out of 8515 with flag 11001/11001
6.75/6.15	c cleaning 5626 clauses out of 11284 with flag 18001/18001
9.56/8.96	c cleaning 6809 clauses out of 13657 with flag 26000/26000
12.76/12.14	c cleaning 7900 clauses out of 15848 with flag 35000/35000
16.56/15.90	c cleaning 8954 clauses out of 17948 with flag 45000/45000
20.67/20.06	c cleaning 9953 clauses out of 19994 with flag 56000/56000
25.47/24.88	c cleaning 10983 clauses out of 22041 with flag 68000/68000
30.68/30.08	c cleaning 11995 clauses out of 24059 with flag 81001/81001
36.68/36.00	c cleaning 12985 clauses out of 26064 with flag 95001/95001
43.30/42.66	c cleaning 14007 clauses out of 28078 with flag 110000/110000
50.51/49.83	c cleaning 14997 clauses out of 30072 with flag 126001/126001
58.82/58.16	c cleaning 15986 clauses out of 32075 with flag 143001/143001
67.83/67.15	c cleaning 17021 clauses out of 34088 with flag 161000/161000
77.73/77.02	c cleaning 17998 clauses out of 36069 with flag 180002/180002
88.03/87.33	c cleaning 18976 clauses out of 38070 with flag 200001/200001
99.14/98.41	c cleaning 20006 clauses out of 40094 with flag 221001/221001
111.65/110.95	c cleaning 21017 clauses out of 42091 with flag 243004/243004
124.75/124.01	c cleaning 21988 clauses out of 44070 with flag 266000/266000
139.37/138.63	c cleaning 22994 clauses out of 46084 with flag 290002/290002
154.78/154.09	c cleaning 23999 clauses out of 48088 with flag 315000/315000
171.38/170.69	c cleaning 24995 clauses out of 50090 with flag 341001/341001
189.29/188.51	c cleaning 26012 clauses out of 52094 with flag 368000/368000
207.90/207.19	c cleaning 26991 clauses out of 54083 with flag 396001/396001
228.61/227.84	c cleaning 27989 clauses out of 56092 with flag 425001/425001
250.32/249.52	c cleaning 29025 clauses out of 58102 with flag 455000/455000
273.33/272.52	c cleaning 29943 clauses out of 60077 with flag 486000/486000
297.74/296.98	c cleaning 31023 clauses out of 62137 with flag 518003/518003
324.26/323.48	c cleaning 32056 clauses out of 64112 with flag 551001/551001
352.06/351.20	c cleaning 32969 clauses out of 66055 with flag 585000/585000
381.58/380.70	c cleaning 33993 clauses out of 68089 with flag 620003/620003
411.69/410.84	c cleaning 34984 clauses out of 70095 with flag 656002/656002
443.80/442.96	c cleaning 36017 clauses out of 72109 with flag 693000/693000
476.71/475.84	c cleaning 36996 clauses out of 74092 with flag 731000/731000
511.62/510.73	c cleaning 37990 clauses out of 76097 with flag 770001/770001
547.93/547.07	c cleaning 39031 clauses out of 78107 with flag 810001/810001
586.15/585.20	c cleaning 40003 clauses out of 80078 with flag 851003/851003
625.65/624.74	c cleaning 40981 clauses out of 82072 with flag 893000/893000
668.27/667.36	c cleaning 42019 clauses out of 84093 with flag 936002/936002
712.69/711.74	c cleaning 42979 clauses out of 86074 with flag 980002/980002
759.40/758.43	c cleaning 43996 clauses out of 88096 with flag 1025003/1025003
806.32/805.35	c cleaning 45004 clauses out of 90098 with flag 1071001/1071001
857.63/856.65	c cleaning 45997 clauses out of 92094 with flag 1118001/1118001
909.84/908.88	c cleaning 46973 clauses out of 94098 with flag 1166002/1166002
963.85/962.83	c cleaning 47966 clauses out of 96124 with flag 1215001/1215001
1021.87/1020.90	c cleaning 49028 clauses out of 98157 with flag 1265000/1265000
1082.19/1081.10	c cleaning 49985 clauses out of 100129 with flag 1316000/1316000
1145.82/1144.76	c cleaning 51033 clauses out of 102146 with flag 1368002/1368002
1210.23/1209.19	c cleaning 51999 clauses out of 104114 with flag 1421003/1421003
1275.85/1274.77	c cleaning 52976 clauses out of 106115 with flag 1475003/1475003
1301.17/1300.01	c starts		: 1378
1301.17/1300.01	c conflicts		: 1497301
1301.17/1300.01	c decisions		: 3829297
1301.17/1300.01	c propagations		: 289811691
1301.17/1300.01	c inspects		: 10782228567
1301.17/1300.01	c shortcuts		: 0
1301.17/1300.01	c learnt literals	: 0
1301.17/1300.01	c learnt binary clauses	: 0
1301.17/1300.01	c learnt ternary clauses	: 1
1301.17/1300.01	c learnt constraints	: 1497301
1301.17/1300.01	c ignored constraints	: 0
1301.17/1300.01	c root simplifications	: 1378
1301.17/1300.01	c removed literals (reason simplification)	: 80634200
1301.17/1300.01	c reason swapping (by a shorter reason)	: 0
1301.17/1300.01	c Calls to reduceDB	: 50
1301.17/1300.01	c speed (assignments/second)	: 222995.0316743265
1301.17/1300.01	c non guided choices	407
1301.17/1300.04	c learnt constraints type 
1301.17/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 75472
1301.17/1300.04	c constraints type 
1301.17/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
1301.17/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 266356
1301.17/1300.04	s UNKNOWN
1301.17/1300.04	c Total wall clock time (in seconds) : 1299.865

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-3258476-1303502952/watcher-3258476-1303502952 -o /tmp/evaluation-result-3258476-1303502952/solver-3258476-1303502952 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3258476-1303502952.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.02 0.25 7/243 17091
/proc/meminfo: memFree=12784200/32950928 swapFree=67111528/67111528
[pid=17091] ppid=17089 vsize=30528 CPUtime=0 cores=0,2
/proc/17091/stat : 17091 (java) S 17089 17091 16977 0 -1 4202496 1245 0 0 0 0 0 0 0 18 0 2 0 461891872 31260672 965 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512494565 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/17091/statm: 7632 965 739 9 0 383 0
[pid=17091/tid=17092] ppid=17089 vsize=30536 CPUtime=0 cores=0,2
/proc/17091/task/17092/stat : 17092 (java) R 17089 17091 16977 0 -1 4202560 133 0 0 0 0 0 0 0 19 0 2 0 461891873 31268864 966 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512523460 0 0 4096 2048 0 0 0 -1 0 0 0 0

[startup+0.101049 s]
/proc/loadavg: 0.00 0.02 0.25 7/243 17091
/proc/meminfo: memFree=12784200/32950928 swapFree=67111528/67111528
[pid=17091] ppid=17089 vsize=7564488 CPUtime=0.04 cores=0,2
/proc/17091/stat : 17091 (java) S 17089 17091 16977 0 -1 4202496 8951 0 1 0 3 1 0 0 18 0 13 0 461891872 7746035712 8648 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512494565 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/17091/statm: 1891122 8648 1686 9 0 1881870 0
[pid=17091/tid=17092] ppid=17089 vsize=7564488 CPUtime=0.04 cores=0,2
/proc/17091/task/17092/stat : 17092 (java) R 17089 17091 16977 0 -1 4202560 7805 0 1 0 3 1 0 0 24 0 13 0 461891873 7746035712 8648 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 47679917451283 0 4 0 16800971 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7564488

[startup+0.201036 s]
/proc/loadavg: 0.00 0.02 0.25 7/243 17091
/proc/meminfo: memFree=12784200/32950928 swapFree=67111528/67111528
[pid=17091] ppid=17089 vsize=7571692 CPUtime=0.18 cores=0,2
/proc/17091/stat : 17091 (java) S 17089 17091 16977 0 -1 4202496 10977 0 1 0 17 1 0 0 18 0 18 0 461891872 7753412608 10674 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17091/statm: 1892923 10674 2173 9 0 1883661 0
[pid=17091/tid=17092] ppid=17089 vsize=7571692 CPUtime=0.13 cores=0,2
/proc/17091/task/17092/stat : 17092 (java) R 17089 17091 16977 0 -1 4202560 8935 0 1 0 12 1 0 0 25 0 18 0 461891873 7753412608 10674 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 46912505228243 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 7571692

[startup+0.301061 s]
/proc/loadavg: 0.00 0.02 0.25 7/243 17091
/proc/meminfo: memFree=12784200/32950928 swapFree=67111528/67111528
[pid=17091] ppid=17089 vsize=7571892 CPUtime=0.37 cores=0,2
/proc/17091/stat : 17091 (java) S 17089 17091 16977 0 -1 4202496 12691 0 1 0 35 2 0 0 18 0 18 0 461891872 7753617408 12292 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17091/statm: 1892973 12292 2197 9 0 1883711 0
[pid=17091/tid=17092] ppid=17089 vsize=7571892 CPUtime=0.23 cores=0,2
/proc/17091/task/17092/stat : 17092 (java) R 17089 17091 16977 0 -1 4202560 10453 0 1 0 22 1 0 0 25 0 18 0 461891873 7753617408 12292 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 46912505491092 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 7571892

[startup+0.700952 s]
/proc/loadavg: 0.00 0.02 0.25 7/243 17091
/proc/meminfo: memFree=12784200/32950928 swapFree=67111528/67111528
[pid=17091] ppid=17089 vsize=7576316 CPUtime=1.03 cores=0,2
/proc/17091/stat : 17091 (java) S 17089 17091 16977 0 -1 4202496 17112 0 1 0 101 2 0 0 18 0 19 0 461891872 7758147584 16108 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17091/statm: 1894079 16108 2219 9 0 1884817 0
[pid=17091/tid=17092] ppid=17089 vsize=7576316 CPUtime=0.64 cores=0,2
/proc/17091/task/17092/stat : 17092 (java) R 17089 17091 16977 0 -1 4202560 13387 0 1 0 62 2 0 0 25 0 19 0 461891873 7758147584 16108 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 46912505644379 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 7576316

[startup+1.50085 s]
/proc/loadavg: 0.00 0.02 0.25 7/262 17111
/proc/meminfo: memFree=12599668/32950928 swapFree=67111528/67111528
[pid=17091] ppid=17089 vsize=7575868 CPUtime=1.89 cores=0,2
/proc/17091/stat : 17091 (java) S 17089 17091 16977 0 -1 4202496 18041 0 1 0 187 2 0 0 18 0 19 0 461891872 7757688832 16868 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17091/statm: 1893967 16868 2224 9 0 1884705 0
[pid=17091/tid=17092] ppid=17089 vsize=7575868 CPUtime=1.43 cores=0,2
/proc/17091/task/17092/stat : 17092 (java) R 17089 17091 16977 0 -1 4202560 14216 0 1 0 141 2 0 0 18 0 19 0 461891873 7757688832 16868 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 46912505603256 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17091/tid=17094] ppid=17089 vsize=7575868 CPUtime=0 cores=0,2
/proc/17091/task/17094/stat : 17094 (java) S 17089 17091 16977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 461891876 7757688832 16868 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17095] ppid=17089 vsize=7575868 CPUtime=0 cores=0,2
/proc/17091/task/17095/stat : 17095 (java) S 17089 17091 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891876 7757688832 16868 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17096] ppid=17089 vsize=7575868 CPUtime=0 cores=0,2
/proc/17091/task/17096/stat : 17096 (java) S 17089 17091 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891876 7757688832 16868 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17097] ppid=17089 vsize=7575868 CPUtime=0 cores=0,2
/proc/17091/task/17097/stat : 17097 (java) S 17089 17091 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891876 7757688832 16868 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17098] ppid=17089 vsize=7575868 CPUtime=0 cores=0,2
/proc/17091/task/17098/stat : 17098 (java) S 17089 17091 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891876 7757688832 16868 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17099] ppid=17089 vsize=7575868 CPUtime=0 cores=0,2
/proc/17091/task/17099/stat : 17099 (java) S 17089 17091 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891876 7757688832 16868 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17100] ppid=17089 vsize=7575868 CPUtime=0 cores=0,2
/proc/17091/task/17100/stat : 17100 (java) S 17089 17091 16977 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 461891876 7757688832 16868 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17101] ppid=17089 vsize=7575868 CPUtime=0 cores=0,2
/proc/17091/task/17101/stat : 17101 (java) S 17089 17091 16977 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 461891876 7757688832 16868 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17102] ppid=17089 vsize=7575868 CPUtime=0 cores=0,2
/proc/17091/task/17102/stat : 17102 (java) S 17089 17091 16977 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 461891877 7757688832 16868 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512508416 0 0 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=7575868 CPUtime=0 cores=0,2
/proc/17091/task/17103/stat : 17103 (java) S 17089 17091 16977 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 19 0 461891877 7757688832 16868 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17104] ppid=17089 vsize=7575868 CPUtime=0 cores=0,2
/proc/17091/task/17104/stat : 17104 (java) S 17089 17091 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 461891878 7757688832 16868 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17105] ppid=17089 vsize=7575868 CPUtime=0 cores=0,2
/proc/17091/task/17105/stat : 17105 (java) S 17089 17091 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 461891883 7757688832 16868 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512515505 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17106] ppid=17089 vsize=7575868 CPUtime=0.26 cores=0,2
/proc/17091/task/17106/stat : 17106 (java) S 17089 17091 16977 0 -1 4202560 1959 0 0 0 26 0 0 0 24 0 19 0 461891883 7757688832 16868 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17107] ppid=17089 vsize=7575868 CPUtime=0.19 cores=0,2
/proc/17091/task/17107/stat : 17107 (java) S 17089 17091 16977 0 -1 4202560 706 0 0 0 19 0 0 0 23 0 19 0 461891883 7757688832 16868 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17108] ppid=17089 vsize=7575868 CPUtime=0 cores=0,2
/proc/17091/task/17108/stat : 17108 (java) S 17089 17091 16977 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 461891883 7757688832 16868 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17109] ppid=17089 vsize=7575868 CPUtime=0 cores=0,2
/proc/17091/task/17109/stat : 17109 (java) S 17089 17091 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891883 7757688832 16868 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512508416 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17110] ppid=17089 vsize=7575868 CPUtime=0 cores=0,2
/proc/17091/task/17110/stat : 17110 (java) S 17089 17091 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 461891911 7757688832 16868 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512508416 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 7575868

[startup+3.10152 s]
/proc/loadavg: 0.00 0.02 0.25 7/262 17111
/proc/meminfo: memFree=12542380/32950928 swapFree=67111528/67111528
[pid=17091] ppid=17089 vsize=7646668 CPUtime=3.74 cores=0,2
/proc/17091/stat : 17091 (java) S 17089 17091 16977 0 -1 4202496 34331 0 1 0 370 4 0 0 18 0 19 0 461891872 7830188032 30468 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17091/statm: 1911667 30468 2251 9 0 1902405 0
[pid=17091/tid=17092] ppid=17089 vsize=7646668 CPUtime=2.92 cores=0,2
/proc/17091/task/17092/stat : 17092 (java) R 17089 17091 16977 0 -1 4202560 14579 0 1 0 290 2 0 0 19 0 19 0 461891873 7830188032 30468 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 46912505575872 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17091/tid=17094] ppid=17089 vsize=7646668 CPUtime=0.01 cores=0,2
/proc/17091/task/17094/stat : 17094 (java) S 17089 17091 16977 0 -1 4202560 1774 0 0 0 1 0 0 0 18 0 19 0 461891876 7830188032 30468 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17095] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17095/stat : 17095 (java) S 17089 17091 16977 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 19 0 461891876 7830188032 30468 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17096] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17096/stat : 17096 (java) S 17089 17091 16977 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 19 0 461891876 7830188032 30468 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17097] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17097/stat : 17097 (java) S 17089 17091 16977 0 -1 4202560 184 0 0 0 0 0 0 0 17 0 19 0 461891876 7830188032 30468 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17098] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17098/stat : 17098 (java) S 17089 17091 16977 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 19 0 461891876 7830188032 30468 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17099] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17099/stat : 17099 (java) S 17089 17091 16977 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 19 0 461891876 7830188032 30468 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17100] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17100/stat : 17100 (java) S 17089 17091 16977 0 -1 4202560 314 0 0 0 0 0 0 0 17 0 19 0 461891876 7830188032 30468 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17101] ppid=17089 vsize=7646668 CPUtime=0.02 cores=0,2
/proc/17091/task/17101/stat : 17101 (java) S 17089 17091 16977 0 -1 4202560 1733 0 0 0 2 0 0 0 18 0 19 0 461891876 7830188032 30468 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17102] ppid=17089 vsize=7646668 CPUtime=0.06 cores=0,2
/proc/17091/task/17102/stat : 17102 (java) S 17089 17091 16977 0 -1 4202560 3992 0 0 0 6 0 0 0 15 0 19 0 461891877 7830188032 30468 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512508416 0 0 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17103/stat : 17103 (java) S 17089 17091 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 461891877 7830188032 30468 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17104] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17104/stat : 17104 (java) S 17089 17091 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 461891878 7830188032 30468 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17105] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17105/stat : 17105 (java) S 17089 17091 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 461891883 7830188032 30468 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512515505 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17106] ppid=17089 vsize=7646668 CPUtime=0.48 cores=0,2
/proc/17091/task/17106/stat : 17106 (java) S 17089 17091 16977 0 -1 4202560 9536 0 0 0 47 1 0 0 17 0 19 0 461891883 7830188032 30468 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17107] ppid=17089 vsize=7646668 CPUtime=0.2 cores=0,2
/proc/17091/task/17107/stat : 17107 (java) S 17089 17091 16977 0 -1 4202560 1052 0 0 0 20 0 0 0 17 0 19 0 461891883 7830188032 30468 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17108] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17108/stat : 17108 (java) S 17089 17091 16977 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 461891883 7830188032 30468 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17109] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17109/stat : 17109 (java) S 17089 17091 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891883 7830188032 30468 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512508416 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17110] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17110/stat : 17110 (java) S 17089 17091 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 461891911 7830188032 30468 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512508416 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 7646668

[startup+6.30088 s]
/proc/loadavg: 0.32 0.09 0.27 5/262 17111
/proc/meminfo: memFree=12520380/32950928 swapFree=67111528/67111528
[pid=17091] ppid=17089 vsize=7646668 CPUtime=6.95 cores=0,2
/proc/17091/stat : 17091 (java) S 17089 17091 16977 0 -1 4202496 36246 0 1 0 691 4 0 0 18 0 19 0 461891872 7830188032 32354 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17091/statm: 1911667 32354 2253 9 0 1902405 0
[pid=17091/tid=17092] ppid=17089 vsize=7646668 CPUtime=5.97 cores=0,2
/proc/17091/task/17092/stat : 17092 (java) R 17089 17091 16977 0 -1 4202560 14582 0 1 0 595 2 0 0 25 0 19 0 461891873 7830188032 32354 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 46912505707407 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17091/tid=17094] ppid=17089 vsize=7646668 CPUtime=0.01 cores=0,2
/proc/17091/task/17094/stat : 17094 (java) S 17089 17091 16977 0 -1 4202560 2483 0 0 0 1 0 0 0 15 0 19 0 461891876 7830188032 32354 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17095] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17095/stat : 17095 (java) S 17089 17091 16977 0 -1 4202560 523 0 0 0 0 0 0 0 15 0 19 0 461891876 7830188032 32354 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17096] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17096/stat : 17096 (java) S 17089 17091 16977 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 461891876 7830188032 32354 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17097] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17097/stat : 17097 (java) S 17089 17091 16977 0 -1 4202560 202 0 0 0 0 0 0 0 16 0 19 0 461891876 7830188032 32354 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17098] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17098/stat : 17098 (java) S 17089 17091 16977 0 -1 4202560 19 0 0 0 0 0 0 0 16 0 19 0 461891876 7830188032 32354 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17099] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17099/stat : 17099 (java) S 17089 17091 16977 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 461891876 7830188032 32354 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17100] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17100/stat : 17100 (java) S 17089 17091 16977 0 -1 4202560 314 0 0 0 0 0 0 0 15 0 19 0 461891876 7830188032 32354 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17101] ppid=17089 vsize=7646668 CPUtime=0.02 cores=0,2
/proc/17091/task/17101/stat : 17101 (java) S 17089 17091 16977 0 -1 4202560 1733 0 0 0 2 0 0 0 15 0 19 0 461891876 7830188032 32354 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17102] ppid=17089 vsize=7646668 CPUtime=0.17 cores=0,2
/proc/17091/task/17102/stat : 17102 (java) S 17089 17091 16977 0 -1 4202560 4627 0 0 0 17 0 0 0 16 0 19 0 461891877 7830188032 32354 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512508416 0 0 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17103/stat : 17103 (java) S 17089 17091 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 461891877 7830188032 32354 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17104] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17104/stat : 17104 (java) S 17089 17091 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 461891878 7830188032 32354 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17105] ppid=17089 vsize=7646668 CPUtime=0 cores=0,2
/proc/17091/task/17105/stat : 17105 (java) S 17089 17091 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 461891883 7830188032 32354 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512515505 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17106] ppid=17089 vsize=7646668 CPUtime=0.49 cores=0,2
/proc/17091/task/17106/stat : 17106 (java) S 17089 17091 16977 0 -1 4202560 9536 0 0 0 48 1 0 0 16 0 19 0 461891883 7830188032 32354 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17107] ppid=17089 vsize=7646668 CPUtime=0.23 cores=0,2
/proc/17091/task/17107/stat : 17107 (java) S 17089 17091 16977 0 -1 4202560 1067 0 0 0 23 0 0 0 15 0 19 0 461891883 7830188032 32354 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0

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

[pid=17091/tid=17099] ppid=17089 vsize=7641340 CPUtime=0.08 cores=0,2
/proc/17091/task/17099/stat : 17099 (java) S 17089 17091 16977 0 -1 4202560 2924 0 0 0 8 0 0 0 15 0 19 0 461891876 7824732160 58356 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17100] ppid=17089 vsize=7641340 CPUtime=0.14 cores=0,2
/proc/17091/task/17100/stat : 17100 (java) S 17089 17091 16977 0 -1 4202560 2148 0 0 0 14 0 0 0 16 0 19 0 461891876 7824732160 58356 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17101] ppid=17089 vsize=7641340 CPUtime=0.14 cores=0,2
/proc/17091/task/17101/stat : 17101 (java) S 17089 17091 16977 0 -1 4202560 3748 0 0 0 14 0 0 0 15 0 19 0 461891876 7824732160 58356 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17102] ppid=17089 vsize=7641340 CPUtime=3.79 cores=0,2
/proc/17091/task/17102/stat : 17102 (java) S 17089 17091 16977 0 -1 4202560 9612 0 0 0 378 1 0 0 15 0 19 0 461891877 7824732160 58356 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512508416 0 0 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17103/stat : 17103 (java) S 17089 17091 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 461891877 7824732160 58356 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17104] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17104/stat : 17104 (java) S 17089 17091 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 461891878 7824732160 58356 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17105] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17105/stat : 17105 (java) S 17089 17091 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 461891883 7824732160 58356 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512515505 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17106] ppid=17089 vsize=7641340 CPUtime=0.49 cores=0,2
/proc/17091/task/17106/stat : 17106 (java) S 17089 17091 16977 0 -1 4202560 9536 0 0 0 48 1 0 0 16 0 19 0 461891883 7824732160 58356 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17107] ppid=17089 vsize=7641340 CPUtime=0.26 cores=0,2
/proc/17091/task/17107/stat : 17107 (java) S 17089 17091 16977 0 -1 4202560 1076 0 0 0 26 0 0 0 15 0 19 0 461891883 7824732160 58356 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17108] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17108/stat : 17108 (java) S 17089 17091 16977 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 461891883 7824732160 58356 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17109] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17109/stat : 17109 (java) S 17089 17091 16977 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 461891883 7824732160 58356 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512508416 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17110] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17110/stat : 17110 (java) S 17089 17091 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 461891911 7824732160 58356 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512508416 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.43
Current children cumulated vsize (KiB) 7641340

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.01 5/262 17144
/proc/meminfo: memFree=12109808/32950928 swapFree=67111528/67111528
[pid=17091] ppid=17089 vsize=7641340 CPUtime=1243.44 cores=0,2
/proc/17091/stat : 17091 (java) S 17089 17091 16977 0 -1 4202496 64041 0 1 0 124333 11 0 0 18 0 19 0 461891872 7824732160 58716 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17091/statm: 1910335 58716 2253 9 0 1901073 0
[pid=17091/tid=17092] ppid=17089 vsize=7641340 CPUtime=1237.81 cores=0,2
/proc/17091/task/17092/stat : 17092 (java) R 17089 17091 16977 0 -1 4202560 21634 0 1 0 123775 6 0 0 25 0 19 0 461891873 7824732160 58716 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 46912505644379 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17091/tid=17094] ppid=17089 vsize=7641340 CPUtime=0.16 cores=0,2
/proc/17091/task/17094/stat : 17094 (java) S 17089 17091 16977 0 -1 4202560 4477 0 0 0 16 0 0 0 15 0 19 0 461891876 7824732160 58716 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17095] ppid=17089 vsize=7641340 CPUtime=0.08 cores=0,2
/proc/17091/task/17095/stat : 17095 (java) S 17089 17091 16977 0 -1 4202560 1547 0 0 0 8 0 0 0 15 0 19 0 461891876 7824732160 58716 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17096] ppid=17089 vsize=7641340 CPUtime=0.07 cores=0,2
/proc/17091/task/17096/stat : 17096 (java) S 17089 17091 16977 0 -1 4202560 643 0 0 0 7 0 0 0 15 0 19 0 461891876 7824732160 58716 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17097] ppid=17089 vsize=7641340 CPUtime=0.15 cores=0,2
/proc/17091/task/17097/stat : 17097 (java) S 17089 17091 16977 0 -1 4202560 5391 0 0 0 15 0 0 0 15 0 19 0 461891876 7824732160 58716 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17098] ppid=17089 vsize=7641340 CPUtime=0.08 cores=0,2
/proc/17091/task/17098/stat : 17098 (java) S 17089 17091 16977 0 -1 4202560 23 0 0 0 8 0 0 0 15 0 19 0 461891876 7824732160 58716 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17099] ppid=17089 vsize=7641340 CPUtime=0.08 cores=0,2
/proc/17091/task/17099/stat : 17099 (java) S 17089 17091 16977 0 -1 4202560 2924 0 0 0 8 0 0 0 15 0 19 0 461891876 7824732160 58716 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17100] ppid=17089 vsize=7641340 CPUtime=0.16 cores=0,2
/proc/17091/task/17100/stat : 17100 (java) S 17089 17091 16977 0 -1 4202560 2149 0 0 0 16 0 0 0 15 0 19 0 461891876 7824732160 58716 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17101] ppid=17089 vsize=7641340 CPUtime=0.14 cores=0,2
/proc/17091/task/17101/stat : 17101 (java) S 17089 17091 16977 0 -1 4202560 3748 0 0 0 14 0 0 0 16 0 19 0 461891876 7824732160 58716 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17102] ppid=17089 vsize=7641340 CPUtime=3.87 cores=0,2
/proc/17091/task/17102/stat : 17102 (java) S 17089 17091 16977 0 -1 4202560 9673 0 0 0 386 1 0 0 15 0 19 0 461891877 7824732160 58716 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512508416 0 0 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17103/stat : 17103 (java) S 17089 17091 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 461891877 7824732160 58716 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17104] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17104/stat : 17104 (java) S 17089 17091 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 461891878 7824732160 58716 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17105] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17105/stat : 17105 (java) S 17089 17091 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 461891883 7824732160 58716 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512515505 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17106] ppid=17089 vsize=7641340 CPUtime=0.49 cores=0,2
/proc/17091/task/17106/stat : 17106 (java) S 17089 17091 16977 0 -1 4202560 9536 0 0 0 48 1 0 0 16 0 19 0 461891883 7824732160 58716 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17107] ppid=17089 vsize=7641340 CPUtime=0.26 cores=0,2
/proc/17091/task/17107/stat : 17107 (java) S 17089 17091 16977 0 -1 4202560 1076 0 0 0 26 0 0 0 15 0 19 0 461891883 7824732160 58716 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17108] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17108/stat : 17108 (java) S 17089 17091 16977 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 461891883 7824732160 58716 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17109] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17109/stat : 17109 (java) S 17089 17091 16977 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 461891883 7824732160 58716 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512508416 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17110] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17110/stat : 17110 (java) S 17089 17091 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 461891911 7824732160 58716 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512508416 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.44
Current children cumulated vsize (KiB) 7641340



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.06 2/202 17154
/proc/meminfo: memFree=12717968/32950928 swapFree=67111528/67111528
[pid=17091] ppid=17089 vsize=7641340 CPUtime=1301.17 cores=0,2
/proc/17091/stat : 17091 (java) S 17089 17091 16977 0 -1 4202496 64602 0 1 0 130105 12 0 0 18 0 19 0 461891872 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17091/statm: 1910335 59270 2253 9 0 1901073 0
[pid=17091/tid=17092] ppid=17089 vsize=7641340 CPUtime=1295.41 cores=0,2
/proc/17091/task/17092/stat : 17092 (java) R 17089 17091 16977 0 -1 4202560 22000 0 1 0 129535 6 0 0 25 0 19 0 461891873 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 46912505644379 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17091/tid=17094] ppid=17089 vsize=7641340 CPUtime=0.16 cores=0,2
/proc/17091/task/17094/stat : 17094 (java) S 17089 17091 16977 0 -1 4202560 4477 0 0 0 16 0 0 0 15 0 19 0 461891876 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17095] ppid=17089 vsize=7641340 CPUtime=0.1 cores=0,2
/proc/17091/task/17095/stat : 17095 (java) S 17089 17091 16977 0 -1 4202560 1547 0 0 0 10 0 0 0 15 0 19 0 461891876 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17096] ppid=17089 vsize=7641340 CPUtime=0.07 cores=0,2
/proc/17091/task/17096/stat : 17096 (java) S 17089 17091 16977 0 -1 4202560 643 0 0 0 7 0 0 0 15 0 19 0 461891876 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17097] ppid=17089 vsize=7641340 CPUtime=0.15 cores=0,2
/proc/17091/task/17097/stat : 17097 (java) S 17089 17091 16977 0 -1 4202560 5391 0 0 0 15 0 0 0 15 0 19 0 461891876 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17098] ppid=17089 vsize=7641340 CPUtime=0.08 cores=0,2
/proc/17091/task/17098/stat : 17098 (java) S 17089 17091 16977 0 -1 4202560 23 0 0 0 8 0 0 0 15 0 19 0 461891876 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17099] ppid=17089 vsize=7641340 CPUtime=0.08 cores=0,2
/proc/17091/task/17099/stat : 17099 (java) S 17089 17091 16977 0 -1 4202560 2924 0 0 0 8 0 0 0 15 0 19 0 461891876 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17100] ppid=17089 vsize=7641340 CPUtime=0.16 cores=0,2
/proc/17091/task/17100/stat : 17100 (java) S 17089 17091 16977 0 -1 4202560 2149 0 0 0 16 0 0 0 15 0 19 0 461891876 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17101] ppid=17089 vsize=7641340 CPUtime=0.15 cores=0,2
/proc/17091/task/17101/stat : 17101 (java) S 17089 17091 16977 0 -1 4202560 3749 0 0 0 15 0 0 0 16 0 19 0 461891876 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17102] ppid=17089 vsize=7641340 CPUtime=3.96 cores=0,2
/proc/17091/task/17102/stat : 17102 (java) S 17089 17091 16977 0 -1 4202560 9863 0 0 0 395 1 0 0 15 0 19 0 461891877 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512508416 0 0 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17103/stat : 17103 (java) S 17089 17091 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 461891877 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17104] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17104/stat : 17104 (java) S 17089 17091 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 461891878 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17105] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17105/stat : 17105 (java) S 17089 17091 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 461891883 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512515505 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17106] ppid=17089 vsize=7641340 CPUtime=0.49 cores=0,2
/proc/17091/task/17106/stat : 17106 (java) S 17089 17091 16977 0 -1 4202560 9536 0 0 0 48 1 0 0 16 0 19 0 461891883 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17107] ppid=17089 vsize=7641340 CPUtime=0.26 cores=0,2
/proc/17091/task/17107/stat : 17107 (java) S 17089 17091 16977 0 -1 4202560 1076 0 0 0 26 0 0 0 15 0 19 0 461891883 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17108] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17108/stat : 17108 (java) S 17089 17091 16977 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 461891883 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17109] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17109/stat : 17109 (java) S 17089 17091 16977 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 461891883 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512508416 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17110] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17110/stat : 17110 (java) S 17089 17091 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 461891911 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512508416 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.17
Current children cumulated vsize (KiB) 7641340

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.00 3.96 3.06 2/202 17154
/proc/meminfo: memFree=12717968/32950928 swapFree=67111528/67111528
[pid=17091] ppid=17089 vsize=7641340 CPUtime=1301.17 cores=0,2
/proc/17091/stat : 17091 (java) S 17089 17091 16977 0 -1 4202496 64602 0 1 0 130105 12 0 0 18 0 19 0 461891872 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17091/statm: 1910335 59270 2253 9 0 1901073 0
[pid=17091/tid=17092] ppid=17089 vsize=7641340 CPUtime=1295.41 cores=0,2
/proc/17091/task/17092/stat : 17092 (java) R 17089 17091 16977 0 -1 4202560 22000 0 1 0 129535 6 0 0 25 0 19 0 461891873 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 46912505644379 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17091/tid=17094] ppid=17089 vsize=7641340 CPUtime=0.16 cores=0,2
/proc/17091/task/17094/stat : 17094 (java) S 17089 17091 16977 0 -1 4202560 4477 0 0 0 16 0 0 0 15 0 19 0 461891876 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17095] ppid=17089 vsize=7641340 CPUtime=0.1 cores=0,2
/proc/17091/task/17095/stat : 17095 (java) S 17089 17091 16977 0 -1 4202560 1547 0 0 0 10 0 0 0 15 0 19 0 461891876 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17096] ppid=17089 vsize=7641340 CPUtime=0.07 cores=0,2
/proc/17091/task/17096/stat : 17096 (java) S 17089 17091 16977 0 -1 4202560 643 0 0 0 7 0 0 0 15 0 19 0 461891876 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17097] ppid=17089 vsize=7641340 CPUtime=0.15 cores=0,2
/proc/17091/task/17097/stat : 17097 (java) S 17089 17091 16977 0 -1 4202560 5391 0 0 0 15 0 0 0 15 0 19 0 461891876 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17098] ppid=17089 vsize=7641340 CPUtime=0.08 cores=0,2
/proc/17091/task/17098/stat : 17098 (java) S 17089 17091 16977 0 -1 4202560 23 0 0 0 8 0 0 0 15 0 19 0 461891876 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17099] ppid=17089 vsize=7641340 CPUtime=0.08 cores=0,2
/proc/17091/task/17099/stat : 17099 (java) S 17089 17091 16977 0 -1 4202560 2924 0 0 0 8 0 0 0 15 0 19 0 461891876 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17100] ppid=17089 vsize=7641340 CPUtime=0.16 cores=0,2
/proc/17091/task/17100/stat : 17100 (java) S 17089 17091 16977 0 -1 4202560 2149 0 0 0 16 0 0 0 15 0 19 0 461891876 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17101] ppid=17089 vsize=7641340 CPUtime=0.15 cores=0,2
/proc/17091/task/17101/stat : 17101 (java) S 17089 17091 16977 0 -1 4202560 3749 0 0 0 15 0 0 0 16 0 19 0 461891876 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17102] ppid=17089 vsize=7641340 CPUtime=3.96 cores=0,2
/proc/17091/task/17102/stat : 17102 (java) S 17089 17091 16977 0 -1 4202560 9863 0 0 0 395 1 0 0 15 0 19 0 461891877 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512508416 0 0 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17103] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17103/stat : 17103 (java) S 17089 17091 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 461891877 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17104] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17104/stat : 17104 (java) S 17089 17091 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 461891878 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17105] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17105/stat : 17105 (java) S 17089 17091 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 461891883 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512515505 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17106] ppid=17089 vsize=7641340 CPUtime=0.49 cores=0,2
/proc/17091/task/17106/stat : 17106 (java) S 17089 17091 16977 0 -1 4202560 9536 0 0 0 48 1 0 0 16 0 19 0 461891883 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17107] ppid=17089 vsize=7641340 CPUtime=0.26 cores=0,2
/proc/17091/task/17107/stat : 17107 (java) S 17089 17091 16977 0 -1 4202560 1076 0 0 0 26 0 0 0 15 0 19 0 461891883 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17108] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17108/stat : 17108 (java) S 17089 17091 16977 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 461891883 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512507801 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
[pid=17091/tid=17109] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17109/stat : 17109 (java) S 17089 17091 16977 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 461891883 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512508416 0 4 0 16800975 18446604453674514560 0 0 -1 2 0 0 0
[pid=17091/tid=17110] ppid=17089 vsize=7641340 CPUtime=0 cores=0,2
/proc/17091/task/17110/stat : 17110 (java) S 17089 17091 16977 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 461891911 7824732160 59270 33554432000 1073741824 1073778376 140734349098896 18446744073709551615 254512508416 0 4 0 16800975 18446604453674514560 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.17
Current children cumulated vsize (KiB) 7641340

Child status: 143
Real time (s): 1300.06
CPU time (s): 1301.27
CPU user time (s): 1301.14
CPU system time (s): 0.132979
CPU usage (%): 100.093
Max. virtual memory (cumulated for all children) (KiB): 7646668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.14
system time used= 0.132979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64641
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= 28010
involuntary context switches= 4896

runsolver used 2.20066 second user time and 4.89926 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-22 22:09:12
IDJOB=3258476
IDBENCH=71366
IDSOLVER=1611
FILE ID=node149/3258476-1303502952
RUNJOBID= node149-1303502950-16995
PBS_JOBID= 13134233
Free space on /tmp= 72132 MiB

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

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

MD5SUM BENCH= e23fefb786281285c1d045e8bc698d74
RANDOM SEED=177880063

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.806
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:     32950928 kB
MemFree:      12786092 kB
Buffers:       1795240 kB
Cached:       17598440 kB
SwapCached:          0 kB
Active:        9468460 kB
Inactive:     10157892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12786092 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12344 kB
Writeback:           0 kB
AnonPages:      231660 kB
Mapped:          23204 kB
Slab:           473600 kB
PageTables:       6332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 22012880 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= 72136 MiB
End job on node149 at 2011-04-22 22:30:54