Trace number 3258872

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v1150c84314gyes1.cnf
MD5SUMd6097a9814089eeede1d027388c17a02
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3218
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.04/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.12	c See www.sat4j.org for details.
0.04/0.19	c no version file found!!!
0.04/0.19	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.19	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.19	c java.vm.version	19.1-b02
0.04/0.19	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.19	c sun.arch.data.model	64
0.04/0.19	c java.version		1.6.0_24
0.04/0.19	c os.name		Linux
0.04/0.19	c os.version		2.6.18-164.el5
0.04/0.19	c os.arch		amd64
0.04/0.19	c Free memory 		6997539544
0.04/0.19	c Max memory 		7034241024
0.04/0.19	c Total memory 		7034241024
0.04/0.19	c Number of processors 	8
0.04/0.19	c --- Begin Solver configuration ---
0.04/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@664741d6
0.04/0.19	c Learn all clauses as in MiniSAT
0.04/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.04/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.04/0.19	c Expensive reason simplification
0.04/0.19	c Armin Biere (Picosat) restarts strategy
0.04/0.19	c Glucose learned constraints deletion strategy
0.04/0.19	c timeout=2147483647s
0.04/0.19	c DB Simplification allowed=true
0.04/0.19	c --- End Solver configuration ---
0.04/0.19	c solving HOME/instance-3258872-1303505561.cnf
0.04/0.19	c reading problem ... 
0.32/0.28	c ... done. Wall clock time 0.133s.
0.32/0.28	c #vars     1150
0.32/0.28	c #constraints  84314
0.32/0.28	c constraints type 
0.32/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
0.32/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 84264
1.72/1.34	c cleaning 2489 clauses out of 5001 with flag 5001/5001
3.35/2.55	c cleaning 4247 clauses out of 8511 with flag 11000/11000
4.85/4.03	c cleaning 5621 clauses out of 11264 with flag 18000/18000
6.66/5.87	c cleaning 6798 clauses out of 13644 with flag 26001/26001
8.87/8.06	c cleaning 7901 clauses out of 15845 with flag 35000/35000
11.57/10.71	c cleaning 8958 clauses out of 17944 with flag 45000/45000
14.67/13.84	c cleaning 9976 clauses out of 19989 with flag 56003/56003
18.29/17.46	c cleaning 10989 clauses out of 22010 with flag 68000/68000
22.29/21.42	c cleaning 11995 clauses out of 24021 with flag 81000/81000
26.99/26.18	c cleaning 12999 clauses out of 26028 with flag 95002/95002
32.10/31.28	c cleaning 13979 clauses out of 28027 with flag 110000/110000
38.20/37.36	c cleaning 15006 clauses out of 30048 with flag 126000/126000
44.60/43.70	c cleaning 15996 clauses out of 32042 with flag 143000/143000
51.71/50.85	c cleaning 16992 clauses out of 34046 with flag 161000/161000
59.81/58.95	c cleaning 18021 clauses out of 36055 with flag 180001/180001
68.52/67.64	c cleaning 18988 clauses out of 38037 with flag 200004/200004
78.03/77.15	c cleaning 20014 clauses out of 40045 with flag 221000/221000
88.63/87.77	c cleaning 21004 clauses out of 42033 with flag 243002/243002
99.84/98.98	c cleaning 21997 clauses out of 44028 with flag 266001/266001
112.24/111.39	c cleaning 23009 clauses out of 46031 with flag 290001/290001
126.04/125.10	c cleaning 23981 clauses out of 48021 with flag 315000/315000
140.55/139.69	c cleaning 25000 clauses out of 50042 with flag 341002/341002
156.26/155.31	c cleaning 25998 clauses out of 52042 with flag 368002/368002
173.77/172.86	c cleaning 26999 clauses out of 54043 with flag 396001/396001
192.67/191.76	c cleaning 28012 clauses out of 56047 with flag 425004/425004
213.67/212.79	c cleaning 28999 clauses out of 58036 with flag 455005/455005
234.48/233.50	c cleaning 29993 clauses out of 60032 with flag 486000/486000
257.29/256.32	c cleaning 31002 clauses out of 62039 with flag 518000/518000
282.30/281.37	c cleaning 31989 clauses out of 64040 with flag 551003/551003
308.71/307.70	c cleaning 33006 clauses out of 66053 with flag 585005/585005
335.42/334.45	c cleaning 33995 clauses out of 68043 with flag 620001/620001
362.63/361.63	c cleaning 34984 clauses out of 70049 with flag 656002/656002
392.54/391.53	c cleaning 36022 clauses out of 72066 with flag 693003/693003
423.75/422.78	c cleaning 36993 clauses out of 74043 with flag 731002/731002
458.16/457.13	c cleaning 37979 clauses out of 76048 with flag 770000/770000
492.96/491.91	c cleaning 39000 clauses out of 78069 with flag 810000/810000
528.57/527.56	c cleaning 40015 clauses out of 80069 with flag 851000/851000
567.18/566.14	c cleaning 41014 clauses out of 82055 with flag 893001/893001
608.59/607.56	c cleaning 42011 clauses out of 84042 with flag 936002/936002
649.60/648.50	c cleaning 42994 clauses out of 86029 with flag 980000/980000
697.31/696.27	c cleaning 44011 clauses out of 88035 with flag 1025000/1025000
742.53/741.42	c cleaning 44978 clauses out of 90024 with flag 1071000/1071000
790.73/789.64	c cleaning 46009 clauses out of 92047 with flag 1118001/1118001
842.34/841.27	c cleaning 47000 clauses out of 94037 with flag 1166000/1166000
891.85/890.71	c cleaning 47996 clauses out of 96037 with flag 1215000/1215000
948.87/947.76	c cleaning 49004 clauses out of 98041 with flag 1265000/1265000
1007.47/1006.35	c cleaning 49998 clauses out of 100037 with flag 1316000/1316000
1068.00/1066.81	c cleaning 50988 clauses out of 102039 with flag 1368000/1368000
1132.02/1130.82	c cleaning 51991 clauses out of 104052 with flag 1421001/1421001
1198.92/1197.72	c cleaning 53005 clauses out of 106060 with flag 1475000/1475000
1267.94/1266.72	c cleaning 54019 clauses out of 108055 with flag 1530000/1530000
1301.26/1300.01	c starts		: 1422
1301.26/1300.01	c conflicts		: 1561211
1301.26/1300.01	c decisions		: 2678091
1301.26/1300.01	c propagations		: 211797230
1301.26/1300.01	c inspects		: 13926095806
1301.26/1300.01	c shortcuts		: 0
1301.26/1300.01	c learnt literals	: 0
1301.26/1300.01	c learnt binary clauses	: 11
1301.26/1300.01	c learnt ternary clauses	: 53
1301.26/1300.01	c learnt constraints	: 1561210
1301.26/1300.01	c ignored constraints	: 0
1301.26/1300.01	c root simplifications	: 1422
1301.26/1300.01	c removed literals (reason simplification)	: 60573632
1301.26/1300.01	c reason swapping (by a shorter reason)	: 0
1301.26/1300.01	c Calls to reduceDB	: 51
1301.26/1300.01	c speed (assignments/second)	: 162953.41148736555
1301.26/1300.01	c non guided choices	142
1301.26/1300.04	c learnt constraints type 
1301.26/1300.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11
1301.26/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 85236
1301.26/1300.04	c constraints type 
1301.26/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
1301.26/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 84264
1301.26/1300.04	s UNKNOWN
1301.26/1300.04	c Total wall clock time (in seconds) : 1299.874

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.46 3.89 3.72 1/174 17465
/proc/meminfo: memFree=12965752/32950928 swapFree=67111528/67111528
[pid=17465] ppid=17463 vsize=23028 CPUtime=0 cores=5,7
/proc/17465/stat : 17465 (java) R 17463 17465 16977 0 -1 4202496 952 0 0 0 0 0 0 0 18 0 1 0 462152822 23580672 694 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254495729128 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17465/statm: 5757 694 511 9 0 124 0

[startup+0.101611 s]
/proc/loadavg: 3.46 3.89 3.72 1/174 17465
/proc/meminfo: memFree=12965752/32950928 swapFree=67111528/67111528
[pid=17465] ppid=17463 vsize=7564488 CPUtime=0.04 cores=5,7
/proc/17465/stat : 17465 (java) S 17463 17465 16977 0 -1 4202496 9015 0 1 0 3 1 0 0 18 0 13 0 462152822 7746035712 8710 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512494565 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/17465/statm: 1891122 8711 1687 9 0 1881870 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7564488

[startup+0.270434 s]
/proc/loadavg: 3.46 3.89 3.72 1/174 17465
/proc/meminfo: memFree=12965752/32950928 swapFree=67111528/67111528
[pid=17465] ppid=17463 vsize=7573140 CPUtime=0.32 cores=5,7
/proc/17465/stat : 17465 (java) S 17463 17465 16977 0 -1 4202496 12322 0 1 0 31 1 0 0 18 0 18 0 462152822 7754895360 11912 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17465/statm: 1893285 11913 2197 9 0 1884023 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 7573140

[startup+0.300544 s]
/proc/loadavg: 3.46 3.89 3.72 1/174 17465
/proc/meminfo: memFree=12965752/32950928 swapFree=67111528/67111528
[pid=17465] ppid=17463 vsize=7574168 CPUtime=0.36 cores=5,7
/proc/17465/stat : 17465 (java) S 17463 17465 16977 0 -1 4202496 12634 0 1 0 35 1 0 0 18 0 19 0 462152822 7755948032 12224 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17465/statm: 1893542 12224 2203 9 0 1884280 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 7574168

[startup+0.700475 s]
/proc/loadavg: 3.46 3.89 3.72 1/174 17465
/proc/meminfo: memFree=12965752/32950928 swapFree=67111528/67111528
[pid=17465] ppid=17463 vsize=7580836 CPUtime=1.03 cores=5,7
/proc/17465/stat : 17465 (java) S 17463 17465 16977 0 -1 4202496 15415 0 1 0 101 2 0 0 18 0 19 0 462152822 7762776064 14117 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17465/statm: 1895209 14117 2219 9 0 1885947 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 7580836

[startup+1.50125 s]
/proc/loadavg: 3.46 3.89 3.72 11/261 17567
/proc/meminfo: memFree=12766008/32950928 swapFree=67111528/67111528
[pid=17465] ppid=17463 vsize=7659428 CPUtime=2.07 cores=5,7
/proc/17465/stat : 17465 (java) S 17463 17465 16977 0 -1 4202496 23444 0 1 0 205 2 0 0 18 0 19 0 462152822 7843254272 20499 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17465/statm: 1914857 20499 2252 9 0 1905595 0
[pid=17465/tid=17467] ppid=17463 vsize=7659428 CPUtime=1.37 cores=5,7
/proc/17465/task/17467/stat : 17467 (java) R 17463 17465 16977 0 -1 4202560 10972 0 1 0 136 1 0 0 20 0 19 0 462152823 7843254272 20499 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 46912505744560 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17465/tid=17468] ppid=17463 vsize=7659428 CPUtime=0 cores=5,7
/proc/17465/task/17468/stat : 17468 (java) S 17463 17465 16977 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 19 0 462152827 7843254272 20499 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17469] ppid=17463 vsize=7659428 CPUtime=0 cores=5,7
/proc/17465/task/17469/stat : 17469 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462152827 7843254272 20499 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17470] ppid=17463 vsize=7659428 CPUtime=0 cores=5,7
/proc/17465/task/17470/stat : 17470 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462152827 7843254272 20499 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17471] ppid=17463 vsize=7659428 CPUtime=0 cores=5,7
/proc/17465/task/17471/stat : 17471 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462152827 7843254272 20499 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17472] ppid=17463 vsize=7659428 CPUtime=0 cores=5,7
/proc/17465/task/17472/stat : 17472 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462152827 7843254272 20499 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17473] ppid=17463 vsize=7659428 CPUtime=0 cores=5,7
/proc/17465/task/17473/stat : 17473 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462152827 7843254272 20499 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17474] ppid=17463 vsize=7659428 CPUtime=0 cores=5,7
/proc/17465/task/17474/stat : 17474 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 462152827 7843254272 20499 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17475] ppid=17463 vsize=7659428 CPUtime=0 cores=5,7
/proc/17465/task/17475/stat : 17475 (java) S 17463 17465 16977 0 -1 4202560 578 0 0 0 0 0 0 0 18 0 19 0 462152827 7843254272 20499 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17476] ppid=17463 vsize=7659428 CPUtime=0.02 cores=5,7
/proc/17465/task/17476/stat : 17476 (java) S 17463 17465 16977 0 -1 4202560 1475 0 0 0 2 0 0 0 15 0 19 0 462152828 7843254272 20499 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 0 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17477] ppid=17463 vsize=7659428 CPUtime=0 cores=5,7
/proc/17465/task/17477/stat : 17477 (java) S 17463 17465 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152829 7843254272 20499 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17478] ppid=17463 vsize=7659428 CPUtime=0 cores=5,7
/proc/17465/task/17478/stat : 17478 (java) S 17463 17465 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462152829 7843254272 20499 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17479] ppid=17463 vsize=7659428 CPUtime=0 cores=5,7
/proc/17465/task/17479/stat : 17479 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462152833 7843254272 20499 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512515505 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17480] ppid=17463 vsize=7659428 CPUtime=0.31 cores=5,7
/proc/17465/task/17480/stat : 17480 (java) R 17463 17465 16977 0 -1 4202560 6248 0 0 0 31 0 0 0 16 0 19 0 462152833 7843254272 20499 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 47384570656856 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=17465/tid=17481] ppid=17463 vsize=7659428 CPUtime=0.33 cores=5,7
/proc/17465/task/17481/stat : 17481 (java) S 17463 17465 16977 0 -1 4202560 2116 0 0 0 33 0 0 0 16 0 19 0 462152833 7843254272 20499 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17482] ppid=17463 vsize=7659428 CPUtime=0 cores=5,7
/proc/17465/task/17482/stat : 17482 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462152833 7843254272 20499 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17483] ppid=17463 vsize=7659428 CPUtime=0 cores=5,7
/proc/17465/task/17483/stat : 17483 (java) S 17463 17465 16977 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 462152833 7843254272 20499 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17484] ppid=17463 vsize=7659428 CPUtime=0 cores=5,7
/proc/17465/task/17484/stat : 17484 (java) S 17463 17465 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462152850 7843254272 20499 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 7659428

[startup+3.101 s]
/proc/loadavg: 3.46 3.89 3.72 5/262 17568
/proc/meminfo: memFree=12685168/32950928 swapFree=67111528/67111528
[pid=17465] ppid=17463 vsize=7663552 CPUtime=3.95 cores=5,7
/proc/17465/stat : 17465 (java) S 17463 17465 16977 0 -1 4202496 25875 0 1 0 393 2 0 0 18 0 19 0 462152822 7847477248 22803 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17465/statm: 1915888 22803 2254 9 0 1906626 0
[pid=17465/tid=17467] ppid=17463 vsize=7663552 CPUtime=2.91 cores=5,7
/proc/17465/task/17467/stat : 17467 (java) R 17463 17465 16977 0 -1 4202560 10975 0 1 0 290 1 0 0 25 0 19 0 462152823 7847477248 22803 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 46912505623293 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17465/tid=17468] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17468/stat : 17468 (java) S 17463 17465 16977 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 19 0 462152827 7847477248 22803 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17469] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17469/stat : 17469 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152827 7847477248 22803 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17470] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17470/stat : 17470 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152827 7847477248 22803 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17471] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17471/stat : 17471 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152827 7847477248 22803 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17472] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17472/stat : 17472 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152827 7847477248 22803 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17473] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17473/stat : 17473 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152827 7847477248 22803 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17474] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17474/stat : 17474 (java) S 17463 17465 16977 0 -1 4202560 439 0 0 0 0 0 0 0 15 0 19 0 462152827 7847477248 22803 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17475] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17475/stat : 17475 (java) S 17463 17465 16977 0 -1 4202560 951 0 0 0 0 0 0 0 17 0 19 0 462152827 7847477248 22803 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17476] ppid=17463 vsize=7663552 CPUtime=0.04 cores=5,7
/proc/17465/task/17476/stat : 17476 (java) S 17463 17465 16977 0 -1 4202560 1762 0 0 0 4 0 0 0 16 0 19 0 462152828 7847477248 22803 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 0 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17477] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17477/stat : 17477 (java) S 17463 17465 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152829 7847477248 22803 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17478] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17478/stat : 17478 (java) S 17463 17465 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462152829 7847477248 22803 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17479] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17479/stat : 17479 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462152833 7847477248 22803 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512515505 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17480] ppid=17463 vsize=7663552 CPUtime=0.59 cores=5,7
/proc/17465/task/17480/stat : 17480 (java) S 17463 17465 16977 0 -1 4202560 7576 0 0 0 59 0 0 0 16 0 19 0 462152833 7847477248 22803 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17481] ppid=17463 vsize=7663552 CPUtime=0.36 cores=5,7
/proc/17465/task/17481/stat : 17481 (java) S 17463 17465 16977 0 -1 4202560 2118 0 0 0 36 0 0 0 16 0 19 0 462152833 7847477248 22803 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17482] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17482/stat : 17482 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462152833 7847477248 22803 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17483] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17483/stat : 17483 (java) S 17463 17465 16977 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 462152833 7847477248 22803 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17484] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17484/stat : 17484 (java) S 17463 17465 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462152850 7847477248 22803 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 7663552

[startup+6.30135 s]
/proc/loadavg: 3.50 3.89 3.72 5/262 17568
/proc/meminfo: memFree=12567020/32950928 swapFree=67111528/67111528
[pid=17465] ppid=17463 vsize=7663552 CPUtime=7.17 cores=5,7
/proc/17465/stat : 17465 (java) S 17463 17465 16977 0 -1 4202496 26360 0 1 0 714 3 0 0 18 0 19 0 462152822 7847477248 23285 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17465/statm: 1915888 23285 2254 9 0 1906626 0
[pid=17465/tid=17467] ppid=17463 vsize=7663552 CPUtime=6.02 cores=5,7
/proc/17465/task/17467/stat : 17467 (java) R 17463 17465 16977 0 -1 4202560 10978 0 1 0 601 1 0 0 25 0 19 0 462152823 7847477248 23285 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 46912505611104 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17465/tid=17468] ppid=17463 vsize=7663552 CPUtime=0.01 cores=5,7
/proc/17465/task/17468/stat : 17468 (java) S 17463 17465 16977 0 -1 4202560 900 0 0 0 1 0 0 0 15 0 19 0 462152827 7847477248 23285 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17469] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17469/stat : 17469 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152827 7847477248 23285 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17470] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17470/stat : 17470 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152827 7847477248 23285 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17471] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17471/stat : 17471 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152827 7847477248 23285 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17472] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17472/stat : 17472 (java) S 17463 17465 16977 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 462152827 7847477248 23285 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17473] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17473/stat : 17473 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 462152827 7847477248 23285 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17474] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17474/stat : 17474 (java) S 17463 17465 16977 0 -1 4202560 509 0 0 0 0 0 0 0 15 0 19 0 462152827 7847477248 23285 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17475] ppid=17463 vsize=7663552 CPUtime=0.01 cores=5,7
/proc/17465/task/17475/stat : 17475 (java) S 17463 17465 16977 0 -1 4202560 951 0 0 0 1 0 0 0 15 0 19 0 462152827 7847477248 23285 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17476] ppid=17463 vsize=7663552 CPUtime=0.09 cores=5,7
/proc/17465/task/17476/stat : 17476 (java) S 17463 17465 16977 0 -1 4202560 2014 0 0 0 9 0 0 0 16 0 19 0 462152828 7847477248 23285 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 0 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17477] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17477/stat : 17477 (java) S 17463 17465 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152829 7847477248 23285 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17478] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17478/stat : 17478 (java) S 17463 17465 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462152829 7847477248 23285 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17479] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17479/stat : 17479 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462152833 7847477248 23285 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512515505 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17480] ppid=17463 vsize=7663552 CPUtime=0.59 cores=5,7
/proc/17465/task/17480/stat : 17480 (java) S 17463 17465 16977 0 -1 4202560 7576 0 0 0 59 0 0 0 15 0 19 0 462152833 7847477248 23285 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17481] ppid=17463 vsize=7663552 CPUtime=0.39 cores=5,7
/proc/17465/task/17481/stat : 17481 (java) S 17463 17465 16977 0 -1 4202560 2126 0 0 0 39 0 0 0 15 0 19 0 462152833 7847477248 23285 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17482] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17482/stat : 17482 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462152833 7847477248 23285 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17483] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17483/stat : 17483 (java) S 17463 17465 16977 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 462152833 7847477248 23285 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17484] ppid=17463 vsize=7663552 CPUtime=0 cores=5,7
/proc/17465/task/17484/stat : 17484 (java) S 17463 17465 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462152850 7847477248 23285 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 7663552

[startup+12.7011 s]

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

[pid=17465/tid=17473] ppid=17463 vsize=7654948 CPUtime=0.08 cores=5,7
/proc/17465/task/17473/stat : 17473 (java) S 17463 17465 16977 0 -1 4202560 658 0 0 0 8 0 0 0 15 0 19 0 462152827 7838666752 41240 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17474] ppid=17463 vsize=7654948 CPUtime=0.09 cores=5,7
/proc/17465/task/17474/stat : 17474 (java) S 17463 17465 16977 0 -1 4202560 2608 0 0 0 9 0 0 0 16 0 19 0 462152827 7838666752 41240 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17475] ppid=17463 vsize=7654948 CPUtime=0.11 cores=5,7
/proc/17465/task/17475/stat : 17475 (java) S 17463 17465 16977 0 -1 4202560 1355 0 0 0 11 0 0 0 15 0 19 0 462152827 7838666752 41240 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17476] ppid=17463 vsize=7654948 CPUtime=1.82 cores=5,7
/proc/17465/task/17476/stat : 17476 (java) S 17463 17465 16977 0 -1 4202560 6986 0 0 0 181 1 0 0 15 0 19 0 462152828 7838666752 41240 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 0 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17477] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17477/stat : 17477 (java) S 17463 17465 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152829 7838666752 41240 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17478] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17478/stat : 17478 (java) S 17463 17465 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462152829 7838666752 41240 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17479] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17479/stat : 17479 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462152833 7838666752 41240 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512515505 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17480] ppid=17463 vsize=7654948 CPUtime=0.59 cores=5,7
/proc/17465/task/17480/stat : 17480 (java) S 17463 17465 16977 0 -1 4202560 7576 0 0 0 59 0 0 0 15 0 19 0 462152833 7838666752 41240 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17481] ppid=17463 vsize=7654948 CPUtime=0.41 cores=5,7
/proc/17465/task/17481/stat : 17481 (java) S 17463 17465 16977 0 -1 4202560 2126 0 0 0 41 0 0 0 16 0 19 0 462152833 7838666752 41240 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17482] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17482/stat : 17482 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462152833 7838666752 41240 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17483] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17483/stat : 17483 (java) S 17463 17465 16977 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 462152833 7838666752 41240 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17484] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17484/stat : 17484 (java) S 17463 17465 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462152850 7838666752 41240 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1183.53
Current children cumulated vsize (KiB) 7654948

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/262 17613
/proc/meminfo: memFree=12209680/32950928 swapFree=67111528/67111528
[pid=17465] ppid=17463 vsize=7654948 CPUtime=1243.54 cores=5,7
/proc/17465/stat : 17465 (java) S 17463 17465 16977 0 -1 4202496 47226 0 1 0 124344 10 0 0 18 0 19 0 462152822 7838666752 42252 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17465/statm: 1913737 42252 2254 9 0 1904475 0
[pid=17465/tid=17467] ppid=17463 vsize=7654948 CPUtime=1239.93 cores=5,7
/proc/17465/task/17467/stat : 17467 (java) R 17463 17465 16977 0 -1 4202560 16336 0 1 0 123988 5 0 0 25 0 19 0 462152823 7838666752 42252 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 46912505757809 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17465/tid=17468] ppid=17463 vsize=7654948 CPUtime=0.07 cores=5,7
/proc/17465/task/17468/stat : 17468 (java) S 17463 17465 16977 0 -1 4202560 2649 0 0 0 7 0 0 0 15 0 19 0 462152827 7838666752 42252 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17469] ppid=17463 vsize=7654948 CPUtime=0.06 cores=5,7
/proc/17465/task/17469/stat : 17469 (java) S 17463 17465 16977 0 -1 4202560 110 0 0 0 6 0 0 0 16 0 19 0 462152827 7838666752 42252 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17470] ppid=17463 vsize=7654948 CPUtime=0.05 cores=5,7
/proc/17465/task/17470/stat : 17470 (java) S 17463 17465 16977 0 -1 4202560 749 0 0 0 5 0 0 0 15 0 19 0 462152827 7838666752 42252 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17471] ppid=17463 vsize=7654948 CPUtime=0.09 cores=5,7
/proc/17465/task/17471/stat : 17471 (java) S 17463 17465 16977 0 -1 4202560 2819 0 0 0 9 0 0 0 15 0 19 0 462152827 7838666752 42252 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17472] ppid=17463 vsize=7654948 CPUtime=0.07 cores=5,7
/proc/17465/task/17472/stat : 17472 (java) S 17463 17465 16977 0 -1 4202560 1588 0 0 0 7 0 0 0 15 0 19 0 462152827 7838666752 42252 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17473] ppid=17463 vsize=7654948 CPUtime=0.08 cores=5,7
/proc/17465/task/17473/stat : 17473 (java) S 17463 17465 16977 0 -1 4202560 658 0 0 0 8 0 0 0 15 0 19 0 462152827 7838666752 42252 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17474] ppid=17463 vsize=7654948 CPUtime=0.09 cores=5,7
/proc/17465/task/17474/stat : 17474 (java) S 17463 17465 16977 0 -1 4202560 2608 0 0 0 9 0 0 0 16 0 19 0 462152827 7838666752 42252 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17475] ppid=17463 vsize=7654948 CPUtime=0.12 cores=5,7
/proc/17465/task/17475/stat : 17475 (java) S 17463 17465 16977 0 -1 4202560 1486 0 0 0 12 0 0 0 16 0 19 0 462152827 7838666752 42252 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17476] ppid=17463 vsize=7654948 CPUtime=1.87 cores=5,7
/proc/17465/task/17476/stat : 17476 (java) S 17463 17465 16977 0 -1 4202560 7296 0 0 0 186 1 0 0 15 0 19 0 462152828 7838666752 42252 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 0 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17477] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17477/stat : 17477 (java) S 17463 17465 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152829 7838666752 42252 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17478] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17478/stat : 17478 (java) S 17463 17465 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462152829 7838666752 42252 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17479] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17479/stat : 17479 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462152833 7838666752 42252 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512515505 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17480] ppid=17463 vsize=7654948 CPUtime=0.59 cores=5,7
/proc/17465/task/17480/stat : 17480 (java) S 17463 17465 16977 0 -1 4202560 7576 0 0 0 59 0 0 0 15 0 19 0 462152833 7838666752 42252 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17481] ppid=17463 vsize=7654948 CPUtime=0.41 cores=5,7
/proc/17465/task/17481/stat : 17481 (java) S 17463 17465 16977 0 -1 4202560 2126 0 0 0 41 0 0 0 16 0 19 0 462152833 7838666752 42252 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17482] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17482/stat : 17482 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462152833 7838666752 42252 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17483] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17483/stat : 17483 (java) S 17463 17465 16977 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 462152833 7838666752 42252 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17484] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17484/stat : 17484 (java) S 17463 17465 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462152850 7838666752 42252 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1243.54
Current children cumulated vsize (KiB) 7654948



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.91 5/262 17615
/proc/meminfo: memFree=12207296/32950928 swapFree=67111528/67111528
[pid=17465] ppid=17463 vsize=7654948 CPUtime=1301.26 cores=5,7
/proc/17465/stat : 17465 (java) S 17463 17465 16977 0 -1 4202496 47368 0 1 0 130116 10 0 0 18 0 19 0 462152822 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17465/statm: 1913737 42387 2254 9 0 1904475 0
[pid=17465/tid=17467] ppid=17463 vsize=7654948 CPUtime=1297.59 cores=5,7
/proc/17465/task/17467/stat : 17467 (java) R 17463 17465 16977 0 -1 4202560 16337 0 1 0 129754 5 0 0 25 0 19 0 462152823 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 46912505757809 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17465/tid=17468] ppid=17463 vsize=7654948 CPUtime=0.07 cores=5,7
/proc/17465/task/17468/stat : 17468 (java) S 17463 17465 16977 0 -1 4202560 2649 0 0 0 7 0 0 0 15 0 19 0 462152827 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17469] ppid=17463 vsize=7654948 CPUtime=0.06 cores=5,7
/proc/17465/task/17469/stat : 17469 (java) S 17463 17465 16977 0 -1 4202560 110 0 0 0 6 0 0 0 15 0 19 0 462152827 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17470] ppid=17463 vsize=7654948 CPUtime=0.06 cores=5,7
/proc/17465/task/17470/stat : 17470 (java) S 17463 17465 16977 0 -1 4202560 749 0 0 0 6 0 0 0 15 0 19 0 462152827 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17471] ppid=17463 vsize=7654948 CPUtime=0.09 cores=5,7
/proc/17465/task/17471/stat : 17471 (java) S 17463 17465 16977 0 -1 4202560 2819 0 0 0 9 0 0 0 15 0 19 0 462152827 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17472] ppid=17463 vsize=7654948 CPUtime=0.07 cores=5,7
/proc/17465/task/17472/stat : 17472 (java) S 17463 17465 16977 0 -1 4202560 1588 0 0 0 7 0 0 0 15 0 19 0 462152827 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17473] ppid=17463 vsize=7654948 CPUtime=0.08 cores=5,7
/proc/17465/task/17473/stat : 17473 (java) S 17463 17465 16977 0 -1 4202560 658 0 0 0 8 0 0 0 15 0 19 0 462152827 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17474] ppid=17463 vsize=7654948 CPUtime=0.1 cores=5,7
/proc/17465/task/17474/stat : 17474 (java) S 17463 17465 16977 0 -1 4202560 2608 0 0 0 10 0 0 0 15 0 19 0 462152827 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17475] ppid=17463 vsize=7654948 CPUtime=0.12 cores=5,7
/proc/17465/task/17475/stat : 17475 (java) S 17463 17465 16977 0 -1 4202560 1486 0 0 0 12 0 0 0 15 0 19 0 462152827 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17476] ppid=17463 vsize=7654948 CPUtime=1.92 cores=5,7
/proc/17465/task/17476/stat : 17476 (java) S 17463 17465 16977 0 -1 4202560 7433 0 0 0 191 1 0 0 15 0 19 0 462152828 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 0 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17477] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17477/stat : 17477 (java) S 17463 17465 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152829 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17478] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17478/stat : 17478 (java) S 17463 17465 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462152829 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17479] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17479/stat : 17479 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462152833 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512515505 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17480] ppid=17463 vsize=7654948 CPUtime=0.59 cores=5,7
/proc/17465/task/17480/stat : 17480 (java) S 17463 17465 16977 0 -1 4202560 7576 0 0 0 59 0 0 0 15 0 19 0 462152833 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17481] ppid=17463 vsize=7654948 CPUtime=0.41 cores=5,7
/proc/17465/task/17481/stat : 17481 (java) S 17463 17465 16977 0 -1 4202560 2126 0 0 0 41 0 0 0 16 0 19 0 462152833 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17482] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17482/stat : 17482 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462152833 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17483] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17483/stat : 17483 (java) S 17463 17465 16977 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 462152833 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17484] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17484/stat : 17484 (java) S 17463 17465 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462152850 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1301.26
Current children cumulated vsize (KiB) 7654948

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

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

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.91 5/262 17615
/proc/meminfo: memFree=12207296/32950928 swapFree=67111528/67111528
[pid=17465] ppid=17463 vsize=7654948 CPUtime=1301.26 cores=5,7
/proc/17465/stat : 17465 (java) S 17463 17465 16977 0 -1 4202496 47368 0 1 0 130116 10 0 0 18 0 19 0 462152822 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17465/statm: 1913737 42387 2254 9 0 1904475 0
[pid=17465/tid=17467] ppid=17463 vsize=7654948 CPUtime=1297.59 cores=5,7
/proc/17465/task/17467/stat : 17467 (java) R 17463 17465 16977 0 -1 4202560 16337 0 1 0 129754 5 0 0 25 0 19 0 462152823 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 46912505757809 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17465/tid=17468] ppid=17463 vsize=7654948 CPUtime=0.07 cores=5,7
/proc/17465/task/17468/stat : 17468 (java) S 17463 17465 16977 0 -1 4202560 2649 0 0 0 7 0 0 0 15 0 19 0 462152827 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17469] ppid=17463 vsize=7654948 CPUtime=0.06 cores=5,7
/proc/17465/task/17469/stat : 17469 (java) S 17463 17465 16977 0 -1 4202560 110 0 0 0 6 0 0 0 15 0 19 0 462152827 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17470] ppid=17463 vsize=7654948 CPUtime=0.06 cores=5,7
/proc/17465/task/17470/stat : 17470 (java) S 17463 17465 16977 0 -1 4202560 749 0 0 0 6 0 0 0 15 0 19 0 462152827 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17471] ppid=17463 vsize=7654948 CPUtime=0.09 cores=5,7
/proc/17465/task/17471/stat : 17471 (java) S 17463 17465 16977 0 -1 4202560 2819 0 0 0 9 0 0 0 15 0 19 0 462152827 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17472] ppid=17463 vsize=7654948 CPUtime=0.07 cores=5,7
/proc/17465/task/17472/stat : 17472 (java) S 17463 17465 16977 0 -1 4202560 1588 0 0 0 7 0 0 0 15 0 19 0 462152827 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17473] ppid=17463 vsize=7654948 CPUtime=0.08 cores=5,7
/proc/17465/task/17473/stat : 17473 (java) S 17463 17465 16977 0 -1 4202560 658 0 0 0 8 0 0 0 15 0 19 0 462152827 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17474] ppid=17463 vsize=7654948 CPUtime=0.1 cores=5,7
/proc/17465/task/17474/stat : 17474 (java) S 17463 17465 16977 0 -1 4202560 2608 0 0 0 10 0 0 0 15 0 19 0 462152827 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17475] ppid=17463 vsize=7654948 CPUtime=0.12 cores=5,7
/proc/17465/task/17475/stat : 17475 (java) S 17463 17465 16977 0 -1 4202560 1486 0 0 0 12 0 0 0 15 0 19 0 462152827 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17476] ppid=17463 vsize=7654948 CPUtime=1.92 cores=5,7
/proc/17465/task/17476/stat : 17476 (java) S 17463 17465 16977 0 -1 4202560 7433 0 0 0 191 1 0 0 15 0 19 0 462152828 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 0 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17477] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17477/stat : 17477 (java) S 17463 17465 16977 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 462152829 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17478] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17478/stat : 17478 (java) S 17463 17465 16977 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 462152829 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17479] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17479/stat : 17479 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 462152833 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512515505 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17480] ppid=17463 vsize=7654948 CPUtime=0.59 cores=5,7
/proc/17465/task/17480/stat : 17480 (java) S 17463 17465 16977 0 -1 4202560 7576 0 0 0 59 0 0 0 15 0 19 0 462152833 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17481] ppid=17463 vsize=7654948 CPUtime=0.41 cores=5,7
/proc/17465/task/17481/stat : 17481 (java) S 17463 17465 16977 0 -1 4202560 2126 0 0 0 41 0 0 0 16 0 19 0 462152833 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17482] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17482/stat : 17482 (java) S 17463 17465 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 462152833 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512507801 0 4 0 16800975 18446604471153501312 0 0 -1 5 0 0 0
[pid=17465/tid=17483] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17483/stat : 17483 (java) S 17463 17465 16977 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 19 0 462152833 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
[pid=17465/tid=17484] ppid=17463 vsize=7654948 CPUtime=0 cores=5,7
/proc/17465/task/17484/stat : 17484 (java) S 17463 17465 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 462152850 7838666752 42387 33554432000 1073741824 1073778376 140734531507872 18446744073709551615 254512508416 0 4 0 16800975 18446604471153501312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1301.26
Current children cumulated vsize (KiB) 7654948

Child status: 143
Real time (s): 1300.06
CPU time (s): 1301.32
CPU user time (s): 1301.2
CPU system time (s): 0.114982
CPU usage (%): 100.097
Max. virtual memory (cumulated for all children) (KiB): 7663552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.2
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47405
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= 28041
involuntary context switches= 6102

runsolver used 2.16567 second user time and 4.97024 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-22 22:52:41
IDJOB=3258872
IDBENCH=71433
IDSOLVER=1611
FILE ID=node149/3258872-1303505561
RUNJOBID= node149-1303505561-17456
PBS_JOBID= 13134233
Free space on /tmp= 72140 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v1150c84314gyes1.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-3258872-1303505561/watcher-3258872-1303505561 -o /tmp/evaluation-result-3258872-1303505561/solver-3258872-1303505561 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3258872-1303505561.cnf

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

MD5SUM BENCH= d6097a9814089eeede1d027388c17a02
RANDOM SEED=964854714

node149.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.806
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.61
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.806
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.83
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.806
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.806
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.73
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.806
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.806
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12966032 kB
Buffers:       1795368 kB
Cached:       17589100 kB
SwapCached:          0 kB
Active:        9289748 kB
Inactive:     10159072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12966032 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1252 kB
Writeback:           0 kB
AnonPages:       64120 kB
Mapped:          14484 kB
Slab:           472732 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191376 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= 72136 MiB
End job on node149 at 2011-04-22 23:14:23