Trace number 3285625

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

General information on the benchmark

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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c no version file found!!!
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		6997539544
0.00/0.09	c Max memory 		7034241024
0.00/0.09	c Total memory 		7034241024
0.00/0.09	c Number of processors 	8
0.05/0.11	c --- Begin Solver configuration ---
0.05/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.05/0.11	c Learn all clauses as in MiniSAT
0.05/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.05/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.05/0.11	c Expensive reason simplification
0.05/0.11	c Armin Biere (Picosat) restarts strategy
0.05/0.11	c Glucose learned constraints deletion strategy
0.05/0.11	c timeout=2147483647s
0.05/0.11	c DB Simplification allowed=true
0.05/0.11	c --- End Solver configuration ---
0.05/0.11	c solving HOME/instance-3285625-1303768002.cnf
0.05/0.11	c reading problem ... 
0.46/0.49	c ... done. Wall clock time 0.385s.
0.46/0.49	c #vars     95456
0.46/0.49	c #constraints  298741
0.46/0.49	c constraints type 
0.46/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4690
0.46/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 266110
17.45/16.82	c cleaning 2475 clauses out of 4981 with flag 5001/5001
34.92/34.25	c cleaning 4225 clauses out of 8492 with flag 11001/11001
62.44/61.73	c cleaning 5628 clauses out of 11264 with flag 18000/18000
92.46/91.72	c cleaning 6809 clauses out of 13617 with flag 26001/26001
118.78/118.05	c cleaning 7860 clauses out of 15806 with flag 35003/35003
154.69/153.98	c cleaning 8950 clauses out of 17943 with flag 45001/45001
192.80/192.06	c cleaning 9990 clauses out of 19987 with flag 56000/56000
241.32/240.57	c cleaning 10982 clauses out of 21996 with flag 68001/68001
286.73/285.95	c cleaning 11977 clauses out of 24006 with flag 81001/81001
346.24/345.49	c cleaning 12993 clauses out of 26028 with flag 95001/95001
386.36/385.54	c cleaning 14014 clauses out of 28033 with flag 110000/110000
445.47/444.65	c cleaning 14984 clauses out of 30014 with flag 126000/126000
506.89/506.07	c cleaning 16012 clauses out of 32028 with flag 143001/143001
581.31/580.40	c cleaning 16989 clauses out of 34015 with flag 161000/161000
640.02/639.17	c cleaning 18005 clauses out of 36019 with flag 180000/180000
713.85/712.97	c cleaning 18991 clauses out of 38008 with flag 200001/200001
779.67/778.77	c cleaning 19999 clauses out of 40000 with flag 221003/221003
870.17/869.25	c cleaning 20970 clauses out of 41993 with flag 243001/243001
994.50/993.54	c cleaning 22001 clauses out of 44022 with flag 266002/266002
1077.92/1076.91	c cleaning 22990 clauses out of 46015 with flag 290001/290001
1158.44/1157.47	c cleaning 23992 clauses out of 48023 with flag 315001/315001
1245.07/1244.08	c cleaning 24989 clauses out of 50021 with flag 341000/341000
1301.11/1300.01	c starts		: 732
1301.11/1300.01	c conflicts		: 356068
1301.11/1300.01	c decisions		: 1298717
1301.11/1300.01	c propagations		: 255811725
1301.11/1300.01	c inspects		: 1902719850
1301.11/1300.01	c shortcuts		: 0
1301.11/1300.01	c learnt literals	: 69
1301.11/1300.01	c learnt binary clauses	: 409
1301.11/1300.01	c learnt ternary clauses	: 256
1301.11/1300.01	c learnt constraints	: 355999
1301.11/1300.01	c ignored constraints	: 0
1301.11/1300.01	c root simplifications	: 801
1301.11/1300.01	c removed literals (reason simplification)	: 68905993
1301.11/1300.01	c reason swapping (by a shorter reason)	: 0
1301.11/1300.01	c Calls to reduceDB	: 22
1301.11/1300.01	c speed (assignments/second)	: 196851.34257470845
1301.11/1300.01	c non guided choices	2443
1301.11/1300.04	c learnt constraints type 
1301.11/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 400
1301.11/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 39716
1301.11/1300.04	c constraints type 
1301.11/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4690
1301.11/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 266110
1301.11/1300.04	s UNKNOWN
1301.11/1300.04	c Total wall clock time (in seconds) : 1299.904

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-3285625-1303768002/watcher-3285625-1303768002 -o /tmp/evaluation-result-3285625-1303768002/solver-3285625-1303768002 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3285625-1303768002.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.13 3.76 3.46 4/180 32408
/proc/meminfo: memFree=14230856/32951124 swapFree=67111528/67111528
[pid=32408] ppid=32406 vsize=9100 CPUtime=0 cores=0,2
/proc/32408/stat : 32408 (java) R 32406 32408 30725 0 -1 4202496 405 0 0 0 0 0 0 0 21 0 1 0 488401196 9318400 152 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270612748176 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/32408/statm: 2275 162 122 9 0 67 0

[startup+0.0910151 s]
/proc/loadavg: 3.13 3.76 3.46 4/180 32408
/proc/meminfo: memFree=14230856/32951124 swapFree=67111528/67111528
[pid=32408] ppid=32406 vsize=7569940 CPUtime=0.05 cores=0,2
/proc/32408/stat : 32408 (java) S 32406 32408 30725 0 -1 4202496 9436 0 1 0 5 0 0 0 21 0 18 0 488401196 7751618560 9133 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32408/statm: 1892485 9133 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7569940

[startup+0.113092 s]
/proc/loadavg: 3.13 3.76 3.46 4/180 32408
/proc/meminfo: memFree=14230856/32951124 swapFree=67111528/67111528
[pid=32408] ppid=32406 vsize=7636704 CPUtime=0.1 cores=0,2
/proc/32408/stat : 32408 (java) S 32406 32408 30725 0 -1 4202496 10452 0 1 0 9 1 0 0 21 0 18 0 488401196 7819984896 10149 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32408/statm: 1909176 10149 2093 9 0 1899914 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636704

[startup+0.301114 s]
/proc/loadavg: 3.13 3.76 3.46 4/180 32408
/proc/meminfo: memFree=14230856/32951124 swapFree=67111528/67111528
[pid=32408] ppid=32406 vsize=7637416 CPUtime=0.36 cores=0,2
/proc/32408/stat : 32408 (java) S 32406 32408 30725 0 -1 4202496 14710 0 1 0 35 1 0 0 21 0 18 0 488401196 7820713984 14348 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32408/statm: 1909354 14348 2196 9 0 1900092 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 7637416

[startup+0.783106 s]
/proc/loadavg: 3.13 3.76 3.46 4/180 32408
/proc/meminfo: memFree=14230856/32951124 swapFree=67111528/67111528
[pid=32408] ppid=32406 vsize=7642484 CPUtime=1.11 cores=0,2
/proc/32408/stat : 32408 (java) S 32406 32408 30725 0 -1 4202496 23041 0 1 0 109 2 0 0 21 0 19 0 488401196 7825903616 21964 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32408/statm: 1910621 21964 2212 9 0 1901359 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 7642484

[startup+1.50085 s]
/proc/loadavg: 3.13 3.76 3.46 7/219 32450
/proc/meminfo: memFree=13950200/32951124 swapFree=67111528/67111528
[pid=32408] ppid=32406 vsize=7645108 CPUtime=2.13 cores=0,2
/proc/32408/stat : 32408 (java) S 32406 32408 30725 0 -1 4202496 25082 0 1 0 210 3 0 0 21 0 19 0 488401196 7828590592 23181 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32408/statm: 1911277 23181 2219 9 0 1902015 0
[pid=32408/tid=32410] ppid=32406 vsize=7645108 CPUtime=1.43 cores=0,2
/proc/32408/task/32410/stat : 32410 (java) R 32406 32408 30725 0 -1 4202560 19281 0 1 0 141 2 0 0 20 0 19 0 488401197 7828590592 23181 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 46912505767983 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32408/tid=32411] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32411/stat : 32411 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 488401199 7828590592 23181 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32412] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32412/stat : 32412 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 488401199 7828590592 23181 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32413] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32413/stat : 32413 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401199 7828590592 23181 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32414] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32414/stat : 32414 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401199 7828590592 23181 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32415] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32415/stat : 32415 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401199 7828590592 23181 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32416] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32416/stat : 32416 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401199 7828590592 23181 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32417] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32417/stat : 32417 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401199 7828590592 23181 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32418] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32418/stat : 32418 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401199 7828590592 23181 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32419] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32419/stat : 32419 (java) S 32406 32408 30725 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 19 0 488401200 7828590592 23181 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 0 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32420] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32420/stat : 32420 (java) S 32406 32408 30725 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 488401201 7828590592 23181 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32421] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32421/stat : 32421 (java) S 32406 32408 30725 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488401201 7828590592 23181 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32422] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32422/stat : 32422 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401203 7828590592 23181 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624934321 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32423] ppid=32406 vsize=7645108 CPUtime=0.28 cores=0,2
/proc/32408/task/32423/stat : 32423 (java) S 32406 32408 30725 0 -1 4202560 2158 0 0 0 28 0 0 0 15 0 19 0 488401203 7828590592 23181 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32424] ppid=32406 vsize=7645108 CPUtime=0.39 cores=0,2
/proc/32408/task/32424/stat : 32424 (java) S 32406 32408 30725 0 -1 4202560 2482 0 0 0 39 0 0 0 15 0 19 0 488401203 7828590592 23181 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32425] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32425/stat : 32425 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401203 7828590592 23181 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32426] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32426/stat : 32426 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488401203 7828590592 23181 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32450] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32450/stat : 32450 (java) S 32406 32408 30725 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 488401252 7828590592 23181 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 7645108

[startup+3.10063 s]
/proc/loadavg: 3.13 3.76 3.46 5/218 32451
/proc/meminfo: memFree=13853688/32951124 swapFree=67111528/67111528
[pid=32408] ppid=32406 vsize=7645108 CPUtime=3.75 cores=0,2
/proc/32408/stat : 32408 (java) S 32406 32408 30725 0 -1 4202496 25356 0 1 0 372 3 0 0 21 0 19 0 488401196 7828590592 23453 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32408/statm: 1911277 23453 2219 9 0 1902015 0
[pid=32408/tid=32410] ppid=32406 vsize=7645108 CPUtime=3.02 cores=0,2
/proc/32408/task/32410/stat : 32410 (java) R 32406 32408 30725 0 -1 4202560 19551 0 1 0 300 2 0 0 25 0 19 0 488401197 7828590592 23453 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 46912505769100 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32408/tid=32411] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32411/stat : 32411 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 488401199 7828590592 23453 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32412] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32412/stat : 32412 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 488401199 7828590592 23453 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32413] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32413/stat : 32413 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401199 7828590592 23453 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32414] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32414/stat : 32414 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401199 7828590592 23453 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32415] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32415/stat : 32415 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401199 7828590592 23453 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32416] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32416/stat : 32416 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401199 7828590592 23453 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32417] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32417/stat : 32417 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401199 7828590592 23453 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32418] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32418/stat : 32418 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401199 7828590592 23453 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32419] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32419/stat : 32419 (java) S 32406 32408 30725 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 488401200 7828590592 23453 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 0 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32420] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32420/stat : 32420 (java) S 32406 32408 30725 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 488401201 7828590592 23453 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32421] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32421/stat : 32421 (java) S 32406 32408 30725 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488401201 7828590592 23453 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32422] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32422/stat : 32422 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401203 7828590592 23453 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624934321 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32423] ppid=32406 vsize=7645108 CPUtime=0.28 cores=0,2
/proc/32408/task/32423/stat : 32423 (java) S 32406 32408 30725 0 -1 4202560 2158 0 0 0 28 0 0 0 15 0 19 0 488401203 7828590592 23453 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32424] ppid=32406 vsize=7645108 CPUtime=0.42 cores=0,2
/proc/32408/task/32424/stat : 32424 (java) S 32406 32408 30725 0 -1 4202560 2486 0 0 0 42 0 0 0 15 0 19 0 488401203 7828590592 23453 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32425] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32425/stat : 32425 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401203 7828590592 23453 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32426] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32426/stat : 32426 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488401203 7828590592 23453 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32450] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32450/stat : 32450 (java) S 32406 32408 30725 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 488401252 7828590592 23453 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 7645108

[startup+6.30103 s]
/proc/loadavg: 3.20 3.77 3.47 5/239 32475
/proc/meminfo: memFree=13341760/32951124 swapFree=67111528/67111528
[pid=32408] ppid=32406 vsize=7645108 CPUtime=6.95 cores=0,2
/proc/32408/stat : 32408 (java) S 32406 32408 30725 0 -1 4202496 25799 0 1 0 692 3 0 0 21 0 19 0 488401196 7828590592 23895 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32408/statm: 1911277 23895 2222 9 0 1902015 0
[pid=32408/tid=32410] ppid=32406 vsize=7645108 CPUtime=6.19 cores=0,2
/proc/32408/task/32410/stat : 32410 (java) R 32406 32408 30725 0 -1 4202560 19986 0 1 0 617 2 0 0 25 0 19 0 488401197 7828590592 23895 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 46912505767664 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32408/tid=32411] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32411/stat : 32411 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 488401199 7828590592 23895 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32412] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32412/stat : 32412 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 488401199 7828590592 23895 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32413] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32413/stat : 32413 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401199 7828590592 23895 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32414] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32414/stat : 32414 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401199 7828590592 23895 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32415] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32415/stat : 32415 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401199 7828590592 23895 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32416] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32416/stat : 32416 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401199 7828590592 23895 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32417] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32417/stat : 32417 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401199 7828590592 23895 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32418] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32418/stat : 32418 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401199 7828590592 23895 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32419] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32419/stat : 32419 (java) S 32406 32408 30725 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 488401200 7828590592 23895 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 0 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32420] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32420/stat : 32420 (java) S 32406 32408 30725 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 488401201 7828590592 23895 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32421] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32421/stat : 32421 (java) S 32406 32408 30725 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488401201 7828590592 23895 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32422] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32422/stat : 32422 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401203 7828590592 23895 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624934321 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32423] ppid=32406 vsize=7645108 CPUtime=0.28 cores=0,2
/proc/32408/task/32423/stat : 32423 (java) S 32406 32408 30725 0 -1 4202560 2158 0 0 0 28 0 0 0 15 0 19 0 488401203 7828590592 23895 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32424] ppid=32406 vsize=7645108 CPUtime=0.45 cores=0,2
/proc/32408/task/32424/stat : 32424 (java) S 32406 32408 30725 0 -1 4202560 2494 0 0 0 45 0 0 0 16 0 19 0 488401203 7828590592 23895 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32425] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32425/stat : 32425 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401203 7828590592 23895 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32426] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32426/stat : 32426 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488401203 7828590592 23895 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32450] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32450/stat : 32450 (java) S 32406 32408 30725 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 488401252 7828590592 23895 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 7645108

[startup+12.7009 s]

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

[pid=32408/tid=32416] ppid=32406 vsize=7645108 CPUtime=0.06 cores=0,2
/proc/32408/task/32416/stat : 32416 (java) S 32406 32408 30725 0 -1 4202560 2534 0 0 0 6 0 0 0 15 0 19 0 488401199 7828590592 78035 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32417] ppid=32406 vsize=7645108 CPUtime=0.03 cores=0,2
/proc/32408/task/32417/stat : 32417 (java) S 32406 32408 30725 0 -1 4202560 1362 0 0 0 3 0 0 0 15 0 19 0 488401199 7828590592 78035 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32418] ppid=32406 vsize=7645108 CPUtime=0.11 cores=0,2
/proc/32408/task/32418/stat : 32418 (java) S 32406 32408 30725 0 -1 4202560 2931 0 0 0 11 0 0 0 15 0 19 0 488401199 7828590592 78035 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32419] ppid=32406 vsize=7645108 CPUtime=2.29 cores=0,2
/proc/32408/task/32419/stat : 32419 (java) S 32406 32408 30725 0 -1 4202560 15621 0 0 0 227 2 0 0 15 0 19 0 488401200 7828590592 78035 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 0 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32420] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32420/stat : 32420 (java) S 32406 32408 30725 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 488401201 7828590592 78035 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32421] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32421/stat : 32421 (java) S 32406 32408 30725 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488401201 7828590592 78035 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32422] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32422/stat : 32422 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401203 7828590592 78035 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624934321 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32423] ppid=32406 vsize=7645108 CPUtime=0.34 cores=0,2
/proc/32408/task/32423/stat : 32423 (java) S 32406 32408 30725 0 -1 4202560 2202 0 0 0 34 0 0 0 15 0 19 0 488401203 7828590592 78035 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32424] ppid=32406 vsize=7645108 CPUtime=0.51 cores=0,2
/proc/32408/task/32424/stat : 32424 (java) S 32406 32408 30725 0 -1 4202560 2507 0 0 0 51 0 0 0 15 0 19 0 488401203 7828590592 78035 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32425] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32425/stat : 32425 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401203 7828590592 78035 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32426] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32426/stat : 32426 (java) S 32406 32408 30725 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 488401203 7828590592 78035 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32450] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32450/stat : 32450 (java) S 32406 32408 30725 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 488401252 7828590592 78035 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1123.34
Current children cumulated vsize (KiB) 7645108

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.83 5/262 32543
/proc/meminfo: memFree=9838424/32951124 swapFree=67111528/67111528
[pid=32408] ppid=32406 vsize=7645108 CPUtime=1183.36 cores=0,2
/proc/32408/stat : 32408 (java) S 32406 32408 30725 0 -1 4202496 82001 0 1 0 118323 13 0 0 21 0 19 0 488401196 7828590592 79897 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32408/statm: 1911277 79897 2250 9 0 1902015 0
[pid=32408/tid=32410] ppid=32406 vsize=7645108 CPUtime=1179.39 cores=0,2
/proc/32408/task/32410/stat : 32410 (java) R 32406 32408 30725 0 -1 4202560 30401 0 1 0 117932 7 0 0 25 0 19 0 488401197 7828590592 79897 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 46912505607934 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32408/tid=32411] ppid=32406 vsize=7645108 CPUtime=0.1 cores=0,2
/proc/32408/task/32411/stat : 32411 (java) S 32406 32408 30725 0 -1 4202560 6381 0 0 0 10 0 0 0 15 0 19 0 488401199 7828590592 79897 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32412] ppid=32406 vsize=7645108 CPUtime=0.1 cores=0,2
/proc/32408/task/32412/stat : 32412 (java) S 32406 32408 30725 0 -1 4202560 5902 0 0 0 10 0 0 0 15 0 19 0 488401199 7828590592 79897 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32413] ppid=32406 vsize=7645108 CPUtime=0.06 cores=0,2
/proc/32408/task/32413/stat : 32413 (java) S 32406 32408 30725 0 -1 4202560 2142 0 0 0 6 0 0 0 16 0 19 0 488401199 7828590592 79897 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32414] ppid=32406 vsize=7645108 CPUtime=0.09 cores=0,2
/proc/32408/task/32414/stat : 32414 (java) S 32406 32408 30725 0 -1 4202560 3948 0 0 0 9 0 0 0 15 0 19 0 488401199 7828590592 79897 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32415] ppid=32406 vsize=7645108 CPUtime=0.08 cores=0,2
/proc/32408/task/32415/stat : 32415 (java) S 32406 32408 30725 0 -1 4202560 4566 0 0 0 8 0 0 0 15 0 19 0 488401199 7828590592 79897 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32416] ppid=32406 vsize=7645108 CPUtime=0.06 cores=0,2
/proc/32408/task/32416/stat : 32416 (java) S 32406 32408 30725 0 -1 4202560 2534 0 0 0 6 0 0 0 15 0 19 0 488401199 7828590592 79897 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32417] ppid=32406 vsize=7645108 CPUtime=0.03 cores=0,2
/proc/32408/task/32417/stat : 32417 (java) S 32406 32408 30725 0 -1 4202560 1362 0 0 0 3 0 0 0 16 0 19 0 488401199 7828590592 79897 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32418] ppid=32406 vsize=7645108 CPUtime=0.11 cores=0,2
/proc/32408/task/32418/stat : 32418 (java) S 32406 32408 30725 0 -1 4202560 2931 0 0 0 11 0 0 0 15 0 19 0 488401199 7828590592 79897 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32419] ppid=32406 vsize=7645108 CPUtime=2.4 cores=0,2
/proc/32408/task/32419/stat : 32419 (java) S 32406 32408 30725 0 -1 4202560 15907 0 0 0 238 2 0 0 15 0 19 0 488401200 7828590592 79897 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 0 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32420] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32420/stat : 32420 (java) S 32406 32408 30725 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 488401201 7828590592 79897 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32421] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32421/stat : 32421 (java) S 32406 32408 30725 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488401201 7828590592 79897 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32422] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32422/stat : 32422 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401203 7828590592 79897 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624934321 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32423] ppid=32406 vsize=7645108 CPUtime=0.34 cores=0,2
/proc/32408/task/32423/stat : 32423 (java) S 32406 32408 30725 0 -1 4202560 2202 0 0 0 34 0 0 0 15 0 19 0 488401203 7828590592 79897 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32424] ppid=32406 vsize=7645108 CPUtime=0.51 cores=0,2
/proc/32408/task/32424/stat : 32424 (java) S 32406 32408 30725 0 -1 4202560 2507 0 0 0 51 0 0 0 15 0 19 0 488401203 7828590592 79897 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32425] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32425/stat : 32425 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401203 7828590592 79897 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32426] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32426/stat : 32426 (java) S 32406 32408 30725 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 488401203 7828590592 79897 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32450] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32450/stat : 32450 (java) S 32406 32408 30725 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 488401252 7828590592 79897 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.36
Current children cumulated vsize (KiB) 7645108

[startup+1242.31 s]
/proc/loadavg: 4.00 4.00 3.84 5/262 32544
/proc/meminfo: memFree=9833208/32951124 swapFree=67111528/67111528
[pid=32408] ppid=32406 vsize=7645108 CPUtime=1243.37 cores=0,2
/proc/32408/stat : 32408 (java) S 32406 32408 30725 0 -1 4202496 83004 0 1 0 124324 13 0 0 21 0 19 0 488401196 7828590592 80896 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32408/statm: 1911277 80896 2250 9 0 1902015 0
[pid=32408/tid=32410] ppid=32406 vsize=7645108 CPUtime=1239.4 cores=0,2
/proc/32408/task/32410/stat : 32410 (java) R 32406 32408 30725 0 -1 4202560 31400 0 1 0 123933 7 0 0 25 0 19 0 488401197 7828590592 80896 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 46912505730515 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32408/tid=32411] ppid=32406 vsize=7645108 CPUtime=0.1 cores=0,2
/proc/32408/task/32411/stat : 32411 (java) S 32406 32408 30725 0 -1 4202560 6381 0 0 0 10 0 0 0 15 0 19 0 488401199 7828590592 80896 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32412] ppid=32406 vsize=7645108 CPUtime=0.1 cores=0,2
/proc/32408/task/32412/stat : 32412 (java) S 32406 32408 30725 0 -1 4202560 5902 0 0 0 10 0 0 0 15 0 19 0 488401199 7828590592 80896 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32413] ppid=32406 vsize=7645108 CPUtime=0.06 cores=0,2
/proc/32408/task/32413/stat : 32413 (java) S 32406 32408 30725 0 -1 4202560 2142 0 0 0 6 0 0 0 16 0 19 0 488401199 7828590592 80896 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32414] ppid=32406 vsize=7645108 CPUtime=0.09 cores=0,2
/proc/32408/task/32414/stat : 32414 (java) S 32406 32408 30725 0 -1 4202560 3948 0 0 0 9 0 0 0 15 0 19 0 488401199 7828590592 80896 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32415] ppid=32406 vsize=7645108 CPUtime=0.08 cores=0,2
/proc/32408/task/32415/stat : 32415 (java) S 32406 32408 30725 0 -1 4202560 4566 0 0 0 8 0 0 0 15 0 19 0 488401199 7828590592 80896 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32416] ppid=32406 vsize=7645108 CPUtime=0.06 cores=0,2
/proc/32408/task/32416/stat : 32416 (java) S 32406 32408 30725 0 -1 4202560 2534 0 0 0 6 0 0 0 15 0 19 0 488401199 7828590592 80896 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32417] ppid=32406 vsize=7645108 CPUtime=0.03 cores=0,2
/proc/32408/task/32417/stat : 32417 (java) S 32406 32408 30725 0 -1 4202560 1362 0 0 0 3 0 0 0 16 0 19 0 488401199 7828590592 80896 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32418] ppid=32406 vsize=7645108 CPUtime=0.11 cores=0,2
/proc/32408/task/32418/stat : 32418 (java) S 32406 32408 30725 0 -1 4202560 2931 0 0 0 11 0 0 0 15 0 19 0 488401199 7828590592 80896 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32419] ppid=32406 vsize=7645108 CPUtime=2.4 cores=0,2
/proc/32408/task/32419/stat : 32419 (java) S 32406 32408 30725 0 -1 4202560 15907 0 0 0 238 2 0 0 15 0 19 0 488401200 7828590592 80896 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 0 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32420] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32420/stat : 32420 (java) S 32406 32408 30725 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 488401201 7828590592 80896 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32421] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32421/stat : 32421 (java) S 32406 32408 30725 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488401201 7828590592 80896 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32422] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32422/stat : 32422 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401203 7828590592 80896 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624934321 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32423] ppid=32406 vsize=7645108 CPUtime=0.34 cores=0,2
/proc/32408/task/32423/stat : 32423 (java) S 32406 32408 30725 0 -1 4202560 2202 0 0 0 34 0 0 0 15 0 19 0 488401203 7828590592 80896 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32424] ppid=32406 vsize=7645108 CPUtime=0.51 cores=0,2
/proc/32408/task/32424/stat : 32424 (java) S 32406 32408 30725 0 -1 4202560 2507 0 0 0 51 0 0 0 15 0 19 0 488401203 7828590592 80896 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32425] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32425/stat : 32425 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401203 7828590592 80896 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32426] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32426/stat : 32426 (java) S 32406 32408 30725 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 488401203 7828590592 80896 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32450] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32450/stat : 32450 (java) S 32406 32408 30725 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 488401252 7828590592 80896 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.37
Current children cumulated vsize (KiB) 7645108



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.84 5/262 32546
/proc/meminfo: memFree=9764832/32951124 swapFree=67111528/67111528
[pid=32408] ppid=32406 vsize=7645108 CPUtime=1301.11 cores=0,2
/proc/32408/stat : 32408 (java) S 32406 32408 30725 0 -1 4202496 94658 0 1 0 130095 16 0 0 21 0 19 0 488401196 7828590592 92544 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32408/statm: 1911277 92544 2250 9 0 1902015 0
[pid=32408/tid=32410] ppid=32406 vsize=7645108 CPUtime=1296.95 cores=0,2
/proc/32408/task/32410/stat : 32410 (java) R 32406 32408 30725 0 -1 4202560 31926 0 1 0 129688 7 0 0 25 0 19 0 488401197 7828590592 92544 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 46912505768817 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32408/tid=32411] ppid=32406 vsize=7645108 CPUtime=0.1 cores=0,2
/proc/32408/task/32411/stat : 32411 (java) S 32406 32408 30725 0 -1 4202560 6381 0 0 0 10 0 0 0 16 0 19 0 488401199 7828590592 92544 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32412] ppid=32406 vsize=7645108 CPUtime=0.1 cores=0,2
/proc/32408/task/32412/stat : 32412 (java) S 32406 32408 30725 0 -1 4202560 5902 0 0 0 10 0 0 0 15 0 19 0 488401199 7828590592 92544 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32413] ppid=32406 vsize=7645108 CPUtime=0.06 cores=0,2
/proc/32408/task/32413/stat : 32413 (java) S 32406 32408 30725 0 -1 4202560 2142 0 0 0 6 0 0 0 15 0 19 0 488401199 7828590592 92544 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32414] ppid=32406 vsize=7645108 CPUtime=0.09 cores=0,2
/proc/32408/task/32414/stat : 32414 (java) S 32406 32408 30725 0 -1 4202560 3948 0 0 0 9 0 0 0 15 0 19 0 488401199 7828590592 92544 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32415] ppid=32406 vsize=7645108 CPUtime=0.08 cores=0,2
/proc/32408/task/32415/stat : 32415 (java) S 32406 32408 30725 0 -1 4202560 4566 0 0 0 8 0 0 0 15 0 19 0 488401199 7828590592 92544 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32416] ppid=32406 vsize=7645108 CPUtime=0.09 cores=0,2
/proc/32408/task/32416/stat : 32416 (java) S 32406 32408 30725 0 -1 4202560 9551 0 0 0 8 1 0 0 15 0 19 0 488401199 7828590592 92544 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32417] ppid=32406 vsize=7645108 CPUtime=0.05 cores=0,2
/proc/32408/task/32417/stat : 32417 (java) S 32406 32408 30725 0 -1 4202560 5142 0 0 0 5 0 0 0 16 0 19 0 488401199 7828590592 92544 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32418] ppid=32406 vsize=7645108 CPUtime=0.11 cores=0,2
/proc/32408/task/32418/stat : 32418 (java) S 32406 32408 30725 0 -1 4202560 2931 0 0 0 11 0 0 0 15 0 19 0 488401199 7828590592 92544 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32419] ppid=32406 vsize=7645108 CPUtime=2.51 cores=0,2
/proc/32408/task/32419/stat : 32419 (java) S 32406 32408 30725 0 -1 4202560 16236 0 0 0 249 2 0 0 15 0 19 0 488401200 7828590592 92544 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 0 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32420] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32420/stat : 32420 (java) S 32406 32408 30725 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 488401201 7828590592 92544 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32421] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32421/stat : 32421 (java) S 32406 32408 30725 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 488401201 7828590592 92544 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32422] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32422/stat : 32422 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401203 7828590592 92544 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624934321 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32423] ppid=32406 vsize=7645108 CPUtime=0.34 cores=0,2
/proc/32408/task/32423/stat : 32423 (java) S 32406 32408 30725 0 -1 4202560 2202 0 0 0 34 0 0 0 15 0 19 0 488401203 7828590592 92544 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32424] ppid=32406 vsize=7645108 CPUtime=0.51 cores=0,2
/proc/32408/task/32424/stat : 32424 (java) S 32406 32408 30725 0 -1 4202560 2507 0 0 0 51 0 0 0 15 0 19 0 488401203 7828590592 92544 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
[pid=32408/tid=32425] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32425/stat : 32425 (java) S 32406 32408 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401203 7828590592 92544 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624926617 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32426] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32426/stat : 32426 (java) S 32406 32408 30725 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 488401203 7828590592 92544 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 4 0 16800975 18446604453926545280 0 0 -1 2 0 0 0
[pid=32408/tid=32450] ppid=32406 vsize=7645108 CPUtime=0 cores=0,2
/proc/32408/task/32450/stat : 32450 (java) S 32406 32408 30725 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 488401252 7828590592 92544 33554432000 1073741824 1073778376 140734271600528 18446744073709551615 270624927232 0 4 0 16800975 18446604453926545280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.11
Current children cumulated vsize (KiB) 7645108

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

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

Child status: 143
Real time (s): 1300.06
CPU time (s): 1301.2
CPU user time (s): 1301.02
CPU system time (s): 0.180972
CPU usage (%): 100.087
Max. virtual memory (cumulated for all children) (KiB): 7645108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.02
system time used= 0.180972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94975
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= 27264
involuntary context switches= 6728

runsolver used 2.25466 second user time and 4.85626 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-25 23:46:43
IDJOB=3285625
IDBENCH=82390
IDSOLVER=1611
FILE ID=node108/3285625-1303768002
RUNJOBID= node108-1303768002-32384
PBS_JOBID= 13157142
Free space on /tmp= 71592 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.025-NOTKNOWN.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285625-1303768002/watcher-3285625-1303768002 -o /tmp/evaluation-result-3285625-1303768002/solver-3285625-1303768002 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3285625-1303768002.cnf

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=1031377674

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.820
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:      14231260 kB
Buffers:       2275212 kB
Cached:       15789272 kB
SwapCached:          0 kB
Active:        9802464 kB
Inactive:      8337112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14231260 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           40776 kB
Writeback:           0 kB
AnonPages:       74048 kB
Mapped:          14496 kB
Slab:           517316 kB
PageTables:       5064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   200840 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= 71360 MiB
End job on node108 at 2011-04-26 00:08:25