Trace number 3285165

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
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 variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483647s
0.00/0.09	c DB Simplification allowed=true
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3285165-1303766982.cnf
0.00/0.09	c reading problem ... 
0.68/0.63	c ... done. Wall clock time 0.538s.
0.68/0.63	c #vars     133566
0.68/0.63	c #constraints  492868
0.68/0.63	c constraints type 
0.68/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7085
0.68/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 457072
25.73/25.00	c cleaning 2491 clauses out of 4994 with flag 5001/5001
55.16/53.89	c cleaning 4230 clauses out of 8488 with flag 11000/11000
91.27/89.92	c cleaning 5561 clauses out of 11197 with flag 18004/18004
139.48/138.15	c cleaning 6800 clauses out of 13619 with flag 26003/26003
187.72/186.34	c cleaning 7894 clauses out of 15814 with flag 35011/35011
243.83/242.43	c cleaning 8884 clauses out of 17906 with flag 45000/45000
313.25/311.87	c cleaning 9947 clauses out of 20022 with flag 56002/56002
386.88/385.42	c cleaning 11013 clauses out of 22071 with flag 68000/68000
471.10/469.68	c cleaning 11980 clauses out of 24051 with flag 81005/81005
566.82/565.32	c cleaning 12984 clauses out of 26061 with flag 95001/95001
651.74/650.24	c cleaning 13955 clauses out of 28071 with flag 110000/110000
728.16/726.66	c cleaning 15031 clauses out of 30110 with flag 126001/126001
846.49/844.91	c cleaning 16009 clauses out of 32076 with flag 143001/143001
960.02/958.44	c cleaning 16994 clauses out of 34062 with flag 161000/161000
1025.35/1023.80	c cleaning 18001 clauses out of 36064 with flag 180000/180000
1159.67/1158.03	c cleaning 18975 clauses out of 38056 with flag 200001/200001
1293.31/1291.64	c cleaning 20007 clauses out of 40074 with flag 221000/221000
1301.74/1300.01	c starts		: 561
1301.74/1300.01	c conflicts		: 222829
1301.74/1300.01	c decisions		: 1541953
1301.74/1300.01	c propagations		: 238058814
1301.74/1300.01	c inspects		: 1477868591
1301.74/1300.01	c shortcuts		: 0
1301.74/1300.01	c learnt literals	: 70
1301.74/1300.01	c learnt binary clauses	: 530
1301.74/1300.01	c learnt ternary clauses	: 294
1301.74/1300.01	c learnt constraints	: 222758
1301.74/1300.01	c ignored constraints	: 0
1301.74/1300.01	c root simplifications	: 631
1301.74/1300.01	c removed literals (reason simplification)	: 23822240
1301.74/1300.01	c reason swapping (by a shorter reason)	: 0
1301.74/1300.01	c Calls to reduceDB	: 17
1301.74/1300.01	c speed (assignments/second)	: 183209.96446758715
1301.74/1300.01	c non guided choices	8699
1301.74/1300.04	c learnt constraints type 
1301.74/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 514
1301.74/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21385
1301.74/1300.04	c constraints type 
1301.74/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7085
1301.74/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 457072
1301.74/1300.04	s UNKNOWN
1301.74/1300.04	c Total wall clock time (in seconds) : 1299.917

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-3285165-1303766982/watcher-3285165-1303766982 -o /tmp/evaluation-result-3285165-1303766982/solver-3285165-1303766982 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3285165-1303766982.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.85 1.08 2.09 4/178 30765
/proc/meminfo: memFree=17903328/32951132 swapFree=67111528/67111528
[pid=30765] ppid=30763 vsize=23028 CPUtime=0 cores=0,2
/proc/30765/stat : 30765 (java) R 30763 30765 28714 0 -1 4202496 958 0 0 0 0 0 0 0 21 0 1 0 488297866 23580672 700 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274659845608 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/30765/statm: 5757 701 518 9 0 124 0

[startup+0.010018 s]
/proc/loadavg: 0.85 1.08 2.09 4/178 30765
/proc/meminfo: memFree=17903328/32951132 swapFree=67111528/67111528
[pid=30765] ppid=30763 vsize=35820 CPUtime=0 cores=0,2
/proc/30765/stat : 30765 (java) S 30763 30765 28714 0 -1 4202496 1369 0 1 0 0 0 0 0 21 0 2 0 488297866 36679680 1070 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30765/statm: 8955 1070 832 9 0 386 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 35820

[startup+0.100752 s]
/proc/loadavg: 0.85 1.08 2.09 4/178 30765
/proc/meminfo: memFree=17903328/32951132 swapFree=67111528/67111528
[pid=30765] ppid=30763 vsize=7635940 CPUtime=0.1 cores=0,2
/proc/30765/stat : 30765 (java) S 30763 30765 28714 0 -1 4202496 10508 0 1 0 9 1 0 0 21 0 18 0 488297866 7819202560 10204 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30765/statm: 1908985 10228 2091 9 0 1899723 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7635940

[startup+0.300766 s]
/proc/loadavg: 0.85 1.08 2.09 4/178 30765
/proc/meminfo: memFree=17903328/32951132 swapFree=67111528/67111528
[pid=30765] ppid=30763 vsize=7637312 CPUtime=0.37 cores=0,2
/proc/30765/stat : 30765 (java) S 30763 30765 28714 0 -1 4202496 15402 0 1 0 36 1 0 0 21 0 18 0 488297866 7820607488 15039 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30765/statm: 1909328 15040 2196 9 0 1900066 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 7637312

[startup+0.77344 s]
/proc/loadavg: 0.85 1.08 2.09 4/178 30765
/proc/meminfo: memFree=17903328/32951132 swapFree=67111528/67111528
[pid=30765] ppid=30763 vsize=7641064 CPUtime=0.97 cores=0,2
/proc/30765/stat : 30765 (java) S 30763 30765 28714 0 -1 4202496 27748 0 1 0 94 3 0 0 21 0 19 0 488297866 7824449536 27032 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30765/statm: 1910266 27032 2205 9 0 1901004 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 7641064

[startup+1.50157 s]
/proc/loadavg: 0.85 1.08 2.09 5/217 30807
/proc/meminfo: memFree=17667192/32951132 swapFree=67111528/67111528
[pid=30765] ppid=30763 vsize=7643340 CPUtime=2.22 cores=0,2
/proc/30765/stat : 30765 (java) S 30763 30765 28714 0 -1 4202496 29143 0 1 0 218 4 0 0 21 0 19 0 488297866 7826780160 27912 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30765/statm: 1910835 27912 2219 9 0 1901573 0
[pid=30765/tid=30767] ppid=30763 vsize=7643340 CPUtime=1.48 cores=0,2
/proc/30765/task/30767/stat : 30767 (java) R 30763 30765 28714 0 -1 4202560 24728 0 1 0 145 3 0 0 25 0 19 0 488297866 7826780160 27912 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 46912505855855 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30765/tid=30768] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30768/stat : 30768 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 488297868 7826780160 27912 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30769] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30769/stat : 30769 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 488297868 7826780160 27912 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30770] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30770/stat : 30770 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297868 7826780160 27912 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30771] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30771/stat : 30771 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297868 7826780160 27912 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30772] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30772/stat : 30772 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297868 7826780160 27912 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30773] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30773/stat : 30773 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297868 7826780160 27912 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30774] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30774/stat : 30774 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297868 7826780160 27912 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30775] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30775/stat : 30775 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297868 7826780160 27912 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30776] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30776/stat : 30776 (java) S 30763 30765 28714 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 488297869 7826780160 27912 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 0 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30777] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30777/stat : 30777 (java) S 30763 30765 28714 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 488297869 7826780160 27912 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30778] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30778/stat : 30778 (java) S 30763 30765 28714 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 488297869 7826780160 27912 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30779] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30779/stat : 30779 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297872 7826780160 27912 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676631985 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30780] ppid=30763 vsize=7643340 CPUtime=0.17 cores=0,2
/proc/30765/task/30780/stat : 30780 (java) S 30763 30765 28714 0 -1 4202560 85 0 0 0 17 0 0 0 17 0 19 0 488297872 7826780160 27912 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30781] ppid=30763 vsize=7643340 CPUtime=0.55 cores=0,2
/proc/30765/task/30781/stat : 30781 (java) S 30763 30765 28714 0 -1 4202560 3166 0 0 0 55 0 0 0 15 0 19 0 488297872 7826780160 27912 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30782] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30782/stat : 30782 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297872 7826780160 27912 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30783] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30783/stat : 30783 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488297872 7826780160 27912 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30799] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30799/stat : 30799 (java) S 30763 30765 28714 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488297936 7826780160 27912 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 7643340

[startup+3.10129 s]
/proc/loadavg: 0.85 1.08 2.09 5/218 30808
/proc/meminfo: memFree=17505240/32951132 swapFree=67111528/67111528
[pid=30765] ppid=30763 vsize=7643340 CPUtime=3.83 cores=0,2
/proc/30765/stat : 30765 (java) S 30763 30765 28714 0 -1 4202496 29389 0 1 0 379 4 0 0 21 0 19 0 488297866 7826780160 28157 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30765/statm: 1910835 28157 2219 9 0 1901573 0
[pid=30765/tid=30767] ppid=30763 vsize=7643340 CPUtime=3.07 cores=0,2
/proc/30765/task/30767/stat : 30767 (java) R 30763 30765 28714 0 -1 4202560 24974 0 1 0 304 3 0 0 25 0 19 0 488297866 7826780160 28157 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 46912505855696 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30765/tid=30768] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30768/stat : 30768 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 488297868 7826780160 28157 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30769] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30769/stat : 30769 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 488297868 7826780160 28157 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30770] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30770/stat : 30770 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297868 7826780160 28157 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30771] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30771/stat : 30771 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297868 7826780160 28157 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30772] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30772/stat : 30772 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297868 7826780160 28157 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30773] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30773/stat : 30773 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297868 7826780160 28157 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30774] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30774/stat : 30774 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297868 7826780160 28157 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30775] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30775/stat : 30775 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297868 7826780160 28157 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30776] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30776/stat : 30776 (java) S 30763 30765 28714 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 488297869 7826780160 28157 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 0 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30777] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30777/stat : 30777 (java) S 30763 30765 28714 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 488297869 7826780160 28157 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30778] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30778/stat : 30778 (java) S 30763 30765 28714 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 488297869 7826780160 28157 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30779] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30779/stat : 30779 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297872 7826780160 28157 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676631985 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30780] ppid=30763 vsize=7643340 CPUtime=0.18 cores=0,2
/proc/30765/task/30780/stat : 30780 (java) S 30763 30765 28714 0 -1 4202560 85 0 0 0 18 0 0 0 15 0 19 0 488297872 7826780160 28157 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30781] ppid=30763 vsize=7643340 CPUtime=0.55 cores=0,2
/proc/30765/task/30781/stat : 30781 (java) S 30763 30765 28714 0 -1 4202560 3166 0 0 0 55 0 0 0 15 0 19 0 488297872 7826780160 28157 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30782] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30782/stat : 30782 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297872 7826780160 28157 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30783] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30783/stat : 30783 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488297872 7826780160 28157 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30799] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30799/stat : 30799 (java) S 30763 30765 28714 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488297936 7826780160 28157 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 7643340

[startup+6.30071 s]
/proc/loadavg: 1.10 1.13 2.10 5/231 30824
/proc/meminfo: memFree=17298352/32951132 swapFree=67111528/67111528
[pid=30765] ppid=30763 vsize=7643340 CPUtime=7.11 cores=0,2
/proc/30765/stat : 30765 (java) S 30763 30765 28714 0 -1 4202496 29900 0 1 0 707 4 0 0 21 0 19 0 488297866 7826780160 28636 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30765/statm: 1910835 28636 2223 9 0 1901573 0
[pid=30765/tid=30767] ppid=30763 vsize=7643340 CPUtime=6.27 cores=0,2
/proc/30765/task/30767/stat : 30767 (java) R 30763 30765 28714 0 -1 4202560 25470 0 1 0 624 3 0 0 25 0 19 0 488297866 7826780160 28636 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 46912505855888 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30765/tid=30768] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30768/stat : 30768 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 488297868 7826780160 28636 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30769] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30769/stat : 30769 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 488297868 7826780160 28636 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30770] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30770/stat : 30770 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297868 7826780160 28636 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30771] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30771/stat : 30771 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297868 7826780160 28636 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30772] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30772/stat : 30772 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297868 7826780160 28636 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30773] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30773/stat : 30773 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297868 7826780160 28636 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30774] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30774/stat : 30774 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297868 7826780160 28636 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30775] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30775/stat : 30775 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297868 7826780160 28636 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30776] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30776/stat : 30776 (java) S 30763 30765 28714 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 488297869 7826780160 28636 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 0 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30777] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30777/stat : 30777 (java) S 30763 30765 28714 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 488297869 7826780160 28636 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30778] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30778/stat : 30778 (java) S 30763 30765 28714 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 488297869 7826780160 28636 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30779] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30779/stat : 30779 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297872 7826780160 28636 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676631985 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30780] ppid=30763 vsize=7643340 CPUtime=0.2 cores=0,2
/proc/30765/task/30780/stat : 30780 (java) S 30763 30765 28714 0 -1 4202560 92 0 0 0 20 0 0 0 15 0 19 0 488297872 7826780160 28636 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30781] ppid=30763 vsize=7643340 CPUtime=0.62 cores=0,2
/proc/30765/task/30781/stat : 30781 (java) S 30763 30765 28714 0 -1 4202560 3174 0 0 0 62 0 0 0 15 0 19 0 488297872 7826780160 28636 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30782] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30782/stat : 30782 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297872 7826780160 28636 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30783] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30783/stat : 30783 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488297872 7826780160 28636 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30799] ppid=30763 vsize=7643340 CPUtime=0 cores=0,2
/proc/30765/task/30799/stat : 30799 (java) S 30763 30765 28714 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488297936 7826780160 28636 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 7643340

[startup+17.7317 s]

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

[pid=30765/tid=30773] ppid=30763 vsize=7650492 CPUtime=0.07 cores=0,2
/proc/30765/task/30773/stat : 30773 (java) S 30763 30765 28714 0 -1 4202560 5079 0 0 0 7 0 0 0 15 0 19 0 488297868 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30774] ppid=30763 vsize=7650492 CPUtime=0.04 cores=0,2
/proc/30765/task/30774/stat : 30774 (java) S 30763 30765 28714 0 -1 4202560 1544 0 0 0 4 0 0 0 15 0 19 0 488297868 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30775] ppid=30763 vsize=7650492 CPUtime=0.06 cores=0,2
/proc/30765/task/30775/stat : 30775 (java) S 30763 30765 28714 0 -1 4202560 2019 0 0 0 6 0 0 0 15 0 19 0 488297868 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30776] ppid=30763 vsize=7650492 CPUtime=2.74 cores=0,2
/proc/30765/task/30776/stat : 30776 (java) S 30763 30765 28714 0 -1 4202560 20755 0 0 0 272 2 0 0 15 0 19 0 488297869 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 0 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30777] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30777/stat : 30777 (java) S 30763 30765 28714 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 488297869 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30778] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30778/stat : 30778 (java) S 30763 30765 28714 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 488297869 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30779] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30779/stat : 30779 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297872 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676631985 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30780] ppid=30763 vsize=7650492 CPUtime=0.24 cores=0,2
/proc/30765/task/30780/stat : 30780 (java) S 30763 30765 28714 0 -1 4202560 100 0 0 0 24 0 0 0 15 0 19 0 488297872 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30781] ppid=30763 vsize=7650492 CPUtime=1.08 cores=0,2
/proc/30765/task/30781/stat : 30781 (java) S 30763 30765 28714 0 -1 4202560 9226 0 0 0 107 1 0 0 15 0 19 0 488297872 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30782] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30782/stat : 30782 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297872 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30783] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30783/stat : 30783 (java) S 30763 30765 28714 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 488297872 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30799] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30799/stat : 30799 (java) S 30763 30765 28714 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488297936 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.99
Current children cumulated vsize (KiB) 7650492

[startup+1242.3 s]
/proc/loadavg: 4.01 3.99 3.61 5/260 30890
/proc/meminfo: memFree=12886652/32951132 swapFree=67111528/67111528
[pid=30765] ppid=30763 vsize=7650492 CPUtime=1243.99 cores=0,2
/proc/30765/stat : 30765 (java) S 30763 30765 28714 0 -1 4202496 105307 0 1 0 124369 30 0 0 21 0 19 0 488297866 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30765/statm: 1912623 99631 2250 9 0 1903361 0
[pid=30765/tid=30767] ppid=30763 vsize=7650492 CPUtime=1239.15 cores=0,2
/proc/30765/task/30767/stat : 30767 (java) R 30763 30765 28714 0 -1 4202560 33069 0 1 0 123894 21 0 0 25 0 19 0 488297866 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 46912505855853 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30765/tid=30768] ppid=30763 vsize=7650492 CPUtime=0.18 cores=0,2
/proc/30765/task/30768/stat : 30768 (java) S 30763 30765 28714 0 -1 4202560 14230 0 0 0 17 1 0 0 15 0 19 0 488297868 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30769] ppid=30763 vsize=7650492 CPUtime=0.1 cores=0,2
/proc/30765/task/30769/stat : 30769 (java) S 30763 30765 28714 0 -1 4202560 7841 0 0 0 10 0 0 0 15 0 19 0 488297868 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30770] ppid=30763 vsize=7650492 CPUtime=0.08 cores=0,2
/proc/30765/task/30770/stat : 30770 (java) S 30763 30765 28714 0 -1 4202560 4716 0 0 0 8 0 0 0 15 0 19 0 488297868 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30771] ppid=30763 vsize=7650492 CPUtime=0.07 cores=0,2
/proc/30765/task/30771/stat : 30771 (java) S 30763 30765 28714 0 -1 4202560 3694 0 0 0 7 0 0 0 15 0 19 0 488297868 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30772] ppid=30763 vsize=7650492 CPUtime=0.06 cores=0,2
/proc/30765/task/30772/stat : 30772 (java) S 30763 30765 28714 0 -1 4202560 1811 0 0 0 6 0 0 0 15 0 19 0 488297868 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30773] ppid=30763 vsize=7650492 CPUtime=0.07 cores=0,2
/proc/30765/task/30773/stat : 30773 (java) S 30763 30765 28714 0 -1 4202560 5079 0 0 0 7 0 0 0 15 0 19 0 488297868 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30774] ppid=30763 vsize=7650492 CPUtime=0.04 cores=0,2
/proc/30765/task/30774/stat : 30774 (java) S 30763 30765 28714 0 -1 4202560 1544 0 0 0 4 0 0 0 15 0 19 0 488297868 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30775] ppid=30763 vsize=7650492 CPUtime=0.06 cores=0,2
/proc/30765/task/30775/stat : 30775 (java) S 30763 30765 28714 0 -1 4202560 2019 0 0 0 6 0 0 0 15 0 19 0 488297868 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30776] ppid=30763 vsize=7650492 CPUtime=2.74 cores=0,2
/proc/30765/task/30776/stat : 30776 (java) S 30763 30765 28714 0 -1 4202560 20755 0 0 0 272 2 0 0 15 0 19 0 488297869 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 0 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30777] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30777/stat : 30777 (java) S 30763 30765 28714 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 488297869 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30778] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30778/stat : 30778 (java) S 30763 30765 28714 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 488297869 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30779] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30779/stat : 30779 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297872 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676631985 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30780] ppid=30763 vsize=7650492 CPUtime=0.24 cores=0,2
/proc/30765/task/30780/stat : 30780 (java) S 30763 30765 28714 0 -1 4202560 100 0 0 0 24 0 0 0 15 0 19 0 488297872 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30781] ppid=30763 vsize=7650492 CPUtime=1.08 cores=0,2
/proc/30765/task/30781/stat : 30781 (java) S 30763 30765 28714 0 -1 4202560 9226 0 0 0 107 1 0 0 15 0 19 0 488297872 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30782] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30782/stat : 30782 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297872 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30783] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30783/stat : 30783 (java) S 30763 30765 28714 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 488297872 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30799] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30799/stat : 30799 (java) S 30763 30765 28714 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488297936 7834103808 99631 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.99
Current children cumulated vsize (KiB) 7650492



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.63 5/260 30891
/proc/meminfo: memFree=12875568/32951132 swapFree=67111528/67111528
[pid=30765] ppid=30763 vsize=7650492 CPUtime=1301.74 cores=0,2
/proc/30765/stat : 30765 (java) S 30763 30765 28714 0 -1 4202496 108022 0 1 0 130143 31 0 0 21 0 19 0 488297866 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30765/statm: 1912623 102336 2250 9 0 1903361 0
[pid=30765/tid=30767] ppid=30763 vsize=7650492 CPUtime=1296.66 cores=0,2
/proc/30765/task/30767/stat : 30767 (java) R 30763 30765 28714 0 -1 4202560 34671 0 1 0 129645 21 0 0 25 0 19 0 488297866 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30765/tid=30768] ppid=30763 vsize=7650492 CPUtime=0.18 cores=0,2
/proc/30765/task/30768/stat : 30768 (java) S 30763 30765 28714 0 -1 4202560 14230 0 0 0 17 1 0 0 15 0 19 0 488297868 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30769] ppid=30763 vsize=7650492 CPUtime=0.1 cores=0,2
/proc/30765/task/30769/stat : 30769 (java) S 30763 30765 28714 0 -1 4202560 7841 0 0 0 10 0 0 0 15 0 19 0 488297868 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30770] ppid=30763 vsize=7650492 CPUtime=0.08 cores=0,2
/proc/30765/task/30770/stat : 30770 (java) S 30763 30765 28714 0 -1 4202560 4716 0 0 0 8 0 0 0 15 0 19 0 488297868 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30771] ppid=30763 vsize=7650492 CPUtime=0.07 cores=0,2
/proc/30765/task/30771/stat : 30771 (java) S 30763 30765 28714 0 -1 4202560 3694 0 0 0 7 0 0 0 15 0 19 0 488297868 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30772] ppid=30763 vsize=7650492 CPUtime=0.06 cores=0,2
/proc/30765/task/30772/stat : 30772 (java) S 30763 30765 28714 0 -1 4202560 1811 0 0 0 6 0 0 0 15 0 19 0 488297868 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30773] ppid=30763 vsize=7650492 CPUtime=0.07 cores=0,2
/proc/30765/task/30773/stat : 30773 (java) S 30763 30765 28714 0 -1 4202560 5079 0 0 0 7 0 0 0 15 0 19 0 488297868 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30774] ppid=30763 vsize=7650492 CPUtime=0.07 cores=0,2
/proc/30765/task/30774/stat : 30774 (java) S 30763 30765 28714 0 -1 4202560 1997 0 0 0 7 0 0 0 16 0 19 0 488297868 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30775] ppid=30763 vsize=7650492 CPUtime=0.09 cores=0,2
/proc/30765/task/30775/stat : 30775 (java) S 30763 30765 28714 0 -1 4202560 2506 0 0 0 9 0 0 0 15 0 19 0 488297868 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30776] ppid=30763 vsize=7650492 CPUtime=2.91 cores=0,2
/proc/30765/task/30776/stat : 30776 (java) S 30763 30765 28714 0 -1 4202560 20924 0 0 0 289 2 0 0 15 0 19 0 488297869 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 0 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30777] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30777/stat : 30777 (java) S 30763 30765 28714 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 488297869 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30778] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30778/stat : 30778 (java) S 30763 30765 28714 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 488297869 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30779] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30779/stat : 30779 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297872 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676631985 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30780] ppid=30763 vsize=7650492 CPUtime=0.24 cores=0,2
/proc/30765/task/30780/stat : 30780 (java) S 30763 30765 28714 0 -1 4202560 100 0 0 0 24 0 0 0 15 0 19 0 488297872 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30781] ppid=30763 vsize=7650492 CPUtime=1.08 cores=0,2
/proc/30765/task/30781/stat : 30781 (java) S 30763 30765 28714 0 -1 4202560 9226 0 0 0 107 1 0 0 15 0 19 0 488297872 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30782] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30782/stat : 30782 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297872 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30783] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30783/stat : 30783 (java) S 30763 30765 28714 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 488297872 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30799] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30799/stat : 30799 (java) S 30763 30765 28714 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488297936 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.74
Current children cumulated vsize (KiB) 7650492

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.99 3.63 5/260 30891
/proc/meminfo: memFree=12875568/32951132 swapFree=67111528/67111528
[pid=30765] ppid=30763 vsize=7650492 CPUtime=1301.74 cores=0,2
/proc/30765/stat : 30765 (java) S 30763 30765 28714 0 -1 4202496 108022 0 1 0 130143 31 0 0 21 0 19 0 488297866 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30765/statm: 1912623 102336 2250 9 0 1903361 0
[pid=30765/tid=30767] ppid=30763 vsize=7650492 CPUtime=1296.66 cores=0,2
/proc/30765/task/30767/stat : 30767 (java) R 30763 30765 28714 0 -1 4202560 34671 0 1 0 129645 21 0 0 25 0 19 0 488297866 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30765/tid=30768] ppid=30763 vsize=7650492 CPUtime=0.18 cores=0,2
/proc/30765/task/30768/stat : 30768 (java) S 30763 30765 28714 0 -1 4202560 14230 0 0 0 17 1 0 0 15 0 19 0 488297868 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30769] ppid=30763 vsize=7650492 CPUtime=0.1 cores=0,2
/proc/30765/task/30769/stat : 30769 (java) S 30763 30765 28714 0 -1 4202560 7841 0 0 0 10 0 0 0 15 0 19 0 488297868 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30770] ppid=30763 vsize=7650492 CPUtime=0.08 cores=0,2
/proc/30765/task/30770/stat : 30770 (java) S 30763 30765 28714 0 -1 4202560 4716 0 0 0 8 0 0 0 15 0 19 0 488297868 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30771] ppid=30763 vsize=7650492 CPUtime=0.07 cores=0,2
/proc/30765/task/30771/stat : 30771 (java) S 30763 30765 28714 0 -1 4202560 3694 0 0 0 7 0 0 0 15 0 19 0 488297868 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30772] ppid=30763 vsize=7650492 CPUtime=0.06 cores=0,2
/proc/30765/task/30772/stat : 30772 (java) S 30763 30765 28714 0 -1 4202560 1811 0 0 0 6 0 0 0 15 0 19 0 488297868 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30773] ppid=30763 vsize=7650492 CPUtime=0.07 cores=0,2
/proc/30765/task/30773/stat : 30773 (java) S 30763 30765 28714 0 -1 4202560 5079 0 0 0 7 0 0 0 15 0 19 0 488297868 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30774] ppid=30763 vsize=7650492 CPUtime=0.07 cores=0,2
/proc/30765/task/30774/stat : 30774 (java) S 30763 30765 28714 0 -1 4202560 1997 0 0 0 7 0 0 0 16 0 19 0 488297868 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30775] ppid=30763 vsize=7650492 CPUtime=0.09 cores=0,2
/proc/30765/task/30775/stat : 30775 (java) S 30763 30765 28714 0 -1 4202560 2506 0 0 0 9 0 0 0 15 0 19 0 488297868 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30776] ppid=30763 vsize=7650492 CPUtime=2.91 cores=0,2
/proc/30765/task/30776/stat : 30776 (java) S 30763 30765 28714 0 -1 4202560 20924 0 0 0 289 2 0 0 15 0 19 0 488297869 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 0 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30777] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30777/stat : 30777 (java) S 30763 30765 28714 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 488297869 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30778] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30778/stat : 30778 (java) S 30763 30765 28714 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 488297869 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30779] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30779/stat : 30779 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297872 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676631985 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30780] ppid=30763 vsize=7650492 CPUtime=0.24 cores=0,2
/proc/30765/task/30780/stat : 30780 (java) S 30763 30765 28714 0 -1 4202560 100 0 0 0 24 0 0 0 15 0 19 0 488297872 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30781] ppid=30763 vsize=7650492 CPUtime=1.08 cores=0,2
/proc/30765/task/30781/stat : 30781 (java) S 30763 30765 28714 0 -1 4202560 9226 0 0 0 107 1 0 0 15 0 19 0 488297872 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30782] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30782/stat : 30782 (java) S 30763 30765 28714 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488297872 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624281 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
[pid=30765/tid=30783] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30783/stat : 30783 (java) S 30763 30765 28714 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 488297872 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 4 0 16800975 18446604453713606848 0 0 -1 2 0 0 0
[pid=30765/tid=30799] ppid=30763 vsize=7650492 CPUtime=0 cores=0,2
/proc/30765/task/30799/stat : 30799 (java) S 30763 30765 28714 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488297936 7834103808 102336 33554432000 1073741824 1073778376 140735020725840 18446744073709551615 274676624896 0 4 0 16800975 18446604453713606848 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.74
Current children cumulated vsize (KiB) 7650492

Child status: 143
Real time (s): 1300.06
CPU time (s): 1301.83
CPU user time (s): 1301.49
CPU system time (s): 0.331949
CPU usage (%): 100.136
Max. virtual memory (cumulated for all children) (KiB): 7663840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.49
system time used= 0.331949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108058
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= 27067
involuntary context switches= 5551

runsolver used 2.30665 second user time and 4.75128 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-25 23:29:42
IDJOB=3285165
IDBENCH=82372
IDSOLVER=1611
FILE ID=node131/3285165-1303766982
RUNJOBID= node131-1303766982-30741
PBS_JOBID= 13154069
Free space on /tmp= 71880 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.035-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-3285165-1303766982/watcher-3285165-1303766982 -o /tmp/evaluation-result-3285165-1303766982/solver-3285165-1303766982 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3285165-1303766982.cnf

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=934127602

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.77
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.830
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.830
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.75
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.830
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:     32951132 kB
MemFree:      17903616 kB
Buffers:       1007380 kB
Cached:       13445580 kB
SwapCached:          0 kB
Active:        4754524 kB
Inactive:      9776304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17903616 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           36584 kB
Writeback:           0 kB
AnonPages:       77444 kB
Mapped:          14712 kB
Slab:           452644 kB
PageTables:       5920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   205508 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71528 MiB
End job on node131 at 2011-04-25 23:51:24