Trace number 3285579

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.55 1300.08

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
MD5SUM4ab53801f3b1a3f7169c9fb38cba4184
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 variables171676
Number of clauses870241
Sum of the clauses size2069671
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2859140
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c no version file found!!!
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.07	c java.vm.version	19.1-b02
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	64
0.02/0.07	c java.version		1.6.0_24
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.18-164.el5
0.02/0.07	c os.arch		amd64
0.02/0.07	c Free memory 		6997539544
0.02/0.07	c Max memory 		7034241024
0.02/0.07	c Total memory 		7034241024
0.02/0.07	c Number of processors 	8
0.02/0.09	c --- Begin Solver configuration ---
0.02/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@2fe4cbc4
0.02/0.09	c Learn all clauses as in MiniSAT
0.02/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.02/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.02/0.09	c Expensive reason simplification
0.02/0.09	c Armin Biere (Picosat) restarts strategy
0.02/0.09	c Glucose learned constraints deletion strategy
0.02/0.09	c timeout=2147483647s
0.02/0.09	c DB Simplification allowed=true
0.02/0.09	c --- End Solver configuration ---
0.02/0.09	c solving HOME/instance-3285579-1303768002.cnf
0.02/0.09	c reading problem ... 
0.78/0.75	c ... done. Wall clock time 0.653s.
0.78/0.75	c #vars     171676
0.78/0.75	c #constraints  686208
0.78/0.75	c constraints type 
0.78/0.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9505
0.78/0.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 647992
22.44/21.81	c cleaning 2483 clauses out of 4987 with flag 5000/5000
40.16/39.00	c cleaning 4203 clauses out of 8496 with flag 11001/11001
73.67/72.58	c cleaning 5557 clauses out of 11274 with flag 18000/18000
106.78/105.65	c cleaning 6849 clauses out of 13700 with flag 26000/26000
140.70/139.59	c cleaning 7908 clauses out of 15839 with flag 35001/35001
199.81/198.67	c cleaning 8927 clauses out of 17915 with flag 45002/45002
309.01/307.81	c cleaning 9922 clauses out of 19954 with flag 56000/56000
381.52/380.38	c cleaning 10985 clauses out of 22027 with flag 68000/68000
469.54/468.33	c cleaning 12007 clauses out of 24030 with flag 81001/81001
590.16/588.90	c cleaning 12953 clauses out of 26010 with flag 95000/95000
662.49/661.28	c cleaning 13933 clauses out of 28050 with flag 110000/110000
795.72/794.41	c cleaning 14971 clauses out of 30113 with flag 126000/126000
915.45/914.14	c cleaning 16001 clauses out of 32135 with flag 143004/143004
1026.97/1025.68	c cleaning 17058 clauses out of 34128 with flag 161001/161001
1128.80/1127.46	c cleaning 17882 clauses out of 35816 with flag 180001/180001
1301.43/1300.01	c starts		: 528
1301.43/1300.01	c conflicts		: 199255
1301.43/1300.01	c decisions		: 1848209
1301.43/1300.01	c propagations		: 250734286
1301.43/1300.01	c inspects		: 1458640575
1301.43/1300.01	c shortcuts		: 0
1301.43/1300.01	c learnt literals	: 101
1301.43/1300.01	c learnt binary clauses	: 608
1301.43/1300.01	c learnt ternary clauses	: 321
1301.43/1300.01	c learnt constraints	: 199153
1301.43/1300.01	c ignored constraints	: 0
1301.43/1300.01	c root simplifications	: 629
1301.43/1300.01	c removed literals (reason simplification)	: 19929899
1301.43/1300.01	c reason swapping (by a shorter reason)	: 0
1301.43/1300.01	c Calls to reduceDB	: 15
1301.43/1300.01	c speed (assignments/second)	: 192982.230668049
1301.43/1300.01	c non guided choices	23690
1301.43/1300.05	c learnt constraints type 
1301.43/1300.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 580
1301.43/1300.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36598
1301.43/1300.05	c constraints type 
1301.43/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9505
1301.43/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 647992
1301.43/1300.05	s UNKNOWN
1301.43/1300.05	c Total wall clock time (in seconds) : 1299.915

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-3285579-1303768002/watcher-3285579-1303768002 -o /tmp/evaluation-result-3285579-1303768002/solver-3285579-1303768002 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3285579-1303768002.cnf 

running on 2 cores: 5,7

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 6/200 32431
/proc/meminfo: memFree=14164900/32951124 swapFree=67111528/67111528
[pid=32431] ppid=32429 vsize=33748 CPUtime=0 cores=5,7
/proc/32431/stat : 32431 (java) S 32429 32431 30725 0 -1 4202496 1299 0 0 0 0 0 0 0 21 0 2 0 488401219 34557952 1007 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624913381 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/32431/statm: 8425 1010 777 9 0 387 0
[pid=32431/tid=32432] ppid=32429 vsize=33696 CPUtime=0 cores=5,7
/proc/32431/task/32432/stat : 32432 (java) R 32429 32431 30725 0 -1 4202560 186 0 0 0 0 0 0 0 23 0 2 0 488401220 34504704 1009 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270608187015 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.02285 s]
/proc/loadavg: 3.13 3.76 3.46 6/200 32431
/proc/meminfo: memFree=14164900/32951124 swapFree=67111528/67111528
[pid=32431] ppid=32429 vsize=7617276 CPUtime=0.02 cores=5,7
/proc/32431/stat : 32431 (java) S 32429 32431 30725 0 -1 4202496 8194 0 1 0 1 1 0 0 21 0 10 0 488401219 7800090624 7891 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624913381 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/32431/statm: 1904319 7891 1515 9 0 1895067 0
[pid=32431/tid=32432] ppid=32429 vsize=7617276 CPUtime=0 cores=5,7
/proc/32431/task/32432/stat : 32432 (java) R 32429 32431 30725 0 -1 4202560 7070 0 1 0 0 0 0 0 25 0 10 0 488401220 7800090624 7891 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 47247386565580 0 4 0 16784584 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7617276

[startup+0.10088 s]
/proc/loadavg: 3.13 3.76 3.46 6/200 32431
/proc/meminfo: memFree=14164900/32951124 swapFree=67111528/67111528
[pid=32431] ppid=32429 vsize=7636024 CPUtime=0.1 cores=5,7
/proc/32431/stat : 32431 (java) S 32429 32431 30725 0 -1 4202496 10685 0 1 0 9 1 0 0 21 0 18 0 488401219 7819288576 10343 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/32431/statm: 1909006 10373 2093 9 0 1899744 0
[pid=32431/tid=32432] ppid=32429 vsize=7636024 CPUtime=0.08 cores=5,7
/proc/32431/task/32432/stat : 32432 (java) R 32429 32431 30725 0 -1 4202560 8770 0 1 0 7 1 0 0 22 0 18 0 488401220 7819288576 10385 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 47247383197320 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636024

[startup+0.300836 s]
/proc/loadavg: 3.13 3.76 3.46 6/200 32431
/proc/meminfo: memFree=14164900/32951124 swapFree=67111528/67111528
[pid=32431] ppid=32429 vsize=7636156 CPUtime=0.38 cores=5,7
/proc/32431/stat : 32431 (java) S 32429 32431 30725 0 -1 4202496 16095 0 1 0 36 2 0 0 21 0 18 0 488401219 7819423744 15628 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/32431/statm: 1909039 15630 2196 9 0 1899777 0
[pid=32431/tid=32432] ppid=32429 vsize=7636156 CPUtime=0.28 cores=5,7
/proc/32431/task/32432/stat : 32432 (java) R 32429 32431 30725 0 -1 4202560 13757 0 1 0 26 2 0 0 22 0 18 0 488401220 7819423744 15630 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 46912505514623 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 7636156

[startup+0.700761 s]
/proc/loadavg: 3.13 3.76 3.46 6/200 32431
/proc/meminfo: memFree=14164900/32951124 swapFree=67111528/67111528
[pid=32431] ppid=32429 vsize=7636156 CPUtime=0.78 cores=5,7
/proc/32431/stat : 32431 (java) S 32429 32431 30725 0 -1 4202496 28114 0 1 0 74 4 0 0 21 0 18 0 488401219 7819423744 27648 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/32431/statm: 1909039 27650 2199 9 0 1899777 0
[pid=32431/tid=32432] ppid=32429 vsize=7636156 CPUtime=0.67 cores=5,7
/proc/32431/task/32432/stat : 32432 (java) R 32429 32431 30725 0 -1 4202560 25778 0 1 0 64 3 0 0 24 0 18 0 488401220 7819423744 27651 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 46912505514284 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 7636156

[startup+1.50743 s]
/proc/loadavg: 3.13 3.76 3.46 6/220 32451
/proc/meminfo: memFree=13919660/32951124 swapFree=67111528/67111528
[pid=32431] ppid=32429 vsize=7640104 CPUtime=2.02 cores=5,7
/proc/32431/stat : 32431 (java) S 32429 32431 30725 0 -1 4202496 36342 0 1 0 197 5 0 0 21 0 19 0 488401219 7823466496 33719 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/32431/statm: 1910026 33719 2219 9 0 1900764 0
[pid=32431/tid=32432] ppid=32429 vsize=7640104 CPUtime=1.32 cores=5,7
/proc/32431/task/32432/stat : 32432 (java) R 32429 32431 30725 0 -1 4202560 29960 0 1 0 128 4 0 0 25 0 19 0 488401220 7823466496 33719 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 46912505217341 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32431/tid=32434] ppid=32429 vsize=7640104 CPUtime=0 cores=5,7
/proc/32431/task/32434/stat : 32434 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 488401221 7823466496 33719 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32435] ppid=32429 vsize=7640104 CPUtime=0 cores=5,7
/proc/32431/task/32435/stat : 32435 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7823466496 33719 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32436] ppid=32429 vsize=7640104 CPUtime=0 cores=5,7
/proc/32431/task/32436/stat : 32436 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7823466496 33719 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32437] ppid=32429 vsize=7640104 CPUtime=0 cores=5,7
/proc/32431/task/32437/stat : 32437 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7823466496 33719 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32438] ppid=32429 vsize=7640104 CPUtime=0 cores=5,7
/proc/32431/task/32438/stat : 32438 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7823466496 33719 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32439] ppid=32429 vsize=7640104 CPUtime=0 cores=5,7
/proc/32431/task/32439/stat : 32439 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7823466496 33719 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32440] ppid=32429 vsize=7640104 CPUtime=0 cores=5,7
/proc/32431/task/32440/stat : 32440 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7823466496 33719 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32441] ppid=32429 vsize=7640104 CPUtime=0 cores=5,7
/proc/32431/task/32441/stat : 32441 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7823466496 33719 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32442] ppid=32429 vsize=7640104 CPUtime=0 cores=5,7
/proc/32431/task/32442/stat : 32442 (java) S 32429 32431 30725 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 488401222 7823466496 33719 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624927232 0 0 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32443] ppid=32429 vsize=7640104 CPUtime=0 cores=5,7
/proc/32431/task/32443/stat : 32443 (java) S 32429 32431 30725 0 -1 4202560 17 0 0 0 0 0 0 0 25 0 19 0 488401223 7823466496 33719 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32444] ppid=32429 vsize=7640104 CPUtime=0 cores=5,7
/proc/32431/task/32444/stat : 32444 (java) S 32429 32431 30725 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488401223 7823466496 33719 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32445] ppid=32429 vsize=7640104 CPUtime=0 cores=5,7
/proc/32431/task/32445/stat : 32445 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 488401225 7823466496 33719 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624934321 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32446] ppid=32429 vsize=7640104 CPUtime=0.32 cores=5,7
/proc/32431/task/32446/stat : 32446 (java) S 32429 32431 30725 0 -1 4202560 2288 0 0 0 32 0 0 0 16 0 19 0 488401225 7823466496 33719 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32447] ppid=32429 vsize=7640104 CPUtime=0.37 cores=5,7
/proc/32431/task/32447/stat : 32447 (java) S 32429 32431 30725 0 -1 4202560 2930 0 0 0 37 0 0 0 15 0 19 0 488401225 7823466496 33719 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32448] ppid=32429 vsize=7640104 CPUtime=0 cores=5,7
/proc/32431/task/32448/stat : 32448 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488401225 7823466496 33719 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32449] ppid=32429 vsize=7640104 CPUtime=0 cores=5,7
/proc/32431/task/32449/stat : 32449 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488401225 7823466496 33719 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624927232 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32451] ppid=32429 vsize=7640104 CPUtime=0 cores=5,7
/proc/32431/task/32451/stat : 32451 (java) S 32429 32431 30725 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488401303 7823466496 33719 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624927232 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 7640104

[startup+3.10814 s]
/proc/loadavg: 3.13 3.76 3.46 5/240 32474
/proc/meminfo: memFree=13814252/32951124 swapFree=67111528/67111528
[pid=32431] ppid=32429 vsize=7640920 CPUtime=3.72 cores=5,7
/proc/32431/stat : 32431 (java) S 32429 32431 30725 0 -1 4202496 36852 0 1 0 367 5 0 0 21 0 19 0 488401219 7824302080 34228 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/32431/statm: 1910230 34228 2220 9 0 1900968 0
[pid=32431/tid=32432] ppid=32429 vsize=7640920 CPUtime=2.89 cores=5,7
/proc/32431/task/32432/stat : 32432 (java) R 32429 32431 30725 0 -1 4202560 30288 0 1 0 285 4 0 0 25 0 19 0 488401220 7824302080 34228 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624936629 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=32431/tid=32434] ppid=32429 vsize=7640920 CPUtime=0 cores=5,7
/proc/32431/task/32434/stat : 32434 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 488401221 7824302080 34228 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32435] ppid=32429 vsize=7640920 CPUtime=0 cores=5,7
/proc/32431/task/32435/stat : 32435 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7824302080 34228 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32436] ppid=32429 vsize=7640920 CPUtime=0 cores=5,7
/proc/32431/task/32436/stat : 32436 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7824302080 34228 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32437] ppid=32429 vsize=7640920 CPUtime=0 cores=5,7
/proc/32431/task/32437/stat : 32437 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7824302080 34228 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32438] ppid=32429 vsize=7640920 CPUtime=0 cores=5,7
/proc/32431/task/32438/stat : 32438 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7824302080 34228 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32439] ppid=32429 vsize=7640920 CPUtime=0 cores=5,7
/proc/32431/task/32439/stat : 32439 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7824302080 34228 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32440] ppid=32429 vsize=7640920 CPUtime=0 cores=5,7
/proc/32431/task/32440/stat : 32440 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7824302080 34228 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32441] ppid=32429 vsize=7640920 CPUtime=0 cores=5,7
/proc/32431/task/32441/stat : 32441 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7824302080 34228 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32442] ppid=32429 vsize=7640920 CPUtime=0 cores=5,7
/proc/32431/task/32442/stat : 32442 (java) S 32429 32431 30725 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 488401222 7824302080 34228 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624927232 0 0 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32443] ppid=32429 vsize=7640920 CPUtime=0 cores=5,7
/proc/32431/task/32443/stat : 32443 (java) S 32429 32431 30725 0 -1 4202560 17 0 0 0 0 0 0 0 25 0 19 0 488401223 7824302080 34228 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32444] ppid=32429 vsize=7640920 CPUtime=0 cores=5,7
/proc/32431/task/32444/stat : 32444 (java) S 32429 32431 30725 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488401223 7824302080 34228 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32445] ppid=32429 vsize=7640920 CPUtime=0 cores=5,7
/proc/32431/task/32445/stat : 32445 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 488401225 7824302080 34228 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624934321 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32446] ppid=32429 vsize=7640920 CPUtime=0.37 cores=5,7
/proc/32431/task/32446/stat : 32446 (java) R 32429 32431 30725 0 -1 4202560 2383 0 0 0 37 0 0 0 15 0 19 0 488401225 7824302080 34228 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 47247381938736 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32431/tid=32447] ppid=32429 vsize=7640920 CPUtime=0.44 cores=5,7
/proc/32431/task/32447/stat : 32447 (java) S 32429 32431 30725 0 -1 4202560 3017 0 0 0 44 0 0 0 15 0 19 0 488401225 7824302080 34228 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32448] ppid=32429 vsize=7640920 CPUtime=0 cores=5,7
/proc/32431/task/32448/stat : 32448 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488401225 7824302080 34228 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32449] ppid=32429 vsize=7640920 CPUtime=0 cores=5,7
/proc/32431/task/32449/stat : 32449 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 488401225 7824302080 34228 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624927232 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32451] ppid=32429 vsize=7640920 CPUtime=0 cores=5,7
/proc/32431/task/32451/stat : 32451 (java) S 32429 32431 30725 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488401303 7824302080 34228 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624927232 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 7640920

[startup+6.30078 s]
/proc/loadavg: 3.20 3.77 3.47 5/261 32498
/proc/meminfo: memFree=13224992/32951124 swapFree=67111528/67111528
[pid=32431] ppid=32429 vsize=7640168 CPUtime=6.94 cores=5,7
/proc/32431/stat : 32431 (java) S 32429 32431 30725 0 -1 4202496 37495 0 1 0 689 5 0 0 21 0 19 0 488401219 7823532032 34570 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/32431/statm: 1910042 34570 2222 9 0 1900780 0
[pid=32431/tid=32432] ppid=32429 vsize=7640168 CPUtime=6.08 cores=5,7
/proc/32431/task/32432/stat : 32432 (java) R 32429 32431 30725 0 -1 4202560 30923 0 1 0 604 4 0 0 24 0 19 0 488401220 7823532032 34570 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 46912505868700 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32431/tid=32434] ppid=32429 vsize=7640168 CPUtime=0 cores=5,7
/proc/32431/task/32434/stat : 32434 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 488401221 7823532032 34570 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32435] ppid=32429 vsize=7640168 CPUtime=0 cores=5,7
/proc/32431/task/32435/stat : 32435 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7823532032 34570 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32436] ppid=32429 vsize=7640168 CPUtime=0 cores=5,7
/proc/32431/task/32436/stat : 32436 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7823532032 34570 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32437] ppid=32429 vsize=7640168 CPUtime=0 cores=5,7
/proc/32431/task/32437/stat : 32437 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7823532032 34570 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32438] ppid=32429 vsize=7640168 CPUtime=0 cores=5,7
/proc/32431/task/32438/stat : 32438 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7823532032 34570 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32439] ppid=32429 vsize=7640168 CPUtime=0 cores=5,7
/proc/32431/task/32439/stat : 32439 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7823532032 34570 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32440] ppid=32429 vsize=7640168 CPUtime=0 cores=5,7
/proc/32431/task/32440/stat : 32440 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7823532032 34570 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32441] ppid=32429 vsize=7640168 CPUtime=0 cores=5,7
/proc/32431/task/32441/stat : 32441 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 488401221 7823532032 34570 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32442] ppid=32429 vsize=7640168 CPUtime=0 cores=5,7
/proc/32431/task/32442/stat : 32442 (java) S 32429 32431 30725 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 488401222 7823532032 34570 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624927232 0 0 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32443] ppid=32429 vsize=7640168 CPUtime=0 cores=5,7
/proc/32431/task/32443/stat : 32443 (java) S 32429 32431 30725 0 -1 4202560 17 0 0 0 0 0 0 0 25 0 19 0 488401223 7823532032 34570 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32444] ppid=32429 vsize=7640168 CPUtime=0 cores=5,7
/proc/32431/task/32444/stat : 32444 (java) S 32429 32431 30725 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488401223 7823532032 34570 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32445] ppid=32429 vsize=7640168 CPUtime=0 cores=5,7
/proc/32431/task/32445/stat : 32445 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 488401225 7823532032 34570 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624934321 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32446] ppid=32429 vsize=7640168 CPUtime=0.37 cores=5,7
/proc/32431/task/32446/stat : 32446 (java) S 32429 32431 30725 0 -1 4202560 2391 0 0 0 37 0 0 0 15 0 19 0 488401225 7823532032 34570 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32447] ppid=32429 vsize=7640168 CPUtime=0.47 cores=5,7
/proc/32431/task/32447/stat : 32447 (java) S 32429 32431 30725 0 -1 4202560 3017 0 0 0 47 0 0 0 15 0 19 0 488401225 7823532032 34570 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0

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

[pid=32431/tid=32439] ppid=32429 vsize=7645940 CPUtime=0.06 cores=5,7
/proc/32431/task/32439/stat : 32439 (java) S 32429 32431 30725 0 -1 4202560 2617 0 0 0 6 0 0 0 15 0 19 0 488401221 7829442560 108595 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32440] ppid=32429 vsize=7645940 CPUtime=0.09 cores=5,7
/proc/32431/task/32440/stat : 32440 (java) S 32429 32431 30725 0 -1 4202560 7229 0 0 0 9 0 0 0 16 0 19 0 488401221 7829442560 108595 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32441] ppid=32429 vsize=7645940 CPUtime=0.2 cores=5,7
/proc/32431/task/32441/stat : 32441 (java) S 32429 32431 30725 0 -1 4202560 16597 0 0 0 19 1 0 0 15 0 19 0 488401221 7829442560 108595 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32442] ppid=32429 vsize=7645940 CPUtime=2.81 cores=5,7
/proc/32431/task/32442/stat : 32442 (java) S 32429 32431 30725 0 -1 4202560 26355 0 0 0 279 2 0 0 15 0 19 0 488401222 7829442560 108595 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624927232 0 0 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32443] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32443/stat : 32443 (java) S 32429 32431 30725 0 -1 4202560 19 0 0 0 0 0 0 0 18 0 19 0 488401223 7829442560 108595 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32444] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32444/stat : 32444 (java) S 32429 32431 30725 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 488401223 7829442560 108595 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32445] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32445/stat : 32445 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 488401225 7829442560 108595 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624934321 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32446] ppid=32429 vsize=7645940 CPUtime=0.91 cores=5,7
/proc/32431/task/32446/stat : 32446 (java) S 32429 32431 30725 0 -1 4202560 9053 0 0 0 90 1 0 0 15 0 19 0 488401225 7829442560 108595 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32447] ppid=32429 vsize=7645940 CPUtime=0.48 cores=5,7
/proc/32431/task/32447/stat : 32447 (java) S 32429 32431 30725 0 -1 4202560 3020 0 0 0 48 0 0 0 15 0 19 0 488401225 7829442560 108595 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32448] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32448/stat : 32448 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488401225 7829442560 108595 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32449] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32449/stat : 32449 (java) S 32429 32431 30725 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 488401225 7829442560 108595 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624927232 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32451] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32451/stat : 32451 (java) S 32429 32431 30725 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488401303 7829442560 108595 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624927232 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1123.71
Current children cumulated vsize (KiB) 7645940

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.83 5/262 32543
/proc/meminfo: memFree=9838424/32951124 swapFree=67111528/67111528
[pid=32431] ppid=32429 vsize=7645940 CPUtime=1183.73 cores=5,7
/proc/32431/stat : 32431 (java) S 32429 32431 30725 0 -1 4202496 117636 0 1 0 118358 15 0 0 21 0 19 0 488401219 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/32431/statm: 1911485 109323 2250 9 0 1902223 0
[pid=32431/tid=32432] ppid=32429 vsize=7645940 CPUtime=1178.46 cores=5,7
/proc/32431/task/32432/stat : 32432 (java) R 32429 32431 30725 0 -1 4202560 34001 0 1 0 117841 5 0 0 25 0 19 0 488401220 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 46912505851648 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32431/tid=32434] ppid=32429 vsize=7645940 CPUtime=0.19 cores=5,7
/proc/32431/task/32434/stat : 32434 (java) S 32429 32431 30725 0 -1 4202560 10998 0 0 0 18 1 0 0 16 0 19 0 488401221 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32435] ppid=32429 vsize=7645940 CPUtime=0.01 cores=5,7
/proc/32431/task/32435/stat : 32435 (java) S 32429 32431 30725 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 488401221 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32436] ppid=32429 vsize=7645940 CPUtime=0.06 cores=5,7
/proc/32431/task/32436/stat : 32436 (java) S 32429 32431 30725 0 -1 4202560 1803 0 0 0 6 0 0 0 15 0 19 0 488401221 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32437] ppid=32429 vsize=7645940 CPUtime=0.06 cores=5,7
/proc/32431/task/32437/stat : 32437 (java) S 32429 32431 30725 0 -1 4202560 2966 0 0 0 6 0 0 0 15 0 19 0 488401221 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32438] ppid=32429 vsize=7645940 CPUtime=0.06 cores=5,7
/proc/32431/task/32438/stat : 32438 (java) S 32429 32431 30725 0 -1 4202560 1057 0 0 0 6 0 0 0 16 0 19 0 488401221 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32439] ppid=32429 vsize=7645940 CPUtime=0.06 cores=5,7
/proc/32431/task/32439/stat : 32439 (java) S 32429 32431 30725 0 -1 4202560 2617 0 0 0 6 0 0 0 16 0 19 0 488401221 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32440] ppid=32429 vsize=7645940 CPUtime=0.09 cores=5,7
/proc/32431/task/32440/stat : 32440 (java) S 32429 32431 30725 0 -1 4202560 7229 0 0 0 9 0 0 0 15 0 19 0 488401221 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32441] ppid=32429 vsize=7645940 CPUtime=0.23 cores=5,7
/proc/32431/task/32441/stat : 32441 (java) S 32429 32431 30725 0 -1 4202560 16615 0 0 0 22 1 0 0 15 0 19 0 488401221 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32442] ppid=32429 vsize=7645940 CPUtime=3 cores=5,7
/proc/32431/task/32442/stat : 32442 (java) S 32429 32431 30725 0 -1 4202560 27051 0 0 0 298 2 0 0 15 0 19 0 488401222 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624927232 0 0 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32443] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32443/stat : 32443 (java) S 32429 32431 30725 0 -1 4202560 19 0 0 0 0 0 0 0 18 0 19 0 488401223 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32444] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32444/stat : 32444 (java) S 32429 32431 30725 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 488401223 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32445] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32445/stat : 32445 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 488401225 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624934321 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32446] ppid=32429 vsize=7645940 CPUtime=0.91 cores=5,7
/proc/32431/task/32446/stat : 32446 (java) S 32429 32431 30725 0 -1 4202560 9053 0 0 0 90 1 0 0 15 0 19 0 488401225 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32447] ppid=32429 vsize=7645940 CPUtime=0.48 cores=5,7
/proc/32431/task/32447/stat : 32447 (java) S 32429 32431 30725 0 -1 4202560 3020 0 0 0 48 0 0 0 15 0 19 0 488401225 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32448] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32448/stat : 32448 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488401225 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32449] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32449/stat : 32449 (java) S 32429 32431 30725 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 488401225 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624927232 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32451] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32451/stat : 32451 (java) S 32429 32431 30725 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488401303 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624927232 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1183.73
Current children cumulated vsize (KiB) 7645940

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/262 32544
/proc/meminfo: memFree=9833084/32951124 swapFree=67111528/67111528
[pid=32431] ppid=32429 vsize=7645940 CPUtime=1243.73 cores=5,7
/proc/32431/stat : 32431 (java) S 32429 32431 30725 0 -1 4202496 117640 0 1 0 124358 15 0 0 21 0 19 0 488401219 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/32431/statm: 1911485 109323 2250 9 0 1902223 0
[pid=32431/tid=32432] ppid=32429 vsize=7645940 CPUtime=1238.46 cores=5,7
/proc/32431/task/32432/stat : 32432 (java) R 32429 32431 30725 0 -1 4202560 34001 0 1 0 123841 5 0 0 25 0 19 0 488401220 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 46912505851324 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32431/tid=32434] ppid=32429 vsize=7645940 CPUtime=0.19 cores=5,7
/proc/32431/task/32434/stat : 32434 (java) S 32429 32431 30725 0 -1 4202560 10998 0 0 0 18 1 0 0 16 0 19 0 488401221 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32435] ppid=32429 vsize=7645940 CPUtime=0.01 cores=5,7
/proc/32431/task/32435/stat : 32435 (java) S 32429 32431 30725 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 488401221 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32436] ppid=32429 vsize=7645940 CPUtime=0.06 cores=5,7
/proc/32431/task/32436/stat : 32436 (java) S 32429 32431 30725 0 -1 4202560 1803 0 0 0 6 0 0 0 15 0 19 0 488401221 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32437] ppid=32429 vsize=7645940 CPUtime=0.06 cores=5,7
/proc/32431/task/32437/stat : 32437 (java) S 32429 32431 30725 0 -1 4202560 2966 0 0 0 6 0 0 0 15 0 19 0 488401221 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32438] ppid=32429 vsize=7645940 CPUtime=0.06 cores=5,7
/proc/32431/task/32438/stat : 32438 (java) S 32429 32431 30725 0 -1 4202560 1057 0 0 0 6 0 0 0 16 0 19 0 488401221 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32439] ppid=32429 vsize=7645940 CPUtime=0.06 cores=5,7
/proc/32431/task/32439/stat : 32439 (java) S 32429 32431 30725 0 -1 4202560 2617 0 0 0 6 0 0 0 16 0 19 0 488401221 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32440] ppid=32429 vsize=7645940 CPUtime=0.09 cores=5,7
/proc/32431/task/32440/stat : 32440 (java) S 32429 32431 30725 0 -1 4202560 7229 0 0 0 9 0 0 0 15 0 19 0 488401221 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32441] ppid=32429 vsize=7645940 CPUtime=0.23 cores=5,7
/proc/32431/task/32441/stat : 32441 (java) S 32429 32431 30725 0 -1 4202560 16615 0 0 0 22 1 0 0 15 0 19 0 488401221 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32442] ppid=32429 vsize=7645940 CPUtime=3 cores=5,7
/proc/32431/task/32442/stat : 32442 (java) S 32429 32431 30725 0 -1 4202560 27051 0 0 0 298 2 0 0 15 0 19 0 488401222 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624927232 0 0 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32443] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32443/stat : 32443 (java) S 32429 32431 30725 0 -1 4202560 19 0 0 0 0 0 0 0 18 0 19 0 488401223 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32444] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32444/stat : 32444 (java) S 32429 32431 30725 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 488401223 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32445] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32445/stat : 32445 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 488401225 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624934321 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32446] ppid=32429 vsize=7645940 CPUtime=0.91 cores=5,7
/proc/32431/task/32446/stat : 32446 (java) S 32429 32431 30725 0 -1 4202560 9053 0 0 0 90 1 0 0 15 0 19 0 488401225 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32447] ppid=32429 vsize=7645940 CPUtime=0.48 cores=5,7
/proc/32431/task/32447/stat : 32447 (java) S 32429 32431 30725 0 -1 4202560 3020 0 0 0 48 0 0 0 15 0 19 0 488401225 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32448] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32448/stat : 32448 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488401225 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32449] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32449/stat : 32449 (java) S 32429 32431 30725 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 488401225 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624927232 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32451] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32451/stat : 32451 (java) S 32429 32431 30725 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488401303 7829442560 109323 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624927232 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1243.73
Current children cumulated vsize (KiB) 7645940



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.84 4/242 32549
/proc/meminfo: memFree=10126204/32951124 swapFree=67111528/67111528
[pid=32431] ppid=32429 vsize=7645940 CPUtime=1301.43 cores=5,7
/proc/32431/stat : 32431 (java) S 32429 32431 30725 0 -1 4202496 123052 0 1 0 130127 16 0 0 21 0 19 0 488401219 7829442560 114733 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/32431/statm: 1911485 114733 2250 9 0 1902223 0
[pid=32431/tid=32432] ppid=32429 vsize=7645940 CPUtime=1296.16 cores=5,7
/proc/32431/task/32432/stat : 32432 (java) R 32429 32431 30725 0 -1 4202560 39411 0 1 0 129610 6 0 0 25 0 19 0 488401220 7829442560 114733 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 46912505852733 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32431/tid=32434] ppid=32429 vsize=7645940 CPUtime=0.19 cores=5,7
/proc/32431/task/32434/stat : 32434 (java) S 32429 32431 30725 0 -1 4202560 10998 0 0 0 18 1 0 0 16 0 19 0 488401221 7829442560 114733 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32435] ppid=32429 vsize=7645940 CPUtime=0.01 cores=5,7
/proc/32431/task/32435/stat : 32435 (java) S 32429 32431 30725 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 19 0 488401221 7829442560 114733 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32436] ppid=32429 vsize=7645940 CPUtime=0.06 cores=5,7
/proc/32431/task/32436/stat : 32436 (java) S 32429 32431 30725 0 -1 4202560 1803 0 0 0 6 0 0 0 15 0 19 0 488401221 7829442560 114733 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32437] ppid=32429 vsize=7645940 CPUtime=0.06 cores=5,7
/proc/32431/task/32437/stat : 32437 (java) S 32429 32431 30725 0 -1 4202560 2966 0 0 0 6 0 0 0 15 0 19 0 488401221 7829442560 114733 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32438] ppid=32429 vsize=7645940 CPUtime=0.06 cores=5,7
/proc/32431/task/32438/stat : 32438 (java) S 32429 32431 30725 0 -1 4202560 1057 0 0 0 6 0 0 0 16 0 19 0 488401221 7829442560 114733 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32439] ppid=32429 vsize=7645940 CPUtime=0.06 cores=5,7
/proc/32431/task/32439/stat : 32439 (java) S 32429 32431 30725 0 -1 4202560 2617 0 0 0 6 0 0 0 16 0 19 0 488401221 7829442560 114733 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32440] ppid=32429 vsize=7645940 CPUtime=0.09 cores=5,7
/proc/32431/task/32440/stat : 32440 (java) S 32429 32431 30725 0 -1 4202560 7229 0 0 0 9 0 0 0 15 0 19 0 488401221 7829442560 114733 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32441] ppid=32429 vsize=7645940 CPUtime=0.23 cores=5,7
/proc/32431/task/32441/stat : 32441 (java) S 32429 32431 30725 0 -1 4202560 16615 0 0 0 22 1 0 0 15 0 19 0 488401221 7829442560 114733 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32442] ppid=32429 vsize=7645940 CPUtime=3 cores=5,7
/proc/32431/task/32442/stat : 32442 (java) S 32429 32431 30725 0 -1 4202560 27051 0 0 0 298 2 0 0 15 0 19 0 488401222 7829442560 114733 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624927232 0 0 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32443] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32443/stat : 32443 (java) S 32429 32431 30725 0 -1 4202560 19 0 0 0 0 0 0 0 18 0 19 0 488401223 7829442560 114733 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32444] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32444/stat : 32444 (java) S 32429 32431 30725 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 488401223 7829442560 114733 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32445] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32445/stat : 32445 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 488401225 7829442560 114733 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624934321 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32446] ppid=32429 vsize=7645940 CPUtime=0.91 cores=5,7
/proc/32431/task/32446/stat : 32446 (java) S 32429 32431 30725 0 -1 4202560 9053 0 0 0 90 1 0 0 15 0 19 0 488401225 7829442560 114733 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32447] ppid=32429 vsize=7645940 CPUtime=0.48 cores=5,7
/proc/32431/task/32447/stat : 32447 (java) S 32429 32431 30725 0 -1 4202560 3020 0 0 0 48 0 0 0 15 0 19 0 488401225 7829442560 114733 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32448] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32448/stat : 32448 (java) S 32429 32431 30725 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 488401225 7829442560 114733 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624926617 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
[pid=32431/tid=32449] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32449/stat : 32449 (java) S 32429 32431 30725 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 488401225 7829442560 114733 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624927232 0 4 0 16800975 18446604466783099776 0 0 -1 7 0 0 0
[pid=32431/tid=32451] ppid=32429 vsize=7645940 CPUtime=0 cores=5,7
/proc/32431/task/32451/stat : 32451 (java) S 32429 32431 30725 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 488401303 7829442560 114733 33554432000 1073741824 1073778376 140734848403712 18446744073709551615 270624927232 0 4 0 16800975 18446604466783099776 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1301.43
Current children cumulated vsize (KiB) 7645940

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.08
CPU time (s): 1301.55
CPU user time (s): 1301.37
CPU system time (s): 0.180972
CPU usage (%): 100.113
Max. virtual memory (cumulated for all children) (KiB): 7663428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.37
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= 123102
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= 27134
involuntary context switches= 5099

runsolver used 2.18667 second user time and 4.93125 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-25 23:46:43
IDJOB=3285579
IDBENCH=82389
IDSOLVER=1611
FILE ID=node108/3285579-1303768002
RUNJOBID= node108-1303768002-32387
PBS_JOBID= 13157142
Free space on /tmp= 71568 MiB

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

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

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
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:      14165180 kB
Buffers:       2275228 kB
Cached:       15815252 kB
SwapCached:          0 kB
Active:        9857588 kB
Inactive:      8347356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14165180 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           63668 kB
Writeback:           0 kB
AnonPages:      113624 kB
Mapped:          23032 kB
Slab:           517836 kB
PageTables:       5840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7465764 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= 71368 MiB
End job on node108 at 2011-04-26 00:08:25