Trace number 3288431

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-06UNSAT 884.502 883.712

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark110.799
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.08	c no version file found!!!
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		6997539544
0.06/0.08	c Max memory 		7034241024
0.06/0.08	c Total memory 		7034241024
0.06/0.08	c Number of processors 	8
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483647s
0.09/0.10	c DB Simplification allowed=true
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-3288431-1303781571.cnf
0.09/0.10	c reading problem ... 
0.88/0.87	c ... done. Wall clock time 0.768s.
0.88/0.87	c #vars     34510
0.88/0.87	c #constraints  701694
0.88/0.87	c constraints type 
0.88/0.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 648825
0.88/0.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 52869
8.58/8.26	c cleaning 2478 clauses out of 4956 with flag 5000/5000
18.44/18.00	c cleaning 4240 clauses out of 8480 with flag 11002/11002
29.14/28.67	c cleaning 5615 clauses out of 11239 with flag 18001/18001
39.15/38.66	c cleaning 6812 clauses out of 13623 with flag 26000/26000
49.97/49.43	c cleaning 7906 clauses out of 15811 with flag 35000/35000
63.18/62.64	c cleaning 8949 clauses out of 17905 with flag 45000/45000
78.48/77.94	c cleaning 9977 clauses out of 19957 with flag 56001/56001
91.39/90.88	c cleaning 10984 clauses out of 21980 with flag 68001/68001
104.59/104.04	c cleaning 10260 clauses out of 20531 with flag 81000/81000
120.19/119.63	c cleaning 12131 clauses out of 24271 with flag 95000/95000
137.29/136.77	c cleaning 13564 clauses out of 27140 with flag 110000/110000
157.40/156.81	c cleaning 13316 clauses out of 26644 with flag 126000/126000
178.40/177.89	c cleaning 14286 clauses out of 28579 with flag 143000/143000
199.90/199.39	c cleaning 16135 clauses out of 32293 with flag 161000/161000
221.83/221.26	c cleaning 12012 clauses out of 24032 with flag 180001/180001
244.83/244.28	c cleaning 14806 clauses out of 29626 with flag 200000/200000
268.34/267.74	c cleaning 15866 clauses out of 31738 with flag 221000/221000
290.44/289.84	c cleaning 17538 clauses out of 35092 with flag 243000/243000
318.25/317.62	c cleaning 20267 clauses out of 40554 with flag 266000/266000
343.95/343.33	c cleaning 18581 clauses out of 37169 with flag 290000/290000
369.86/369.28	c cleaning 10624 clauses out of 21278 with flag 315000/315000
398.16/397.56	c cleaning 16165 clauses out of 32338 with flag 341002/341002
430.28/429.64	c cleaning 21574 clauses out of 43171 with flag 368000/368000
460.38/459.79	c cleaning 20232 clauses out of 40468 with flag 396000/396000
490.49/489.88	c cleaning 22073 clauses out of 44148 with flag 425004/425004
522.20/521.59	c cleaning 25805 clauses out of 51626 with flag 455001/455001
551.10/550.41	c cleaning 21102 clauses out of 42217 with flag 486002/486002
575.61/574.94	c cleaning 16960 clauses out of 33939 with flag 518001/518001
602.11/601.46	c cleaning 19568 clauses out of 39149 with flag 551000/551000
630.22/629.51	c cleaning 20524 clauses out of 41066 with flag 585000/585000
659.33/658.63	c cleaning 10749 clauses out of 21533 with flag 620000/620000
688.13/687.42	c cleaning 17280 clauses out of 34564 with flag 656001/656001
716.45/715.72	c cleaning 26281 clauses out of 52568 with flag 693004/693004
748.45/747.79	c cleaning 26263 clauses out of 52534 with flag 731000/731000
778.76/778.08	c cleaning 31424 clauses out of 62863 with flag 770000/770000
811.26/810.58	c cleaning 33963 clauses out of 67941 with flag 810000/810000
844.57/843.86	c cleaning 26120 clauses out of 52256 with flag 851002/851002
877.58/876.87	c cleaning 20225 clauses out of 40457 with flag 893000/893000
884.38/883.69	c starts		: 1117
884.38/883.69	c conflicts		: 902319
884.38/883.69	c decisions		: 1079868
884.38/883.69	c propagations		: 213844583
884.38/883.69	c inspects		: 12944904933
884.38/883.69	c shortcuts		: 0
884.38/883.69	c learnt literals	: 91
884.38/883.69	c learnt binary clauses	: 952
884.38/883.69	c learnt ternary clauses	: 4223
884.38/883.69	c learnt constraints	: 902227
884.38/883.69	c ignored constraints	: 0
884.38/883.69	c root simplifications	: 1207
884.38/883.69	c removed literals (reason simplification)	: 17489088
884.38/883.69	c reason swapping (by a shorter reason)	: 0
884.38/883.69	c Calls to reduceDB	: 38
884.38/883.69	c speed (assignments/second)	: 242229.248577568
884.38/883.69	c non guided choices	115
884.38/883.69	c learnt constraints type 
884.38/883.69	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
884.38/883.69	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1905
884.38/883.69	c constraints type 
884.38/883.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 648825
884.38/883.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 52869
884.38/883.69	s UNSATISFIABLE
884.38/883.69	c Total wall clock time (in seconds) : 883.588

Verifier Data

No possible verification on an UNSAT instance

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-3288431-1303781571/watcher-3288431-1303781571 -o /tmp/evaluation-result-3288431-1303781571/solver-3288431-1303781571 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3288431-1303781571.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: 3.38 3.83 3.36 5/178 30562
/proc/meminfo: memFree=13730428/32950928 swapFree=67087032/67111528
[pid=30562] ppid=30560 vsize=23028 CPUtime=0 cores=4,6
/proc/30562/stat : 30562 (java) R 30560 30562 28463 0 -1 4202496 958 0 0 0 0 0 0 0 21 0 1 0 489754189 23580672 702 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239471732625 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/30562/statm: 5757 703 520 9 0 124 0

[startup+0.076089 s]
/proc/loadavg: 3.38 3.83 3.36 5/178 30562
/proc/meminfo: memFree=13730428/32950928 swapFree=67087032/67111528
[pid=30562] ppid=30560 vsize=7569940 CPUtime=0.06 cores=4,6
/proc/30562/stat : 30562 (java) S 30560 30562 28463 0 -1 4202496 9392 0 1 0 5 1 0 0 21 0 18 0 489754189 7751618560 9089 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30562/statm: 1892485 9090 1754 9 0 1883223 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7569940

[startup+0.101082 s]
/proc/loadavg: 3.38 3.83 3.36 5/178 30562
/proc/meminfo: memFree=13730428/32950928 swapFree=67087032/67111528
[pid=30562] ppid=30560 vsize=7570804 CPUtime=0.09 cores=4,6
/proc/30562/stat : 30562 (java) S 30560 30562 28463 0 -1 4202496 10131 0 1 0 8 1 0 0 21 0 18 0 489754189 7752503296 9828 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30562/statm: 1892701 9828 2086 9 0 1883439 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7570804

[startup+0.300988 s]
/proc/loadavg: 3.38 3.83 3.36 5/178 30562
/proc/meminfo: memFree=13730428/32950928 swapFree=67087032/67111528
[pid=30562] ppid=30560 vsize=7573292 CPUtime=0.39 cores=4,6
/proc/30562/stat : 30562 (java) S 30560 30562 28463 0 -1 4202496 15051 0 1 0 37 2 0 0 21 0 18 0 489754189 7755051008 14654 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30562/statm: 1893323 14654 2204 9 0 1884061 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 7573292

[startup+0.700919 s]
/proc/loadavg: 3.38 3.83 3.36 5/178 30562
/proc/meminfo: memFree=13730428/32950928 swapFree=67087032/67111528
[pid=30562] ppid=30560 vsize=7573292 CPUtime=0.79 cores=4,6
/proc/30562/stat : 30562 (java) S 30560 30562 28463 0 -1 4202496 24272 0 1 0 75 4 0 0 21 0 18 0 489754189 7755051008 23875 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30562/statm: 1893323 23875 2204 9 0 1884061 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 7573292

[startup+1.50082 s]
/proc/loadavg: 3.38 3.83 3.36 11/240 30628
/proc/meminfo: memFree=13405804/32950928 swapFree=67087032/67111528
[pid=30562] ppid=30560 vsize=7641308 CPUtime=1.82 cores=4,6
/proc/30562/stat : 30562 (java) S 30560 30562 28463 0 -1 4202496 33619 0 1 0 176 6 0 0 21 0 19 0 489754189 7824699392 32077 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30562/statm: 1910327 32077 2222 9 0 1901065 0
[pid=30562/tid=30564] ppid=30560 vsize=7641308 CPUtime=1.27 cores=4,6
/proc/30562/task/30564/stat : 30564 (java) R 30560 30562 28463 0 -1 4202560 28974 0 1 0 121 6 0 0 25 0 19 0 489754189 7824699392 32077 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 46912505652980 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30562/tid=30565] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30565/stat : 30565 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 489754191 7824699392 32077 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30566] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30566/stat : 30566 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32077 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30567] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30567/stat : 30567 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32077 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30568] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30568/stat : 30568 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32077 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30569] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30569/stat : 30569 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32077 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30570] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30570/stat : 30570 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32077 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30571] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30571/stat : 30571 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32077 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30572] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30572/stat : 30572 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32077 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30573] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30573/stat : 30573 (java) S 30560 30562 28463 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 489754192 7824699392 32077 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 0 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30575] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30575/stat : 30575 (java) S 30560 30562 28463 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 489754193 7824699392 32077 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30576] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30576/stat : 30576 (java) S 30560 30562 28463 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 489754193 7824699392 32077 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30583] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30583/stat : 30583 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 489754195 7824699392 32077 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488518577 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30584] ppid=30560 vsize=7641308 CPUtime=0.29 cores=4,6
/proc/30562/task/30584/stat : 30584 (java) S 30560 30562 28463 0 -1 4202560 2062 0 0 0 29 0 0 0 16 0 19 0 489754195 7824699392 32077 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30585] ppid=30560 vsize=7641308 CPUtime=0.25 cores=4,6
/proc/30562/task/30585/stat : 30585 (java) S 30560 30562 28463 0 -1 4202560 1423 0 0 0 25 0 0 0 15 0 19 0 489754195 7824699392 32077 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30586] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30586/stat : 30586 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489754195 7824699392 32077 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30587] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30587/stat : 30587 (java) S 30560 30562 28463 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 489754195 7824699392 32077 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30627] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30627/stat : 30627 (java) S 30560 30562 28463 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 489754281 7824699392 32077 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 7641308

[startup+3.10151 s]
/proc/loadavg: 3.38 3.83 3.36 5/240 30628
/proc/meminfo: memFree=13242688/32950928 swapFree=67087032/67111528
[pid=30562] ppid=30560 vsize=7641308 CPUtime=3.46 cores=4,6
/proc/30562/stat : 30562 (java) S 30560 30562 28463 0 -1 4202496 33774 0 1 0 339 7 0 0 21 0 19 0 489754189 7824699392 32231 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30562/statm: 1910327 32231 2223 9 0 1901065 0
[pid=30562/tid=30564] ppid=30560 vsize=7641308 CPUtime=2.86 cores=4,6
/proc/30562/task/30564/stat : 30564 (java) R 30560 30562 28463 0 -1 4202560 29120 0 1 0 280 6 0 0 25 0 19 0 489754189 7824699392 32231 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 46912505539005 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30562/tid=30565] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30565/stat : 30565 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 489754191 7824699392 32231 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30566] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30566/stat : 30566 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32231 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30567] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30567/stat : 30567 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32231 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30568] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30568/stat : 30568 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32231 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30569] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30569/stat : 30569 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32231 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30570] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30570/stat : 30570 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32231 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30571] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30571/stat : 30571 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32231 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30572] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30572/stat : 30572 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32231 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30573] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30573/stat : 30573 (java) S 30560 30562 28463 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 489754192 7824699392 32231 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 0 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30575] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30575/stat : 30575 (java) S 30560 30562 28463 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 489754193 7824699392 32231 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30576] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30576/stat : 30576 (java) S 30560 30562 28463 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 489754193 7824699392 32231 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30583] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30583/stat : 30583 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 489754195 7824699392 32231 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488518577 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30584] ppid=30560 vsize=7641308 CPUtime=0.29 cores=4,6
/proc/30562/task/30584/stat : 30584 (java) S 30560 30562 28463 0 -1 4202560 2062 0 0 0 29 0 0 0 15 0 19 0 489754195 7824699392 32231 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30585] ppid=30560 vsize=7641308 CPUtime=0.29 cores=4,6
/proc/30562/task/30585/stat : 30585 (java) S 30560 30562 28463 0 -1 4202560 1431 0 0 0 29 0 0 0 15 0 19 0 489754195 7824699392 32231 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30586] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30586/stat : 30586 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489754195 7824699392 32231 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30587] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30587/stat : 30587 (java) S 30560 30562 28463 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 489754195 7824699392 32231 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30627] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30627/stat : 30627 (java) S 30560 30562 28463 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 489754281 7824699392 32231 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 7641308

[startup+6.3009 s]
/proc/loadavg: 3.43 3.83 3.36 5/261 30653
/proc/meminfo: memFree=12820836/32950928 swapFree=67087032/67111528
[pid=30562] ppid=30560 vsize=7641308 CPUtime=6.67 cores=4,6
/proc/30562/stat : 30562 (java) S 30560 30562 28463 0 -1 4202496 33930 0 1 0 660 7 0 0 21 0 19 0 489754189 7824699392 32246 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30562/statm: 1910327 32246 2223 9 0 1901065 0
[pid=30562/tid=30564] ppid=30560 vsize=7641308 CPUtime=6.04 cores=4,6
/proc/30562/task/30564/stat : 30564 (java) R 30560 30562 28463 0 -1 4202560 29273 0 1 0 598 6 0 0 25 0 19 0 489754189 7824699392 32246 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 46912505648546 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30562/tid=30565] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30565/stat : 30565 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 489754191 7824699392 32246 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30566] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30566/stat : 30566 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32246 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30567] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30567/stat : 30567 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32246 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30568] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30568/stat : 30568 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32246 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30569] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30569/stat : 30569 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32246 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30570] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30570/stat : 30570 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32246 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30571] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30571/stat : 30571 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32246 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30572] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30572/stat : 30572 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 489754191 7824699392 32246 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30573] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30573/stat : 30573 (java) S 30560 30562 28463 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 489754192 7824699392 32246 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 0 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30575] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30575/stat : 30575 (java) S 30560 30562 28463 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 489754193 7824699392 32246 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30576] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30576/stat : 30576 (java) S 30560 30562 28463 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 489754193 7824699392 32246 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30583] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30583/stat : 30583 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 489754195 7824699392 32246 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488518577 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30584] ppid=30560 vsize=7641308 CPUtime=0.3 cores=4,6
/proc/30562/task/30584/stat : 30584 (java) S 30560 30562 28463 0 -1 4202560 2063 0 0 0 30 0 0 0 15 0 19 0 489754195 7824699392 32246 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30585] ppid=30560 vsize=7641308 CPUtime=0.3 cores=4,6
/proc/30562/task/30585/stat : 30585 (java) S 30560 30562 28463 0 -1 4202560 1433 0 0 0 30 0 0 0 15 0 19 0 489754195 7824699392 32246 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30586] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30586/stat : 30586 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489754195 7824699392 32246 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30587] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30587/stat : 30587 (java) S 30560 30562 28463 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 489754195 7824699392 32246 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30627] ppid=30560 vsize=7641308 CPUtime=0 cores=4,6
/proc/30562/task/30627/stat : 30627 (java) S 30560 30562 28463 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 489754281 7824699392 32246 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 7641308

[startup+12.7017 s]

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

[pid=30562/tid=30572] ppid=30560 vsize=7640828 CPUtime=0.03 cores=4,6
/proc/30562/task/30572/stat : 30572 (java) S 30560 30562 28463 0 -1 4202560 5 0 0 0 3 0 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30573] ppid=30560 vsize=7640828 CPUtime=7.99 cores=4,6
/proc/30562/task/30573/stat : 30573 (java) S 30560 30562 28463 0 -1 4202560 21258 0 0 0 797 2 0 0 15 0 19 0 489754192 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 0 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30575] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30575/stat : 30575 (java) S 30560 30562 28463 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 489754193 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30576] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30576/stat : 30576 (java) S 30560 30562 28463 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 489754193 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30583] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30583/stat : 30583 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488518577 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30584] ppid=30560 vsize=7640828 CPUtime=0.36 cores=4,6
/proc/30562/task/30584/stat : 30584 (java) S 30560 30562 28463 0 -1 4202560 2401 0 0 0 36 0 0 0 15 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30585] ppid=30560 vsize=7640828 CPUtime=0.42 cores=4,6
/proc/30562/task/30585/stat : 30585 (java) S 30560 30562 28463 0 -1 4202560 1452 0 0 0 42 0 0 0 16 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30586] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30586/stat : 30586 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30587] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30587/stat : 30587 (java) S 30560 30562 28463 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30627] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30627/stat : 30627 (java) S 30560 30562 28463 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 489754281 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 883.08
Current children cumulated vsize (KiB) 7640828

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

[startup+883.001 s]
/proc/loadavg: 1.54 2.33 2.93 2/190 30731
/proc/meminfo: memFree=13500516/32950928 swapFree=67087032/67111528
[pid=30562] ppid=30560 vsize=7640828 CPUtime=883.78 cores=4,6
/proc/30562/stat : 30562 (java) S 30560 30562 28463 0 -1 4202496 72298 0 1 0 88365 13 0 0 21 0 19 0 489754189 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30562/statm: 1910207 69993 2254 9 0 1900945 0
[pid=30562/tid=30564] ppid=30560 vsize=7640828 CPUtime=874.41 cores=4,6
/proc/30562/task/30564/stat : 30564 (java) R 30560 30562 28463 0 -1 4202560 29370 0 1 0 87434 7 0 0 25 0 19 0 489754189 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 46912505648416 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30562/tid=30565] ppid=30560 vsize=7640828 CPUtime=0.15 cores=4,6
/proc/30562/task/30565/stat : 30565 (java) S 30560 30562 28463 0 -1 4202560 8293 0 0 0 15 0 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30566] ppid=30560 vsize=7640828 CPUtime=0.11 cores=4,6
/proc/30562/task/30566/stat : 30566 (java) S 30560 30562 28463 0 -1 4202560 7760 0 0 0 10 1 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30567] ppid=30560 vsize=7640828 CPUtime=0.06 cores=4,6
/proc/30562/task/30567/stat : 30567 (java) S 30560 30562 28463 0 -1 4202560 511 0 0 0 6 0 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30568] ppid=30560 vsize=7640828 CPUtime=0.03 cores=4,6
/proc/30562/task/30568/stat : 30568 (java) S 30560 30562 28463 0 -1 4202560 10 0 0 0 3 0 0 0 16 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30569] ppid=30560 vsize=7640828 CPUtime=0.05 cores=4,6
/proc/30562/task/30569/stat : 30569 (java) S 30560 30562 28463 0 -1 4202560 6 0 0 0 5 0 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30570] ppid=30560 vsize=7640828 CPUtime=0.05 cores=4,6
/proc/30562/task/30570/stat : 30570 (java) S 30560 30562 28463 0 -1 4202560 27 0 0 0 5 0 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30571] ppid=30560 vsize=7640828 CPUtime=0.03 cores=4,6
/proc/30562/task/30571/stat : 30571 (java) S 30560 30562 28463 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30572] ppid=30560 vsize=7640828 CPUtime=0.03 cores=4,6
/proc/30562/task/30572/stat : 30572 (java) S 30560 30562 28463 0 -1 4202560 5 0 0 0 3 0 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30573] ppid=30560 vsize=7640828 CPUtime=7.99 cores=4,6
/proc/30562/task/30573/stat : 30573 (java) S 30560 30562 28463 0 -1 4202560 21258 0 0 0 797 2 0 0 15 0 19 0 489754192 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 0 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30575] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30575/stat : 30575 (java) S 30560 30562 28463 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 489754193 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30576] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30576/stat : 30576 (java) S 30560 30562 28463 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 489754193 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30583] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30583/stat : 30583 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488518577 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30584] ppid=30560 vsize=7640828 CPUtime=0.36 cores=4,6
/proc/30562/task/30584/stat : 30584 (java) S 30560 30562 28463 0 -1 4202560 2401 0 0 0 36 0 0 0 15 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30585] ppid=30560 vsize=7640828 CPUtime=0.42 cores=4,6
/proc/30562/task/30585/stat : 30585 (java) S 30560 30562 28463 0 -1 4202560 1452 0 0 0 42 0 0 0 16 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30586] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30586/stat : 30586 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30587] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30587/stat : 30587 (java) S 30560 30562 28463 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30627] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30627/stat : 30627 (java) S 30560 30562 28463 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 489754281 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 883.78
Current children cumulated vsize (KiB) 7640828

[startup+883.401 s]
/proc/loadavg: 1.54 2.33 2.93 2/190 30731
/proc/meminfo: memFree=13500516/32950928 swapFree=67087032/67111528
[pid=30562] ppid=30560 vsize=7640828 CPUtime=884.18 cores=4,6
/proc/30562/stat : 30562 (java) S 30560 30562 28463 0 -1 4202496 72298 0 1 0 88405 13 0 0 21 0 19 0 489754189 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30562/statm: 1910207 69993 2254 9 0 1900945 0
[pid=30562/tid=30564] ppid=30560 vsize=7640828 CPUtime=874.81 cores=4,6
/proc/30562/task/30564/stat : 30564 (java) R 30560 30562 28463 0 -1 4202560 29370 0 1 0 87474 7 0 0 25 0 19 0 489754189 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 46912505653006 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30562/tid=30565] ppid=30560 vsize=7640828 CPUtime=0.15 cores=4,6
/proc/30562/task/30565/stat : 30565 (java) S 30560 30562 28463 0 -1 4202560 8293 0 0 0 15 0 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30566] ppid=30560 vsize=7640828 CPUtime=0.11 cores=4,6
/proc/30562/task/30566/stat : 30566 (java) S 30560 30562 28463 0 -1 4202560 7760 0 0 0 10 1 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30567] ppid=30560 vsize=7640828 CPUtime=0.06 cores=4,6
/proc/30562/task/30567/stat : 30567 (java) S 30560 30562 28463 0 -1 4202560 511 0 0 0 6 0 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30568] ppid=30560 vsize=7640828 CPUtime=0.03 cores=4,6
/proc/30562/task/30568/stat : 30568 (java) S 30560 30562 28463 0 -1 4202560 10 0 0 0 3 0 0 0 16 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30569] ppid=30560 vsize=7640828 CPUtime=0.05 cores=4,6
/proc/30562/task/30569/stat : 30569 (java) S 30560 30562 28463 0 -1 4202560 6 0 0 0 5 0 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30570] ppid=30560 vsize=7640828 CPUtime=0.05 cores=4,6
/proc/30562/task/30570/stat : 30570 (java) S 30560 30562 28463 0 -1 4202560 27 0 0 0 5 0 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30571] ppid=30560 vsize=7640828 CPUtime=0.03 cores=4,6
/proc/30562/task/30571/stat : 30571 (java) S 30560 30562 28463 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30572] ppid=30560 vsize=7640828 CPUtime=0.03 cores=4,6
/proc/30562/task/30572/stat : 30572 (java) S 30560 30562 28463 0 -1 4202560 5 0 0 0 3 0 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30573] ppid=30560 vsize=7640828 CPUtime=7.99 cores=4,6
/proc/30562/task/30573/stat : 30573 (java) S 30560 30562 28463 0 -1 4202560 21258 0 0 0 797 2 0 0 15 0 19 0 489754192 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 0 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30575] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30575/stat : 30575 (java) S 30560 30562 28463 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 489754193 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30576] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30576/stat : 30576 (java) S 30560 30562 28463 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 489754193 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30583] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30583/stat : 30583 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488518577 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30584] ppid=30560 vsize=7640828 CPUtime=0.36 cores=4,6
/proc/30562/task/30584/stat : 30584 (java) S 30560 30562 28463 0 -1 4202560 2401 0 0 0 36 0 0 0 15 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30585] ppid=30560 vsize=7640828 CPUtime=0.42 cores=4,6
/proc/30562/task/30585/stat : 30585 (java) S 30560 30562 28463 0 -1 4202560 1452 0 0 0 42 0 0 0 16 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30586] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30586/stat : 30586 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30587] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30587/stat : 30587 (java) S 30560 30562 28463 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30627] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30627/stat : 30627 (java) S 30560 30562 28463 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 489754281 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 884.18
Current children cumulated vsize (KiB) 7640828

[startup+883.601 s]
/proc/loadavg: 1.54 2.33 2.93 2/190 30731
/proc/meminfo: memFree=13500516/32950928 swapFree=67087032/67111528
[pid=30562] ppid=30560 vsize=7640828 CPUtime=884.38 cores=4,6
/proc/30562/stat : 30562 (java) S 30560 30562 28463 0 -1 4202496 72298 0 1 0 88425 13 0 0 21 0 19 0 489754189 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30562/statm: 1910207 69993 2254 9 0 1900945 0
[pid=30562/tid=30564] ppid=30560 vsize=7640828 CPUtime=875.01 cores=4,6
/proc/30562/task/30564/stat : 30564 (java) R 30560 30562 28463 0 -1 4202560 29370 0 1 0 87494 7 0 0 25 0 19 0 489754189 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 46912505796689 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=30562/tid=30565] ppid=30560 vsize=7640828 CPUtime=0.15 cores=4,6
/proc/30562/task/30565/stat : 30565 (java) S 30560 30562 28463 0 -1 4202560 8293 0 0 0 15 0 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30566] ppid=30560 vsize=7640828 CPUtime=0.11 cores=4,6
/proc/30562/task/30566/stat : 30566 (java) S 30560 30562 28463 0 -1 4202560 7760 0 0 0 10 1 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30567] ppid=30560 vsize=7640828 CPUtime=0.06 cores=4,6
/proc/30562/task/30567/stat : 30567 (java) S 30560 30562 28463 0 -1 4202560 511 0 0 0 6 0 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30568] ppid=30560 vsize=7640828 CPUtime=0.03 cores=4,6
/proc/30562/task/30568/stat : 30568 (java) S 30560 30562 28463 0 -1 4202560 10 0 0 0 3 0 0 0 16 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30569] ppid=30560 vsize=7640828 CPUtime=0.05 cores=4,6
/proc/30562/task/30569/stat : 30569 (java) S 30560 30562 28463 0 -1 4202560 6 0 0 0 5 0 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30570] ppid=30560 vsize=7640828 CPUtime=0.05 cores=4,6
/proc/30562/task/30570/stat : 30570 (java) S 30560 30562 28463 0 -1 4202560 27 0 0 0 5 0 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30571] ppid=30560 vsize=7640828 CPUtime=0.03 cores=4,6
/proc/30562/task/30571/stat : 30571 (java) S 30560 30562 28463 0 -1 4202560 4 0 0 0 3 0 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30572] ppid=30560 vsize=7640828 CPUtime=0.03 cores=4,6
/proc/30562/task/30572/stat : 30572 (java) S 30560 30562 28463 0 -1 4202560 5 0 0 0 3 0 0 0 15 0 19 0 489754191 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30573] ppid=30560 vsize=7640828 CPUtime=7.99 cores=4,6
/proc/30562/task/30573/stat : 30573 (java) S 30560 30562 28463 0 -1 4202560 21258 0 0 0 797 2 0 0 15 0 19 0 489754192 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 0 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30575] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30575/stat : 30575 (java) S 30560 30562 28463 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 489754193 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30576] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30576/stat : 30576 (java) S 30560 30562 28463 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 489754193 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30583] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30583/stat : 30583 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488518577 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30584] ppid=30560 vsize=7640828 CPUtime=0.36 cores=4,6
/proc/30562/task/30584/stat : 30584 (java) S 30560 30562 28463 0 -1 4202560 2401 0 0 0 36 0 0 0 15 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30585] ppid=30560 vsize=7640828 CPUtime=0.42 cores=4,6
/proc/30562/task/30585/stat : 30585 (java) S 30560 30562 28463 0 -1 4202560 1452 0 0 0 42 0 0 0 16 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30586] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30586/stat : 30586 (java) S 30560 30562 28463 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488510873 0 4 0 16800975 18446604453960291328 0 0 -1 4 0 0 0
[pid=30562/tid=30587] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30587/stat : 30587 (java) S 30560 30562 28463 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 489754195 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
[pid=30562/tid=30627] ppid=30560 vsize=7640828 CPUtime=0 cores=4,6
/proc/30562/task/30627/stat : 30627 (java) S 30560 30562 28463 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 489754281 7824207872 69993 33554432000 1073741824 1073778376 140733504012480 18446744073709551615 239488511488 0 4 0 16800975 18446604453960291328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 884.38
Current children cumulated vsize (KiB) 7640828

[startup+883.702 s]
/proc/loadavg: 1.54 2.33 2.93 2/190 30731
/proc/meminfo: memFree=13500516/32950928 swapFree=67087032/67111528
[pid=30562] ppid=30560 vsize=0 CPUtime=884.48 cores=4,6
/proc/30562/stat : 30562 (java) Z 30560 30562 28463 0 -1 4203548 72303 0 1 0 88435 13 0 0 18 0 2 0 489754189 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/30562/statm: 0 0 0 0 0 0 0
[pid=30562/tid=30583] ppid=30560 vsize=0 CPUtime=0 cores=4,6
/proc/30562/task/30583/stat : 30583 (java) R 30560 30562 28463 0 -1 4203588 1 0 0 0 0 0 0 0 18 0 2 0 489754195 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 884.48
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 883.712
CPU time (s): 884.502
CPU user time (s): 884.354
CPU system time (s): 0.147977
CPU usage (%): 100.089
Max. virtual memory (cumulated for all children) (KiB): 7641308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 884.354
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72303
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= 19376
involuntary context switches= 3548

runsolver used 1.67874 second user time and 3.14352 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-26 03:32:51
IDJOB=3288431
IDBENCH=82496
IDSOLVER=1611
FILE ID=node148/3288431-1303781571
RUNJOBID= node148-1303781570-30539
PBS_JOBID= 13157174
Free space on /tmp= 70548 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/manthey/traffic/traffic_kkb_unknown.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-3288431-1303781571/watcher-3288431-1303781571 -o /tmp/evaluation-result-3288431-1303781571/solver-3288431-1303781571 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3288431-1303781571.cnf

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=719509993

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13730832 kB
Buffers:       2064088 kB
Cached:       16538268 kB
SwapCached:       5264 kB
Active:        9106776 kB
Inactive:      9547872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13730832 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           67736 kB
Writeback:           0 kB
AnonPages:       48628 kB
Mapped:          13476 kB
Slab:           500832 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   195184 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= 70600 MiB
End job on node148 at 2011-04-26 03:47:35