Trace number 3258388

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 1300.05

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2400c266431gyes7.cnf
MD5SUM92e61742efd2e322c59b4442206bebf1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		6997539544
0.00/0.07	c Max memory 		7034241024
0.00/0.07	c Total memory 		7034241024
0.00/0.07	c Number of processors 	8
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483647s
0.00/0.09	c DB Simplification allowed=true
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3258388-1303502951.cnf
0.00/0.09	c reading problem ... 
0.37/0.31	c ... done. Wall clock time 0.218s.
0.37/0.31	c #vars     2400
0.37/0.31	c #constraints  266431
0.37/0.31	c constraints type 
0.37/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
0.37/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 266356
2.12/1.78	c cleaning 2487 clauses out of 5000 with flag 5000/5000
3.95/3.51	c cleaning 4246 clauses out of 8513 with flag 11000/11000
5.94/5.58	c cleaning 5626 clauses out of 11268 with flag 18001/18001
8.43/8.00	c cleaning 6803 clauses out of 13643 with flag 26002/26002
11.24/10.84	c cleaning 7898 clauses out of 15838 with flag 35000/35000
14.44/14.04	c cleaning 8959 clauses out of 17941 with flag 45001/45001
18.14/17.73	c cleaning 9970 clauses out of 19982 with flag 56001/56001
22.34/21.98	c cleaning 10981 clauses out of 22012 with flag 68001/68001
27.14/26.70	c cleaning 11981 clauses out of 24031 with flag 81001/81001
32.35/31.91	c cleaning 12995 clauses out of 26049 with flag 95000/95000
38.16/37.75	c cleaning 14010 clauses out of 28055 with flag 110001/110001
44.76/44.34	c cleaning 14983 clauses out of 30044 with flag 126000/126000
51.87/51.40	c cleaning 16004 clauses out of 32061 with flag 143000/143000
59.47/59.04	c cleaning 17016 clauses out of 34059 with flag 161002/161002
67.88/67.46	c cleaning 17991 clauses out of 36042 with flag 180001/180001
77.18/76.77	c cleaning 18997 clauses out of 38050 with flag 200000/200000
87.09/86.63	c cleaning 20002 clauses out of 40053 with flag 221000/221000
97.90/97.44	c cleaning 20989 clauses out of 42051 with flag 243000/243000
109.60/109.17	c cleaning 21988 clauses out of 44064 with flag 266002/266002
122.11/121.64	c cleaning 22998 clauses out of 46074 with flag 290000/290000
136.01/135.51	c cleaning 23987 clauses out of 48076 with flag 315000/315000
150.72/150.24	c cleaning 25012 clauses out of 50089 with flag 341000/341000
165.94/165.46	c cleaning 26003 clauses out of 52077 with flag 368000/368000
182.45/181.95	c cleaning 26997 clauses out of 54074 with flag 396000/396000
200.55/200.09	c cleaning 27990 clauses out of 56078 with flag 425001/425001
220.67/220.12	c cleaning 28996 clauses out of 58088 with flag 455001/455001
241.17/240.68	c cleaning 29986 clauses out of 60091 with flag 486000/486000
262.88/262.30	c cleaning 31037 clauses out of 62105 with flag 518000/518000
284.79/284.24	c cleaning 31997 clauses out of 64068 with flag 551000/551000
308.30/307.74	c cleaning 32964 clauses out of 66072 with flag 585001/585001
334.11/333.52	c cleaning 34033 clauses out of 68107 with flag 620000/620000
362.01/361.41	c cleaning 34969 clauses out of 70074 with flag 656000/656000
389.32/388.73	c cleaning 35962 clauses out of 72106 with flag 693001/693001
419.73/419.17	c cleaning 37022 clauses out of 74143 with flag 731000/731000
449.94/449.36	c cleaning 38023 clauses out of 76121 with flag 770000/770000
482.85/482.25	c cleaning 38994 clauses out of 78098 with flag 810000/810000
517.86/517.26	c cleaning 40021 clauses out of 80104 with flag 851000/851000
551.97/551.36	c cleaning 40968 clauses out of 82083 with flag 893000/893000
589.68/589.05	c cleaning 42021 clauses out of 84116 with flag 936001/936001
629.29/628.65	c cleaning 42990 clauses out of 86094 with flag 980000/980000
670.41/669.70	c cleaning 44004 clauses out of 88104 with flag 1025000/1025000
714.72/714.03	c cleaning 44987 clauses out of 90100 with flag 1071000/1071000
764.14/763.42	c cleaning 46025 clauses out of 92118 with flag 1118005/1118005
810.56/809.88	c cleaning 47003 clauses out of 94090 with flag 1166002/1166002
858.07/857.37	c cleaning 47996 clauses out of 96085 with flag 1215000/1215000
907.58/906.85	c cleaning 49013 clauses out of 98089 with flag 1265000/1265000
956.90/956.19	c cleaning 49988 clauses out of 100078 with flag 1316002/1316002
1012.92/1012.14	c cleaning 50996 clauses out of 102088 with flag 1368000/1368000
1067.94/1067.17	c cleaning 51991 clauses out of 104092 with flag 1421000/1421000
1124.45/1123.61	c cleaning 52968 clauses out of 106102 with flag 1475001/1475001
1190.37/1189.56	c cleaning 53991 clauses out of 108133 with flag 1530000/1530000
1251.99/1251.14	c cleaning 55058 clauses out of 110146 with flag 1586004/1586004
1300.91/1300.01	c starts		: 1430
1300.91/1300.01	c conflicts		: 1631476
1300.91/1300.01	c decisions		: 3872524
1300.91/1300.01	c propagations		: 326753082
1300.91/1300.01	c inspects		: 12615946430
1300.91/1300.01	c shortcuts		: 0
1300.91/1300.01	c learnt literals	: 0
1300.91/1300.01	c learnt binary clauses	: 0
1300.91/1300.01	c learnt ternary clauses	: 5
1300.91/1300.01	c learnt constraints	: 1631476
1300.91/1300.01	c ignored constraints	: 0
1300.91/1300.01	c root simplifications	: 1430
1300.91/1300.01	c removed literals (reason simplification)	: 89206862
1300.91/1300.01	c reason swapping (by a shorter reason)	: 0
1300.91/1300.01	c Calls to reduceDB	: 52
1300.91/1300.01	c speed (assignments/second)	: 251406.3934704982
1300.91/1300.01	c non guided choices	430
1300.91/1300.04	c learnt constraints type 
1300.91/1300.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100565
1300.91/1300.04	c constraints type 
1300.91/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
1300.91/1300.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 266356
1300.91/1300.04	s UNKNOWN
1300.91/1300.04	c Total wall clock time (in seconds) : 1299.92

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 0.00 0.02 0.25 3/193 17033
/proc/meminfo: memFree=12928436/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17031 vsize=31608 CPUtime=0 cores=4,6
/proc/17033/stat : 17033 (java) S 17031 17033 16977 0 -1 4202496 1283 0 0 0 0 0 0 0 25 0 2 0 461891763 32366592 1000 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/17033/statm: 7901 1001 771 9 0 386 0
[pid=17033/tid=17034] ppid=17031 vsize=33696 CPUtime=0 cores=4,6
/proc/17033/task/17034/stat : 17034 (java) R 17031 17033 16977 0 -1 4202560 184 0 0 0 0 0 0 0 25 0 2 0 461891763 34504704 1008 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512518943 0 0 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.105621 s]
/proc/loadavg: 0.00 0.02 0.25 3/193 17033
/proc/meminfo: memFree=12928436/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17031 vsize=7636528 CPUtime=0.11 cores=4,6
/proc/17033/stat : 17033 (java) S 17031 17033 16977 0 -1 4202496 10649 0 1 0 10 1 0 0 25 0 18 0 461891763 7819804672 10345 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17033/statm: 1909132 10345 2094 9 0 1899870 0
[pid=17033/tid=17034] ppid=17031 vsize=7636528 CPUtime=0.08 cores=4,6
/proc/17033/task/17034/stat : 17034 (java) R 17031 17033 16977 0 -1 4202560 8877 0 1 0 8 0 0 0 22 0 18 0 461891763 7819804672 10345 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 46912505213401 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7636528

[startup+0.205587 s]
/proc/loadavg: 0.00 0.02 0.25 3/193 17033
/proc/meminfo: memFree=12928436/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17031 vsize=7637992 CPUtime=0.27 cores=4,6
/proc/17033/stat : 17033 (java) S 17031 17033 16977 0 -1 4202496 12187 0 1 0 26 1 0 0 25 0 18 0 461891763 7821303808 11825 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17033/statm: 1909498 11825 2198 9 0 1900236 0
[pid=17033/tid=17034] ppid=17031 vsize=7637992 CPUtime=0.15 cores=4,6
/proc/17033/task/17034/stat : 17034 (java) R 17031 17033 16977 0 -1 4202560 9671 0 1 0 15 0 0 0 22 0 18 0 461891763 7821303808 11826 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 46912505550828 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7637992

[startup+0.300608 s]
/proc/loadavg: 0.00 0.02 0.25 3/193 17033
/proc/meminfo: memFree=12928436/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17031 vsize=7637992 CPUtime=0.37 cores=4,6
/proc/17033/stat : 17033 (java) S 17031 17033 16977 0 -1 4202496 14932 0 1 0 36 1 0 0 25 0 18 0 461891763 7821303808 14570 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17033/statm: 1909498 14570 2198 9 0 1900236 0
[pid=17033/tid=17034] ppid=17031 vsize=7637992 CPUtime=0.26 cores=4,6
/proc/17033/task/17034/stat : 17034 (java) R 17031 17033 16977 0 -1 4202560 12416 0 1 0 25 1 0 0 22 0 18 0 461891763 7821303808 14571 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 46912505550832 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 7637992

[startup+0.700476 s]
/proc/loadavg: 0.00 0.02 0.25 3/193 17033
/proc/meminfo: memFree=12928436/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17031 vsize=7642092 CPUtime=1.09 cores=4,6
/proc/17033/stat : 17033 (java) S 17031 17033 16977 0 -1 4202496 18688 0 1 0 107 2 0 0 25 0 19 0 461891763 7825502208 16923 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17033/statm: 1910523 16923 2220 9 0 1901261 0
[pid=17033/tid=17034] ppid=17031 vsize=7642092 CPUtime=0.63 cores=4,6
/proc/17033/task/17034/stat : 17034 (java) R 17031 17033 16977 0 -1 4202560 13458 0 1 0 62 1 0 0 24 0 19 0 461891763 7825502208 16923 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 46912505669556 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 7642092

[startup+1.5014 s]
/proc/loadavg: 0.00 0.02 0.25 12/243 17091
/proc/meminfo: memFree=12782472/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17031 vsize=7642092 CPUtime=1.92 cores=4,6
/proc/17033/stat : 17033 (java) S 17031 17033 16977 0 -1 4202496 19685 0 1 0 190 2 0 0 25 0 19 0 461891763 7825502208 17859 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17033/statm: 1910523 17859 2225 9 0 1901261 0
[pid=17033/tid=17034] ppid=17031 vsize=7642092 CPUtime=1.43 cores=4,6
/proc/17033/task/17034/stat : 17034 (java) R 17031 17033 16977 0 -1 4202560 14382 0 1 0 142 1 0 0 25 0 19 0 461891763 7825502208 17859 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 46912505633733 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17033/tid=17041] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17041/stat : 17041 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 461891764 7825502208 17859 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17042] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17042/stat : 17042 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 461891764 7825502208 17859 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17043] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17043/stat : 17043 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 461891764 7825502208 17859 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17044] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17044/stat : 17044 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 461891764 7825502208 17860 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17045] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17045/stat : 17045 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 461891764 7825502208 17860 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17046] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17046/stat : 17046 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 461891764 7825502208 17860 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17047] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17047/stat : 17047 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 461891765 7825502208 17860 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17048] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17048/stat : 17048 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 461891765 7825502208 17860 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17050] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17050/stat : 17050 (java) S 17031 17033 16977 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 461891766 7825502208 17860 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512508416 0 0 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17055] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17055/stat : 17055 (java) S 17031 17033 16977 0 -1 4202560 17 0 0 0 0 0 0 0 25 0 19 0 461891766 7825502208 17860 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17056] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17056/stat : 17056 (java) S 17031 17033 16977 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 461891766 7825502208 17860 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17059] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17059/stat : 17059 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891768 7825502208 17860 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512515505 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17060] ppid=17031 vsize=7642092 CPUtime=0.17 cores=4,6
/proc/17033/task/17060/stat : 17060 (java) S 17031 17033 16977 0 -1 4202560 2145 0 0 0 17 0 0 0 17 0 19 0 461891768 7825502208 17860 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17061] ppid=17031 vsize=7642092 CPUtime=0.29 cores=4,6
/proc/17033/task/17061/stat : 17061 (java) S 17031 17033 16977 0 -1 4202560 1996 0 0 0 29 0 0 0 15 0 19 0 461891768 7825502208 17860 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17062] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17062/stat : 17062 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891768 7825502208 17860 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17063] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17063/stat : 17063 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891768 7825502208 17860 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512508416 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17081] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17081/stat : 17081 (java) S 17031 17033 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 461891795 7825502208 17860 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512508416 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 7642092

[startup+3.10105 s]
/proc/loadavg: 0.00 0.02 0.25 8/262 17111
/proc/meminfo: memFree=12599296/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17031 vsize=7642092 CPUtime=3.55 cores=4,6
/proc/17033/stat : 17033 (java) S 17031 17033 16977 0 -1 4202496 27880 0 1 0 351 4 0 0 25 0 19 0 461891763 7825502208 26045 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17033/statm: 1910523 26045 2252 9 0 1901261 0
[pid=17033/tid=17034] ppid=17031 vsize=7642092 CPUtime=2.91 cores=4,6
/proc/17033/task/17034/stat : 17034 (java) R 17031 17033 16977 0 -1 4202560 14627 0 1 0 290 1 0 0 25 0 19 0 461891763 7825502208 26045 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 46912505684461 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17033/tid=17041] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17041/stat : 17041 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 461891764 7825502208 26045 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17042] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17042/stat : 17042 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 461891764 7825502208 26045 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17043] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17043/stat : 17043 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 461891764 7825502208 26045 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17044] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17044/stat : 17044 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 461891764 7825502208 26045 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17045] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17045/stat : 17045 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 461891764 7825502208 26045 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17046] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17046/stat : 17046 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 461891764 7825502208 26045 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17047] ppid=17031 vsize=7642092 CPUtime=0.01 cores=4,6
/proc/17033/task/17047/stat : 17047 (java) S 17031 17033 16977 0 -1 4202560 1738 0 0 0 1 0 0 0 18 0 19 0 461891765 7825502208 26045 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17048] ppid=17031 vsize=7642092 CPUtime=0.02 cores=4,6
/proc/17033/task/17048/stat : 17048 (java) S 17031 17033 16977 0 -1 4202560 2247 0 0 0 2 0 0 0 18 0 19 0 461891765 7825502208 26045 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17050] ppid=17031 vsize=7642092 CPUtime=0.05 cores=4,6
/proc/17033/task/17050/stat : 17050 (java) S 17031 17033 16977 0 -1 4202560 3960 0 0 0 5 0 0 0 15 0 19 0 461891766 7825502208 26045 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512508416 0 0 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17055] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17055/stat : 17055 (java) S 17031 17033 16977 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 461891766 7825502208 26045 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17056] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17056/stat : 17056 (java) S 17031 17033 16977 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 461891766 7825502208 26045 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17059] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17059/stat : 17059 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891768 7825502208 26045 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512515505 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17060] ppid=17031 vsize=7642092 CPUtime=0.2 cores=4,6
/proc/17033/task/17060/stat : 17060 (java) S 17031 17033 16977 0 -1 4202560 2153 0 0 0 20 0 0 0 15 0 19 0 461891768 7825502208 26045 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17061] ppid=17031 vsize=7642092 CPUtime=0.29 cores=4,6
/proc/17033/task/17061/stat : 17061 (java) S 17031 17033 16977 0 -1 4202560 1996 0 0 0 29 0 0 0 15 0 19 0 461891768 7825502208 26045 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17062] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17062/stat : 17062 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891768 7825502208 26045 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17063] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17063/stat : 17063 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891768 7825502208 26045 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512508416 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17081] ppid=17031 vsize=7642092 CPUtime=0 cores=4,6
/proc/17033/task/17081/stat : 17081 (java) S 17031 17033 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 461891795 7825502208 26045 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512508416 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 7642092

[startup+6.30136 s]
/proc/loadavg: 0.32 0.09 0.27 9/262 17111
/proc/meminfo: memFree=12520620/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17031 vsize=7640556 CPUtime=6.74 cores=4,6
/proc/17033/stat : 17033 (java) S 17031 17033 16977 0 -1 4202496 29837 0 1 0 670 4 0 0 25 0 19 0 461891763 7823929344 27606 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17033/statm: 1910139 27606 2254 9 0 1900877 0
[pid=17033/tid=17034] ppid=17031 vsize=7640556 CPUtime=5.97 cores=4,6
/proc/17033/task/17034/stat : 17034 (java) R 17031 17033 16977 0 -1 4202560 14630 0 1 0 596 1 0 0 25 0 19 0 461891763 7823929344 27606 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 46912505610688 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=17033/tid=17041] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17041/stat : 17041 (java) S 17031 17033 16977 0 -1 4202560 1270 0 0 0 0 0 0 0 15 0 19 0 461891764 7823929344 27606 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17042] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17042/stat : 17042 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891764 7823929344 27606 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17043] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17043/stat : 17043 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891764 7823929344 27606 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17044] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17044/stat : 17044 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891764 7823929344 27606 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17045] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17045/stat : 17045 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891764 7823929344 27606 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17046] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17046/stat : 17046 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 461891764 7823929344 27606 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17047] ppid=17031 vsize=7640556 CPUtime=0.01 cores=4,6
/proc/17033/task/17047/stat : 17047 (java) S 17031 17033 16977 0 -1 4202560 1738 0 0 0 1 0 0 0 18 0 19 0 461891765 7823929344 27606 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17048] ppid=17031 vsize=7640556 CPUtime=0.02 cores=4,6
/proc/17033/task/17048/stat : 17048 (java) S 17031 17033 16977 0 -1 4202560 2253 0 0 0 2 0 0 0 15 0 19 0 461891765 7823929344 27606 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17050] ppid=17031 vsize=7640556 CPUtime=0.15 cores=4,6
/proc/17033/task/17050/stat : 17050 (java) S 17031 17033 16977 0 -1 4202560 4633 0 0 0 15 0 0 0 16 0 19 0 461891766 7823929344 27606 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512508416 0 0 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17055] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17055/stat : 17055 (java) S 17031 17033 16977 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 461891766 7823929344 27606 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17056] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17056/stat : 17056 (java) S 17031 17033 16977 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 461891766 7823929344 27606 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17059] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17059/stat : 17059 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891768 7823929344 27606 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512515505 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17060] ppid=17031 vsize=7640556 CPUtime=0.22 cores=4,6
/proc/17033/task/17060/stat : 17060 (java) S 17031 17033 16977 0 -1 4202560 2158 0 0 0 22 0 0 0 15 0 19 0 461891768 7823929344 27606 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17061] ppid=17031 vsize=7640556 CPUtime=0.3 cores=4,6
/proc/17033/task/17061/stat : 17061 (java) S 17031 17033 16977 0 -1 4202560 1997 0 0 0 30 0 0 0 15 0 19 0 461891768 7823929344 27606 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0

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

[pid=17033/tid=17046] ppid=17031 vsize=7640556 CPUtime=0.08 cores=4,6
/proc/17033/task/17046/stat : 17046 (java) S 17031 17033 16977 0 -1 4202560 44 0 0 0 8 0 0 0 15 0 19 0 461891764 7823929344 55198 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17047] ppid=17031 vsize=7640556 CPUtime=0.09 cores=4,6
/proc/17033/task/17047/stat : 17047 (java) S 17031 17033 16977 0 -1 4202560 2002 0 0 0 9 0 0 0 15 0 19 0 461891765 7823929344 55198 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17048] ppid=17031 vsize=7640556 CPUtime=0.11 cores=4,6
/proc/17033/task/17048/stat : 17048 (java) S 17031 17033 16977 0 -1 4202560 7334 0 0 0 11 0 0 0 16 0 19 0 461891765 7823929344 55198 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17050] ppid=17031 vsize=7640556 CPUtime=3.53 cores=4,6
/proc/17033/task/17050/stat : 17050 (java) S 17031 17033 16977 0 -1 4202560 9980 0 0 0 351 2 0 0 15 0 19 0 461891766 7823929344 55198 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512508416 0 0 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17055] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17055/stat : 17055 (java) S 17031 17033 16977 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 461891766 7823929344 55198 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17056] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17056/stat : 17056 (java) S 17031 17033 16977 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 461891766 7823929344 55198 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17059] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17059/stat : 17059 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891768 7823929344 55198 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512515505 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17060] ppid=17031 vsize=7640556 CPUtime=0.25 cores=4,6
/proc/17033/task/17060/stat : 17060 (java) S 17031 17033 16977 0 -1 4202560 2163 0 0 0 25 0 0 0 15 0 19 0 461891768 7823929344 55198 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17061] ppid=17031 vsize=7640556 CPUtime=0.3 cores=4,6
/proc/17033/task/17061/stat : 17061 (java) S 17031 17033 16977 0 -1 4202560 1997 0 0 0 30 0 0 0 15 0 19 0 461891768 7823929344 55198 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17062] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17062/stat : 17062 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891768 7823929344 55198 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17063] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17063/stat : 17063 (java) S 17031 17033 16977 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 461891768 7823929344 55198 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512508416 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17081] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17081/stat : 17081 (java) S 17031 17033 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 461891795 7823929344 55198 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512508416 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1183.17
Current children cumulated vsize (KiB) 7640556

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.01 6/262 17144
/proc/meminfo: memFree=12109932/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17031 vsize=7640556 CPUtime=1243.19 cores=4,6
/proc/17033/stat : 17033 (java) S 17031 17033 16977 0 -1 4202496 59036 0 1 0 124308 11 0 0 25 0 19 0 461891763 7823929344 56626 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17033/statm: 1910139 56626 2254 9 0 1900877 0
[pid=17033/tid=17034] ppid=17031 vsize=7640556 CPUtime=1238.06 cores=4,6
/proc/17033/task/17034/stat : 17034 (java) R 17031 17033 16977 0 -1 4202560 22862 0 1 0 123802 4 0 0 25 0 19 0 461891763 7823929344 56626 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 46912505615918 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17033/tid=17041] ppid=17031 vsize=7640556 CPUtime=0.1 cores=4,6
/proc/17033/task/17041/stat : 17041 (java) S 17031 17033 16977 0 -1 4202560 1510 0 0 0 10 0 0 0 15 0 19 0 461891764 7823929344 56626 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17042] ppid=17031 vsize=7640556 CPUtime=0.12 cores=4,6
/proc/17033/task/17042/stat : 17042 (java) S 17031 17033 16977 0 -1 4202560 4813 0 0 0 12 0 0 0 15 0 19 0 461891764 7823929344 56626 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17043] ppid=17031 vsize=7640556 CPUtime=0.11 cores=4,6
/proc/17033/task/17043/stat : 17043 (java) S 17031 17033 16977 0 -1 4202560 1697 0 0 0 11 0 0 0 16 0 19 0 461891764 7823929344 56626 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17044] ppid=17031 vsize=7640556 CPUtime=0.14 cores=4,6
/proc/17033/task/17044/stat : 17044 (java) S 17031 17033 16977 0 -1 4202560 2360 0 0 0 14 0 0 0 16 0 19 0 461891764 7823929344 56626 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17045] ppid=17031 vsize=7640556 CPUtime=0.11 cores=4,6
/proc/17033/task/17045/stat : 17045 (java) S 17031 17033 16977 0 -1 4202560 562 0 0 0 11 0 0 0 15 0 19 0 461891764 7823929344 56626 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17046] ppid=17031 vsize=7640556 CPUtime=0.08 cores=4,6
/proc/17033/task/17046/stat : 17046 (java) S 17031 17033 16977 0 -1 4202560 44 0 0 0 8 0 0 0 15 0 19 0 461891764 7823929344 56626 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17047] ppid=17031 vsize=7640556 CPUtime=0.1 cores=4,6
/proc/17033/task/17047/stat : 17047 (java) S 17031 17033 16977 0 -1 4202560 2003 0 0 0 10 0 0 0 16 0 19 0 461891765 7823929344 56626 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17048] ppid=17031 vsize=7640556 CPUtime=0.11 cores=4,6
/proc/17033/task/17048/stat : 17048 (java) S 17031 17033 16977 0 -1 4202560 7334 0 0 0 11 0 0 0 15 0 19 0 461891765 7823929344 56626 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17050] ppid=17031 vsize=7640556 CPUtime=3.61 cores=4,6
/proc/17033/task/17050/stat : 17050 (java) S 17031 17033 16977 0 -1 4202560 10466 0 0 0 359 2 0 0 15 0 19 0 461891766 7823929344 56626 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512508416 0 0 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17055] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17055/stat : 17055 (java) S 17031 17033 16977 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 461891766 7823929344 56626 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17056] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17056/stat : 17056 (java) S 17031 17033 16977 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 461891766 7823929344 56626 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17059] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17059/stat : 17059 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891768 7823929344 56626 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512515505 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17060] ppid=17031 vsize=7640556 CPUtime=0.25 cores=4,6
/proc/17033/task/17060/stat : 17060 (java) S 17031 17033 16977 0 -1 4202560 2163 0 0 0 25 0 0 0 15 0 19 0 461891768 7823929344 56626 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17061] ppid=17031 vsize=7640556 CPUtime=0.3 cores=4,6
/proc/17033/task/17061/stat : 17061 (java) S 17031 17033 16977 0 -1 4202560 1997 0 0 0 30 0 0 0 15 0 19 0 461891768 7823929344 56626 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17062] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17062/stat : 17062 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891768 7823929344 56626 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17063] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17063/stat : 17063 (java) S 17031 17033 16977 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 461891768 7823929344 56626 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512508416 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17081] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17081/stat : 17081 (java) S 17031 17033 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 461891795 7823929344 56626 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512508416 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1243.19
Current children cumulated vsize (KiB) 7640556



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.06 4/243 17148
/proc/meminfo: memFree=12250112/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17031 vsize=7640556 CPUtime=1300.91 cores=4,6
/proc/17033/stat : 17033 (java) S 17031 17033 16977 0 -1 4202496 59046 0 1 0 130080 11 0 0 25 0 19 0 461891763 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17033/statm: 1910139 56629 2254 9 0 1900877 0
[pid=17033/tid=17034] ppid=17031 vsize=7640556 CPUtime=1295.65 cores=4,6
/proc/17033/task/17034/stat : 17034 (java) R 17031 17033 16977 0 -1 4202560 22863 0 1 0 129561 4 0 0 25 0 19 0 461891763 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 46912505750014 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17033/tid=17041] ppid=17031 vsize=7640556 CPUtime=0.1 cores=4,6
/proc/17033/task/17041/stat : 17041 (java) S 17031 17033 16977 0 -1 4202560 1510 0 0 0 10 0 0 0 15 0 19 0 461891764 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17042] ppid=17031 vsize=7640556 CPUtime=0.12 cores=4,6
/proc/17033/task/17042/stat : 17042 (java) S 17031 17033 16977 0 -1 4202560 4813 0 0 0 12 0 0 0 15 0 19 0 461891764 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17043] ppid=17031 vsize=7640556 CPUtime=0.11 cores=4,6
/proc/17033/task/17043/stat : 17043 (java) S 17031 17033 16977 0 -1 4202560 1697 0 0 0 11 0 0 0 15 0 19 0 461891764 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17044] ppid=17031 vsize=7640556 CPUtime=0.14 cores=4,6
/proc/17033/task/17044/stat : 17044 (java) S 17031 17033 16977 0 -1 4202560 2360 0 0 0 14 0 0 0 15 0 19 0 461891764 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17045] ppid=17031 vsize=7640556 CPUtime=0.12 cores=4,6
/proc/17033/task/17045/stat : 17045 (java) S 17031 17033 16977 0 -1 4202560 564 0 0 0 12 0 0 0 15 0 19 0 461891764 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17046] ppid=17031 vsize=7640556 CPUtime=0.09 cores=4,6
/proc/17033/task/17046/stat : 17046 (java) S 17031 17033 16977 0 -1 4202560 45 0 0 0 9 0 0 0 15 0 19 0 461891764 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17047] ppid=17031 vsize=7640556 CPUtime=0.1 cores=4,6
/proc/17033/task/17047/stat : 17047 (java) S 17031 17033 16977 0 -1 4202560 2003 0 0 0 10 0 0 0 15 0 19 0 461891765 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17048] ppid=17031 vsize=7640556 CPUtime=0.11 cores=4,6
/proc/17033/task/17048/stat : 17048 (java) S 17031 17033 16977 0 -1 4202560 7334 0 0 0 11 0 0 0 15 0 19 0 461891765 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17050] ppid=17031 vsize=7640556 CPUtime=3.72 cores=4,6
/proc/17033/task/17050/stat : 17050 (java) S 17031 17033 16977 0 -1 4202560 10468 0 0 0 370 2 0 0 15 0 19 0 461891766 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512508416 0 0 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17055] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17055/stat : 17055 (java) S 17031 17033 16977 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 461891766 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17056] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17056/stat : 17056 (java) S 17031 17033 16977 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 461891766 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17059] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17059/stat : 17059 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891768 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512515505 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17060] ppid=17031 vsize=7640556 CPUtime=0.25 cores=4,6
/proc/17033/task/17060/stat : 17060 (java) S 17031 17033 16977 0 -1 4202560 2163 0 0 0 25 0 0 0 15 0 19 0 461891768 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17061] ppid=17031 vsize=7640556 CPUtime=0.3 cores=4,6
/proc/17033/task/17061/stat : 17061 (java) S 17031 17033 16977 0 -1 4202560 1997 0 0 0 30 0 0 0 15 0 19 0 461891768 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17062] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17062/stat : 17062 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891768 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17063] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17063/stat : 17063 (java) S 17031 17033 16977 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 461891768 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512508416 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17081] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17081/stat : 17081 (java) S 17031 17033 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 461891795 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512508416 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1300.91
Current children cumulated vsize (KiB) 7640556

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 3.96 3.06 4/243 17148
/proc/meminfo: memFree=12250112/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17031 vsize=7640556 CPUtime=1300.91 cores=4,6
/proc/17033/stat : 17033 (java) S 17031 17033 16977 0 -1 4202496 59046 0 1 0 130080 11 0 0 25 0 19 0 461891763 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17033/statm: 1910139 56629 2254 9 0 1900877 0
[pid=17033/tid=17034] ppid=17031 vsize=7640556 CPUtime=1295.65 cores=4,6
/proc/17033/task/17034/stat : 17034 (java) R 17031 17033 16977 0 -1 4202560 22863 0 1 0 129561 4 0 0 25 0 19 0 461891763 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 46912505750014 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17033/tid=17041] ppid=17031 vsize=7640556 CPUtime=0.1 cores=4,6
/proc/17033/task/17041/stat : 17041 (java) S 17031 17033 16977 0 -1 4202560 1510 0 0 0 10 0 0 0 15 0 19 0 461891764 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17042] ppid=17031 vsize=7640556 CPUtime=0.12 cores=4,6
/proc/17033/task/17042/stat : 17042 (java) S 17031 17033 16977 0 -1 4202560 4813 0 0 0 12 0 0 0 15 0 19 0 461891764 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17043] ppid=17031 vsize=7640556 CPUtime=0.11 cores=4,6
/proc/17033/task/17043/stat : 17043 (java) S 17031 17033 16977 0 -1 4202560 1697 0 0 0 11 0 0 0 15 0 19 0 461891764 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17044] ppid=17031 vsize=7640556 CPUtime=0.14 cores=4,6
/proc/17033/task/17044/stat : 17044 (java) S 17031 17033 16977 0 -1 4202560 2360 0 0 0 14 0 0 0 15 0 19 0 461891764 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17045] ppid=17031 vsize=7640556 CPUtime=0.12 cores=4,6
/proc/17033/task/17045/stat : 17045 (java) S 17031 17033 16977 0 -1 4202560 564 0 0 0 12 0 0 0 15 0 19 0 461891764 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17046] ppid=17031 vsize=7640556 CPUtime=0.09 cores=4,6
/proc/17033/task/17046/stat : 17046 (java) S 17031 17033 16977 0 -1 4202560 45 0 0 0 9 0 0 0 15 0 19 0 461891764 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17047] ppid=17031 vsize=7640556 CPUtime=0.1 cores=4,6
/proc/17033/task/17047/stat : 17047 (java) S 17031 17033 16977 0 -1 4202560 2003 0 0 0 10 0 0 0 15 0 19 0 461891765 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17048] ppid=17031 vsize=7640556 CPUtime=0.11 cores=4,6
/proc/17033/task/17048/stat : 17048 (java) S 17031 17033 16977 0 -1 4202560 7334 0 0 0 11 0 0 0 15 0 19 0 461891765 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17050] ppid=17031 vsize=7640556 CPUtime=3.72 cores=4,6
/proc/17033/task/17050/stat : 17050 (java) S 17031 17033 16977 0 -1 4202560 10468 0 0 0 370 2 0 0 15 0 19 0 461891766 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512508416 0 0 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17055] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17055/stat : 17055 (java) S 17031 17033 16977 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 461891766 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17056] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17056/stat : 17056 (java) S 17031 17033 16977 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 461891766 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17059] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17059/stat : 17059 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 461891768 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512515505 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17060] ppid=17031 vsize=7640556 CPUtime=0.25 cores=4,6
/proc/17033/task/17060/stat : 17060 (java) S 17031 17033 16977 0 -1 4202560 2163 0 0 0 25 0 0 0 15 0 19 0 461891768 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17061] ppid=17031 vsize=7640556 CPUtime=0.3 cores=4,6
/proc/17033/task/17061/stat : 17061 (java) S 17031 17033 16977 0 -1 4202560 1997 0 0 0 30 0 0 0 15 0 19 0 461891768 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
[pid=17033/tid=17062] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17062/stat : 17062 (java) S 17031 17033 16977 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 461891768 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512507801 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17063] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17063/stat : 17063 (java) S 17031 17033 16977 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 461891768 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512508416 0 4 0 16800975 18446604453881640192 0 0 -1 6 0 0 0
[pid=17033/tid=17081] ppid=17031 vsize=7640556 CPUtime=0 cores=4,6
/proc/17033/task/17081/stat : 17081 (java) S 17031 17033 16977 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 461891795 7823929344 56629 33554432000 1073741824 1073778376 140734321538368 18446744073709551615 254512508416 0 4 0 16800975 18446604453881640192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1300.91
Current children cumulated vsize (KiB) 7640556

Child status: 143
Real time (s): 1300.05
CPU time (s): 1301
CPU user time (s): 1300.87
CPU system time (s): 0.123981
CPU usage (%): 100.072
Max. virtual memory (cumulated for all children) (KiB): 7642092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.87
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59226
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= 28006
involuntary context switches= 4768

runsolver used 2.27265 second user time and 4.81227 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-22 22:09:11
IDJOB=3258388
IDBENCH=71353
IDSOLVER=1611
FILE ID=node149/3258388-1303502951
RUNJOBID= node149-1303502950-16996
PBS_JOBID= 13134233
Free space on /tmp= 72136 MiB

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

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

MD5SUM BENCH= 92e61742efd2e322c59b4442206bebf1
RANDOM SEED=1547146999

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:      12929096 kB
Buffers:       1795224 kB
Cached:       17593916 kB
SwapCached:          0 kB
Active:        9323736 kB
Inactive:     10161720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12929096 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7412 kB
Writeback:           0 kB
AnonPages:       96204 kB
Mapped:          20144 kB
Slab:           472468 kB
PageTables:       5040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7455880 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= 72128 MiB
End job on node149 at 2011-04-22 22:30:53