Trace number 3282497

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.71 1300.07

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor064.cnf
MD5SUM902b28046d424b16042ca612ddad48e0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark788.78
Satisfiable
(Un)Satisfiability was proved
Number of variables51064
Number of clauses152039
Sum of the clauses size354755
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2101358
Number of clauses of size 350679
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3282497-1303756619.cnf
0.00/0.09	c reading problem ... 
0.39/0.28	c ... done. Wall clock time 0.195s.
0.39/0.28	c #vars     51064
0.39/0.28	c #constraints  152039
0.39/0.28	c constraints type 
0.39/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50679
0.39/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 101358
6.52/5.98	c cleaning 2356 clauses out of 5000 with flag 5000/5000
13.73/12.63	c cleaning 4316 clauses out of 8643 with flag 11000/11000
19.64/18.52	c cleaning 5593 clauses out of 11327 with flag 18000/18000
27.56/26.51	c cleaning 6783 clauses out of 13736 with flag 26002/26002
35.47/34.30	c cleaning 7841 clauses out of 15951 with flag 35000/35000
44.77/43.63	c cleaning 8837 clauses out of 18110 with flag 45000/45000
54.38/53.28	c cleaning 10000 clauses out of 20273 with flag 56000/56000
64.88/63.78	c cleaning 10922 clauses out of 22273 with flag 68000/68000
79.09/77.98	c cleaning 11898 clauses out of 24351 with flag 81000/81000
94.70/93.54	c cleaning 12932 clauses out of 26452 with flag 95000/95000
112.61/111.43	c cleaning 14070 clauses out of 28521 with flag 110001/110001
131.82/130.68	c cleaning 15045 clauses out of 30450 with flag 126000/126000
150.53/149.31	c cleaning 15984 clauses out of 32407 with flag 143002/143002
171.64/170.47	c cleaning 16995 clauses out of 34423 with flag 161002/161002
193.24/192.05	c cleaning 17786 clauses out of 36429 with flag 180003/180003
215.15/213.95	c cleaning 19163 clauses out of 38640 with flag 200001/200001
234.76/233.54	c cleaning 20070 clauses out of 40476 with flag 221000/221000
261.37/260.11	c cleaning 20926 clauses out of 42406 with flag 243000/243000
287.98/286.79	c cleaning 21850 clauses out of 44481 with flag 266001/266001
315.89/314.61	c cleaning 23024 clauses out of 46630 with flag 290000/290000
342.20/340.93	c cleaning 24109 clauses out of 48607 with flag 315001/315001
374.51/373.26	c cleaning 25035 clauses out of 50499 with flag 341002/341002
407.32/406.05	c cleaning 26119 clauses out of 52462 with flag 368000/368000
436.83/435.51	c cleaning 26998 clauses out of 54344 with flag 396001/396001
471.74/470.43	c cleaning 28017 clauses out of 56345 with flag 425000/425000
507.15/505.89	c cleaning 29089 clauses out of 58328 with flag 455000/455000
541.66/540.37	c cleaning 30034 clauses out of 60240 with flag 486001/486001
576.07/574.71	c cleaning 30898 clauses out of 62207 with flag 518002/518002
609.58/608.24	c cleaning 32024 clauses out of 64308 with flag 551001/551001
660.09/658.77	c cleaning 32848 clauses out of 66283 with flag 585000/585000
703.90/702.50	c cleaning 34037 clauses out of 68437 with flag 620002/620002
748.92/747.58	c cleaning 34998 clauses out of 70399 with flag 656001/656001
795.93/794.50	c cleaning 35711 clauses out of 72403 with flag 693003/693003
853.15/851.75	c cleaning 37302 clauses out of 74691 with flag 731002/731002
902.27/900.85	c cleaning 37986 clauses out of 76387 with flag 770000/770000
949.88/948.44	c cleaning 38874 clauses out of 78401 with flag 810000/810000
1006.40/1004.91	c cleaning 39931 clauses out of 80528 with flag 851001/851001
1060.31/1058.81	c cleaning 41130 clauses out of 82598 with flag 893002/893002
1124.22/1122.74	c cleaning 41638 clauses out of 84466 with flag 936000/936000
1185.74/1184.24	c cleaning 43101 clauses out of 86828 with flag 980000/980000
1252.66/1251.15	c cleaning 44324 clauses out of 88729 with flag 1025002/1025002
1301.58/1300.01	c starts		: 1215
1301.58/1300.01	c conflicts		: 1049645
1301.58/1300.01	c decisions		: 3899999
1301.58/1300.01	c propagations		: 1934710174
1301.58/1300.01	c inspects		: 6320585540
1301.58/1300.01	c shortcuts		: 0
1301.58/1300.01	c learnt literals	: 3
1301.58/1300.01	c learnt binary clauses	: 3221
1301.58/1300.01	c learnt ternary clauses	: 8070
1301.58/1300.01	c learnt constraints	: 1049641
1301.58/1300.01	c ignored constraints	: 0
1301.58/1300.01	c root simplifications	: 1218
1301.58/1300.01	c removed literals (reason simplification)	: 107283445
1301.58/1300.01	c reason swapping (by a shorter reason)	: 0
1301.58/1300.01	c Calls to reduceDB	: 41
1301.58/1300.01	c speed (assignments/second)	: 1488555.7722683987
1301.58/1300.01	c non guided choices	12697
1301.58/1300.06	c learnt constraints type 
1301.58/1300.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3221
1301.58/1300.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 65871
1301.58/1300.06	c constraints type 
1301.58/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50679
1301.58/1300.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 101358
1301.58/1300.06	s UNKNOWN
1301.58/1300.06	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-3282497-1303756619/watcher-3282497-1303756619 -o /tmp/evaluation-result-3282497-1303756619/solver-3282497-1303756619 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3282497-1303756619.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.92 1.17 1.91 7/203 29504
/proc/meminfo: memFree=20875236/32950928 swapFree=67111528/67111528
[pid=29504] ppid=29502 vsize=9100 CPUtime=0 cores=4,6
/proc/29504/stat : 29504 (java) R 29502 29504 27831 0 -1 4202496 415 0 0 0 0 0 0 0 21 0 1 0 487258562 9318400 160 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254500170593 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/29504/statm: 2275 165 125 9 0 67 0

[startup+0.102191 s]
/proc/loadavg: 0.92 1.17 1.91 7/203 29504
/proc/meminfo: memFree=20875236/32950928 swapFree=67111528/67111528
[pid=29504] ppid=29502 vsize=7636532 CPUtime=0.1 cores=4,6
/proc/29504/stat : 29504 (java) S 29502 29504 27831 0 -1 4202496 10903 0 1 0 9 1 0 0 21 0 18 0 487258562 7819808768 10597 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29504/statm: 1909133 10597 2093 9 0 1899871 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7636532

[startup+0.218793 s]
/proc/loadavg: 0.92 1.17 1.91 7/203 29504
/proc/meminfo: memFree=20875236/32950928 swapFree=67111528/67111528
[pid=29504] ppid=29502 vsize=7638948 CPUtime=0.39 cores=4,6
/proc/29504/stat : 29504 (java) S 29502 29504 27831 0 -1 4202496 15237 0 1 0 37 2 0 0 21 0 18 0 487258562 7822282752 14550 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29504/statm: 1909737 14552 2197 9 0 1900475 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 7638948

[startup+0.341198 s]
/proc/loadavg: 0.92 1.17 1.91 7/203 29504
/proc/meminfo: memFree=20875236/32950928 swapFree=67111528/67111528
[pid=29504] ppid=29502 vsize=7638948 CPUtime=0.48 cores=4,6
/proc/29504/stat : 29504 (java) S 29502 29504 27831 0 -1 4202496 17229 0 1 0 45 3 0 0 21 0 18 0 487258562 7822282752 16542 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29504/statm: 1909737 16542 2203 9 0 1900475 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 7638948

[startup+0.701072 s]
/proc/loadavg: 0.92 1.17 1.91 7/203 29504
/proc/meminfo: memFree=20875236/32950928 swapFree=67111528/67111528
[pid=29504] ppid=29502 vsize=7644124 CPUtime=1.18 cores=4,6
/proc/29504/stat : 29504 (java) S 29502 29504 27831 0 -1 4202496 19294 0 1 0 115 3 0 0 21 0 19 0 487258562 7827582976 17900 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29504/statm: 1911031 17900 2220 9 0 1901769 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 7644124

[startup+1.50097 s]
/proc/loadavg: 1.17 1.22 1.92 7/262 29566
/proc/meminfo: memFree=20630936/32950928 swapFree=67111528/67111528
[pid=29504] ppid=29502 vsize=7644124 CPUtime=2.07 cores=4,6
/proc/29504/stat : 29504 (java) S 29502 29504 27831 0 -1 4202496 19351 0 1 0 204 3 0 0 21 0 19 0 487258562 7827582976 17957 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29504/statm: 1911031 17957 2222 9 0 1901769 0
[pid=29504/tid=29508] ppid=29502 vsize=7644124 CPUtime=1.47 cores=4,6
/proc/29504/task/29508/stat : 29508 (java) R 29502 29504 27831 0 -1 4202560 14313 0 1 0 146 1 0 0 20 0 19 0 487258563 7827582976 17957 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 46912505708339 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29504/tid=29517] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29517/stat : 29517 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487258565 7827582976 17957 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29518] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29518/stat : 29518 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258565 7827582976 17957 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29519] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29519/stat : 29519 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258565 7827582976 17957 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29520] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29520/stat : 29520 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258565 7827582976 17957 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29521] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29521/stat : 29521 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258565 7827582976 17957 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29522] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29522/stat : 29522 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258565 7827582976 17957 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29523] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29523/stat : 29523 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258565 7827582976 17957 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29524] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29524/stat : 29524 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258565 7827582976 17957 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29526] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29526/stat : 29526 (java) S 29502 29504 27831 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 19 0 487258566 7827582976 17957 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 0 0 16800975 18446604442888865600 0 0 -1 4 0 0 0
[pid=29504/tid=29529] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29529/stat : 29529 (java) S 29502 29504 27831 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487258566 7827582976 17957 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29530] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29530/stat : 29530 (java) S 29502 29504 27831 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487258566 7827582976 17957 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29536] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29536/stat : 29536 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258568 7827582976 17957 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512515505 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29537] ppid=29502 vsize=7644124 CPUtime=0.32 cores=4,6
/proc/29504/task/29537/stat : 29537 (java) S 29502 29504 27831 0 -1 4202560 1392 0 0 0 32 0 0 0 22 0 19 0 487258568 7827582976 17957 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29538] ppid=29502 vsize=7644124 CPUtime=0.25 cores=4,6
/proc/29504/task/29538/stat : 29538 (java) S 29502 29504 27831 0 -1 4202560 2483 0 0 0 25 0 0 0 22 0 19 0 487258568 7827582976 17957 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29539] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29539/stat : 29539 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258568 7827582976 17957 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29540] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29540/stat : 29540 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487258568 7827582976 17957 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29564] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29564/stat : 29564 (java) S 29502 29504 27831 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 487258600 7827582976 17957 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 7644124

[startup+3.10166 s]
/proc/loadavg: 1.17 1.22 1.92 7/262 29566
/proc/meminfo: memFree=20624268/32950928 swapFree=67111528/67111528
[pid=29504] ppid=29502 vsize=7644124 CPUtime=3.72 cores=4,6
/proc/29504/stat : 29504 (java) S 29502 29504 27831 0 -1 4202496 19556 0 1 0 369 3 0 0 21 0 19 0 487258562 7827582976 18160 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29504/statm: 1911031 18160 2225 9 0 1901769 0
[pid=29504/tid=29508] ppid=29502 vsize=7644124 CPUtime=3.07 cores=4,6
/proc/29504/task/29508/stat : 29508 (java) R 29502 29504 27831 0 -1 4202560 14508 0 1 0 306 1 0 0 25 0 19 0 487258563 7827582976 18160 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 46912505697311 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29504/tid=29517] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29517/stat : 29517 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 487258565 7827582976 18160 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29518] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29518/stat : 29518 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258565 7827582976 18160 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29519] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29519/stat : 29519 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258565 7827582976 18160 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29520] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29520/stat : 29520 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258565 7827582976 18160 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29521] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29521/stat : 29521 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258565 7827582976 18160 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29522] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29522/stat : 29522 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258565 7827582976 18161 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29523] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29523/stat : 29523 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258565 7827582976 18161 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29524] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29524/stat : 29524 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258565 7827582976 18161 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29526] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29526/stat : 29526 (java) S 29502 29504 27831 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 487258566 7827582976 18161 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 0 0 16800975 18446604442888865600 0 0 -1 4 0 0 0
[pid=29504/tid=29529] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29529/stat : 29529 (java) S 29502 29504 27831 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 487258566 7827582976 18161 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29530] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29530/stat : 29530 (java) S 29502 29504 27831 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487258566 7827582976 18161 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29536] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29536/stat : 29536 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258568 7827582976 18161 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512515505 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29537] ppid=29502 vsize=7644124 CPUtime=0.32 cores=4,6
/proc/29504/task/29537/stat : 29537 (java) S 29502 29504 27831 0 -1 4202560 1392 0 0 0 32 0 0 0 17 0 19 0 487258568 7827582976 18161 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29538] ppid=29502 vsize=7644124 CPUtime=0.29 cores=4,6
/proc/29504/task/29538/stat : 29538 (java) S 29502 29504 27831 0 -1 4202560 2493 0 0 0 29 0 0 0 17 0 19 0 487258568 7827582976 18161 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29539] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29539/stat : 29539 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258568 7827582976 18161 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29540] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29540/stat : 29540 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487258568 7827582976 18161 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29564] ppid=29502 vsize=7644124 CPUtime=0 cores=4,6
/proc/29504/task/29564/stat : 29564 (java) S 29502 29504 27831 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 487258600 7827582976 18161 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 7644124

[startup+6.30096 s]
/proc/loadavg: 1.17 1.22 1.92 6/262 29566
/proc/meminfo: memFree=20589428/32950928 swapFree=67111528/67111528
[pid=29504] ppid=29502 vsize=7661008 CPUtime=7.17 cores=4,6
/proc/29504/stat : 29504 (java) S 29502 29504 27831 0 -1 4202496 36993 0 1 0 713 4 0 0 21 0 19 0 487258562 7844872192 33710 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29504/statm: 1915252 33710 2250 9 0 1905990 0
[pid=29504/tid=29508] ppid=29502 vsize=7661008 CPUtime=6.16 cores=4,6
/proc/29504/task/29508/stat : 29508 (java) R 29502 29504 27831 0 -1 4202560 14874 0 1 0 615 1 0 0 25 0 19 0 487258563 7844872192 33710 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 46912505164270 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29504/tid=29517] ppid=29502 vsize=7661008 CPUtime=0.02 cores=4,6
/proc/29504/task/29517/stat : 29517 (java) S 29502 29504 27831 0 -1 4202560 2224 0 0 0 2 0 0 0 18 0 19 0 487258565 7844872192 33710 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29518] ppid=29502 vsize=7661008 CPUtime=0.02 cores=4,6
/proc/29504/task/29518/stat : 29518 (java) S 29502 29504 27831 0 -1 4202560 3023 0 0 0 2 0 0 0 17 0 19 0 487258565 7844872192 33710 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29519] ppid=29502 vsize=7661008 CPUtime=0 cores=4,6
/proc/29504/task/29519/stat : 29519 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487258565 7844872192 33710 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29520] ppid=29502 vsize=7661008 CPUtime=0 cores=4,6
/proc/29504/task/29520/stat : 29520 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487258565 7844872192 33710 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29521] ppid=29502 vsize=7661008 CPUtime=0 cores=4,6
/proc/29504/task/29521/stat : 29521 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487258565 7844872192 33710 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29522] ppid=29502 vsize=7661008 CPUtime=0 cores=4,6
/proc/29504/task/29522/stat : 29522 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487258565 7844872192 33710 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29523] ppid=29502 vsize=7661008 CPUtime=0 cores=4,6
/proc/29504/task/29523/stat : 29523 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 487258565 7844872192 33710 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29524] ppid=29502 vsize=7661008 CPUtime=0 cores=4,6
/proc/29504/task/29524/stat : 29524 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 487258565 7844872192 33710 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29526] ppid=29502 vsize=7661008 CPUtime=0.08 cores=4,6
/proc/29504/task/29526/stat : 29526 (java) S 29502 29504 27831 0 -1 4202560 6451 0 0 0 8 0 0 0 16 0 19 0 487258566 7844872192 33710 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 0 0 16800975 18446604442888865600 0 0 -1 4 0 0 0
[pid=29504/tid=29529] ppid=29502 vsize=7661008 CPUtime=0 cores=4,6
/proc/29504/task/29529/stat : 29529 (java) R 29502 29504 27831 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 487258566 7844872192 33710 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=29504/tid=29530] ppid=29502 vsize=7661008 CPUtime=0 cores=4,6
/proc/29504/task/29530/stat : 29530 (java) S 29502 29504 27831 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 487258566 7844872192 33710 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29536] ppid=29502 vsize=7661008 CPUtime=0 cores=4,6
/proc/29504/task/29536/stat : 29536 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258568 7844872192 33710 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512515505 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29537] ppid=29502 vsize=7661008 CPUtime=0.53 cores=4,6
/proc/29504/task/29537/stat : 29537 (java) R 29502 29504 27831 0 -1 4202560 6764 0 0 0 53 0 0 0 16 0 19 0 487258568 7844872192 33710 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 47076525972766 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=29504/tid=29538] ppid=29502 vsize=7661008 CPUtime=0.31 cores=4,6
/proc/29504/task/29538/stat : 29538 (java) S 29502 29504 27831 0 -1 4202560 2502 0 0 0 31 0 0 0 15 0 19 0 487258568 7844872192 33710 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29539] ppid=29502 vsize=7661008 CPUtime=0 cores=4,6
/proc/29504/task/29539/stat : 29539 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258568 7844872192 33710 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29540] ppid=29502 vsize=7661008 CPUtime=0 cores=4,6
/proc/29504/task/29540/stat : 29540 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 487258568 7844872192 33710 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29564] ppid=29502 vsize=7661008 CPUtime=0 cores=4,6
/proc/29504/task/29564/stat : 29564 (java) S 29502 29504 27831 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 487258600 7844872192 33710 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 7661008

[startup+12.7007 s]

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

[pid=29504/tid=29522] ppid=29502 vsize=7651636 CPUtime=0.08 cores=4,6
/proc/29504/task/29522/stat : 29522 (java) S 29502 29504 27831 0 -1 4202560 319 0 0 0 8 0 0 0 15 0 19 0 487258565 7835275264 41010 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29523] ppid=29502 vsize=7651636 CPUtime=0.1 cores=4,6
/proc/29504/task/29523/stat : 29523 (java) S 29502 29504 27831 0 -1 4202560 4 0 0 0 10 0 0 0 16 0 19 0 487258565 7835275264 41010 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29524] ppid=29502 vsize=7651636 CPUtime=0.07 cores=4,6
/proc/29504/task/29524/stat : 29524 (java) S 29502 29504 27831 0 -1 4202560 519 0 0 0 7 0 0 0 16 0 19 0 487258565 7835275264 41010 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29526] ppid=29502 vsize=7651636 CPUtime=3.03 cores=4,6
/proc/29504/task/29526/stat : 29526 (java) S 29502 29504 27831 0 -1 4202560 10013 0 0 0 303 0 0 0 15 0 19 0 487258566 7835275264 41010 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 0 0 16800975 18446604442888865600 0 0 -1 4 0 0 0
[pid=29504/tid=29529] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29529/stat : 29529 (java) S 29502 29504 27831 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 487258566 7835275264 41010 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29530] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29530/stat : 29530 (java) S 29502 29504 27831 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 487258566 7835275264 41010 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29536] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29536/stat : 29536 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258568 7835275264 41010 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512515505 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29537] ppid=29502 vsize=7651636 CPUtime=0.77 cores=4,6
/proc/29504/task/29537/stat : 29537 (java) S 29502 29504 27831 0 -1 4202560 8027 0 0 0 77 0 0 0 15 0 19 0 487258568 7835275264 41010 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29538] ppid=29502 vsize=7651636 CPUtime=0.35 cores=4,6
/proc/29504/task/29538/stat : 29538 (java) S 29502 29504 27831 0 -1 4202560 2504 0 0 0 35 0 0 0 15 0 19 0 487258568 7835275264 41010 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29539] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29539/stat : 29539 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258568 7835275264 41010 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29540] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29540/stat : 29540 (java) S 29502 29504 27831 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 487258568 7835275264 41010 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29564] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29564/stat : 29564 (java) S 29502 29504 27831 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 487258600 7835275264 41010 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1183.84
Current children cumulated vsize (KiB) 7651636

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.44 6/262 29599
/proc/meminfo: memFree=20226996/32950928 swapFree=67111528/67111528
[pid=29504] ppid=29502 vsize=7651636 CPUtime=1243.86 cores=4,6
/proc/29504/stat : 29504 (java) S 29502 29504 27831 0 -1 4202496 49008 0 1 0 124379 7 0 0 21 0 19 0 487258562 7835275264 42705 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29504/statm: 1912909 42705 2253 9 0 1903647 0
[pid=29504/tid=29508] ppid=29502 vsize=7651636 CPUtime=1238.75 cores=4,6
/proc/29504/task/29508/stat : 29508 (java) R 29502 29504 27831 0 -1 4202560 17181 0 1 0 123872 3 0 0 25 0 19 0 487258563 7835275264 42705 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 46912505582718 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29504/tid=29517] ppid=29502 vsize=7651636 CPUtime=0.1 cores=4,6
/proc/29504/task/29517/stat : 29517 (java) S 29502 29504 27831 0 -1 4202560 2238 0 0 0 10 0 0 0 16 0 19 0 487258565 7835275264 42705 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29518] ppid=29502 vsize=7651636 CPUtime=0.14 cores=4,6
/proc/29504/task/29518/stat : 29518 (java) S 29502 29504 27831 0 -1 4202560 3700 0 0 0 14 0 0 0 16 0 19 0 487258565 7835275264 42705 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29519] ppid=29502 vsize=7651636 CPUtime=0.08 cores=4,6
/proc/29504/task/29519/stat : 29519 (java) S 29502 29504 27831 0 -1 4202560 16 0 0 0 8 0 0 0 15 0 19 0 487258565 7835275264 42705 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29520] ppid=29502 vsize=7651636 CPUtime=0.09 cores=4,6
/proc/29504/task/29520/stat : 29520 (java) S 29502 29504 27831 0 -1 4202560 2489 0 0 0 9 0 0 0 15 0 19 0 487258565 7835275264 42705 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29521] ppid=29502 vsize=7651636 CPUtime=0.09 cores=4,6
/proc/29504/task/29521/stat : 29521 (java) S 29502 29504 27831 0 -1 4202560 772 0 0 0 9 0 0 0 15 0 19 0 487258565 7835275264 42705 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29522] ppid=29502 vsize=7651636 CPUtime=0.08 cores=4,6
/proc/29504/task/29522/stat : 29522 (java) S 29502 29504 27831 0 -1 4202560 319 0 0 0 8 0 0 0 15 0 19 0 487258565 7835275264 42705 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29523] ppid=29502 vsize=7651636 CPUtime=0.1 cores=4,6
/proc/29504/task/29523/stat : 29523 (java) S 29502 29504 27831 0 -1 4202560 4 0 0 0 10 0 0 0 15 0 19 0 487258565 7835275264 42705 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29524] ppid=29502 vsize=7651636 CPUtime=0.07 cores=4,6
/proc/29504/task/29524/stat : 29524 (java) S 29502 29504 27831 0 -1 4202560 519 0 0 0 7 0 0 0 15 0 19 0 487258565 7835275264 42705 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29526] ppid=29502 vsize=7651636 CPUtime=3.14 cores=4,6
/proc/29504/task/29526/stat : 29526 (java) S 29502 29504 27831 0 -1 4202560 10015 0 0 0 314 0 0 0 15 0 19 0 487258566 7835275264 42705 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 0 0 16800975 18446604442888865600 0 0 -1 4 0 0 0
[pid=29504/tid=29529] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29529/stat : 29529 (java) S 29502 29504 27831 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 487258566 7835275264 42705 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29530] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29530/stat : 29530 (java) S 29502 29504 27831 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 487258566 7835275264 42705 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29536] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29536/stat : 29536 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258568 7835275264 42705 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512515505 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29537] ppid=29502 vsize=7651636 CPUtime=0.77 cores=4,6
/proc/29504/task/29537/stat : 29537 (java) S 29502 29504 27831 0 -1 4202560 8027 0 0 0 77 0 0 0 15 0 19 0 487258568 7835275264 42705 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29538] ppid=29502 vsize=7651636 CPUtime=0.35 cores=4,6
/proc/29504/task/29538/stat : 29538 (java) S 29502 29504 27831 0 -1 4202560 2504 0 0 0 35 0 0 0 15 0 19 0 487258568 7835275264 42705 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29539] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29539/stat : 29539 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258568 7835275264 42705 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29540] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29540/stat : 29540 (java) S 29502 29504 27831 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 487258568 7835275264 42705 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29564] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29564/stat : 29564 (java) S 29502 29504 27831 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 487258600 7835275264 42705 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1243.86
Current children cumulated vsize (KiB) 7651636



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.16 4.00 3.48 5/242 29604
/proc/meminfo: memFree=20293316/32950928 swapFree=67111528/67111528
[pid=29504] ppid=29502 vsize=7651636 CPUtime=1301.58 cores=4,6
/proc/29504/stat : 29504 (java) S 29502 29504 27831 0 -1 4202496 49518 0 1 0 130151 7 0 0 21 0 19 0 487258562 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29504/statm: 1912909 43208 2253 9 0 1903647 0
[pid=29504/tid=29508] ppid=29502 vsize=7651636 CPUtime=1296.36 cores=4,6
/proc/29504/task/29508/stat : 29508 (java) R 29502 29504 27831 0 -1 4202560 17557 0 1 0 129633 3 0 0 25 0 19 0 487258563 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 46912505700636 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29504/tid=29517] ppid=29502 vsize=7651636 CPUtime=0.11 cores=4,6
/proc/29504/task/29517/stat : 29517 (java) S 29502 29504 27831 0 -1 4202560 2292 0 0 0 11 0 0 0 15 0 19 0 487258565 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29518] ppid=29502 vsize=7651636 CPUtime=0.14 cores=4,6
/proc/29504/task/29518/stat : 29518 (java) S 29502 29504 27831 0 -1 4202560 3700 0 0 0 14 0 0 0 15 0 19 0 487258565 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29519] ppid=29502 vsize=7651636 CPUtime=0.08 cores=4,6
/proc/29504/task/29519/stat : 29519 (java) S 29502 29504 27831 0 -1 4202560 16 0 0 0 8 0 0 0 15 0 19 0 487258565 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29520] ppid=29502 vsize=7651636 CPUtime=0.09 cores=4,6
/proc/29504/task/29520/stat : 29520 (java) S 29502 29504 27831 0 -1 4202560 2489 0 0 0 9 0 0 0 15 0 19 0 487258565 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29521] ppid=29502 vsize=7651636 CPUtime=0.1 cores=4,6
/proc/29504/task/29521/stat : 29521 (java) S 29502 29504 27831 0 -1 4202560 772 0 0 0 10 0 0 0 15 0 19 0 487258565 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29522] ppid=29502 vsize=7651636 CPUtime=0.08 cores=4,6
/proc/29504/task/29522/stat : 29522 (java) S 29502 29504 27831 0 -1 4202560 319 0 0 0 8 0 0 0 15 0 19 0 487258565 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29523] ppid=29502 vsize=7651636 CPUtime=0.1 cores=4,6
/proc/29504/task/29523/stat : 29523 (java) S 29502 29504 27831 0 -1 4202560 7 0 0 0 10 0 0 0 15 0 19 0 487258565 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29524] ppid=29502 vsize=7651636 CPUtime=0.07 cores=4,6
/proc/29504/task/29524/stat : 29524 (java) S 29502 29504 27831 0 -1 4202560 519 0 0 0 7 0 0 0 15 0 19 0 487258565 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29526] ppid=29502 vsize=7651636 CPUtime=3.23 cores=4,6
/proc/29504/task/29526/stat : 29526 (java) S 29502 29504 27831 0 -1 4202560 10088 0 0 0 323 0 0 0 15 0 19 0 487258566 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 0 0 16800975 18446604442888865600 0 0 -1 4 0 0 0
[pid=29504/tid=29529] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29529/stat : 29529 (java) S 29502 29504 27831 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 487258566 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29530] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29530/stat : 29530 (java) S 29502 29504 27831 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 487258566 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29536] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29536/stat : 29536 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258568 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512515505 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29537] ppid=29502 vsize=7651636 CPUtime=0.77 cores=4,6
/proc/29504/task/29537/stat : 29537 (java) S 29502 29504 27831 0 -1 4202560 8027 0 0 0 77 0 0 0 15 0 19 0 487258568 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29538] ppid=29502 vsize=7651636 CPUtime=0.35 cores=4,6
/proc/29504/task/29538/stat : 29538 (java) S 29502 29504 27831 0 -1 4202560 2504 0 0 0 35 0 0 0 15 0 19 0 487258568 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29539] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29539/stat : 29539 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258568 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29540] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29540/stat : 29540 (java) S 29502 29504 27831 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 487258568 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29564] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29564/stat : 29564 (java) S 29502 29504 27831 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 487258600 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1301.58
Current children cumulated vsize (KiB) 7651636

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.16 4.00 3.48 5/242 29604
/proc/meminfo: memFree=20293316/32950928 swapFree=67111528/67111528
[pid=29504] ppid=29502 vsize=7651636 CPUtime=1301.58 cores=4,6
/proc/29504/stat : 29504 (java) S 29502 29504 27831 0 -1 4202496 49518 0 1 0 130151 7 0 0 21 0 19 0 487258562 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29504/statm: 1912909 43208 2253 9 0 1903647 0
[pid=29504/tid=29508] ppid=29502 vsize=7651636 CPUtime=1296.36 cores=4,6
/proc/29504/task/29508/stat : 29508 (java) R 29502 29504 27831 0 -1 4202560 17557 0 1 0 129633 3 0 0 25 0 19 0 487258563 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 46912505700636 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29504/tid=29517] ppid=29502 vsize=7651636 CPUtime=0.11 cores=4,6
/proc/29504/task/29517/stat : 29517 (java) S 29502 29504 27831 0 -1 4202560 2292 0 0 0 11 0 0 0 15 0 19 0 487258565 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29518] ppid=29502 vsize=7651636 CPUtime=0.14 cores=4,6
/proc/29504/task/29518/stat : 29518 (java) S 29502 29504 27831 0 -1 4202560 3700 0 0 0 14 0 0 0 15 0 19 0 487258565 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29519] ppid=29502 vsize=7651636 CPUtime=0.08 cores=4,6
/proc/29504/task/29519/stat : 29519 (java) S 29502 29504 27831 0 -1 4202560 16 0 0 0 8 0 0 0 15 0 19 0 487258565 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29520] ppid=29502 vsize=7651636 CPUtime=0.09 cores=4,6
/proc/29504/task/29520/stat : 29520 (java) S 29502 29504 27831 0 -1 4202560 2489 0 0 0 9 0 0 0 15 0 19 0 487258565 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29521] ppid=29502 vsize=7651636 CPUtime=0.1 cores=4,6
/proc/29504/task/29521/stat : 29521 (java) S 29502 29504 27831 0 -1 4202560 772 0 0 0 10 0 0 0 15 0 19 0 487258565 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29522] ppid=29502 vsize=7651636 CPUtime=0.08 cores=4,6
/proc/29504/task/29522/stat : 29522 (java) S 29502 29504 27831 0 -1 4202560 319 0 0 0 8 0 0 0 15 0 19 0 487258565 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29523] ppid=29502 vsize=7651636 CPUtime=0.1 cores=4,6
/proc/29504/task/29523/stat : 29523 (java) S 29502 29504 27831 0 -1 4202560 7 0 0 0 10 0 0 0 15 0 19 0 487258565 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29524] ppid=29502 vsize=7651636 CPUtime=0.07 cores=4,6
/proc/29504/task/29524/stat : 29524 (java) S 29502 29504 27831 0 -1 4202560 519 0 0 0 7 0 0 0 15 0 19 0 487258565 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29526] ppid=29502 vsize=7651636 CPUtime=3.23 cores=4,6
/proc/29504/task/29526/stat : 29526 (java) S 29502 29504 27831 0 -1 4202560 10088 0 0 0 323 0 0 0 15 0 19 0 487258566 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 0 0 16800975 18446604442888865600 0 0 -1 4 0 0 0
[pid=29504/tid=29529] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29529/stat : 29529 (java) S 29502 29504 27831 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 487258566 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29530] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29530/stat : 29530 (java) S 29502 29504 27831 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 487258566 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29536] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29536/stat : 29536 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258568 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512515505 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29537] ppid=29502 vsize=7651636 CPUtime=0.77 cores=4,6
/proc/29504/task/29537/stat : 29537 (java) S 29502 29504 27831 0 -1 4202560 8027 0 0 0 77 0 0 0 15 0 19 0 487258568 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29538] ppid=29502 vsize=7651636 CPUtime=0.35 cores=4,6
/proc/29504/task/29538/stat : 29538 (java) S 29502 29504 27831 0 -1 4202560 2504 0 0 0 35 0 0 0 15 0 19 0 487258568 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29539] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29539/stat : 29539 (java) S 29502 29504 27831 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 487258568 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512507801 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29540] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29540/stat : 29540 (java) S 29502 29504 27831 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 487258568 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
[pid=29504/tid=29564] ppid=29502 vsize=7651636 CPUtime=0 cores=4,6
/proc/29504/task/29564/stat : 29564 (java) S 29502 29504 27831 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 487258600 7835275264 43208 33554432000 1073741824 1073778376 140733305358304 18446744073709551615 254512508416 0 4 0 16800975 18446604442888865600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1301.58
Current children cumulated vsize (KiB) 7651636

Child status: 143
Real time (s): 1300.07
CPU time (s): 1301.71
CPU user time (s): 1301.62
CPU system time (s): 0.085986
CPU usage (%): 100.126
Max. virtual memory (cumulated for all children) (KiB): 7665680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1301.62
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49552
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= 27871
involuntary context switches= 4519

runsolver used 2.21566 second user time and 4.89326 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-25 20:36:59
IDJOB=3282497
IDBENCH=70817
IDSOLVER=1611
FILE ID=node149/3282497-1303756619
RUNJOBID= node149-1303756618-29452
PBS_JOBID= 13154013
Free space on /tmp= 72176 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor064.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-3282497-1303756619/watcher-3282497-1303756619 -o /tmp/evaluation-result-3282497-1303756619/solver-3282497-1303756619 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3282497-1303756619.cnf

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

MD5SUM BENCH= 902b28046d424b16042ca612ddad48e0
RANDOM SEED=391229105

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:      20875516 kB
Buffers:       2159344 kB
Cached:        9274896 kB
SwapCached:          0 kB
Active:        1189392 kB
Inactive:     10354344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20875516 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10556 kB
Writeback:           0 kB
AnonPages:      108800 kB
Mapped:          23044 kB
Slab:           467472 kB
PageTables:       5080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7486928 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= 72172 MiB
End job on node149 at 2011-04-25 20:58:41