Trace number 3285671

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2999.44
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
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.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.07	c no version file found!!!
0.06/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.07	c java.vm.version	19.1-b02
0.06/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.07	c sun.arch.data.model	64
0.06/0.07	c java.version		1.6.0_24
0.06/0.07	c os.name		Linux
0.06/0.07	c os.version		2.6.18-164.el5
0.06/0.07	c os.arch		amd64
0.06/0.07	c Free memory 		6997539544
0.06/0.07	c Max memory 		7034241024
0.06/0.07	c Total memory 		7034241024
0.06/0.07	c Number of processors 	8
0.06/0.10	c --- Begin Solver configuration ---
0.06/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.06/0.10	c Learn all clauses as in MiniSAT
0.06/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.06/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.06/0.10	c Expensive reason simplification
0.06/0.10	c Armin Biere (Picosat) restarts strategy
0.06/0.10	c Glucose learned constraints deletion strategy
0.06/0.10	c timeout=2147483647s
0.06/0.10	c DB Simplification allowed=true
0.06/0.10	c --- End Solver configuration ---
0.06/0.10	c solving HOME/instance-3285671-1303768845.cnf
0.06/0.10	c reading problem ... 
0.69/0.62	c ... done. Wall clock time 0.533s.
0.69/0.62	c #vars     133566
0.69/0.62	c #constraints  484711
0.69/0.62	c constraints type 
0.69/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7085
0.69/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 448915
26.70/25.89	c cleaning 2491 clauses out of 4989 with flag 5001/5001
51.80/50.87	c cleaning 4233 clauses out of 8487 with flag 11000/11000
75.96/74.64	c cleaning 5615 clauses out of 11245 with flag 18004/18004
115.60/113.85	c cleaning 6782 clauses out of 13626 with flag 26003/26003
155.22/153.41	c cleaning 7354 clauses out of 14791 with flag 35000/35000
209.82/208.04	c cleaning 8667 clauses out of 17421 with flag 45000/45000
293.55/291.72	c cleaning 9832 clauses out of 19752 with flag 56000/56000
378.26/376.49	c cleaning 10928 clauses out of 21918 with flag 68001/68001
440.28/438.45	c cleaning 11929 clauses out of 23984 with flag 81000/81000
551.21/549.32	c cleaning 12993 clauses out of 26050 with flag 95000/95000
644.93/643.01	c cleaning 13986 clauses out of 28043 with flag 110002/110002
721.06/719.15	c cleaning 14951 clauses out of 30042 with flag 126001/126001
875.88/873.97	c cleaning 15998 clauses out of 32018 with flag 143003/143003
970.81/968.85	c cleaning 17004 clauses out of 34020 with flag 161006/161006
1120.84/1118.86	c cleaning 17950 clauses out of 36006 with flag 180001/180001
1264.76/1262.76	c cleaning 18992 clauses out of 38049 with flag 200000/200000
1302.09/1300.01	c starts		: 547
1302.09/1300.01	c conflicts		: 205701
1302.09/1300.01	c decisions		: 1416998
1302.09/1300.01	c propagations		: 207357291
1302.09/1300.01	c inspects		: 1266684266
1302.09/1300.01	c shortcuts		: 0
1302.09/1300.01	c learnt literals	: 78
1302.09/1300.01	c learnt binary clauses	: 524
1302.09/1300.01	c learnt ternary clauses	: 357
1302.09/1300.01	c learnt constraints	: 205622
1302.09/1300.01	c ignored constraints	: 0
1302.09/1300.01	c root simplifications	: 625
1302.09/1300.01	c removed literals (reason simplification)	: 19776923
1302.09/1300.01	c reason swapping (by a shorter reason)	: 0
1302.09/1300.01	c Calls to reduceDB	: 16
1302.09/1300.01	c speed (assignments/second)	: 159581.102598537
1302.09/1300.01	c non guided choices	8401
1302.09/1300.04	c learnt constraints type 
1302.09/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 478
1302.09/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 24255
1302.09/1300.04	c constraints type 
1302.09/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7085
1302.09/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 448915
1302.09/1300.04	s UNKNOWN
1302.09/1300.04	c Total wall clock time (in seconds) : 1299.919

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-3285671-1303768845/watcher-3285671-1303768845 -o /tmp/evaluation-result-3285671-1303768845/solver-3285671-1303768845 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3285671-1303768845.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.26 3.82 3.56 4/180 9830
/proc/meminfo: memFree=24045348/32951124 swapFree=67111348/67111528
[pid=9830] ppid=9828 vsize=24004 CPUtime=0 cores=0,2
/proc/9830/stat : 9830 (java) S 9828 9830 8087 0 -1 4202496 1141 0 0 0 0 0 0 0 21 0 2 0 567114989 24580096 876 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469868517 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/9830/statm: 6001 876 664 9 0 381 0
[pid=9830/tid=9831] ppid=9828 vsize=24004 CPUtime=0 cores=0,2
/proc/9830/task/9831/stat : 9831 (java) R 9828 9830 8087 0 -1 4202560 26 0 0 0 0 0 0 0 22 0 2 0 567114989 24580096 876 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252453142151 0 0 4096 0 0 0 0 -1 0 0 0 0

[startup+0.074815 s]
/proc/loadavg: 3.26 3.82 3.56 4/180 9830
/proc/meminfo: memFree=24045348/32951124 swapFree=67111348/67111528
[pid=9830] ppid=9828 vsize=7570772 CPUtime=0.06 cores=0,2
/proc/9830/stat : 9830 (java) S 9828 9830 8087 0 -1 4202496 9411 0 1 0 5 1 0 0 21 0 18 0 567114989 7752470528 9106 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9830/statm: 1892693 9106 1754 9 0 1883431 0
[pid=9830/tid=9831] ppid=9828 vsize=7570772 CPUtime=0.05 cores=0,2
/proc/9830/task/9831/stat : 9831 (java) R 9828 9830 8087 0 -1 4202560 8236 0 1 0 4 1 0 0 25 0 18 0 567114989 7752470528 9106 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 46977932904764 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7570772

[startup+0.165872 s]
/proc/loadavg: 3.26 3.82 3.56 4/180 9830
/proc/meminfo: memFree=24045348/32951124 swapFree=67111348/67111528
[pid=9830] ppid=9828 vsize=7637332 CPUtime=0.27 cores=0,2
/proc/9830/stat : 9830 (java) S 9828 9830 8087 0 -1 4202496 12890 0 1 0 25 2 0 0 21 0 18 0 567114989 7820627968 12585 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9830/statm: 1909333 12586 2197 9 0 1900071 0
[pid=9830/tid=9831] ppid=9828 vsize=7637332 CPUtime=0.17 cores=0,2
/proc/9830/task/9831/stat : 9831 (java) R 9828 9830 8087 0 -1 4202560 10736 0 1 0 16 1 0 0 18 0 18 0 567114989 7820627968 12586 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 46912505366048 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7637332

[startup+0.300819 s]
/proc/loadavg: 3.26 3.82 3.56 4/180 9830
/proc/meminfo: memFree=24045348/32951124 swapFree=67111348/67111528
[pid=9830] ppid=9828 vsize=7637332 CPUtime=0.39 cores=0,2
/proc/9830/stat : 9830 (java) S 9828 9830 8087 0 -1 4202496 15351 0 1 0 37 2 0 0 21 0 18 0 567114989 7820627968 15046 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9830/statm: 1909333 15047 2197 9 0 1900071 0
[pid=9830/tid=9831] ppid=9828 vsize=7637332 CPUtime=0.28 cores=0,2
/proc/9830/task/9831/stat : 9831 (java) R 9828 9830 8087 0 -1 4202560 13195 0 1 0 26 2 0 0 18 0 18 0 567114989 7820627968 15048 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 46912505514423 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 7637332

[startup+0.700698 s]
/proc/loadavg: 3.26 3.82 3.56 4/180 9830
/proc/meminfo: memFree=24045348/32951124 swapFree=67111348/67111528
[pid=9830] ppid=9828 vsize=7639384 CPUtime=0.85 cores=0,2
/proc/9830/stat : 9830 (java) S 9828 9830 8087 0 -1 4202496 26645 0 1 0 81 4 0 0 21 0 19 0 567114989 7822729216 26340 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9830/statm: 1909846 26340 2208 9 0 1900584 0
[pid=9830/tid=9831] ppid=9828 vsize=7639384 CPUtime=0.68 cores=0,2
/proc/9830/task/9831/stat : 9831 (java) R 9828 9830 8087 0 -1 4202560 24383 0 1 0 64 4 0 0 19 0 19 0 567114989 7822729216 26340 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 46912505181295 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 7639384

[startup+1.50161 s]
/proc/loadavg: 3.26 3.82 3.56 8/219 9872
/proc/meminfo: memFree=23814872/32951124 swapFree=67111348/67111528
[pid=9830] ppid=9828 vsize=7645528 CPUtime=2.24 cores=0,2
/proc/9830/stat : 9830 (java) S 9828 9830 8087 0 -1 4202496 28786 0 1 0 219 5 0 0 21 0 19 0 567114989 7829020672 28325 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9830/statm: 1911382 28325 2220 9 0 1902120 0
[pid=9830/tid=9831] ppid=9828 vsize=7645528 CPUtime=1.48 cores=0,2
/proc/9830/task/9831/stat : 9831 (java) R 9828 9830 8087 0 -1 4202560 24612 0 1 0 144 4 0 0 20 0 19 0 567114989 7829020672 28325 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 46912505786556 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9830/tid=9833] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9833/stat : 9833 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 567114991 7829020672 28325 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9834] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9834/stat : 9834 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 567114991 7829020672 28325 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9835] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9835/stat : 9835 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114991 7829020672 28325 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9836] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9836/stat : 9836 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114991 7829020672 28325 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9837] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9837/stat : 9837 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114991 7829020672 28325 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9838] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9838/stat : 9838 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114991 7829020672 28325 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9839] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9839/stat : 9839 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114991 7829020672 28325 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9840] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9840/stat : 9840 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114991 7829020672 28325 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9841] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9841/stat : 9841 (java) S 9828 9830 8087 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 567114992 7829020672 28325 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469882368 0 0 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9842] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9842/stat : 9842 (java) S 9828 9830 8087 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 567114992 7829020672 28325 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9843] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9843/stat : 9843 (java) S 9828 9830 8087 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 567114992 7829020672 28325 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9844] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9844/stat : 9844 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114994 7829020672 28325 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469889457 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9845] ppid=9828 vsize=7645528 CPUtime=0.36 cores=0,2
/proc/9830/task/9845/stat : 9845 (java) S 9828 9830 8087 0 -1 4202560 1589 0 0 0 36 0 0 0 21 0 19 0 567114994 7829020672 28325 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9846] ppid=9828 vsize=7645528 CPUtime=0.38 cores=0,2
/proc/9830/task/9846/stat : 9846 (java) S 9828 9830 8087 0 -1 4202560 1422 0 0 0 38 0 0 0 19 0 19 0 567114994 7829020672 28325 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9847] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9847/stat : 9847 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114994 7829020672 28325 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9848] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9848/stat : 9848 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 567114994 7829020672 28325 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469882368 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9849] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9849/stat : 9849 (java) S 9828 9830 8087 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 567115058 7829020672 28325 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469882368 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 7645528

[startup+3.10129 s]
/proc/loadavg: 3.26 3.82 3.56 5/239 9895
/proc/meminfo: memFree=23559708/32951124 swapFree=67111348/67111528
[pid=9830] ppid=9828 vsize=7645528 CPUtime=3.93 cores=0,2
/proc/9830/stat : 9830 (java) S 9828 9830 8087 0 -1 4202496 29017 0 1 0 388 5 0 0 21 0 19 0 567114989 7829020672 28555 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9830/statm: 1911382 28555 2220 9 0 1902120 0
[pid=9830/tid=9831] ppid=9828 vsize=7645528 CPUtime=3.08 cores=0,2
/proc/9830/task/9831/stat : 9831 (java) R 9828 9830 8087 0 -1 4202560 24837 0 1 0 304 4 0 0 25 0 19 0 567114989 7829020672 28555 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 46912505800312 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9830/tid=9833] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9833/stat : 9833 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 567114991 7829020672 28555 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9834] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9834/stat : 9834 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 567114991 7829020672 28555 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9835] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9835/stat : 9835 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114991 7829020672 28555 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9836] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9836/stat : 9836 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114991 7829020672 28555 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9837] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9837/stat : 9837 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114991 7829020672 28555 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9838] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9838/stat : 9838 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114991 7829020672 28555 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9839] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9839/stat : 9839 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114991 7829020672 28555 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9840] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9840/stat : 9840 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114991 7829020672 28555 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9841] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9841/stat : 9841 (java) S 9828 9830 8087 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 567114992 7829020672 28555 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469882368 0 0 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9842] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9842/stat : 9842 (java) S 9828 9830 8087 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 567114992 7829020672 28555 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9843] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9843/stat : 9843 (java) S 9828 9830 8087 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 567114992 7829020672 28555 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9844] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9844/stat : 9844 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114994 7829020672 28555 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469889457 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9845] ppid=9828 vsize=7645528 CPUtime=0.37 cores=0,2
/proc/9830/task/9845/stat : 9845 (java) S 9828 9830 8087 0 -1 4202560 1590 0 0 0 37 0 0 0 15 0 19 0 567114994 7829020672 28555 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9846] ppid=9828 vsize=7645528 CPUtime=0.46 cores=0,2
/proc/9830/task/9846/stat : 9846 (java) S 9828 9830 8087 0 -1 4202560 1427 0 0 0 46 0 0 0 15 0 19 0 567114994 7829020672 28555 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9847] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9847/stat : 9847 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114994 7829020672 28555 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9848] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9848/stat : 9848 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 567114994 7829020672 28555 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469882368 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9849] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9849/stat : 9849 (java) S 9828 9830 8087 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 567115058 7829020672 28555 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469882368 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 7645528

[startup+6.30267 s]
/proc/loadavg: 3.40 3.84 3.57 5/239 9897
/proc/meminfo: memFree=23233968/32951124 swapFree=67111348/67111528
[pid=9830] ppid=9828 vsize=7645528 CPUtime=7.18 cores=0,2
/proc/9830/stat : 9830 (java) S 9828 9830 8087 0 -1 4202496 29584 0 1 0 713 5 0 0 21 0 19 0 567114989 7829020672 29119 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9830/statm: 1911382 29119 2223 9 0 1902120 0
[pid=9830/tid=9831] ppid=9828 vsize=7645528 CPUtime=6.27 cores=0,2
/proc/9830/task/9831/stat : 9831 (java) R 9828 9830 8087 0 -1 4202560 25384 0 1 0 623 4 0 0 25 0 19 0 567114989 7829020672 29119 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 46912505800312 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9830/tid=9833] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9833/stat : 9833 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 567114991 7829020672 29119 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9834] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9834/stat : 9834 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 567114991 7829020672 29119 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9835] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9835/stat : 9835 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114991 7829020672 29119 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9836] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9836/stat : 9836 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114991 7829020672 29119 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9837] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9837/stat : 9837 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114991 7829020672 29119 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9838] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9838/stat : 9838 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114991 7829020672 29119 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9839] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9839/stat : 9839 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114991 7829020672 29119 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9840] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9840/stat : 9840 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114991 7829020672 29119 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9841] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9841/stat : 9841 (java) S 9828 9830 8087 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 567114992 7829020672 29119 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469882368 0 0 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9842] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9842/stat : 9842 (java) S 9828 9830 8087 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 567114992 7829020672 29119 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9843] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9843/stat : 9843 (java) S 9828 9830 8087 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 567114992 7829020672 29119 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9844] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9844/stat : 9844 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114994 7829020672 29119 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469889457 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9845] ppid=9828 vsize=7645528 CPUtime=0.42 cores=0,2
/proc/9830/task/9845/stat : 9845 (java) S 9828 9830 8087 0 -1 4202560 1603 0 0 0 42 0 0 0 15 0 19 0 567114994 7829020672 29119 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9846] ppid=9828 vsize=7645528 CPUtime=0.47 cores=0,2
/proc/9830/task/9846/stat : 9846 (java) S 9828 9830 8087 0 -1 4202560 1434 0 0 0 47 0 0 0 16 0 19 0 567114994 7829020672 29119 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0

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

[pid=9830/tid=9838] ppid=9828 vsize=7645528 CPUtime=0.05 cores=0,2
/proc/9830/task/9838/stat : 9838 (java) S 9828 9830 8087 0 -1 4202560 3951 0 0 0 5 0 0 0 15 0 19 0 567114991 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9839] ppid=9828 vsize=7645528 CPUtime=0.09 cores=0,2
/proc/9830/task/9839/stat : 9839 (java) S 9828 9830 8087 0 -1 4202560 2317 0 0 0 9 0 0 0 15 0 19 0 567114991 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9840] ppid=9828 vsize=7645528 CPUtime=0.12 cores=0,2
/proc/9830/task/9840/stat : 9840 (java) S 9828 9830 8087 0 -1 4202560 6795 0 0 0 12 0 0 0 15 0 19 0 567114991 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9841] ppid=9828 vsize=7645528 CPUtime=2.41 cores=0,2
/proc/9830/task/9841/stat : 9841 (java) S 9828 9830 8087 0 -1 4202560 20604 0 0 0 239 2 0 0 15 0 19 0 567114992 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469882368 0 0 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9842] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9842/stat : 9842 (java) S 9828 9830 8087 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 567114992 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9843] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9843/stat : 9843 (java) S 9828 9830 8087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 567114992 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9844] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9844/stat : 9844 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114994 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469889457 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9845] ppid=9828 vsize=7645528 CPUtime=0.45 cores=0,2
/proc/9830/task/9845/stat : 9845 (java) S 9828 9830 8087 0 -1 4202560 1624 0 0 0 45 0 0 0 16 0 19 0 567114994 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9846] ppid=9828 vsize=7645528 CPUtime=1.46 cores=0,2
/proc/9830/task/9846/stat : 9846 (java) S 9828 9830 8087 0 -1 4202560 13407 0 0 0 144 2 0 0 15 0 19 0 567114994 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9847] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9847/stat : 9847 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114994 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9848] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9848/stat : 9848 (java) S 9828 9830 8087 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 567114994 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469882368 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9849] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9849/stat : 9849 (java) S 9828 9830 8087 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 567115058 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469882368 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1184.36
Current children cumulated vsize (KiB) 7645528

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.86 5/262 9963
/proc/meminfo: memFree=20482048/32951124 swapFree=67111348/67111528
[pid=9830] ppid=9828 vsize=7645528 CPUtime=1244.36 cores=0,2
/proc/9830/stat : 9830 (java) S 9828 9830 8087 0 -1 4202496 102702 0 1 0 124418 18 0 0 21 0 19 0 567114989 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9830/statm: 1911382 94030 2251 9 0 1902120 0
[pid=9830/tid=9831] ppid=9828 vsize=7645528 CPUtime=1239.33 cores=0,2
/proc/9830/task/9831/stat : 9831 (java) R 9828 9830 8087 0 -1 4202560 30562 0 1 0 123925 8 0 0 25 0 19 0 567114989 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 46912505703099 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9830/tid=9833] ppid=9828 vsize=7645528 CPUtime=0.15 cores=0,2
/proc/9830/task/9833/stat : 9833 (java) S 9828 9830 8087 0 -1 4202560 9495 0 0 0 15 0 0 0 15 0 19 0 567114991 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9834] ppid=9828 vsize=7645528 CPUtime=0.08 cores=0,2
/proc/9830/task/9834/stat : 9834 (java) S 9828 9830 8087 0 -1 4202560 7871 0 0 0 7 1 0 0 15 0 19 0 567114991 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9835] ppid=9828 vsize=7645528 CPUtime=0.01 cores=0,2
/proc/9830/task/9835/stat : 9835 (java) S 9828 9830 8087 0 -1 4202560 101 0 0 0 1 0 0 0 15 0 19 0 567114991 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9836] ppid=9828 vsize=7645528 CPUtime=0.06 cores=0,2
/proc/9830/task/9836/stat : 9836 (java) S 9828 9830 8087 0 -1 4202560 1912 0 0 0 6 0 0 0 15 0 19 0 567114991 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9837] ppid=9828 vsize=7645528 CPUtime=0.05 cores=0,2
/proc/9830/task/9837/stat : 9837 (java) S 9828 9830 8087 0 -1 4202560 2839 0 0 0 5 0 0 0 15 0 19 0 567114991 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9838] ppid=9828 vsize=7645528 CPUtime=0.05 cores=0,2
/proc/9830/task/9838/stat : 9838 (java) S 9828 9830 8087 0 -1 4202560 3951 0 0 0 5 0 0 0 15 0 19 0 567114991 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9839] ppid=9828 vsize=7645528 CPUtime=0.09 cores=0,2
/proc/9830/task/9839/stat : 9839 (java) S 9828 9830 8087 0 -1 4202560 2317 0 0 0 9 0 0 0 15 0 19 0 567114991 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9840] ppid=9828 vsize=7645528 CPUtime=0.12 cores=0,2
/proc/9830/task/9840/stat : 9840 (java) S 9828 9830 8087 0 -1 4202560 6795 0 0 0 12 0 0 0 15 0 19 0 567114991 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9841] ppid=9828 vsize=7645528 CPUtime=2.41 cores=0,2
/proc/9830/task/9841/stat : 9841 (java) S 9828 9830 8087 0 -1 4202560 20604 0 0 0 239 2 0 0 15 0 19 0 567114992 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469882368 0 0 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9842] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9842/stat : 9842 (java) S 9828 9830 8087 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 567114992 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9843] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9843/stat : 9843 (java) S 9828 9830 8087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 567114992 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9844] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9844/stat : 9844 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114994 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469889457 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9845] ppid=9828 vsize=7645528 CPUtime=0.45 cores=0,2
/proc/9830/task/9845/stat : 9845 (java) S 9828 9830 8087 0 -1 4202560 1624 0 0 0 45 0 0 0 16 0 19 0 567114994 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9846] ppid=9828 vsize=7645528 CPUtime=1.46 cores=0,2
/proc/9830/task/9846/stat : 9846 (java) S 9828 9830 8087 0 -1 4202560 13407 0 0 0 144 2 0 0 15 0 19 0 567114994 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9847] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9847/stat : 9847 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114994 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9848] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9848/stat : 9848 (java) S 9828 9830 8087 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 567114994 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469882368 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9849] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9849/stat : 9849 (java) S 9828 9830 8087 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 567115058 7829020672 94030 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469882368 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1244.36
Current children cumulated vsize (KiB) 7645528



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.86 5/262 9965
/proc/meminfo: memFree=20465780/32951124 swapFree=67111348/67111528
[pid=9830] ppid=9828 vsize=7645528 CPUtime=1302.09 cores=0,2
/proc/9830/stat : 9830 (java) S 9828 9830 8087 0 -1 4202496 106717 0 1 0 130191 18 0 0 21 0 19 0 567114989 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9830/statm: 1911382 98035 2251 9 0 1902120 0
[pid=9830/tid=9831] ppid=9828 vsize=7645528 CPUtime=1296.8 cores=0,2
/proc/9830/task/9831/stat : 9831 (java) R 9828 9830 8087 0 -1 4202560 32582 0 1 0 129672 8 0 0 25 0 19 0 567114989 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 46912505786657 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9830/tid=9833] ppid=9828 vsize=7645528 CPUtime=0.15 cores=0,2
/proc/9830/task/9833/stat : 9833 (java) S 9828 9830 8087 0 -1 4202560 9495 0 0 0 15 0 0 0 15 0 19 0 567114991 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9834] ppid=9828 vsize=7645528 CPUtime=0.08 cores=0,2
/proc/9830/task/9834/stat : 9834 (java) S 9828 9830 8087 0 -1 4202560 7871 0 0 0 7 1 0 0 15 0 19 0 567114991 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9835] ppid=9828 vsize=7645528 CPUtime=0.01 cores=0,2
/proc/9830/task/9835/stat : 9835 (java) S 9828 9830 8087 0 -1 4202560 101 0 0 0 1 0 0 0 15 0 19 0 567114991 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9836] ppid=9828 vsize=7645528 CPUtime=0.08 cores=0,2
/proc/9830/task/9836/stat : 9836 (java) S 9828 9830 8087 0 -1 4202560 3034 0 0 0 8 0 0 0 15 0 19 0 567114991 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9837] ppid=9828 vsize=7645528 CPUtime=0.05 cores=0,2
/proc/9830/task/9837/stat : 9837 (java) S 9828 9830 8087 0 -1 4202560 2839 0 0 0 5 0 0 0 15 0 19 0 567114991 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9838] ppid=9828 vsize=7645528 CPUtime=0.05 cores=0,2
/proc/9830/task/9838/stat : 9838 (java) S 9828 9830 8087 0 -1 4202560 3951 0 0 0 5 0 0 0 15 0 19 0 567114991 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9839] ppid=9828 vsize=7645528 CPUtime=0.11 cores=0,2
/proc/9830/task/9839/stat : 9839 (java) S 9828 9830 8087 0 -1 4202560 3186 0 0 0 11 0 0 0 15 0 19 0 567114991 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9840] ppid=9828 vsize=7645528 CPUtime=0.12 cores=0,2
/proc/9830/task/9840/stat : 9840 (java) S 9828 9830 8087 0 -1 4202560 6795 0 0 0 12 0 0 0 15 0 19 0 567114991 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9841] ppid=9828 vsize=7645528 CPUtime=2.62 cores=0,2
/proc/9830/task/9841/stat : 9841 (java) S 9828 9830 8087 0 -1 4202560 20606 0 0 0 260 2 0 0 15 0 19 0 567114992 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469882368 0 0 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9842] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9842/stat : 9842 (java) S 9828 9830 8087 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 567114992 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9843] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9843/stat : 9843 (java) S 9828 9830 8087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 567114992 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9844] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9844/stat : 9844 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114994 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469889457 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9845] ppid=9828 vsize=7645528 CPUtime=0.45 cores=0,2
/proc/9830/task/9845/stat : 9845 (java) S 9828 9830 8087 0 -1 4202560 1624 0 0 0 45 0 0 0 16 0 19 0 567114994 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9846] ppid=9828 vsize=7645528 CPUtime=1.46 cores=0,2
/proc/9830/task/9846/stat : 9846 (java) S 9828 9830 8087 0 -1 4202560 13407 0 0 0 144 2 0 0 15 0 19 0 567114994 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9847] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9847/stat : 9847 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114994 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9848] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9848/stat : 9848 (java) S 9828 9830 8087 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 567114994 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469882368 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9849] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9849/stat : 9849 (java) S 9828 9830 8087 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 567115058 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469882368 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 7645528

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 4.00 3.86 5/262 9965
/proc/meminfo: memFree=20465780/32951124 swapFree=67111348/67111528
[pid=9830] ppid=9828 vsize=7645528 CPUtime=1302.09 cores=0,2
/proc/9830/stat : 9830 (java) S 9828 9830 8087 0 -1 4202496 106717 0 1 0 130191 18 0 0 21 0 19 0 567114989 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9830/statm: 1911382 98035 2251 9 0 1902120 0
[pid=9830/tid=9831] ppid=9828 vsize=7645528 CPUtime=1296.8 cores=0,2
/proc/9830/task/9831/stat : 9831 (java) R 9828 9830 8087 0 -1 4202560 32582 0 1 0 129672 8 0 0 25 0 19 0 567114989 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 46912505786657 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9830/tid=9833] ppid=9828 vsize=7645528 CPUtime=0.15 cores=0,2
/proc/9830/task/9833/stat : 9833 (java) S 9828 9830 8087 0 -1 4202560 9495 0 0 0 15 0 0 0 15 0 19 0 567114991 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9834] ppid=9828 vsize=7645528 CPUtime=0.08 cores=0,2
/proc/9830/task/9834/stat : 9834 (java) S 9828 9830 8087 0 -1 4202560 7871 0 0 0 7 1 0 0 15 0 19 0 567114991 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9835] ppid=9828 vsize=7645528 CPUtime=0.01 cores=0,2
/proc/9830/task/9835/stat : 9835 (java) S 9828 9830 8087 0 -1 4202560 101 0 0 0 1 0 0 0 15 0 19 0 567114991 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9836] ppid=9828 vsize=7645528 CPUtime=0.08 cores=0,2
/proc/9830/task/9836/stat : 9836 (java) S 9828 9830 8087 0 -1 4202560 3034 0 0 0 8 0 0 0 15 0 19 0 567114991 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9837] ppid=9828 vsize=7645528 CPUtime=0.05 cores=0,2
/proc/9830/task/9837/stat : 9837 (java) S 9828 9830 8087 0 -1 4202560 2839 0 0 0 5 0 0 0 15 0 19 0 567114991 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9838] ppid=9828 vsize=7645528 CPUtime=0.05 cores=0,2
/proc/9830/task/9838/stat : 9838 (java) S 9828 9830 8087 0 -1 4202560 3951 0 0 0 5 0 0 0 15 0 19 0 567114991 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9839] ppid=9828 vsize=7645528 CPUtime=0.11 cores=0,2
/proc/9830/task/9839/stat : 9839 (java) S 9828 9830 8087 0 -1 4202560 3186 0 0 0 11 0 0 0 15 0 19 0 567114991 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9840] ppid=9828 vsize=7645528 CPUtime=0.12 cores=0,2
/proc/9830/task/9840/stat : 9840 (java) S 9828 9830 8087 0 -1 4202560 6795 0 0 0 12 0 0 0 15 0 19 0 567114991 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9841] ppid=9828 vsize=7645528 CPUtime=2.62 cores=0,2
/proc/9830/task/9841/stat : 9841 (java) S 9828 9830 8087 0 -1 4202560 20606 0 0 0 260 2 0 0 15 0 19 0 567114992 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469882368 0 0 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9842] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9842/stat : 9842 (java) S 9828 9830 8087 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 567114992 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9843] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9843/stat : 9843 (java) S 9828 9830 8087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 567114992 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9844] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9844/stat : 9844 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114994 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469889457 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9845] ppid=9828 vsize=7645528 CPUtime=0.45 cores=0,2
/proc/9830/task/9845/stat : 9845 (java) S 9828 9830 8087 0 -1 4202560 1624 0 0 0 45 0 0 0 16 0 19 0 567114994 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9846] ppid=9828 vsize=7645528 CPUtime=1.46 cores=0,2
/proc/9830/task/9846/stat : 9846 (java) S 9828 9830 8087 0 -1 4202560 13407 0 0 0 144 2 0 0 15 0 19 0 567114994 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
[pid=9830/tid=9847] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9847/stat : 9847 (java) S 9828 9830 8087 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 567114994 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469881753 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9848] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9848/stat : 9848 (java) S 9828 9830 8087 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 567114994 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469882368 0 4 0 16800975 18446604453829408896 0 0 -1 2 0 0 0
[pid=9830/tid=9849] ppid=9828 vsize=7645528 CPUtime=0 cores=0,2
/proc/9830/task/9849/stat : 9849 (java) S 9828 9830 8087 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 567115058 7829020672 98035 33554432000 1073741824 1073778376 140733971144192 18446744073709551615 252469882368 0 4 0 16800975 18446604453829408896 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 7645528

Child status: 143
Real time (s): 1300.06
CPU time (s): 1302.19
CPU user time (s): 1301.98
CPU system time (s): 0.204968
CPU usage (%): 100.164
Max. virtual memory (cumulated for all children) (KiB): 7645528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.98
system time used= 0.204968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106759
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= 27077
involuntary context switches= 8323

runsolver used 2.27065 second user time and 4.81927 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-26 00:00:45
IDJOB=3285671
IDBENCH=82392
IDSOLVER=1611
FILE ID=node111/3285671-1303768845
RUNJOBID= node111-1303768845-9806
PBS_JOBID= 13157149
Free space on /tmp= 70596 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_1.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-3285671-1303768845/watcher-3285671-1303768845 -o /tmp/evaluation-result-3285671-1303768845/solver-3285671-1303768845 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3285671-1303768845.cnf

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=1276069258

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24046248 kB
Buffers:       1232844 kB
Cached:        7120164 kB
SwapCached:        132 kB
Active:        2532588 kB
Inactive:      5895432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24046248 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           45596 kB
Writeback:           0 kB
AnonPages:       74644 kB
Mapped:          14484 kB
Slab:           412984 kB
PageTables:       5504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   198508 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= 70356 MiB
End job on node111 at 2011-04-26 00:22:27