Trace number 3280243

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J core 2.3.0 SNAPSHOT 2011-02-06? (TO) 1302.24 1300.08

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-13-s.cnf
MD5SUMd90571b4b69632567da9d3ebfd25979e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark200.647
Satisfiable
(Un)Satisfiability was proved
Number of variables234673
Number of clauses1071339
Sum of the clauses size2453820
Maximum clause length10
Minimum clause length1
Number of clauses of size 117679
Number of clauses of size 2856659
Number of clauses of size 3153061
Number of clauses of size 44880
Number of clauses of size 519520
Number of clauses of size over 519540

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c no version file found!!!
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		6997539544
0.03/0.08	c Max memory 		7034241024
0.03/0.08	c Total memory 		7034241024
0.03/0.08	c Number of processors 	8
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.03/0.09	c Expensive reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483647s
0.03/0.09	c DB Simplification allowed=true
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-3280243-1303746824.cnf
0.03/0.09	c reading problem ... 
1.00/0.98	c ... done. Wall clock time 0.888s.
1.00/0.98	c #vars     234673
1.00/0.98	c #constraints  1061348
1.00/0.98	c constraints type 
1.00/0.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 196879
1.00/0.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 855613
15.92/15.40	c cleaning 2493 clauses out of 4987 with flag 5000/5000
32.54/31.77	c cleaning 4214 clauses out of 8461 with flag 11000/11000
52.68/51.58	c cleaning 5590 clauses out of 11220 with flag 18000/18000
78.83/77.24	c cleaning 6702 clauses out of 13604 with flag 26000/26000
111.58/109.93	c cleaning 7767 clauses out of 15864 with flag 35001/35001
149.48/147.86	c cleaning 8986 clauses out of 18080 with flag 45001/45001
196.01/194.31	c cleaning 9877 clauses out of 20073 with flag 56000/56000
244.23/242.58	c cleaning 11053 clauses out of 22167 with flag 68000/68000
295.65/293.97	c cleaning 11789 clauses out of 23922 with flag 81001/81001
360.29/358.55	c cleaning 12945 clauses out of 26111 with flag 95000/95000
417.91/416.11	c cleaning 13925 clauses out of 28025 with flag 110003/110003
484.33/482.53	c cleaning 15018 clauses out of 30082 with flag 126000/126000
552.46/550.64	c cleaning 15942 clauses out of 32054 with flag 143000/143000
632.29/630.44	c cleaning 16900 clauses out of 34099 with flag 161000/161000
722.33/720.49	c cleaning 17945 clauses out of 36191 with flag 180000/180000
822.06/820.12	c cleaning 18946 clauses out of 38234 with flag 200000/200000
921.50/919.55	c cleaning 20007 clauses out of 40277 with flag 221000/221000
1034.22/1032.20	c cleaning 20889 clauses out of 41861 with flag 243001/243001
1143.05/1141.09	c cleaning 21867 clauses out of 43957 with flag 266000/266000
1253.08/1251.10	c cleaning 22836 clauses out of 46072 with flag 290000/290000
1302.11/1300.01	c starts		: 637
1302.11/1300.01	c conflicts		: 299440
1302.11/1300.01	c decisions		: 2917848
1302.11/1300.01	c propagations		: 1380252921
1302.11/1300.01	c inspects		: 4407989467
1302.11/1300.01	c shortcuts		: 0
1302.11/1300.01	c learnt literals	: 161
1302.11/1300.01	c learnt binary clauses	: 2960
1302.11/1300.01	c learnt ternary clauses	: 4296
1302.11/1300.01	c learnt constraints	: 299279
1302.11/1300.01	c ignored constraints	: 0
1302.11/1300.01	c root simplifications	: 798
1302.11/1300.01	c removed literals (reason simplification)	: 16696718
1302.11/1300.01	c reason swapping (by a shorter reason)	: 0
1302.11/1300.01	c Calls to reduceDB	: 20
1302.11/1300.01	c speed (assignments/second)	: 1062530.547141125
1302.11/1300.01	c non guided choices	9410
1302.11/1300.05	c learnt constraints type 
1302.11/1300.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2804
1302.11/1300.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 29879
1302.11/1300.05	c constraints type 
1302.11/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 196879
1302.11/1300.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 855613
1302.11/1300.05	s UNKNOWN
1302.11/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-3280243-1303746824/watcher-3280243-1303746824 -o /tmp/evaluation-result-3280243-1303746824/solver-3280243-1303746824 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3280243-1303746824.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 8/242 26456
/proc/meminfo: memFree=22778528/32951124 swapFree=67051468/67111528
[pid=26456] ppid=26454 vsize=11800 CPUtime=0 cores=4,6
/proc/26456/stat : 26456 (runsolver) R 26454 26456 26342 0 -1 4202560 46 0 0 0 0 0 0 0 21 0 1 0 486285334 12083200 55 33554432000 4194304 5434984 140735598449008 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/26456/statm: 2950 55 34 303 0 2644 0

[startup+0.0387031 s]
/proc/loadavg: 0.00 0.00 0.00 8/242 26456
/proc/meminfo: memFree=22778528/32951124 swapFree=67051468/67111528
[pid=26456] ppid=26454 vsize=7564352 CPUtime=0.03 cores=4,6
/proc/26456/stat : 26456 (java) S 26454 26456 26342 0 -1 4202496 8613 0 1 0 2 1 0 0 21 0 13 0 486285334 7745896448 8309 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382759909 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0
/proc/26456/statm: 1891088 8309 1646 9 0 1881836 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7564352

[startup+0.100673 s]
/proc/loadavg: 0.00 0.00 0.00 8/242 26456
/proc/meminfo: memFree=22778528/32951124 swapFree=67051468/67111528
[pid=26456] ppid=26454 vsize=7569940 CPUtime=0.08 cores=4,6
/proc/26456/stat : 26456 (java) S 26454 26456 26342 0 -1 4202496 9701 0 1 0 7 1 0 0 21 0 18 0 486285334 7751618560 9397 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/26456/statm: 1892485 9397 1757 9 0 1883223 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7569940

[startup+0.300677 s]
/proc/loadavg: 0.00 0.00 0.00 8/242 26456
/proc/meminfo: memFree=22778528/32951124 swapFree=67051468/67111528
[pid=26456] ppid=26454 vsize=7638456 CPUtime=0.38 cores=4,6
/proc/26456/stat : 26456 (java) S 26454 26456 26342 0 -1 4202496 17140 0 1 0 37 1 0 0 21 0 18 0 486285334 7821778944 16594 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/26456/statm: 1909614 16597 2198 9 0 1900352 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 7638456

[startup+0.700643 s]
/proc/loadavg: 0.00 0.00 0.00 8/242 26456
/proc/meminfo: memFree=22778528/32951124 swapFree=67051468/67111528
[pid=26456] ppid=26454 vsize=7638588 CPUtime=0.79 cores=4,6
/proc/26456/stat : 26456 (java) S 26454 26456 26342 0 -1 4202496 31929 0 1 0 75 4 0 0 21 0 18 0 486285334 7821914112 31382 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/26456/statm: 1909647 31384 2198 9 0 1900385 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 7638588

[startup+1.50143 s]
/proc/loadavg: 0.48 0.10 0.03 7/261 26475
/proc/meminfo: memFree=22568328/32951124 swapFree=67051468/67111528
[pid=26456] ppid=26454 vsize=7642508 CPUtime=1.91 cores=4,6
/proc/26456/stat : 26456 (java) S 26454 26456 26342 0 -1 4202496 46314 0 1 0 185 6 0 0 21 0 19 0 486285334 7825928192 44071 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/26456/statm: 1910627 44071 2220 9 0 1901365 0
[pid=26456/tid=26458] ppid=26454 vsize=7642508 CPUtime=1.35 cores=4,6
/proc/26456/task/26458/stat : 26458 (java) R 26454 26456 26342 0 -1 4202560 40722 0 1 0 130 5 0 0 25 0 19 0 486285335 7825928192 44071 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382783157 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=26456/tid=26459] ppid=26454 vsize=7642508 CPUtime=0 cores=4,6
/proc/26456/task/26459/stat : 26459 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 486285336 7825928192 44071 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26460] ppid=26454 vsize=7642508 CPUtime=0 cores=4,6
/proc/26456/task/26460/stat : 26460 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7825928192 44071 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26461] ppid=26454 vsize=7642508 CPUtime=0 cores=4,6
/proc/26456/task/26461/stat : 26461 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7825928192 44071 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26462] ppid=26454 vsize=7642508 CPUtime=0 cores=4,6
/proc/26456/task/26462/stat : 26462 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7825928192 44071 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26463] ppid=26454 vsize=7642508 CPUtime=0 cores=4,6
/proc/26456/task/26463/stat : 26463 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7825928192 44050 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26464] ppid=26454 vsize=7642508 CPUtime=0 cores=4,6
/proc/26456/task/26464/stat : 26464 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7825928192 44059 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26465] ppid=26454 vsize=7642508 CPUtime=0 cores=4,6
/proc/26456/task/26465/stat : 26465 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7825928192 44069 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26466] ppid=26454 vsize=7642508 CPUtime=0 cores=4,6
/proc/26456/task/26466/stat : 26466 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7825928192 44069 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26467] ppid=26454 vsize=7642508 CPUtime=0 cores=4,6
/proc/26456/task/26467/stat : 26467 (java) S 26454 26456 26342 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 486285337 7825928192 44069 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 0 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26468] ppid=26454 vsize=7642508 CPUtime=0 cores=4,6
/proc/26456/task/26468/stat : 26468 (java) S 26454 26456 26342 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 486285338 7825928192 44069 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26469] ppid=26454 vsize=7642508 CPUtime=0 cores=4,6
/proc/26456/task/26469/stat : 26469 (java) S 26454 26456 26342 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486285338 7825928192 44069 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26470] ppid=26454 vsize=7642508 CPUtime=0 cores=4,6
/proc/26456/task/26470/stat : 26470 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285340 7825928192 44069 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382780849 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26471] ppid=26454 vsize=7642508 CPUtime=0.35 cores=4,6
/proc/26456/task/26471/stat : 26471 (java) R 26454 26456 26342 0 -1 4202560 2812 0 0 0 35 0 0 0 17 0 19 0 486285340 7825928192 44069 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 46967642669520 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26456/tid=26472] ppid=26454 vsize=7642508 CPUtime=0.18 cores=4,6
/proc/26456/task/26472/stat : 26472 (java) R 26454 26456 26342 0 -1 4202560 1653 0 0 0 18 0 0 0 16 0 19 0 486285340 7825928192 44069 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 46967644522949 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=26456/tid=26473] ppid=26454 vsize=7642508 CPUtime=0 cores=4,6
/proc/26456/task/26473/stat : 26473 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285340 7825928192 44069 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26474] ppid=26454 vsize=7642508 CPUtime=0 cores=4,6
/proc/26456/task/26474/stat : 26474 (java) S 26454 26456 26342 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 486285340 7825928192 44069 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 7642508

[startup+3.10118 s]
/proc/loadavg: 0.48 0.10 0.03 5/262 26476
/proc/meminfo: memFree=22548604/32951124 swapFree=67051468/67111528
[pid=26456] ppid=26454 vsize=7644688 CPUtime=3.65 cores=4,6
/proc/26456/stat : 26456 (java) S 26454 26456 26342 0 -1 4202496 48437 0 1 0 359 6 0 0 21 0 19 0 486285334 7828160512 44793 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/26456/statm: 1911172 44793 2223 9 0 1901910 0
[pid=26456/tid=26458] ppid=26454 vsize=7644688 CPUtime=2.86 cores=4,6
/proc/26456/task/26458/stat : 26458 (java) R 26454 26456 26342 0 -1 4202560 40929 0 1 0 281 5 0 0 18 0 19 0 486285335 7828160512 44793 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 46912505768160 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26456/tid=26459] ppid=26454 vsize=7644688 CPUtime=0 cores=4,6
/proc/26456/task/26459/stat : 26459 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 486285336 7828160512 44793 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26460] ppid=26454 vsize=7644688 CPUtime=0 cores=4,6
/proc/26456/task/26460/stat : 26460 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7828160512 44793 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26461] ppid=26454 vsize=7644688 CPUtime=0 cores=4,6
/proc/26456/task/26461/stat : 26461 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7828160512 44793 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26462] ppid=26454 vsize=7644688 CPUtime=0 cores=4,6
/proc/26456/task/26462/stat : 26462 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7828160512 44793 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26463] ppid=26454 vsize=7644688 CPUtime=0 cores=4,6
/proc/26456/task/26463/stat : 26463 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7828160512 44793 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26464] ppid=26454 vsize=7644688 CPUtime=0 cores=4,6
/proc/26456/task/26464/stat : 26464 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7828160512 44793 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26465] ppid=26454 vsize=7644688 CPUtime=0 cores=4,6
/proc/26456/task/26465/stat : 26465 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7828160512 44793 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26466] ppid=26454 vsize=7644688 CPUtime=0 cores=4,6
/proc/26456/task/26466/stat : 26466 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7828160512 44793 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26467] ppid=26454 vsize=7644688 CPUtime=0 cores=4,6
/proc/26456/task/26467/stat : 26467 (java) S 26454 26456 26342 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 486285337 7828160512 44793 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 0 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26468] ppid=26454 vsize=7644688 CPUtime=0 cores=4,6
/proc/26456/task/26468/stat : 26468 (java) S 26454 26456 26342 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 486285338 7828160512 44793 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26469] ppid=26454 vsize=7644688 CPUtime=0 cores=4,6
/proc/26456/task/26469/stat : 26469 (java) S 26454 26456 26342 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486285338 7828160512 44793 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26470] ppid=26454 vsize=7644688 CPUtime=0 cores=4,6
/proc/26456/task/26470/stat : 26470 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285340 7828160512 44793 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382780849 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26471] ppid=26454 vsize=7644688 CPUtime=0.44 cores=4,6
/proc/26456/task/26471/stat : 26471 (java) S 26454 26456 26342 0 -1 4202560 3292 0 0 0 44 0 0 0 15 0 19 0 486285340 7828160512 44793 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=26456/tid=26472] ppid=26454 vsize=7644688 CPUtime=0.32 cores=4,6
/proc/26456/task/26472/stat : 26472 (java) S 26454 26456 26342 0 -1 4202560 3054 0 0 0 32 0 0 0 16 0 19 0 486285340 7828160512 44793 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26473] ppid=26454 vsize=7644688 CPUtime=0 cores=4,6
/proc/26456/task/26473/stat : 26473 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285340 7828160512 44793 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26474] ppid=26454 vsize=7644688 CPUtime=0 cores=4,6
/proc/26456/task/26474/stat : 26474 (java) S 26454 26456 26342 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 486285340 7828160512 44793 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26476] ppid=26454 vsize=7644688 CPUtime=0 cores=4,6
/proc/26456/task/26476/stat : 26476 (java) S 26454 26456 26342 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486285448 7828160512 44793 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 7644688

[startup+6.30164 s]
/proc/loadavg: 0.76 0.16 0.05 5/262 26476
/proc/meminfo: memFree=22466176/32951124 swapFree=67051468/67111528
[pid=26456] ppid=26454 vsize=7642612 CPUtime=6.9 cores=4,6
/proc/26456/stat : 26456 (java) S 26454 26456 26342 0 -1 4202496 48724 0 1 0 684 6 0 0 21 0 19 0 486285334 7826034688 44535 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/26456/statm: 1910653 44535 2227 9 0 1901391 0
[pid=26456/tid=26458] ppid=26454 vsize=7642612 CPUtime=6.06 cores=4,6
/proc/26456/task/26458/stat : 26458 (java) R 26454 26456 26342 0 -1 4202560 41206 0 1 0 601 5 0 0 25 0 19 0 486285335 7826034688 44535 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 46912505614650 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26456/tid=26459] ppid=26454 vsize=7642612 CPUtime=0 cores=4,6
/proc/26456/task/26459/stat : 26459 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 486285336 7826034688 44535 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26460] ppid=26454 vsize=7642612 CPUtime=0 cores=4,6
/proc/26456/task/26460/stat : 26460 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7826034688 44535 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26461] ppid=26454 vsize=7642612 CPUtime=0 cores=4,6
/proc/26456/task/26461/stat : 26461 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7826034688 44535 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26462] ppid=26454 vsize=7642612 CPUtime=0 cores=4,6
/proc/26456/task/26462/stat : 26462 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7826034688 44535 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26463] ppid=26454 vsize=7642612 CPUtime=0 cores=4,6
/proc/26456/task/26463/stat : 26463 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7826034688 44535 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26464] ppid=26454 vsize=7642612 CPUtime=0 cores=4,6
/proc/26456/task/26464/stat : 26464 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7826034688 44535 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26465] ppid=26454 vsize=7642612 CPUtime=0 cores=4,6
/proc/26456/task/26465/stat : 26465 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7826034688 44535 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26466] ppid=26454 vsize=7642612 CPUtime=0 cores=4,6
/proc/26456/task/26466/stat : 26466 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285336 7826034688 44535 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26467] ppid=26454 vsize=7642612 CPUtime=0 cores=4,6
/proc/26456/task/26467/stat : 26467 (java) S 26454 26456 26342 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 486285337 7826034688 44535 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 0 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26468] ppid=26454 vsize=7642612 CPUtime=0 cores=4,6
/proc/26456/task/26468/stat : 26468 (java) S 26454 26456 26342 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 486285338 7826034688 44535 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26469] ppid=26454 vsize=7642612 CPUtime=0 cores=4,6
/proc/26456/task/26469/stat : 26469 (java) S 26454 26456 26342 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486285338 7826034688 44535 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26470] ppid=26454 vsize=7642612 CPUtime=0 cores=4,6
/proc/26456/task/26470/stat : 26470 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285340 7826034688 44535 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382780849 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26471] ppid=26454 vsize=7642612 CPUtime=0.45 cores=4,6
/proc/26456/task/26471/stat : 26471 (java) S 26454 26456 26342 0 -1 4202560 3292 0 0 0 45 0 0 0 15 0 19 0 486285340 7826034688 44535 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=26456/tid=26472] ppid=26454 vsize=7642612 CPUtime=0.37 cores=4,6
/proc/26456/task/26472/stat : 26472 (java) S 26454 26456 26342 0 -1 4202560 3064 0 0 0 37 0 0 0 15 0 19 0 486285340 7826034688 44535 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26473] ppid=26454 vsize=7642612 CPUtime=0 cores=4,6
/proc/26456/task/26473/stat : 26473 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285340 7826034688 44535 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26474] ppid=26454 vsize=7642612 CPUtime=0 cores=4,6
/proc/26456/task/26474/stat : 26474 (java) S 26454 26456 26342 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 486285340 7826034688 44535 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26476] ppid=26454 vsize=7642612 CPUtime=0 cores=4,6
/proc/26456/task/26476/stat : 26476 (java) S 26454 26456 26342 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486285448 7826034688 44535 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 7642612

[startup+12.7015 s]
/proc/loadavg: 1.02 0.23 0.07 6/262 26476
/proc/meminfo: memFree=22460360/32951124 swapFree=67051468/67111528

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

[pid=26456/tid=26464] ppid=26454 vsize=7648712 CPUtime=0.1 cores=4,6
/proc/26456/task/26464/stat : 26464 (java) S 26454 26456 26342 0 -1 4202560 4 0 0 0 10 0 0 0 16 0 19 0 486285336 7832281088 109374 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26465] ppid=26454 vsize=7648712 CPUtime=0.05 cores=4,6
/proc/26456/task/26465/stat : 26465 (java) S 26454 26456 26342 0 -1 4202560 4 0 0 0 5 0 0 0 15 0 19 0 486285336 7832281088 109374 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26466] ppid=26454 vsize=7648712 CPUtime=0.06 cores=4,6
/proc/26456/task/26466/stat : 26466 (java) S 26454 26456 26342 0 -1 4202560 3 0 0 0 6 0 0 0 15 0 19 0 486285336 7832281088 109374 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26467] ppid=26454 vsize=7648712 CPUtime=5.74 cores=4,6
/proc/26456/task/26467/stat : 26467 (java) S 26454 26456 26342 0 -1 4202560 32890 0 0 0 571 3 0 0 15 0 19 0 486285337 7832281088 109374 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 0 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=26456/tid=26468] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26468/stat : 26468 (java) S 26454 26456 26342 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 486285338 7832281088 109374 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26469] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26469/stat : 26469 (java) S 26454 26456 26342 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486285338 7832281088 109374 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26470] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26470/stat : 26470 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285340 7832281088 109374 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382780849 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26471] ppid=26454 vsize=7648712 CPUtime=0.49 cores=4,6
/proc/26456/task/26471/stat : 26471 (java) S 26454 26456 26342 0 -1 4202560 3510 0 0 0 49 0 0 0 15 0 19 0 486285340 7832281088 109374 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=26456/tid=26472] ppid=26454 vsize=7648712 CPUtime=1.21 cores=4,6
/proc/26456/task/26472/stat : 26472 (java) S 26454 26456 26342 0 -1 4202560 14702 0 0 0 119 2 0 0 15 0 19 0 486285340 7832281088 109374 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26473] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26473/stat : 26473 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285340 7832281088 109374 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26474] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26474/stat : 26474 (java) S 26454 26456 26342 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 486285340 7832281088 109374 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26476] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26476/stat : 26476 (java) S 26454 26456 26342 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486285448 7832281088 109374 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1124.35
Current children cumulated vsize (KiB) 7648712

[startup+1182.3 s]
/proc/loadavg: 4.00 3.93 2.87 5/262 26565
/proc/meminfo: memFree=21322160/32951124 swapFree=67051468/67111528
[pid=26456] ppid=26454 vsize=7648712 CPUtime=1184.38 cores=4,6
/proc/26456/stat : 26456 (java) S 26454 26456 26342 0 -1 4202496 124328 0 1 0 118422 16 0 0 21 0 19 0 486285334 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/26456/statm: 1912178 109553 2254 9 0 1902916 0
[pid=26456/tid=26458] ppid=26454 vsize=7648712 CPUtime=1175.31 cores=4,6
/proc/26456/task/26458/stat : 26458 (java) R 26454 26456 26342 0 -1 4202560 41874 0 1 0 117525 6 0 0 25 0 19 0 486285335 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 46912505708223 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26456/tid=26459] ppid=26454 vsize=7648712 CPUtime=0.24 cores=4,6
/proc/26456/task/26459/stat : 26459 (java) S 26454 26456 26342 0 -1 4202560 10668 0 0 0 23 1 0 0 15 0 19 0 486285336 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26460] ppid=26454 vsize=7648712 CPUtime=0.15 cores=4,6
/proc/26456/task/26460/stat : 26460 (java) S 26454 26456 26342 0 -1 4202560 2534 0 0 0 15 0 0 0 15 0 19 0 486285336 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26461] ppid=26454 vsize=7648712 CPUtime=0.24 cores=4,6
/proc/26456/task/26461/stat : 26461 (java) S 26454 26456 26342 0 -1 4202560 11492 0 0 0 24 0 0 0 15 0 19 0 486285336 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26462] ppid=26454 vsize=7648712 CPUtime=0.19 cores=4,6
/proc/26456/task/26462/stat : 26462 (java) S 26454 26456 26342 0 -1 4202560 3695 0 0 0 19 0 0 0 16 0 19 0 486285336 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26463] ppid=26454 vsize=7648712 CPUtime=0.16 cores=4,6
/proc/26456/task/26463/stat : 26463 (java) S 26454 26456 26342 0 -1 4202560 1555 0 0 0 16 0 0 0 15 0 19 0 486285336 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26464] ppid=26454 vsize=7648712 CPUtime=0.13 cores=4,6
/proc/26456/task/26464/stat : 26464 (java) S 26454 26456 26342 0 -1 4202560 5 0 0 0 13 0 0 0 15 0 19 0 486285336 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26465] ppid=26454 vsize=7648712 CPUtime=0.05 cores=4,6
/proc/26456/task/26465/stat : 26465 (java) S 26454 26456 26342 0 -1 4202560 4 0 0 0 5 0 0 0 15 0 19 0 486285336 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26466] ppid=26454 vsize=7648712 CPUtime=0.06 cores=4,6
/proc/26456/task/26466/stat : 26466 (java) S 26454 26456 26342 0 -1 4202560 3 0 0 0 6 0 0 0 15 0 19 0 486285336 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26467] ppid=26454 vsize=7648712 CPUtime=6.04 cores=4,6
/proc/26456/task/26467/stat : 26467 (java) S 26454 26456 26342 0 -1 4202560 33069 0 0 0 601 3 0 0 15 0 19 0 486285337 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 0 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=26456/tid=26468] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26468/stat : 26468 (java) S 26454 26456 26342 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 486285338 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26469] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26469/stat : 26469 (java) S 26454 26456 26342 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486285338 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26470] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26470/stat : 26470 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285340 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382780849 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26471] ppid=26454 vsize=7648712 CPUtime=0.49 cores=4,6
/proc/26456/task/26471/stat : 26471 (java) S 26454 26456 26342 0 -1 4202560 3510 0 0 0 49 0 0 0 15 0 19 0 486285340 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=26456/tid=26472] ppid=26454 vsize=7648712 CPUtime=1.21 cores=4,6
/proc/26456/task/26472/stat : 26472 (java) S 26454 26456 26342 0 -1 4202560 14702 0 0 0 119 2 0 0 15 0 19 0 486285340 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26473] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26473/stat : 26473 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285340 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26474] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26474/stat : 26474 (java) S 26454 26456 26342 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 486285340 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26476] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26476/stat : 26476 (java) S 26454 26456 26342 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486285448 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1184.38
Current children cumulated vsize (KiB) 7648712

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 2.94 5/262 26567
/proc/meminfo: memFree=21321016/32951124 swapFree=67051468/67111528
[pid=26456] ppid=26454 vsize=7648712 CPUtime=1244.38 cores=4,6
/proc/26456/stat : 26456 (java) S 26454 26456 26342 0 -1 4202496 124332 0 1 0 124422 16 0 0 21 0 19 0 486285334 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/26456/statm: 1912178 109553 2254 9 0 1902916 0
[pid=26456/tid=26458] ppid=26454 vsize=7648712 CPUtime=1235.31 cores=4,6
/proc/26456/task/26458/stat : 26458 (java) R 26454 26456 26342 0 -1 4202560 41874 0 1 0 123525 6 0 0 25 0 19 0 486285335 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 46912505366600 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26456/tid=26459] ppid=26454 vsize=7648712 CPUtime=0.24 cores=4,6
/proc/26456/task/26459/stat : 26459 (java) S 26454 26456 26342 0 -1 4202560 10668 0 0 0 23 1 0 0 15 0 19 0 486285336 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26460] ppid=26454 vsize=7648712 CPUtime=0.15 cores=4,6
/proc/26456/task/26460/stat : 26460 (java) S 26454 26456 26342 0 -1 4202560 2534 0 0 0 15 0 0 0 15 0 19 0 486285336 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26461] ppid=26454 vsize=7648712 CPUtime=0.24 cores=4,6
/proc/26456/task/26461/stat : 26461 (java) S 26454 26456 26342 0 -1 4202560 11492 0 0 0 24 0 0 0 15 0 19 0 486285336 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26462] ppid=26454 vsize=7648712 CPUtime=0.19 cores=4,6
/proc/26456/task/26462/stat : 26462 (java) S 26454 26456 26342 0 -1 4202560 3695 0 0 0 19 0 0 0 16 0 19 0 486285336 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26463] ppid=26454 vsize=7648712 CPUtime=0.16 cores=4,6
/proc/26456/task/26463/stat : 26463 (java) S 26454 26456 26342 0 -1 4202560 1555 0 0 0 16 0 0 0 15 0 19 0 486285336 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26464] ppid=26454 vsize=7648712 CPUtime=0.13 cores=4,6
/proc/26456/task/26464/stat : 26464 (java) S 26454 26456 26342 0 -1 4202560 5 0 0 0 13 0 0 0 15 0 19 0 486285336 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26465] ppid=26454 vsize=7648712 CPUtime=0.05 cores=4,6
/proc/26456/task/26465/stat : 26465 (java) S 26454 26456 26342 0 -1 4202560 4 0 0 0 5 0 0 0 15 0 19 0 486285336 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26466] ppid=26454 vsize=7648712 CPUtime=0.06 cores=4,6
/proc/26456/task/26466/stat : 26466 (java) S 26454 26456 26342 0 -1 4202560 3 0 0 0 6 0 0 0 15 0 19 0 486285336 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26467] ppid=26454 vsize=7648712 CPUtime=6.04 cores=4,6
/proc/26456/task/26467/stat : 26467 (java) S 26454 26456 26342 0 -1 4202560 33069 0 0 0 601 3 0 0 15 0 19 0 486285337 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 0 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=26456/tid=26468] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26468/stat : 26468 (java) S 26454 26456 26342 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 486285338 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26469] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26469/stat : 26469 (java) S 26454 26456 26342 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486285338 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26470] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26470/stat : 26470 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285340 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382780849 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26471] ppid=26454 vsize=7648712 CPUtime=0.49 cores=4,6
/proc/26456/task/26471/stat : 26471 (java) S 26454 26456 26342 0 -1 4202560 3510 0 0 0 49 0 0 0 15 0 19 0 486285340 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=26456/tid=26472] ppid=26454 vsize=7648712 CPUtime=1.21 cores=4,6
/proc/26456/task/26472/stat : 26472 (java) S 26454 26456 26342 0 -1 4202560 14702 0 0 0 119 2 0 0 15 0 19 0 486285340 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26473] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26473/stat : 26473 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285340 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26474] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26474/stat : 26474 (java) S 26454 26456 26342 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 486285340 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26476] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26476/stat : 26476 (java) S 26454 26456 26342 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486285448 7832281088 109553 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1244.38
Current children cumulated vsize (KiB) 7648712



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.00 3/222 26575
/proc/meminfo: memFree=22295072/32951124 swapFree=67051468/67111528
[pid=26456] ppid=26454 vsize=7648712 CPUtime=1302.11 cores=4,6
/proc/26456/stat : 26456 (java) S 26454 26456 26342 0 -1 4202496 124346 0 1 0 130195 16 0 0 21 0 19 0 486285334 7832281088 109560 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/26456/statm: 1912178 109560 2254 9 0 1902916 0
[pid=26456/tid=26458] ppid=26454 vsize=7648712 CPUtime=1292.59 cores=4,6
/proc/26456/task/26458/stat : 26458 (java) R 26454 26456 26342 0 -1 4202560 41875 0 1 0 129253 6 0 0 25 0 19 0 486285335 7832281088 109560 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 46912505725134 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26456/tid=26459] ppid=26454 vsize=7648712 CPUtime=0.24 cores=4,6
/proc/26456/task/26459/stat : 26459 (java) S 26454 26456 26342 0 -1 4202560 10668 0 0 0 23 1 0 0 15 0 19 0 486285336 7832281088 109560 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26460] ppid=26454 vsize=7648712 CPUtime=0.18 cores=4,6
/proc/26456/task/26460/stat : 26460 (java) S 26454 26456 26342 0 -1 4202560 2538 0 0 0 18 0 0 0 16 0 19 0 486285336 7832281088 109560 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26461] ppid=26454 vsize=7648712 CPUtime=0.24 cores=4,6
/proc/26456/task/26461/stat : 26461 (java) S 26454 26456 26342 0 -1 4202560 11492 0 0 0 24 0 0 0 15 0 19 0 486285336 7832281088 109560 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26462] ppid=26454 vsize=7648712 CPUtime=0.22 cores=4,6
/proc/26456/task/26462/stat : 26462 (java) S 26454 26456 26342 0 -1 4202560 3698 0 0 0 22 0 0 0 15 0 19 0 486285336 7832281088 109560 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26463] ppid=26454 vsize=7648712 CPUtime=0.16 cores=4,6
/proc/26456/task/26463/stat : 26463 (java) S 26454 26456 26342 0 -1 4202560 1555 0 0 0 16 0 0 0 15 0 19 0 486285336 7832281088 109560 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26464] ppid=26454 vsize=7648712 CPUtime=0.13 cores=4,6
/proc/26456/task/26464/stat : 26464 (java) S 26454 26456 26342 0 -1 4202560 5 0 0 0 13 0 0 0 15 0 19 0 486285336 7832281088 109560 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26465] ppid=26454 vsize=7648712 CPUtime=0.05 cores=4,6
/proc/26456/task/26465/stat : 26465 (java) S 26454 26456 26342 0 -1 4202560 4 0 0 0 5 0 0 0 15 0 19 0 486285336 7832281088 109560 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26466] ppid=26454 vsize=7648712 CPUtime=0.06 cores=4,6
/proc/26456/task/26466/stat : 26466 (java) S 26454 26456 26342 0 -1 4202560 3 0 0 0 6 0 0 0 15 0 19 0 486285336 7832281088 109560 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26467] ppid=26454 vsize=7648712 CPUtime=6.43 cores=4,6
/proc/26456/task/26467/stat : 26467 (java) S 26454 26456 26342 0 -1 4202560 33071 0 0 0 640 3 0 0 15 0 19 0 486285337 7832281088 109560 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 0 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=26456/tid=26468] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26468/stat : 26468 (java) S 26454 26456 26342 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 486285338 7832281088 109560 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26469] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26469/stat : 26469 (java) S 26454 26456 26342 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 486285338 7832281088 109560 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26470] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26470/stat : 26470 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285340 7832281088 109560 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382780849 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26471] ppid=26454 vsize=7648712 CPUtime=0.49 cores=4,6
/proc/26456/task/26471/stat : 26471 (java) S 26454 26456 26342 0 -1 4202560 3510 0 0 0 49 0 0 0 15 0 19 0 486285340 7832281088 109560 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=26456/tid=26472] ppid=26454 vsize=7648712 CPUtime=1.21 cores=4,6
/proc/26456/task/26472/stat : 26472 (java) S 26454 26456 26342 0 -1 4202560 14702 0 0 0 119 2 0 0 15 0 19 0 486285340 7832281088 109560 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26473] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26473/stat : 26473 (java) S 26454 26456 26342 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 486285340 7832281088 109560 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=26456/tid=26474] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26474/stat : 26474 (java) S 26454 26456 26342 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 486285340 7832281088 109560 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=26456/tid=26476] ppid=26454 vsize=7648712 CPUtime=0 cores=4,6
/proc/26456/task/26476/stat : 26476 (java) S 26454 26456 26342 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 486285448 7832281088 109560 33554432000 1073741824 1073778376 140734333477632 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1302.11
Current children cumulated vsize (KiB) 7648712

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): 1302.24
CPU user time (s): 1302.05
CPU system time (s): 0.19097
CPU usage (%): 100.166
Max. virtual memory (cumulated for all children) (KiB): 7664992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1302.05
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124376
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= 27273
involuntary context switches= 5865

runsolver used 2.34664 second user time and 4.76628 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-25 17:53:46
IDJOB=3280243
IDBENCH=20353
IDSOLVER=1611
FILE ID=node101/3280243-1303746824
RUNJOBID= node101-1303746818-26362
PBS_JOBID= 13154061
Free space on /tmp= 71708 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-13-s.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-3280243-1303746824/watcher-3280243-1303746824 -o /tmp/evaluation-result-3280243-1303746824/solver-3280243-1303746824 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3280243-1303746824.cnf

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

MD5SUM BENCH= d90571b4b69632567da9d3ebfd25979e
RANDOM SEED=1208918901

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.07
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.841
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.77
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.841
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.83
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.841
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.74
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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.841
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:      22778940 kB
Buffers:       2073484 kB
Cached:        7148740 kB
SwapCached:      33708 kB
Active:        6656408 kB
Inactive:      3043632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22778940 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           75876 kB
Writeback:           0 kB
AnonPages:      465232 kB
Mapped:          17396 kB
Slab:           406760 kB
PageTables:       6560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22011124 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= 71716 MiB
End job on node101 at 2011-04-25 18:15:28