Trace number 3285395

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) 1302.18 1300.09

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables95456
Number of clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c no version file found!!!
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		6997539544
0.00/0.09	c Max memory 		7034241024
0.00/0.09	c Total memory 		7034241024
0.00/0.09	c Number of processors 	8
0.07/0.11	c --- Begin Solver configuration ---
0.07/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.07/0.11	c Learn all clauses as in MiniSAT
0.07/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.07/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.07/0.11	c Expensive reason simplification
0.07/0.11	c Armin Biere (Picosat) restarts strategy
0.07/0.11	c Glucose learned constraints deletion strategy
0.07/0.11	c timeout=2147483647s
0.07/0.11	c DB Simplification allowed=true
0.07/0.11	c --- End Solver configuration ---
0.07/0.11	c solving HOME/instance-3285395-1303767096.cnf
0.07/0.11	c reading problem ... 
0.56/0.50	c ... done. Wall clock time 0.391s.
0.56/0.50	c #vars     95456
0.56/0.50	c #constraints  304348
0.56/0.50	c constraints type 
0.56/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4690
0.56/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 271717
12.67/11.99	c cleaning 2496 clauses out of 4999 with flag 5001/5001
28.16/27.35	c cleaning 4222 clauses out of 8480 with flag 11000/11000
48.78/47.59	c cleaning 5598 clauses out of 11249 with flag 18000/18000
73.64/71.97	c cleaning 6816 clauses out of 13641 with flag 26000/26000
99.35/97.66	c cleaning 7859 clauses out of 15809 with flag 35000/35000
132.05/130.37	c cleaning 8951 clauses out of 17950 with flag 45001/45001
174.16/172.44	c cleaning 9981 clauses out of 19999 with flag 56003/56003
216.87/215.15	c cleaning 11002 clauses out of 22013 with flag 68000/68000
263.08/261.30	c cleaning 11947 clauses out of 23946 with flag 81001/81001
322.60/320.88	c cleaning 12974 clauses out of 25978 with flag 95000/95000
380.12/378.38	c cleaning 13962 clauses out of 28004 with flag 110002/110002
434.84/433.07	c cleaning 14999 clauses out of 30028 with flag 126003/126003
499.45/497.65	c cleaning 15980 clauses out of 32021 with flag 143002/143002
572.37/570.50	c cleaning 17004 clauses out of 34035 with flag 161000/161000
668.78/666.94	c cleaning 17989 clauses out of 36030 with flag 180001/180001
735.61/733.78	c cleaning 18989 clauses out of 38021 with flag 200001/200001
800.92/799.08	c cleaning 19982 clauses out of 40028 with flag 221001/221001
898.95/897.00	c cleaning 20981 clauses out of 42034 with flag 243000/243000
996.57/994.64	c cleaning 22003 clauses out of 44048 with flag 266000/266000
1120.49/1118.51	c cleaning 23006 clauses out of 46030 with flag 290001/290001
1241.51/1239.50	c cleaning 23994 clauses out of 48005 with flag 315001/315001
1302.04/1300.01	c starts		: 702
1302.04/1300.01	c conflicts		: 331959
1302.04/1300.01	c decisions		: 1320188
1302.04/1300.01	c propagations		: 225644352
1302.04/1300.01	c inspects		: 1682352115
1302.04/1300.01	c shortcuts		: 0
1302.04/1300.01	c learnt literals	: 66
1302.04/1300.01	c learnt binary clauses	: 482
1302.04/1300.01	c learnt ternary clauses	: 288
1302.04/1300.01	c learnt constraints	: 331892
1302.04/1300.01	c ignored constraints	: 0
1302.04/1300.01	c root simplifications	: 768
1302.04/1300.01	c removed literals (reason simplification)	: 51552066
1302.04/1300.01	c reason swapping (by a shorter reason)	: 0
1302.04/1300.01	c Calls to reduceDB	: 21
1302.04/1300.01	c speed (assignments/second)	: 173638.02664081077
1302.04/1300.01	c non guided choices	2642
1302.04/1300.06	c learnt constraints type 
1302.04/1300.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 457
1302.04/1300.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40519
1302.04/1300.06	c constraints type 
1302.04/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4690
1302.04/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 271717
1302.04/1300.06	s UNKNOWN
1302.04/1300.06	c Total wall clock time (in seconds) : 1299.903

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-3285395-1303767096/watcher-3285395-1303767096 -o /tmp/evaluation-result-3285395-1303767096/solver-3285395-1303767096 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3285395-1303767096.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: 3.99 3.97 3.60 6/243 5814
/proc/meminfo: memFree=20195832/32951124 swapFree=67111412/67111528
[pid=5814] ppid=5812 vsize=2464 CPUtime=0 cores=0,2
/proc/5814/stat : 5814 (java) S 5812 5814 5523 0 -1 4194304 283 0 0 0 0 0 0 0 22 0 1 0 488307372 2523136 45 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218900807303 0 2147483391 4096 0 18446744071699207358 0 0 17 0 0 0 0
/proc/5814/statm: 616 45 35 9 0 27 0

[startup+0.0194509 s]
/proc/loadavg: 3.99 3.97 3.60 6/243 5814
/proc/meminfo: memFree=20195832/32951124 swapFree=67111412/67111528
[pid=5814] ppid=5812 vsize=35788 CPUtime=0 cores=0,2
/proc/5814/stat : 5814 (java) S 5812 5814 5523 0 -1 4202496 1326 0 0 0 0 0 0 0 22 0 2 0 488307372 36646912 1026 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/5814/statm: 8947 1026 790 9 0 386 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 35788

[startup+0.100382 s]
/proc/loadavg: 3.99 3.97 3.60 6/243 5814
/proc/meminfo: memFree=20195832/32951124 swapFree=67111412/67111528
[pid=5814] ppid=5812 vsize=7569880 CPUtime=0.07 cores=0,2
/proc/5814/stat : 5814 (java) S 5812 5814 5523 0 -1 4202496 9556 0 1 0 6 1 0 0 22 0 18 0 488307372 7751557120 9251 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5814/statm: 1892726 9252 1754 9 0 1883464 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7569880

[startup+0.300412 s]
/proc/loadavg: 3.99 3.97 3.60 6/243 5814
/proc/meminfo: memFree=20195832/32951124 swapFree=67111412/67111528
[pid=5814] ppid=5812 vsize=7638488 CPUtime=0.36 cores=0,2
/proc/5814/stat : 5814 (java) S 5812 5814 5523 0 -1 4202496 14628 0 1 0 35 1 0 0 22 0 18 0 488307372 7821811712 14323 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5814/statm: 1909622 14324 2196 9 0 1900360 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 7638488

[startup+0.788648 s]
/proc/loadavg: 3.99 3.97 3.60 6/243 5814
/proc/meminfo: memFree=20195832/32951124 swapFree=67111412/67111528
[pid=5814] ppid=5812 vsize=7647708 CPUtime=1.14 cores=0,2
/proc/5814/stat : 5814 (java) S 5812 5814 5523 0 -1 4202496 23682 0 1 0 111 3 0 0 22 0 19 0 488307372 7831252992 23039 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5814/statm: 1911927 23039 2212 9 0 1902665 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 7647708

[startup+1.50113 s]
/proc/loadavg: 3.99 3.97 3.60 6/262 5833
/proc/meminfo: memFree=20104364/32951124 swapFree=67111412/67111528
[pid=5814] ppid=5812 vsize=7648732 CPUtime=2.2 cores=0,2
/proc/5814/stat : 5814 (java) S 5812 5814 5523 0 -1 4202496 25825 0 1 0 217 3 0 0 22 0 19 0 488307372 7832301568 23899 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5814/statm: 1912183 23899 2220 9 0 1902921 0
[pid=5814/tid=5816] ppid=5812 vsize=7648732 CPUtime=1.29 cores=0,2
/proc/5814/task/5816/stat : 5816 (java) R 5812 5814 5523 0 -1 4202560 19256 0 1 0 127 2 0 0 25 0 19 0 488307373 7832301568 23899 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 46912505694776 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5814/tid=5817] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5817/stat : 5817 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 488307375 7832301568 23899 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5818] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5818/stat : 5818 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 23899 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5819] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5819/stat : 5819 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 23899 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5820] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5820/stat : 5820 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 23899 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5821] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5821/stat : 5821 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 23899 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5822] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5822/stat : 5822 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 23899 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5823] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5823/stat : 5823 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 23899 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5824] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5824/stat : 5824 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 23899 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5825] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5825/stat : 5825 (java) S 5812 5814 5523 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 488307376 7832301568 23899 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 0 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5826] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5826/stat : 5826 (java) S 5812 5814 5523 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 488307377 7832301568 23899 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5827] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5827/stat : 5827 (java) S 5812 5814 5523 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488307377 7832301568 23899 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5828] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5828/stat : 5828 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307379 7832301568 23899 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917554609 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5829] ppid=5812 vsize=7648732 CPUtime=0.28 cores=0,2
/proc/5814/task/5829/stat : 5829 (java) S 5812 5814 5523 0 -1 4202560 299 0 0 0 28 0 0 0 16 0 19 0 488307379 7832301568 23899 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5830] ppid=5812 vsize=7648732 CPUtime=0.6 cores=0,2
/proc/5814/task/5830/stat : 5830 (java) S 5812 5814 5523 0 -1 4202560 5107 0 0 0 60 0 0 0 15 0 19 0 488307379 7832301568 23899 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5831] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5831/stat : 5831 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307379 7832301568 23899 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5832] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5832/stat : 5832 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488307379 7832301568 23899 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5833] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5833/stat : 5833 (java) S 5812 5814 5523 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488307428 7832301568 23899 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 7648732

[startup+3.10084 s]
/proc/loadavg: 3.99 3.97 3.60 4/242 5836
/proc/meminfo: memFree=22103268/32951124 swapFree=67111412/67111528
[pid=5814] ppid=5812 vsize=7648732 CPUtime=3.88 cores=0,2
/proc/5814/stat : 5814 (java) S 5812 5814 5523 0 -1 4202496 26281 0 1 0 384 4 0 0 22 0 19 0 488307372 7832301568 24353 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5814/statm: 1912183 24353 2223 9 0 1902921 0
[pid=5814/tid=5816] ppid=5812 vsize=7648732 CPUtime=2.89 cores=0,2
/proc/5814/task/5816/stat : 5816 (java) R 5812 5814 5523 0 -1 4202560 19699 0 1 0 286 3 0 0 19 0 19 0 488307373 7832301568 24353 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 46912505657787 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5814/tid=5817] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5817/stat : 5817 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 488307375 7832301568 24353 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5818] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5818/stat : 5818 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 24353 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5819] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5819/stat : 5819 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 24353 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5820] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5820/stat : 5820 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 24353 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5821] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5821/stat : 5821 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 24353 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5822] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5822/stat : 5822 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 24353 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5823] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5823/stat : 5823 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 24353 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5824] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5824/stat : 5824 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 24353 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5825] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5825/stat : 5825 (java) S 5812 5814 5523 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 488307376 7832301568 24353 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 0 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5826] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5826/stat : 5826 (java) S 5812 5814 5523 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 488307377 7832301568 24353 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5827] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5827/stat : 5827 (java) S 5812 5814 5523 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488307377 7832301568 24353 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5828] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5828/stat : 5828 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307379 7832301568 24353 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917554609 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5829] ppid=5812 vsize=7648732 CPUtime=0.36 cores=0,2
/proc/5814/task/5829/stat : 5829 (java) S 5812 5814 5523 0 -1 4202560 312 0 0 0 36 0 0 0 15 0 19 0 488307379 7832301568 24353 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5830] ppid=5812 vsize=7648732 CPUtime=0.6 cores=0,2
/proc/5814/task/5830/stat : 5830 (java) S 5812 5814 5523 0 -1 4202560 5107 0 0 0 60 0 0 0 15 0 19 0 488307379 7832301568 24353 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5831] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5831/stat : 5831 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307379 7832301568 24353 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5832] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5832/stat : 5832 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488307379 7832301568 24353 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5833] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5833/stat : 5833 (java) S 5812 5814 5523 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488307428 7832301568 24353 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 7648732

[startup+6.30133 s]
/proc/loadavg: 3.99 3.97 3.60 5/241 5857
/proc/meminfo: memFree=22309804/32951124 swapFree=67111412/67111528
[pid=5814] ppid=5812 vsize=7648732 CPUtime=7.07 cores=0,2
/proc/5814/stat : 5814 (java) S 5812 5814 5523 0 -1 4202496 27596 0 1 0 703 4 0 0 22 0 19 0 488307372 7832301568 25667 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5814/statm: 1912183 25667 2223 9 0 1902921 0
[pid=5814/tid=5816] ppid=5812 vsize=7648732 CPUtime=6.09 cores=0,2
/proc/5814/task/5816/stat : 5816 (java) R 5812 5814 5523 0 -1 4202560 21014 0 1 0 606 3 0 0 25 0 19 0 488307373 7832301568 25667 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 46912505790422 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5814/tid=5817] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5817/stat : 5817 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 488307375 7832301568 25667 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5818] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5818/stat : 5818 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 25667 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5819] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5819/stat : 5819 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 25667 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5820] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5820/stat : 5820 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 25667 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5821] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5821/stat : 5821 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 25667 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5822] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5822/stat : 5822 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 25667 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5823] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5823/stat : 5823 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 25667 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5824] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5824/stat : 5824 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307375 7832301568 25667 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5825] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5825/stat : 5825 (java) S 5812 5814 5523 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 488307376 7832301568 25667 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 0 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5826] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5826/stat : 5826 (java) S 5812 5814 5523 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 488307377 7832301568 25667 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5827] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5827/stat : 5827 (java) S 5812 5814 5523 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488307377 7832301568 25667 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5828] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5828/stat : 5828 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307379 7832301568 25667 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917554609 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5829] ppid=5812 vsize=7648732 CPUtime=0.36 cores=0,2
/proc/5814/task/5829/stat : 5829 (java) S 5812 5814 5523 0 -1 4202560 312 0 0 0 36 0 0 0 15 0 19 0 488307379 7832301568 25667 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5830] ppid=5812 vsize=7648732 CPUtime=0.6 cores=0,2
/proc/5814/task/5830/stat : 5830 (java) S 5812 5814 5523 0 -1 4202560 5107 0 0 0 60 0 0 0 15 0 19 0 488307379 7832301568 25667 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5831] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5831/stat : 5831 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307379 7832301568 25667 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5832] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5832/stat : 5832 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488307379 7832301568 25667 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5833] ppid=5812 vsize=7648732 CPUtime=0 cores=0,2
/proc/5814/task/5833/stat : 5833 (java) S 5812 5814 5523 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488307428 7832301568 25667 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 7648732

[startup+12.7012 s]

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

[pid=5814/tid=5822] ppid=5812 vsize=7669344 CPUtime=0.06 cores=0,2
/proc/5814/task/5822/stat : 5822 (java) S 5812 5814 5523 0 -1 4202560 2742 0 0 0 6 0 0 0 15 0 19 0 488307375 7853408256 85549 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5823] ppid=5812 vsize=7669344 CPUtime=0.06 cores=0,2
/proc/5814/task/5823/stat : 5823 (java) S 5812 5814 5523 0 -1 4202560 3165 0 0 0 6 0 0 0 15 0 19 0 488307375 7853408256 85549 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5824] ppid=5812 vsize=7669344 CPUtime=0.02 cores=0,2
/proc/5814/task/5824/stat : 5824 (java) S 5812 5814 5523 0 -1 4202560 998 0 0 0 2 0 0 0 15 0 19 0 488307375 7853408256 85549 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5825] ppid=5812 vsize=7669344 CPUtime=2.25 cores=0,2
/proc/5814/task/5825/stat : 5825 (java) S 5812 5814 5523 0 -1 4202560 15738 0 0 0 224 1 0 0 15 0 19 0 488307376 7853408256 85549 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 0 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5826] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5826/stat : 5826 (java) S 5812 5814 5523 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488307377 7853408256 85549 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5827] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5827/stat : 5827 (java) S 5812 5814 5523 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488307377 7853408256 85549 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5828] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5828/stat : 5828 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307379 7853408256 85549 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917554609 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5829] ppid=5812 vsize=7669344 CPUtime=1.32 cores=0,2
/proc/5814/task/5829/stat : 5829 (java) S 5812 5814 5523 0 -1 4202560 7360 0 0 0 131 1 0 0 15 0 19 0 488307379 7853408256 85549 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5830] ppid=5812 vsize=7669344 CPUtime=0.66 cores=0,2
/proc/5814/task/5830/stat : 5830 (java) S 5812 5814 5523 0 -1 4202560 5350 0 0 0 66 0 0 0 16 0 19 0 488307379 7853408256 85549 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5831] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5831/stat : 5831 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307379 7853408256 85549 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5832] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5832/stat : 5832 (java) S 5812 5814 5523 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 488307379 7853408256 85549 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5833] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5833/stat : 5833 (java) S 5812 5814 5523 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488307428 7853408256 85549 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1184.31
Current children cumulated vsize (KiB) 7669344

[startup+1242.3 s]
/proc/loadavg: 3.00 3.07 3.29 4/238 5934
/proc/meminfo: memFree=22112408/32951124 swapFree=67111412/67111528
[pid=5814] ppid=5812 vsize=7669344 CPUtime=1244.34 cores=0,2
/proc/5814/stat : 5814 (java) S 5812 5814 5523 0 -1 4202496 101956 0 1 0 124418 16 0 0 22 0 19 0 488307372 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5814/statm: 1917336 97859 2251 9 0 1908074 0
[pid=5814/tid=5816] ppid=5812 vsize=7669344 CPUtime=1239.23 cores=0,2
/proc/5814/task/5816/stat : 5816 (java) R 5812 5814 5523 0 -1 4202560 36263 0 1 0 123916 7 0 0 25 0 19 0 488307373 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 46912505694818 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5814/tid=5817] ppid=5812 vsize=7669344 CPUtime=0.07 cores=0,2
/proc/5814/task/5817/stat : 5817 (java) S 5812 5814 5523 0 -1 4202560 4172 0 0 0 7 0 0 0 15 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5818] ppid=5812 vsize=7669344 CPUtime=0.16 cores=0,2
/proc/5814/task/5818/stat : 5818 (java) S 5812 5814 5523 0 -1 4202560 8678 0 0 0 15 1 0 0 15 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5819] ppid=5812 vsize=7669344 CPUtime=0.08 cores=0,2
/proc/5814/task/5819/stat : 5819 (java) S 5812 5814 5523 0 -1 4202560 3272 0 0 0 8 0 0 0 15 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5820] ppid=5812 vsize=7669344 CPUtime=0.1 cores=0,2
/proc/5814/task/5820/stat : 5820 (java) S 5812 5814 5523 0 -1 4202560 4534 0 0 0 10 0 0 0 16 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5821] ppid=5812 vsize=7669344 CPUtime=0.07 cores=0,2
/proc/5814/task/5821/stat : 5821 (java) S 5812 5814 5523 0 -1 4202560 5552 0 0 0 7 0 0 0 15 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5822] ppid=5812 vsize=7669344 CPUtime=0.07 cores=0,2
/proc/5814/task/5822/stat : 5822 (java) S 5812 5814 5523 0 -1 4202560 2742 0 0 0 7 0 0 0 15 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5823] ppid=5812 vsize=7669344 CPUtime=0.08 cores=0,2
/proc/5814/task/5823/stat : 5823 (java) S 5812 5814 5523 0 -1 4202560 6070 0 0 0 8 0 0 0 16 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5824] ppid=5812 vsize=7669344 CPUtime=0.02 cores=0,2
/proc/5814/task/5824/stat : 5824 (java) S 5812 5814 5523 0 -1 4202560 998 0 0 0 2 0 0 0 15 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5825] ppid=5812 vsize=7669344 CPUtime=2.36 cores=0,2
/proc/5814/task/5825/stat : 5825 (java) S 5812 5814 5523 0 -1 4202560 15740 0 0 0 235 1 0 0 15 0 19 0 488307376 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 0 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5826] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5826/stat : 5826 (java) S 5812 5814 5523 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488307377 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5827] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5827/stat : 5827 (java) S 5812 5814 5523 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488307377 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5828] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5828/stat : 5828 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307379 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917554609 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5829] ppid=5812 vsize=7669344 CPUtime=1.32 cores=0,2
/proc/5814/task/5829/stat : 5829 (java) S 5812 5814 5523 0 -1 4202560 7360 0 0 0 131 1 0 0 15 0 19 0 488307379 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5830] ppid=5812 vsize=7669344 CPUtime=0.66 cores=0,2
/proc/5814/task/5830/stat : 5830 (java) S 5812 5814 5523 0 -1 4202560 5350 0 0 0 66 0 0 0 16 0 19 0 488307379 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5831] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5831/stat : 5831 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307379 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5832] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5832/stat : 5832 (java) S 5812 5814 5523 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 488307379 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5833] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5833/stat : 5833 (java) S 5812 5814 5523 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488307428 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1244.34
Current children cumulated vsize (KiB) 7669344



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.05 3.27 3/218 5938
/proc/meminfo: memFree=22637320/32951124 swapFree=67111412/67111528
[pid=5814] ppid=5812 vsize=7669344 CPUtime=1302.04 cores=0,2
/proc/5814/stat : 5814 (java) S 5812 5814 5523 0 -1 4202496 101958 0 1 0 130188 16 0 0 22 0 19 0 488307372 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5814/statm: 1917336 97859 2251 9 0 1908074 0
[pid=5814/tid=5816] ppid=5812 vsize=7669344 CPUtime=1296.94 cores=0,2
/proc/5814/task/5816/stat : 5816 (java) R 5812 5814 5523 0 -1 4202560 36263 0 1 0 129687 7 0 0 25 0 19 0 488307373 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 46912505884775 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5814/tid=5817] ppid=5812 vsize=7669344 CPUtime=0.07 cores=0,2
/proc/5814/task/5817/stat : 5817 (java) S 5812 5814 5523 0 -1 4202560 4172 0 0 0 7 0 0 0 15 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5818] ppid=5812 vsize=7669344 CPUtime=0.16 cores=0,2
/proc/5814/task/5818/stat : 5818 (java) S 5812 5814 5523 0 -1 4202560 8678 0 0 0 15 1 0 0 15 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5819] ppid=5812 vsize=7669344 CPUtime=0.08 cores=0,2
/proc/5814/task/5819/stat : 5819 (java) S 5812 5814 5523 0 -1 4202560 3272 0 0 0 8 0 0 0 15 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5820] ppid=5812 vsize=7669344 CPUtime=0.1 cores=0,2
/proc/5814/task/5820/stat : 5820 (java) S 5812 5814 5523 0 -1 4202560 4534 0 0 0 10 0 0 0 16 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5821] ppid=5812 vsize=7669344 CPUtime=0.07 cores=0,2
/proc/5814/task/5821/stat : 5821 (java) S 5812 5814 5523 0 -1 4202560 5552 0 0 0 7 0 0 0 15 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5822] ppid=5812 vsize=7669344 CPUtime=0.07 cores=0,2
/proc/5814/task/5822/stat : 5822 (java) S 5812 5814 5523 0 -1 4202560 2742 0 0 0 7 0 0 0 15 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5823] ppid=5812 vsize=7669344 CPUtime=0.08 cores=0,2
/proc/5814/task/5823/stat : 5823 (java) S 5812 5814 5523 0 -1 4202560 6070 0 0 0 8 0 0 0 16 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5824] ppid=5812 vsize=7669344 CPUtime=0.02 cores=0,2
/proc/5814/task/5824/stat : 5824 (java) S 5812 5814 5523 0 -1 4202560 998 0 0 0 2 0 0 0 15 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5825] ppid=5812 vsize=7669344 CPUtime=2.36 cores=0,2
/proc/5814/task/5825/stat : 5825 (java) S 5812 5814 5523 0 -1 4202560 15740 0 0 0 235 1 0 0 15 0 19 0 488307376 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 0 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5826] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5826/stat : 5826 (java) S 5812 5814 5523 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488307377 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5827] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5827/stat : 5827 (java) S 5812 5814 5523 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488307377 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5828] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5828/stat : 5828 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307379 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917554609 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5829] ppid=5812 vsize=7669344 CPUtime=1.32 cores=0,2
/proc/5814/task/5829/stat : 5829 (java) S 5812 5814 5523 0 -1 4202560 7360 0 0 0 131 1 0 0 15 0 19 0 488307379 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5830] ppid=5812 vsize=7669344 CPUtime=0.66 cores=0,2
/proc/5814/task/5830/stat : 5830 (java) S 5812 5814 5523 0 -1 4202560 5350 0 0 0 66 0 0 0 16 0 19 0 488307379 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5831] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5831/stat : 5831 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307379 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5832] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5832/stat : 5832 (java) S 5812 5814 5523 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 488307379 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5833] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5833/stat : 5833 (java) S 5812 5814 5523 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488307428 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 7669344

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: 3.00 3.05 3.27 3/218 5938
/proc/meminfo: memFree=22637320/32951124 swapFree=67111412/67111528
[pid=5814] ppid=5812 vsize=7669344 CPUtime=1302.04 cores=0,2
/proc/5814/stat : 5814 (java) S 5812 5814 5523 0 -1 4202496 101958 0 1 0 130188 16 0 0 22 0 19 0 488307372 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5814/statm: 1917336 97859 2251 9 0 1908074 0
[pid=5814/tid=5816] ppid=5812 vsize=7669344 CPUtime=1296.94 cores=0,2
/proc/5814/task/5816/stat : 5816 (java) R 5812 5814 5523 0 -1 4202560 36263 0 1 0 129687 7 0 0 25 0 19 0 488307373 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 46912505884775 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5814/tid=5817] ppid=5812 vsize=7669344 CPUtime=0.07 cores=0,2
/proc/5814/task/5817/stat : 5817 (java) S 5812 5814 5523 0 -1 4202560 4172 0 0 0 7 0 0 0 15 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5818] ppid=5812 vsize=7669344 CPUtime=0.16 cores=0,2
/proc/5814/task/5818/stat : 5818 (java) S 5812 5814 5523 0 -1 4202560 8678 0 0 0 15 1 0 0 15 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5819] ppid=5812 vsize=7669344 CPUtime=0.08 cores=0,2
/proc/5814/task/5819/stat : 5819 (java) S 5812 5814 5523 0 -1 4202560 3272 0 0 0 8 0 0 0 15 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5820] ppid=5812 vsize=7669344 CPUtime=0.1 cores=0,2
/proc/5814/task/5820/stat : 5820 (java) S 5812 5814 5523 0 -1 4202560 4534 0 0 0 10 0 0 0 16 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5821] ppid=5812 vsize=7669344 CPUtime=0.07 cores=0,2
/proc/5814/task/5821/stat : 5821 (java) S 5812 5814 5523 0 -1 4202560 5552 0 0 0 7 0 0 0 15 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5822] ppid=5812 vsize=7669344 CPUtime=0.07 cores=0,2
/proc/5814/task/5822/stat : 5822 (java) S 5812 5814 5523 0 -1 4202560 2742 0 0 0 7 0 0 0 15 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5823] ppid=5812 vsize=7669344 CPUtime=0.08 cores=0,2
/proc/5814/task/5823/stat : 5823 (java) S 5812 5814 5523 0 -1 4202560 6070 0 0 0 8 0 0 0 16 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5824] ppid=5812 vsize=7669344 CPUtime=0.02 cores=0,2
/proc/5814/task/5824/stat : 5824 (java) S 5812 5814 5523 0 -1 4202560 998 0 0 0 2 0 0 0 15 0 19 0 488307375 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5825] ppid=5812 vsize=7669344 CPUtime=2.36 cores=0,2
/proc/5814/task/5825/stat : 5825 (java) S 5812 5814 5523 0 -1 4202560 15740 0 0 0 235 1 0 0 15 0 19 0 488307376 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 0 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5826] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5826/stat : 5826 (java) S 5812 5814 5523 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 488307377 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5827] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5827/stat : 5827 (java) S 5812 5814 5523 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488307377 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5828] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5828/stat : 5828 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307379 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917554609 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5829] ppid=5812 vsize=7669344 CPUtime=1.32 cores=0,2
/proc/5814/task/5829/stat : 5829 (java) S 5812 5814 5523 0 -1 4202560 7360 0 0 0 131 1 0 0 15 0 19 0 488307379 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5830] ppid=5812 vsize=7669344 CPUtime=0.66 cores=0,2
/proc/5814/task/5830/stat : 5830 (java) S 5812 5814 5523 0 -1 4202560 5350 0 0 0 66 0 0 0 16 0 19 0 488307379 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5831] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5831/stat : 5831 (java) S 5812 5814 5523 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488307379 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917546905 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
[pid=5814/tid=5832] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5832/stat : 5832 (java) S 5812 5814 5523 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 488307379 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 4 0 16800975 18446604453904800512 0 0 -1 2 0 0 0
[pid=5814/tid=5833] ppid=5812 vsize=7669344 CPUtime=0 cores=0,2
/proc/5814/task/5833/stat : 5833 (java) S 5812 5814 5523 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488307428 7853408256 97859 33554432000 1073741824 1073778376 140736747164416 18446744073709551615 218917547520 0 4 0 16800975 18446604453904800512 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 7669344

Child status: 143
Real time (s): 1300.09
CPU time (s): 1302.18
CPU user time (s): 1301.99
CPU system time (s): 0.183972
CPU usage (%): 100.161
Max. virtual memory (cumulated for all children) (KiB): 7669344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.99
system time used= 0.183972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101998
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= 27257
involuntary context switches= 5328

runsolver used 2.24966 second user time and 4.86626 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-25 23:31:37
IDJOB=3285395
IDBENCH=82381
IDSOLVER=1611
FILE ID=node137/3285395-1303767096
RUNJOBID= node137-1303765790-5541
PBS_JOBID= 13157155
Free space on /tmp= 71364 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.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-3285395-1303767096/watcher-3285395-1303767096 -o /tmp/evaluation-result-3285395-1303767096/solver-3285395-1303767096 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3285395-1303767096.cnf

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=504352151

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.74
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.844
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.844
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.844
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.844
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:     32951124 kB
MemFree:      20196112 kB
Buffers:       1735540 kB
Cached:        6834204 kB
SwapCached:        112 kB
Active:        5708724 kB
Inactive:      6482908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20196112 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:          103976 kB
Writeback:           0 kB
AnonPages:     3622216 kB
Mapped:          23364 kB
Slab:           489804 kB
PageTables:      11804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22030788 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= 71724 MiB
End job on node137 at 2011-04-25 23:53:19