Trace number 3741257

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 NameAnswerobjective functionCPU timeWall clock time
PB07: SAT4JPseudoResolution 2007-03-23? (TO) 1802.46 1788.02

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-mspp16.opb
MD5SUM141454b66937b2c93528081cb91f0e55
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark33
Best CPU time to get the best result obtained on this benchmark190.345
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29280
Total number of constraints561657
Number of constraints which are clauses1695
Number of constraints which are cardinality constraints (but not clauses)559482
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint960
Number of terms in the objective function 4065
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4065
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 4065
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.06	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.06	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.06	c no version file found!!!
0.00/0.06	c sun.arch.data.model	64
0.00/0.06	c java.version	1.6.0_24
0.00/0.06	c os.name	Linux
0.00/0.06	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.06	c os.arch	amd64
0.00/0.06	c Free memory 1599470296
0.00/0.06	c Max memory 1607860224
0.00/0.06	c Total memory 1607860224
0.00/0.06	c Number of processors 8
0.00/0.08	--- Begin Solver configuration ---
0.00/0.08	c Stops conflict analysis at the first Unique Implication Point
0.00/0.08	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.00/0.08	c Learn all clauses as in MiniSAT
0.00/0.08	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.08	c VSIDS like heuristics from MiniSAT using a heap
0.00/0.08	c No reason simplification
0.00/0.08	c --- End Solver configuration ---
0.00/0.08	c solving HOME/instance-3741257-1338741701.opb
0.00/0.08	c reading problem ... 
40.82/34.38	c ... done. Wall clock time 34.296s.
40.82/34.38	c CPU time (experimental) 32.38s.
40.82/34.38	c #vars     29280
40.82/34.38	c #constraints  526543
41.18/34.59	c SATISFIABLE
41.18/34.59	c OPTIMIZING...
41.18/34.59	c Got one! Elapsed wall clock time (in seconds):34.504
41.43/34.64	o 35
418.20/407.49	c cleaning 210455 clauses out of 421104 for limit 0.0022400448778374933
419.71/408.99	c cleaning 105518 clauses out of 211147 for limit 0.007352720106101917
420.62/409.81	c cleaning 53013 clauses out of 106128 for limit 0.024100405215319882
421.12/410.33	c cleaning 26599 clauses out of 53615 for limit 0.07867267213728145
421.52/410.71	c cleaning 13538 clauses out of 27517 for limit 0.2530460291235468
421.82/411.01	c cleaning 7011 clauses out of 14478 for limit 0.7923433428362343

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3741257-1338741701/watcher-3741257-1338741701 -o /tmp/evaluation-result-3741257-1338741701/solver-3741257-1338741701 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3741257-1338741701.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.15 2.08 2.02 3/194 12574
/proc/meminfo: memFree=27796720/32873648 swapFree=7116/7116
[pid=12574] ppid=12572 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12574/stat : 12574 (java) S 12572 12574 7854 0 -1 4202496 1271 0 0 0 0 0 0 0 20 0 2 0 340296319 98570240 972 33554432000 1073741824 1073778376 140733946697696 140733946688832 214540779581 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12574/statm: 24065 979 745 9 0 16771 0
[pid=12574/tid=12575] ppid=12572 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12575/stat : 12575 (java) R 12572 12574 7854 0 -1 4202560 131 0 0 0 0 0 0 0 20 0 2 0 340296320 98570240 979 33554432000 1073741824 1073778376 140733946697696 139807769009704 214537422208 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0982139 s]
/proc/loadavg: 2.15 2.08 2.02 3/194 12574
/proc/meminfo: memFree=27796720/32873648 swapFree=7116/7116
[pid=12574] ppid=12572 vsize=2957856 CPUtime=0.1 cores=0,2,4,6
/proc/12574/stat : 12574 (java) S 12572 12574 7854 0 -1 4202496 4971 0 1 0 9 1 0 0 20 0 18 0 340296319 3028844544 6669 33554432000 1073741824 1073778376 140733946697696 140733946688832 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12574/statm: 739464 6669 2130 9 0 729885 0
[pid=12574/tid=12575] ppid=12572 vsize=2957856 CPUtime=0.07 cores=0,2,4,6
/proc/12574/task/12575/stat : 12575 (java) R 12572 12574 7854 0 -1 4202560 3067 0 1 0 7 0 0 0 20 0 18 0 340296320 3028844544 6669 33554432000 1073741824 1073778376 140733946697696 139807769003064 139807641526474 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2957856

[startup+0.100238 s]
/proc/loadavg: 2.15 2.08 2.02 3/194 12574
/proc/meminfo: memFree=27796720/32873648 swapFree=7116/7116
[pid=12574] ppid=12572 vsize=2957856 CPUtime=0.11 cores=0,2,4,6
/proc/12574/stat : 12574 (java) S 12572 12574 7854 0 -1 4202496 4971 0 1 0 10 1 0 0 20 0 18 0 340296319 3028844544 6669 33554432000 1073741824 1073778376 140733946697696 140733946688832 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12574/statm: 739464 6669 2130 9 0 729885 0
[pid=12574/tid=12575] ppid=12572 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/12574/task/12575/stat : 12575 (java) R 12572 12574 7854 0 -1 4202560 3067 0 1 0 8 0 0 0 20 0 18 0 340296320 3028844544 6669 33554432000 1073741824 1073778376 140733946697696 139807769003064 139807641553012 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2957856

[startup+0.300205 s]
/proc/loadavg: 2.15 2.08 2.02 3/194 12574
/proc/meminfo: memFree=27796720/32873648 swapFree=7116/7116
[pid=12574] ppid=12572 vsize=2957856 CPUtime=0.49 cores=0,2,4,6
/proc/12574/stat : 12574 (java) S 12572 12574 7854 0 -1 4202496 6764 0 1 0 47 2 0 0 20 0 18 0 340296319 3028844544 9863 33554432000 1073741824 1073778376 140733946697696 140733946688832 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12574/statm: 739464 9863 2239 9 0 729885 0
[pid=12574/tid=12575] ppid=12572 vsize=2957856 CPUtime=0.28 cores=0,2,4,6
/proc/12574/task/12575/stat : 12575 (java) R 12572 12574 7854 0 -1 4202560 3080 0 1 0 26 2 0 0 20 0 18 0 340296320 3028844544 9863 33554432000 1073741824 1073778376 140733946697696 139807769003064 139807641519472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 2957856

[startup+0.700195 s]
/proc/loadavg: 2.15 2.08 2.02 3/194 12574
/proc/meminfo: memFree=27796720/32873648 swapFree=7116/7116
[pid=12574] ppid=12572 vsize=2957856 CPUtime=1.43 cores=0,2,4,6
/proc/12574/stat : 12574 (java) S 12572 12574 7854 0 -1 4202496 14178 0 1 0 138 5 0 0 20 0 18 0 340296319 3028844544 41308 33554432000 1073741824 1073778376 140733946697696 140733946688832 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12574/statm: 739464 41308 2261 9 0 729885 0
[pid=12574/tid=12575] ppid=12572 vsize=2957856 CPUtime=0.68 cores=0,2,4,6
/proc/12574/task/12575/stat : 12575 (java) R 12572 12574 7854 0 -1 4202560 3144 0 1 0 65 3 0 0 20 0 18 0 340296320 3028844544 41308 33554432000 1073741824 1073778376 140733946697696 139807769006288 139807641846785 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 2957856

[startup+1.50061 s]
/proc/loadavg: 2.15 2.08 2.02 3/212 12592
/proc/meminfo: memFree=27511352/32873648 swapFree=7116/7116
[pid=12574] ppid=12572 vsize=2957856 CPUtime=2.52 cores=0,2,4,6
/proc/12574/stat : 12574 (java) S 12572 12574 7854 0 -1 4202496 15066 0 1 0 240 12 0 0 20 0 18 0 340296319 3028844544 118417 33554432000 1073741824 1073778376 140733946697696 140733946688832 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12574/statm: 739464 118417 2277 9 0 729885 0
[pid=12574/tid=12575] ppid=12572 vsize=2957856 CPUtime=1.46 cores=0,2,4,6
/proc/12574/task/12575/stat : 12575 (java) R 12572 12574 7854 0 -1 4202560 3290 0 1 0 138 8 0 0 20 0 18 0 340296320 3028844544 118417 33554432000 1073741824 1073778376 140733946697696 139807769013896 139807641885256 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12574/tid=12577] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12577/stat : 12577 (java) S 12572 12574 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340296320 3028844544 118417 33554432000 1073741824 1073778376 140733946697696 139807634843944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12574/tid=12578] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12578/stat : 12578 (java) S 12572 12574 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340296320 3028844544 118417 33554432000 1073741824 1073778376 140733946697696 139807633791144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12579] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12579/stat : 12579 (java) S 12572 12574 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340296320 3028844544 118417 33554432000 1073741824 1073778376 140733946697696 139807632738856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12580] ppid=12572 vsize=2957856 CPUtime=0.01 cores=0,2,4,6
/proc/12574/task/12580/stat : 12580 (java) S 12572 12574 7854 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 340296320 3028844544 118417 33554432000 1073741824 1073778376 140733946697696 139807631686056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12581] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12581/stat : 12581 (java) S 12572 12574 7854 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 340296320 3028844544 118417 33554432000 1073741824 1073778376 140733946697696 139807630633768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12582] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12582/stat : 12582 (java) S 12572 12574 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340296320 3028844544 118417 33554432000 1073741824 1073778376 140733946697696 139807629580968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12583] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12583/stat : 12583 (java) S 12572 12574 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 340296320 3028844544 118417 33554432000 1073741824 1073778376 140733946697696 139807292386344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12584] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12584/stat : 12584 (java) S 12572 12574 7854 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 340296320 3028844544 118417 33554432000 1073741824 1073778376 140733946697696 139807291333544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12585] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12585/stat : 12585 (java) S 12572 12574 7854 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340296321 3028844544 118417 33554432000 1073741824 1073778376 140733946697696 139807279134952 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12586] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12586/stat : 12586 (java) S 12572 12574 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340296322 3028844544 118417 33554432000 1073741824 1073778376 140733946697696 139807278081016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12587] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12587/stat : 12587 (java) S 12572 12574 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340296322 3028844544 118417 33554432000 1073741824 1073778376 140733946697696 139807277028616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12588] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12588/stat : 12588 (java) S 12572 12574 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340296324 3028844544 118417 33554432000 1073741824 1073778376 140733946697696 139807275977104 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12589] ppid=12572 vsize=2957856 CPUtime=0.4 cores=0,2,4,6
/proc/12574/task/12589/stat : 12589 (java) S 12572 12574 7854 0 -1 4202560 3930 0 0 0 39 1 0 0 20 0 18 0 340296324 3028844544 118417 33554432000 1073741824 1073778376 140733946697696 139807274924728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12590] ppid=12572 vsize=2957856 CPUtime=0.53 cores=0,2,4,6
/proc/12574/task/12590/stat : 12590 (java) S 12572 12574 7854 0 -1 4202560 6599 0 0 0 53 0 0 0 20 0 18 0 340296324 3028844544 118417 33554432000 1073741824 1073778376 140733946697696 139807273871928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12591] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12591/stat : 12591 (java) S 12572 12574 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340296324 3028844544 118417 33554432000 1073741824 1073778376 140733946697696 139807272819832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12592] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12592/stat : 12592 (java) S 12572 12574 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340296324 3028844544 118417 33554432000 1073741824 1073778376 140733946697696 139807271767240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 2957856

[startup+3.10075 s]
/proc/loadavg: 2.15 2.08 2.02 3/212 12592
/proc/meminfo: memFree=27305992/32873648 swapFree=7116/7116
[pid=12574] ppid=12572 vsize=2957856 CPUtime=4.32 cores=0,2,4,6
/proc/12574/stat : 12574 (java) S 12572 12574 7854 0 -1 4202496 15158 0 1 0 415 17 0 0 20 0 18 0 340296319 3028844544 128162 33554432000 1073741824 1073778376 140733946697696 140733946688832 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12574/statm: 739464 128162 2284 9 0 729885 0
[pid=12574/tid=12575] ppid=12572 vsize=2957856 CPUtime=2.98 cores=0,2,4,6
/proc/12574/task/12575/stat : 12575 (java) R 12572 12574 7854 0 -1 4202560 3292 0 1 0 290 8 0 0 20 0 18 0 340296320 3028844544 128162 33554432000 1073741824 1073778376 140733946697696 139807769013848 214540805389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12574/tid=12577] ppid=12572 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/12574/task/12577/stat : 12577 (java) S 12572 12574 7854 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 18 0 340296320 3028844544 128162 33554432000 1073741824 1073778376 140733946697696 139807634843944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12578] ppid=12572 vsize=2957856 CPUtime=0.03 cores=0,2,4,6
/proc/12574/task/12578/stat : 12578 (java) S 12572 12574 7854 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 18 0 340296320 3028844544 128162 33554432000 1073741824 1073778376 140733946697696 139807633791144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12579] ppid=12572 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/12574/task/12579/stat : 12579 (java) S 12572 12574 7854 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 340296320 3028844544 128162 33554432000 1073741824 1073778376 140733946697696 139807632738856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12580] ppid=12572 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/12574/task/12580/stat : 12580 (java) S 12572 12574 7854 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 18 0 340296320 3028844544 128162 33554432000 1073741824 1073778376 140733946697696 139807631686056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12581] ppid=12572 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/12574/task/12581/stat : 12581 (java) S 12572 12574 7854 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 340296320 3028844544 128162 33554432000 1073741824 1073778376 140733946697696 139807630633768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12582] ppid=12572 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/12574/task/12582/stat : 12582 (java) S 12572 12574 7854 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 18 0 340296320 3028844544 128162 33554432000 1073741824 1073778376 140733946697696 139807629580968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12583] ppid=12572 vsize=2957856 CPUtime=0.04 cores=0,2,4,6
/proc/12574/task/12583/stat : 12583 (java) S 12572 12574 7854 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 18 0 340296320 3028844544 128162 33554432000 1073741824 1073778376 140733946697696 139807292386344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12584] ppid=12572 vsize=2957856 CPUtime=0.02 cores=0,2,4,6
/proc/12574/task/12584/stat : 12584 (java) S 12572 12574 7854 0 -1 4202560 17 0 0 0 1 1 0 0 20 0 18 0 340296320 3028844544 128162 33554432000 1073741824 1073778376 140733946697696 139807291333544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12585] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12585/stat : 12585 (java) S 12572 12574 7854 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340296321 3028844544 128162 33554432000 1073741824 1073778376 140733946697696 139807279134952 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12586] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12586/stat : 12586 (java) S 12572 12574 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340296322 3028844544 128162 33554432000 1073741824 1073778376 140733946697696 139807278081016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12587] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12587/stat : 12587 (java) S 12572 12574 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340296322 3028844544 128162 33554432000 1073741824 1073778376 140733946697696 139807277028616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12588] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12588/stat : 12588 (java) S 12572 12574 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340296324 3028844544 128162 33554432000 1073741824 1073778376 140733946697696 139807275977104 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12589] ppid=12572 vsize=2957856 CPUtime=0.41 cores=0,2,4,6
/proc/12574/task/12589/stat : 12589 (java) S 12572 12574 7854 0 -1 4202560 3937 0 0 0 39 2 0 0 20 0 18 0 340296324 3028844544 128162 33554432000 1073741824 1073778376 140733946697696 139807274924728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12590] ppid=12572 vsize=2957856 CPUtime=0.53 cores=0,2,4,6
/proc/12574/task/12590/stat : 12590 (java) S 12572 12574 7854 0 -1 4202560 6599 0 0 0 53 0 0 0 20 0 18 0 340296324 3028844544 128162 33554432000 1073741824 1073778376 140733946697696 139807273871928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12591] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12591/stat : 12591 (java) S 12572 12574 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340296324 3028844544 128162 33554432000 1073741824 1073778376 140733946697696 139807272819832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12592] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12592/stat : 12592 (java) S 12572 12574 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340296324 3028844544 128162 33554432000 1073741824 1073778376 140733946697696 139807271767240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 2957856

[startup+6.30063 s]
/proc/loadavg: 2.30 2.11 2.03 3/212 12592
/proc/meminfo: memFree=27244960/32873648 swapFree=7116/7116
[pid=12574] ppid=12572 vsize=2957856 CPUtime=8.21 cores=0,2,4,6
/proc/12574/stat : 12574 (java) S 12572 12574 7854 0 -1 4202496 15456 0 1 0 792 29 0 0 20 0 18 0 340296319 3028844544 152189 33554432000 1073741824 1073778376 140733946697696 140733946688832 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12574/statm: 739464 152189 2284 9 0 729885 0
[pid=12574/tid=12575] ppid=12572 vsize=2957856 CPUtime=5.94 cores=0,2,4,6
/proc/12574/task/12575/stat : 12575 (java) S 12572 12574 7854 0 -1 4202560 3297 0 1 0 585 9 0 0 20 0 18 0 340296320 3028844544 152189 33554432000 1073741824 1073778376 140733946697696 139807769013624 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12577] ppid=12572 vsize=2957856 CPUtime=0.2 cores=0,2,4,6
/proc/12574/task/12577/stat : 12577 (java) R 12572 12574 7854 0 -1 4202560 69 0 0 0 17 3 0 0 20 0 18 0 340296320 3028844544 152189 33554432000 1073741824 1073778376 140733946697696 139807634843944 214537374855 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12574/tid=12578] ppid=12572 vsize=2957856 CPUtime=0.18 cores=0,2,4,6
/proc/12574/task/12578/stat : 12578 (java) R 12572 12574 7854 0 -1 4202560 82 0 0 0 15 3 0 0 20 0 18 0 340296320 3028844544 152189 33554432000 1073741824 1073778376 140733946697696 139807633791272 214537374855 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12579] ppid=12572 vsize=2957856 CPUtime=0.08 cores=0,2,4,6
/proc/12574/task/12579/stat : 12579 (java) R 12572 12574 7854 0 -1 4202560 29 0 0 0 6 2 0 0 20 0 18 0 340296320 3028844544 152189 33554432000 1073741824 1073778376 140733946697696 139807632738984 214537374855 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12580] ppid=12572 vsize=2957856 CPUtime=0.18 cores=0,2,4,6
/proc/12574/task/12580/stat : 12580 (java) S 12572 12574 7854 0 -1 4202560 64 0 0 0 15 3 0 0 20 0 18 0 340296320 3028844544 152189 33554432000 1073741824 1073778376 140733946697696 139807631685912 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12581] ppid=12572 vsize=2957856 CPUtime=0.13 cores=0,2,4,6
/proc/12574/task/12581/stat : 12581 (java) R 12572 12574 7854 0 -1 4202560 58 0 0 0 12 1 0 0 20 0 18 0 340296320 3028844544 152189 33554432000 1073741824 1073778376 140733946697696 139807630633896 214537374855 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12582] ppid=12572 vsize=2957856 CPUtime=0.14 cores=0,2,4,6
/proc/12574/task/12582/stat : 12582 (java) R 12572 12574 7854 0 -1 4202560 52 0 0 0 10 4 0 0 20 0 18 0 340296320 3028844544 152189 33554432000 1073741824 1073778376 140733946697696 139807629581096 214537374855 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12583] ppid=12572 vsize=2957856 CPUtime=0.14 cores=0,2,4,6
/proc/12574/task/12583/stat : 12583 (java) R 12572 12574 7854 0 -1 4202560 39 0 0 0 12 2 0 0 20 0 18 0 340296320 3028844544 152189 33554432000 1073741824 1073778376 140733946697696 139807292386520 139807771485939 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12584] ppid=12572 vsize=2957856 CPUtime=0.13 cores=0,2,4,6
/proc/12574/task/12584/stat : 12584 (java) R 12572 12574 7854 0 -1 4202560 46 0 0 0 11 2 0 0 20 0 18 0 340296320 3028844544 152189 33554432000 1073741824 1073778376 140733946697696 139807291333672 139807776510199 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12585] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12585/stat : 12585 (java) S 12572 12574 7854 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 340296321 3028844544 152189 33554432000 1073741824 1073778376 140733946697696 139807279133832 214540792892 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12574/tid=12586] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12586/stat : 12586 (java) S 12572 12574 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 340296322 3028844544 152189 33554432000 1073741824 1073778376 140733946697696 139807278081016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12587] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12587/stat : 12587 (java) S 12572 12574 7854 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 340296322 3028844544 152189 33554432000 1073741824 1073778376 140733946697696 139807277028616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12588] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12588/stat : 12588 (java) S 12572 12574 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340296324 3028844544 152189 33554432000 1073741824 1073778376 140733946697696 139807275977104 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12589] ppid=12572 vsize=2957856 CPUtime=0.42 cores=0,2,4,6
/proc/12574/task/12589/stat : 12589 (java) S 12572 12574 7854 0 -1 4202560 3937 0 0 0 40 2 0 0 20 0 18 0 340296324 3028844544 152189 33554432000 1073741824 1073778376 140733946697696 139807274924728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12590] ppid=12572 vsize=2957856 CPUtime=0.53 cores=0,2,4,6
/proc/12574/task/12590/stat : 12590 (java) S 12572 12574 7854 0 -1 4202560 6599 0 0 0 53 0 0 0 20 0 18 0 340296324 3028844544 152189 33554432000 1073741824 1073778376 140733946697696 139807273871928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12591] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12591/stat : 12591 (java) S 12572 12574 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340296324 3028844544 152189 33554432000 1073741824 1073778376 140733946697696 139807272819832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12592] ppid=12572 vsize=2957856 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12592/stat : 12592 (java) S 12572 12574 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 340296324 3028844544 152189 33554432000 1073741824 1073778376 140733946697696 139807271767240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=12574/tid=12584] ppid=12572 vsize=3024420 CPUtime=2.01 cores=0,2,4,6
/proc/12574/task/12584/stat : 12584 (java) S 12572 12574 7854 0 -1 4202560 231 0 0 0 189 12 0 0 20 0 19 0 340296320 3097006080 420950 33554432000 1073741824 1073778376 140733946697696 139807291333544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12585] ppid=12572 vsize=3024420 CPUtime=251.86 cores=0,2,4,6
/proc/12574/task/12585/stat : 12585 (java) R 12572 12574 7854 0 -1 4202560 133 0 0 0 25180 6 0 0 20 0 19 0 340296321 3097006080 420950 33554432000 1073741824 1073778376 140733946697696 139807279134952 139807773151556 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12574/tid=12586] ppid=12572 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12586/stat : 12586 (java) S 12572 12574 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 340296322 3097006080 420950 33554432000 1073741824 1073778376 140733946697696 139807278081016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12587] ppid=12572 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12587/stat : 12587 (java) S 12572 12574 7854 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 340296322 3097006080 420950 33554432000 1073741824 1073778376 140733946697696 139807277028616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12588] ppid=12572 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12588/stat : 12588 (java) S 12572 12574 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340296324 3097006080 420950 33554432000 1073741824 1073778376 140733946697696 139807275977104 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12589] ppid=12572 vsize=3024420 CPUtime=0.76 cores=0,2,4,6
/proc/12574/task/12589/stat : 12589 (java) S 12572 12574 7854 0 -1 4202560 4477 0 0 0 74 2 0 0 20 0 19 0 340296324 3097006080 420950 33554432000 1073741824 1073778376 140733946697696 139807274924728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12590] ppid=12572 vsize=3024420 CPUtime=0.81 cores=0,2,4,6
/proc/12574/task/12590/stat : 12590 (java) S 12572 12574 7854 0 -1 4202560 6626 0 0 0 81 0 0 0 20 0 19 0 340296324 3097006080 420950 33554432000 1073741824 1073778376 140733946697696 139807273871928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12591] ppid=12572 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12591/stat : 12591 (java) S 12572 12574 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 340296324 3097006080 420950 33554432000 1073741824 1073778376 140733946697696 139807272819832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12592] ppid=12572 vsize=3024420 CPUtime=0.64 cores=0,2,4,6
/proc/12574/task/12592/stat : 12592 (java) S 12572 12574 7854 0 -1 4202560 103 0 0 0 31 33 0 0 20 0 19 0 340296324 3097006080 420950 33554432000 1073741824 1073778376 140733946697696 139807271767240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12595] ppid=12572 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12595/stat : 12595 (java) S 12572 12574 7854 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 340299794 3097006080 420950 33554432000 1073741824 1073778376 140733946697696 139807269634856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 3024420

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -12574

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

[startup+1787 s]
/proc/loadavg: 2.00 2.05 2.03 3/214 12759
/proc/meminfo: memFree=26485604/32873648 swapFree=7116/7116
[pid=12574] ppid=12572 vsize=3090984 CPUtime=1801.07 cores=0,2,4,6
/proc/12574/stat : 12574 (java) S 12572 12574 7854 0 -1 4202496 18380 0 1 0 179960 147 0 0 20 0 20 0 340296319 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 140733946688832 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12574/statm: 772746 420970 2310 9 0 763167 0
[pid=12574/tid=12575] ppid=12572 vsize=3090984 CPUtime=1529.46 cores=0,2,4,6
/proc/12574/task/12575/stat : 12575 (java) S 12572 12574 7854 0 -1 4202560 3638 0 1 0 152904 42 0 0 20 0 20 0 340296320 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807769012888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12577] ppid=12572 vsize=3090984 CPUtime=2.24 cores=0,2,4,6
/proc/12574/task/12577/stat : 12577 (java) S 12572 12574 7854 0 -1 4202560 288 0 0 0 212 12 0 0 20 0 20 0 340296320 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807634843944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12578] ppid=12572 vsize=3090984 CPUtime=2.21 cores=0,2,4,6
/proc/12574/task/12578/stat : 12578 (java) S 12572 12574 7854 0 -1 4202560 313 0 0 0 207 14 0 0 20 0 20 0 340296320 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807633791144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12579] ppid=12572 vsize=3090984 CPUtime=1.91 cores=0,2,4,6
/proc/12574/task/12579/stat : 12579 (java) S 12572 12574 7854 0 -1 4202560 288 0 0 0 181 10 0 0 20 0 20 0 340296320 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807632738856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12580] ppid=12572 vsize=3090984 CPUtime=2.06 cores=0,2,4,6
/proc/12574/task/12580/stat : 12580 (java) S 12572 12574 7854 0 -1 4202560 241 0 0 0 196 10 0 0 20 0 20 0 340296320 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807631686056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12581] ppid=12572 vsize=3090984 CPUtime=2 cores=0,2,4,6
/proc/12574/task/12581/stat : 12581 (java) S 12572 12574 7854 0 -1 4202560 267 0 0 0 187 13 0 0 20 0 20 0 340296320 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807630633768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12582] ppid=12572 vsize=3090984 CPUtime=2.19 cores=0,2,4,6
/proc/12574/task/12582/stat : 12582 (java) S 12572 12574 7854 0 -1 4202560 296 0 0 0 204 15 0 0 20 0 20 0 340296320 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807629580968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12583] ppid=12572 vsize=3090984 CPUtime=2.06 cores=0,2,4,6
/proc/12574/task/12583/stat : 12583 (java) S 12572 12574 7854 0 -1 4202560 273 0 0 0 195 11 0 0 20 0 20 0 340296320 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807292386344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12584] ppid=12572 vsize=3090984 CPUtime=2.01 cores=0,2,4,6
/proc/12574/task/12584/stat : 12584 (java) S 12572 12574 7854 0 -1 4202560 231 0 0 0 189 12 0 0 20 0 20 0 340296320 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807291333544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12585] ppid=12572 vsize=3090984 CPUtime=252.85 cores=0,2,4,6
/proc/12574/task/12585/stat : 12585 (java) R 12572 12574 7854 0 -1 4202560 136 0 0 0 25279 6 0 0 20 0 20 0 340296321 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807279134864 139807771210288 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12574/tid=12586] ppid=12572 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12586/stat : 12586 (java) S 12572 12574 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340296322 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807278081016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12587] ppid=12572 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12587/stat : 12587 (java) S 12572 12574 7854 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340296322 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807277028616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12588] ppid=12572 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12588/stat : 12588 (java) S 12572 12574 7854 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340296324 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807275977104 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12574/tid=12589] ppid=12572 vsize=3090984 CPUtime=0.76 cores=0,2,4,6
/proc/12574/task/12589/stat : 12589 (java) S 12572 12574 7854 0 -1 4202560 4477 0 0 0 74 2 0 0 20 0 20 0 340296324 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807274924728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12590] ppid=12572 vsize=3090984 CPUtime=0.81 cores=0,2,4,6
/proc/12574/task/12590/stat : 12590 (java) S 12572 12574 7854 0 -1 4202560 6626 0 0 0 81 0 0 0 20 0 20 0 340296324 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807273871928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12591] ppid=12572 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12591/stat : 12591 (java) S 12572 12574 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296324 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807272819832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12592] ppid=12572 vsize=3090984 CPUtime=0.64 cores=0,2,4,6
/proc/12574/task/12592/stat : 12592 (java) S 12572 12574 7854 0 -1 4202560 103 0 0 0 31 33 0 0 20 0 20 0 340296324 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807271767240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12595] ppid=12572 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12595/stat : 12595 (java) S 12572 12574 7854 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340299794 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807269634856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1801.07
Current children cumulated vsize (KiB) 3090984

[startup+1787.8 s]
/proc/loadavg: 2.00 2.05 2.03 3/215 12760
/proc/meminfo: memFree=26485596/32873648 swapFree=7116/7116
[pid=12574] ppid=12572 vsize=3090984 CPUtime=1801.87 cores=0,2,4,6
/proc/12574/stat : 12574 (java) S 12572 12574 7854 0 -1 4202496 18380 0 1 0 180040 147 0 0 20 0 20 0 340296319 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 140733946688832 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12574/statm: 772746 420970 2310 9 0 763167 0
[pid=12574/tid=12575] ppid=12572 vsize=3090984 CPUtime=1529.46 cores=0,2,4,6
/proc/12574/task/12575/stat : 12575 (java) S 12572 12574 7854 0 -1 4202560 3638 0 1 0 152904 42 0 0 20 0 20 0 340296320 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807769012888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12577] ppid=12572 vsize=3090984 CPUtime=2.24 cores=0,2,4,6
/proc/12574/task/12577/stat : 12577 (java) S 12572 12574 7854 0 -1 4202560 288 0 0 0 212 12 0 0 20 0 20 0 340296320 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807634843944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12578] ppid=12572 vsize=3090984 CPUtime=2.21 cores=0,2,4,6
/proc/12574/task/12578/stat : 12578 (java) S 12572 12574 7854 0 -1 4202560 313 0 0 0 207 14 0 0 20 0 20 0 340296320 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807633791144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12579] ppid=12572 vsize=3090984 CPUtime=1.91 cores=0,2,4,6
/proc/12574/task/12579/stat : 12579 (java) S 12572 12574 7854 0 -1 4202560 288 0 0 0 181 10 0 0 20 0 20 0 340296320 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807632738856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12580] ppid=12572 vsize=3090984 CPUtime=2.06 cores=0,2,4,6
/proc/12574/task/12580/stat : 12580 (java) S 12572 12574 7854 0 -1 4202560 241 0 0 0 196 10 0 0 20 0 20 0 340296320 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807631686056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12581] ppid=12572 vsize=3090984 CPUtime=2 cores=0,2,4,6
/proc/12574/task/12581/stat : 12581 (java) S 12572 12574 7854 0 -1 4202560 267 0 0 0 187 13 0 0 20 0 20 0 340296320 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807630633768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12582] ppid=12572 vsize=3090984 CPUtime=2.19 cores=0,2,4,6
/proc/12574/task/12582/stat : 12582 (java) S 12572 12574 7854 0 -1 4202560 296 0 0 0 204 15 0 0 20 0 20 0 340296320 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807629580968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12583] ppid=12572 vsize=3090984 CPUtime=2.06 cores=0,2,4,6
/proc/12574/task/12583/stat : 12583 (java) S 12572 12574 7854 0 -1 4202560 273 0 0 0 195 11 0 0 20 0 20 0 340296320 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807292386344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12584] ppid=12572 vsize=3090984 CPUtime=2.01 cores=0,2,4,6
/proc/12574/task/12584/stat : 12584 (java) S 12572 12574 7854 0 -1 4202560 231 0 0 0 189 12 0 0 20 0 20 0 340296320 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807291333544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12585] ppid=12572 vsize=3090984 CPUtime=253.65 cores=0,2,4,6
/proc/12574/task/12585/stat : 12585 (java) R 12572 12574 7854 0 -1 4202560 136 0 0 0 25359 6 0 0 20 0 20 0 340296321 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807279134768 139807775522888 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12574/tid=12586] ppid=12572 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12586/stat : 12586 (java) S 12572 12574 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340296322 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807278081016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12587] ppid=12572 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12587/stat : 12587 (java) S 12572 12574 7854 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 340296322 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807277028616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12588] ppid=12572 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12588/stat : 12588 (java) S 12572 12574 7854 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 340296324 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807275977104 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12574/tid=12589] ppid=12572 vsize=3090984 CPUtime=0.76 cores=0,2,4,6
/proc/12574/task/12589/stat : 12589 (java) S 12572 12574 7854 0 -1 4202560 4477 0 0 0 74 2 0 0 20 0 20 0 340296324 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807274924728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12590] ppid=12572 vsize=3090984 CPUtime=0.81 cores=0,2,4,6
/proc/12574/task/12590/stat : 12590 (java) S 12572 12574 7854 0 -1 4202560 6626 0 0 0 81 0 0 0 20 0 20 0 340296324 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807273871928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12591] ppid=12572 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12591/stat : 12591 (java) S 12572 12574 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340296324 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807272819832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12592] ppid=12572 vsize=3090984 CPUtime=0.64 cores=0,2,4,6
/proc/12574/task/12592/stat : 12592 (java) S 12572 12574 7854 0 -1 4202560 103 0 0 0 31 33 0 0 20 0 20 0 340296324 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807271767240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12595] ppid=12572 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12595/stat : 12595 (java) S 12572 12574 7854 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 340299794 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807269634856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12760] ppid=12572 vsize=3090984 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12760/stat : 12760 (java) S 12572 12574 7854 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340475009 3165167616 420970 33554432000 1073741824 1073778376 140733946697696 139807268581544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 3090984

[startup+1788 s]
/proc/loadavg: 2.00 2.05 2.03 3/215 12760
/proc/meminfo: memFree=26485596/32873648 swapFree=7116/7116
[pid=12574] ppid=12572 vsize=3157548 CPUtime=1802.07 cores=0,2,4,6
/proc/12574/stat : 12574 (java) S 12572 12574 7854 0 -1 4202496 18393 0 1 0 180060 147 0 0 20 0 21 0 340296319 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 140733946688832 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12574/statm: 789387 420982 2310 9 0 779808 0
[pid=12574/tid=12575] ppid=12572 vsize=3157548 CPUtime=1529.46 cores=0,2,4,6
/proc/12574/task/12575/stat : 12575 (java) S 12572 12574 7854 0 -1 4202560 3638 0 1 0 152904 42 0 0 20 0 21 0 340296320 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 139807769012888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12577] ppid=12572 vsize=3157548 CPUtime=2.24 cores=0,2,4,6
/proc/12574/task/12577/stat : 12577 (java) S 12572 12574 7854 0 -1 4202560 288 0 0 0 212 12 0 0 20 0 21 0 340296320 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 139807634843944 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12578] ppid=12572 vsize=3157548 CPUtime=2.21 cores=0,2,4,6
/proc/12574/task/12578/stat : 12578 (java) S 12572 12574 7854 0 -1 4202560 313 0 0 0 207 14 0 0 20 0 21 0 340296320 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 139807633791144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12579] ppid=12572 vsize=3157548 CPUtime=1.91 cores=0,2,4,6
/proc/12574/task/12579/stat : 12579 (java) S 12572 12574 7854 0 -1 4202560 288 0 0 0 181 10 0 0 20 0 21 0 340296320 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 139807632738856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12580] ppid=12572 vsize=3157548 CPUtime=2.06 cores=0,2,4,6
/proc/12574/task/12580/stat : 12580 (java) S 12572 12574 7854 0 -1 4202560 241 0 0 0 196 10 0 0 20 0 21 0 340296320 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 139807631686056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12581] ppid=12572 vsize=3157548 CPUtime=2 cores=0,2,4,6
/proc/12574/task/12581/stat : 12581 (java) S 12572 12574 7854 0 -1 4202560 267 0 0 0 187 13 0 0 20 0 21 0 340296320 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 139807630633768 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12582] ppid=12572 vsize=3157548 CPUtime=2.19 cores=0,2,4,6
/proc/12574/task/12582/stat : 12582 (java) S 12572 12574 7854 0 -1 4202560 296 0 0 0 204 15 0 0 20 0 21 0 340296320 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 139807629580968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12583] ppid=12572 vsize=3157548 CPUtime=2.06 cores=0,2,4,6
/proc/12574/task/12583/stat : 12583 (java) S 12572 12574 7854 0 -1 4202560 273 0 0 0 195 11 0 0 20 0 21 0 340296320 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 139807292386344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12584] ppid=12572 vsize=3157548 CPUtime=2.01 cores=0,2,4,6
/proc/12574/task/12584/stat : 12584 (java) S 12572 12574 7854 0 -1 4202560 231 0 0 0 189 12 0 0 20 0 21 0 340296320 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 139807291333544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12585] ppid=12572 vsize=3157548 CPUtime=253.85 cores=0,2,4,6
/proc/12574/task/12585/stat : 12585 (java) R 12572 12574 7854 0 -1 4202560 137 0 0 0 25379 6 0 0 20 0 21 0 340296321 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 139807279134864 139807773151581 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12574/tid=12586] ppid=12572 vsize=3157548 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12586/stat : 12586 (java) S 12572 12574 7854 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 340296322 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 139807278081016 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12587] ppid=12572 vsize=3157548 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12587/stat : 12587 (java) S 12572 12574 7854 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 340296322 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 139807277028616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12588] ppid=12572 vsize=3157548 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12588/stat : 12588 (java) S 12572 12574 7854 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 340296324 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 139807275977104 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12574/tid=12589] ppid=12572 vsize=3157548 CPUtime=0.76 cores=0,2,4,6
/proc/12574/task/12589/stat : 12589 (java) S 12572 12574 7854 0 -1 4202560 4477 0 0 0 74 2 0 0 20 0 21 0 340296324 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 139807274924728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12574/tid=12590] ppid=12572 vsize=3157548 CPUtime=0.81 cores=0,2,4,6
/proc/12574/task/12590/stat : 12590 (java) S 12572 12574 7854 0 -1 4202560 6626 0 0 0 81 0 0 0 20 0 21 0 340296324 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 139807273871928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12591] ppid=12572 vsize=3157548 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12591/stat : 12591 (java) S 12572 12574 7854 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 340296324 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 139807272819832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12592] ppid=12572 vsize=3157548 CPUtime=0.64 cores=0,2,4,6
/proc/12574/task/12592/stat : 12592 (java) S 12572 12574 7854 0 -1 4202560 103 0 0 0 31 33 0 0 20 0 21 0 340296324 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 139807271767240 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12574/tid=12595] ppid=12572 vsize=3157548 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12595/stat : 12595 (java) S 12572 12574 7854 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 340299794 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 139807269634856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12574/tid=12760] ppid=12572 vsize=3157548 CPUtime=0 cores=0,2,4,6
/proc/12574/task/12760/stat : 12760 (java) S 12572 12574 7854 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 340475009 3233329152 420982 33554432000 1073741824 1073778376 140733946697696 139807268581864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 3157548

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1788.02
CPU time (s): 1802.46
CPU user time (s): 1800.53
CPU system time (s): 1.93071
CPU usage (%): 100.807
Max. virtual memory (cumulated for all children) (KiB): 3157548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.53
system time used= 1.93071
maximum resident set size= 1683928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18393
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40938
involuntary context switches= 33227

runsolver used 6.80497 second user time and 16.8184 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-03 18:41:49
IDJOB=3741257
IDBENCH=89824
IDSOLVER=2319
FILE ID=node127/3741257-1338741701
RUNJOBID= node127-1338713637-7870
PBS_JOBID= 14636737
Free space on /tmp= 70236 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-mspp16.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741257-1338741701/watcher-3741257-1338741701 -o /tmp/evaluation-result-3741257-1338741701/solver-3741257-1338741701 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3741257-1338741701.opb           

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 141454b66937b2c93528081cb91f0e55
RANDOM SEED=486874422

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27796984 kB
Buffers:          407804 kB
Cached:          2196312 kB
SwapCached:         1428 kB
Active:          2845432 kB
Inactive:        1326804 kB
Active(anon):    1562364 kB
Inactive(anon):     7952 kB
Active(file):    1283068 kB
Inactive(file):  1318852 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:            243480 kB
Writeback:             0 kB
AnonPages:       1584052 kB
Mapped:            19040 kB
Shmem:                92 kB
Slab:             755816 kB
SReclaimable:     195380 kB
SUnreclaim:       560436 kB
KernelStack:        1576 kB
PageTables:         7200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1826768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1538048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70240 MiB
End job on node127 at 2012-06-03 19:11:37