Trace number 3730265

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
PB07: SAT4JPseudoResolution 2007-03-23? (TO) 1800 1796.12

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.opb
MD5SUM6f530d7030eb010292a76e81381ed552
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.105982
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6000
Total number of constraints220
Number of constraints which are clauses120
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint60
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.09	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.09	c no version file found!!!
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version	1.6.0_24
0.06/0.09	c os.name	Linux
0.06/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch	amd64
0.06/0.10	c Free memory 1599470296
0.06/0.10	c Max memory 1607860224
0.06/0.10	c Total memory 1607860224
0.06/0.10	c Number of processors 8
0.06/0.12	--- Begin Solver configuration ---
0.06/0.12	c Stops conflict analysis at the first Unique Implication Point
0.06/0.12	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.12	c VSIDS like heuristics from MiniSAT using a heap
0.06/0.12	c No reason simplification
0.06/0.12	c --- End Solver configuration ---
0.06/0.12	c solving HOME/instance-3730265-1338680422.opb
0.06/0.12	c reading problem ... 
0.51/0.32	c ... done. Wall clock time 0.203s.
0.51/0.32	c CPU time (experimental) 0.27s.
0.51/0.32	c #vars     6000
0.51/0.32	c #constraints  220
1591.30/1587.87	c cleaning 208493 clauses out of 417003 for limit 3.737439070637675E-5
1595.31/1591.89	c cleaning 104494 clauses out of 209007 for limit 1.226040511984409E-4
1596.12/1592.68	c cleaning 52503 clauses out of 105016 for limit 4.036171416709245E-4
1596.62/1593.12	c cleaning 26502 clauses out of 53015 for limit 0.001321147233083028
1596.82/1593.33	c cleaning 13498 clauses out of 27008 for limit 0.0042554048917480955
1597.03/1593.50	c cleaning 6995 clauses out of 14010 for limit 0.013528544207970002
1597.13/1593.67	c cleaning 3748 clauses out of 7515 for limit 0.041592603167672784
1597.33/1593.83	c cleaning 2119 clauses out of 4267 for limit 0.12080317022960299
1597.43/1593.94	c cleaning 1315 clauses out of 2648 for limit 0.3210250192565155
1597.53/1594.04	c cleaning 911 clauses out of 1834 for limit 0.7651523719921264
1597.63/1594.11	c cleaning 702 clauses out of 1423 for limit 1.6262909572306328
1597.63/1594.18	c cleaning 596 clauses out of 1220 for limit 3.125105561896445
1597.73/1594.25	c cleaning 548 clauses out of 1124 for limit 5.593892270165388
1597.83/1594.33	c cleaning 529 clauses out of 1076 for limit 9.636604275751957
1597.93/1594.42	c cleaning 516 clauses out of 1048 for limit 16.33297933728227
1598.03/1594.51	c cleaning 503 clauses out of 1031 for limit 27.352019993369836
1598.13/1594.61	c cleaning 504 clauses out of 1029 for limit 45.24005190671708
1598.23/1594.71	c cleaning 506 clauses out of 1025 for limit 74.89804656911724
1598.23/1594.78	c cleaning 497 clauses out of 1021 for limit 124.24917815780552
1598.33/1594.85	c cleaning 497 clauses out of 1025 for limit 204.30820126198196
1598.43/1594.92	c cleaning 503 clauses out of 1024 for limit 335.9135703185674
1598.43/1595.00	c cleaning 499 clauses out of 1021 for limit 555.5941323534161
1598.53/1595.07	c cleaning 498 clauses out of 1023 for limit 915.3731251881859
1598.63/1595.13	c cleaning 503 clauses out of 1026 for limit 1506.665449931397
1598.63/1595.19	c cleaning 499 clauses out of 1022 for limit 2491.923292706073
1598.73/1595.25	c cleaning 499 clauses out of 1023 for limit 4105.497752118122
1598.83/1595.32	c cleaning 496 clauses out of 1026 for limit 6764.239904941244
1598.83/1595.38	c cleaning 502 clauses out of 1030 for limit 11111.815588599147
1598.93/1595.45	c cleaning 500 clauses out of 1027 for limit 18360.02133758062
1599.03/1595.52	c cleaning 503 clauses out of 1027 for limit 30278.13134538251
1599.03/1595.59	c cleaning 497 clauses out of 1022 for limit 50076.674430774125
1599.13/1595.65	c cleaning 500 clauses out of 1025 for limit 82341.42853661225
1599.23/1595.72	c cleaning 500 clauses out of 1026 for limit 135795.47566427244
1599.33/1595.80	c cleaning 501 clauses out of 1030 for limit 223969.75289841718
1599.33/1595.88	c cleaning 497 clauses out of 1024 for limit 369666.3905626657
1599.43/1595.99	c cleaning 499 clauses out of 1027 for limit 607848.5248975287
1599.53/1596.09	c cleaning 515 clauses out of 1031 for limit 1001536.0074196036
1599.63/1596.16	c cleaning 492 clauses out of 1013 for limit 1675977.3280067632
1599.73/1596.23	c cleaning 509 clauses out of 1021 for limit 2742254.3220434757
1599.83/1596.32	c cleaning 506 clauses out of 1013 for limit 4562621.316365042
1599.93/1596.42	c cleaning 504 clauses out of 1009 for limit 7569333.054456503
1600.03/1596.56	c cleaning 490 clauses out of 1003 for limit 1.2532413377641749E7
1800.00/1796.11	c starts		: 20
1800.00/1796.11	c conflicts		: 538994
1800.00/1796.11	c decisions		: 612657
1800.00/1796.11	c propagations		: 39689137
1800.00/1796.11	c inspects		: 3749622748
1800.00/1796.11	c learnt literals	: 0
1800.00/1796.11	c learnt binary clauses	: 0
1800.00/1796.11	c learnt ternary clauses	: 0
1800.00/1796.11	c learnt clauses	: 538994
1800.00/1796.11	c root simplifications	: 0
1800.00/1796.11	c removed literals (reason simplification)	: 0
1800.00/1796.11	c reason swapping (by a shorter reason)	: 0
1800.00/1796.11	c Calls to reduceDB	: 42
1800.00/1796.11	c speed (decisions/second)	: 341.1640820945058
1800.00/1796.11	c non guided choices	1226
1800.00/1796.11	s UNKNOWN
1800.00/1796.11	c Total wall clock time (ms): 1795.994

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

running on 4 cores: 1,3,5,7

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.00 1.97 1.75 3/195 15943
/proc/meminfo: memFree=27794324/32873844 swapFree=7108/7108
[pid=15943] ppid=15941 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/15943/stat : 15943 (java) D 15941 15943 15746 0 -1 4202496 82 0 0 0 0 0 0 0 20 0 1 0 334166771 278528 33 33554432000 1073741824 1073778376 140736222568288 140736222565464 248781040935 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/15943/statm: 68 33 25 9 0 25 0

[startup+0.097678 s]
/proc/loadavg: 2.00 1.97 1.75 3/195 15943
/proc/meminfo: memFree=27794324/32873844 swapFree=7108/7108
[pid=15943] ppid=15941 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/15943/stat : 15943 (java) S 15941 15943 15746 0 -1 4202496 4129 0 1 0 5 1 0 0 20 0 18 0 334166771 3028844544 5846 33554432000 1073741824 1073778376 140734419306832 140734419297968 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15943/statm: 739464 5846 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2957856

[startup+0.100305 s]
/proc/loadavg: 2.00 1.97 1.75 3/195 15943
/proc/meminfo: memFree=27794324/32873844 swapFree=7108/7108
[pid=15943] ppid=15941 vsize=2957856 CPUtime=0.06 cores=1,3,5,7
/proc/15943/stat : 15943 (java) S 15941 15943 15746 0 -1 4202496 4129 0 1 0 5 1 0 0 20 0 18 0 334166771 3028844544 5846 33554432000 1073741824 1073778376 140734419306832 140734419297968 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15943/statm: 739464 5846 1791 9 0 729885 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2957856

[startup+0.300306 s]
/proc/loadavg: 2.00 1.97 1.75 3/195 15943
/proc/meminfo: memFree=27794324/32873844 swapFree=7108/7108
[pid=15943] ppid=15941 vsize=2957856 CPUtime=0.51 cores=1,3,5,7
/proc/15943/stat : 15943 (java) S 15941 15943 15746 0 -1 4202496 8451 0 1 0 49 2 0 0 20 0 18 0 334166771 3028844544 11277 33554432000 1073741824 1073778376 140734419306832 140734419297968 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15943/statm: 739464 11277 2246 9 0 729885 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2957856

[startup+0.700308 s]
/proc/loadavg: 2.00 1.97 1.75 3/195 15943
/proc/meminfo: memFree=27794324/32873844 swapFree=7108/7108
[pid=15943] ppid=15941 vsize=3024420 CPUtime=1.35 cores=1,3,5,7
/proc/15943/stat : 15943 (java) S 15941 15943 15746 0 -1 4202496 9426 0 1 0 132 3 0 0 20 0 19 0 334166771 3097006080 13565 33554432000 1073741824 1073778376 140734419306832 140734419297968 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15943/statm: 756105 13565 2264 9 0 746526 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 3024420

[startup+1.50079 s]
/proc/loadavg: 2.08 1.99 1.75 3/214 15962
/proc/meminfo: memFree=27740780/32873844 swapFree=7108/7108
[pid=15943] ppid=15941 vsize=3024420 CPUtime=2.16 cores=1,3,5,7
/proc/15943/stat : 15943 (java) S 15941 15943 15746 0 -1 4202496 9438 0 1 0 213 3 0 0 20 0 19 0 334166771 3097006080 18175 33554432000 1073741824 1073778376 140734419306832 140734419297968 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15943/statm: 756105 18175 2266 9 0 746526 0
[pid=15943/tid=15945] ppid=15941 vsize=3024420 CPUtime=1.45 cores=1,3,5,7
/proc/15943/task/15945/stat : 15945 (java) R 15941 15943 15746 0 -1 4202560 3047 0 1 0 143 2 0 0 20 0 19 0 334166773 3097006080 18175 33554432000 1073741824 1073778376 140734419306832 139903367037584 139903208398799 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15943/tid=15946] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15946/stat : 15946 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 18175 33554432000 1073741824 1073778376 140734419306832 139903350462632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15947] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15947/stat : 15947 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 18175 33554432000 1073741824 1073778376 140734419306832 139903349410088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15948] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15948/stat : 15948 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 18175 33554432000 1073741824 1073778376 140734419306832 139903348357544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15943/tid=15949] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15949/stat : 15949 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 18175 33554432000 1073741824 1073778376 140734419306832 139903347305000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15943/tid=15950] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15950/stat : 15950 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 18175 33554432000 1073741824 1073778376 140734419306832 139903346252456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15951] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15951/stat : 15951 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 18175 33554432000 1073741824 1073778376 140734419306832 139903345199912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15943/tid=15952] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15952/stat : 15952 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 18175 33554432000 1073741824 1073778376 140734419306832 139903344147368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15953] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15953/stat : 15953 (java) S 15941 15943 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 18175 33554432000 1073741824 1073778376 140734419306832 139903343094824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15954] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15954/stat : 15954 (java) S 15941 15943 15746 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 334166776 3097006080 18175 33554432000 1073741824 1073778376 140734419306832 139903330682984 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15955] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15955/stat : 15955 (java) S 15941 15943 15746 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334166776 3097006080 18175 33554432000 1073741824 1073778376 140734419306832 139903329629304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15956] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15956/stat : 15956 (java) S 15941 15943 15746 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334166776 3097006080 18175 33554432000 1073741824 1073778376 140734419306832 139903328576648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15957] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15957/stat : 15957 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166779 3097006080 18175 33554432000 1073741824 1073778376 140734419306832 139903327525392 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15958] ppid=15941 vsize=3024420 CPUtime=0.34 cores=1,3,5,7
/proc/15943/task/15958/stat : 15958 (java) S 15941 15943 15746 0 -1 4202560 3488 0 0 0 34 0 0 0 20 0 19 0 334166779 3097006080 18175 33554432000 1073741824 1073778376 140734419306832 139903326472760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15959] ppid=15941 vsize=3024420 CPUtime=0.32 cores=1,3,5,7
/proc/15943/task/15959/stat : 15959 (java) S 15941 15943 15746 0 -1 4202560 1703 0 0 0 32 0 0 0 20 0 19 0 334166779 3097006080 18175 33554432000 1073741824 1073778376 140734419306832 139903207729848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15960] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15960/stat : 15960 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166779 3097006080 18175 33554432000 1073741824 1073778376 140734419306832 139903206677496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15961] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15961/stat : 15961 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166779 3097006080 18175 33554432000 1073741824 1073778376 140734419306832 139903205625160 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15962] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15962/stat : 15962 (java) S 15941 15943 15746 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 334166804 3097006080 18175 33554432000 1073741824 1073778376 140734419306832 139903203492648 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 3024420

[startup+3.1008 s]
/proc/loadavg: 2.08 1.99 1.75 3/214 15962
/proc/meminfo: memFree=27715328/32873844 swapFree=7108/7108
[pid=15943] ppid=15941 vsize=3024420 CPUtime=3.81 cores=1,3,5,7
/proc/15943/stat : 15943 (java) S 15941 15943 15746 0 -1 4202496 9696 0 1 0 378 3 0 0 20 0 19 0 334166771 3097006080 26369 33554432000 1073741824 1073778376 140734419306832 140734419297968 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15943/statm: 756105 26369 2268 9 0 746526 0
[pid=15943/tid=15945] ppid=15941 vsize=3024420 CPUtime=3.04 cores=1,3,5,7
/proc/15943/task/15945/stat : 15945 (java) R 15941 15943 15746 0 -1 4202560 3064 0 1 0 302 2 0 0 20 0 19 0 334166773 3097006080 26369 33554432000 1073741824 1073778376 140734419306832 139903367037576 139903208399590 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15943/tid=15946] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15946/stat : 15946 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 26369 33554432000 1073741824 1073778376 140734419306832 139903350462632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15947] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15947/stat : 15947 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 26369 33554432000 1073741824 1073778376 140734419306832 139903349410088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15948] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15948/stat : 15948 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 26369 33554432000 1073741824 1073778376 140734419306832 139903348357544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15943/tid=15949] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15949/stat : 15949 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 26369 33554432000 1073741824 1073778376 140734419306832 139903347305000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15943/tid=15950] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15950/stat : 15950 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 26369 33554432000 1073741824 1073778376 140734419306832 139903346252456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15951] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15951/stat : 15951 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 26369 33554432000 1073741824 1073778376 140734419306832 139903345199912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15943/tid=15952] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15952/stat : 15952 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 26369 33554432000 1073741824 1073778376 140734419306832 139903344147368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15953] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15953/stat : 15953 (java) S 15941 15943 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 26369 33554432000 1073741824 1073778376 140734419306832 139903343094824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15954] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15954/stat : 15954 (java) S 15941 15943 15746 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 334166776 3097006080 26369 33554432000 1073741824 1073778376 140734419306832 139903330682984 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15955] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15955/stat : 15955 (java) S 15941 15943 15746 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334166776 3097006080 26369 33554432000 1073741824 1073778376 140734419306832 139903329629304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15956] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15956/stat : 15956 (java) S 15941 15943 15746 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334166776 3097006080 26369 33554432000 1073741824 1073778376 140734419306832 139903328576648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15957] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15957/stat : 15957 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166779 3097006080 26369 33554432000 1073741824 1073778376 140734419306832 139903327525392 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15958] ppid=15941 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/15943/task/15958/stat : 15958 (java) S 15941 15943 15746 0 -1 4202560 3489 0 0 0 36 0 0 0 20 0 19 0 334166779 3097006080 26369 33554432000 1073741824 1073778376 140734419306832 139903326472760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15959] ppid=15941 vsize=3024420 CPUtime=0.35 cores=1,3,5,7
/proc/15943/task/15959/stat : 15959 (java) S 15941 15943 15746 0 -1 4202560 1943 0 0 0 35 0 0 0 20 0 19 0 334166779 3097006080 26369 33554432000 1073741824 1073778376 140734419306832 139903207729848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15960] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15960/stat : 15960 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166779 3097006080 26369 33554432000 1073741824 1073778376 140734419306832 139903206677496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15961] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15961/stat : 15961 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166779 3097006080 26369 33554432000 1073741824 1073778376 140734419306832 139903205625160 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15962] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15962/stat : 15962 (java) S 15941 15943 15746 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 334166804 3097006080 26369 33554432000 1073741824 1073778376 140734419306832 139903203492648 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 3024420

[startup+6.30081 s]
/proc/loadavg: 2.08 1.99 1.75 3/214 15962
/proc/meminfo: memFree=27657364/32873844 swapFree=7108/7108
[pid=15943] ppid=15941 vsize=3024420 CPUtime=7.05 cores=1,3,5,7
/proc/15943/stat : 15943 (java) S 15941 15943 15746 0 -1 4202496 9730 0 1 0 700 5 0 0 20 0 19 0 334166771 3097006080 38594 33554432000 1073741824 1073778376 140734419306832 140734419297968 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15943/statm: 756105 38594 2269 9 0 746526 0
[pid=15943/tid=15945] ppid=15941 vsize=3024420 CPUtime=6.23 cores=1,3,5,7
/proc/15943/task/15945/stat : 15945 (java) R 15941 15943 15746 0 -1 4202560 3091 0 1 0 620 3 0 0 20 0 19 0 334166773 3097006080 38594 33554432000 1073741824 1073778376 140734419306832 139903367037576 139903208442224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15943/tid=15946] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15946/stat : 15946 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 38594 33554432000 1073741824 1073778376 140734419306832 139903350462632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15947] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15947/stat : 15947 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 38594 33554432000 1073741824 1073778376 140734419306832 139903349410088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15948] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15948/stat : 15948 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 38594 33554432000 1073741824 1073778376 140734419306832 139903348357544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15943/tid=15949] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15949/stat : 15949 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 38594 33554432000 1073741824 1073778376 140734419306832 139903347305000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15943/tid=15950] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15950/stat : 15950 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 38594 33554432000 1073741824 1073778376 140734419306832 139903346252456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15951] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15951/stat : 15951 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 38594 33554432000 1073741824 1073778376 140734419306832 139903345199912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15943/tid=15952] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15952/stat : 15952 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 38594 33554432000 1073741824 1073778376 140734419306832 139903344147368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15953] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15953/stat : 15953 (java) S 15941 15943 15746 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 334166774 3097006080 38594 33554432000 1073741824 1073778376 140734419306832 139903343094824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15954] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15954/stat : 15954 (java) S 15941 15943 15746 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 334166776 3097006080 38594 33554432000 1073741824 1073778376 140734419306832 139903330682984 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15955] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15955/stat : 15955 (java) S 15941 15943 15746 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 334166776 3097006080 38594 33554432000 1073741824 1073778376 140734419306832 139903329629304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15956] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15956/stat : 15956 (java) S 15941 15943 15746 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334166776 3097006080 38594 33554432000 1073741824 1073778376 140734419306832 139903328576648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15957] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15957/stat : 15957 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166779 3097006080 38594 33554432000 1073741824 1073778376 140734419306832 139903327525392 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15958] ppid=15941 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/15943/task/15958/stat : 15958 (java) S 15941 15943 15746 0 -1 4202560 3489 0 0 0 37 0 0 0 20 0 19 0 334166779 3097006080 38594 33554432000 1073741824 1073778376 140734419306832 139903326472760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15959] ppid=15941 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/15943/task/15959/stat : 15959 (java) S 15941 15943 15746 0 -1 4202560 1949 0 0 0 37 0 0 0 20 0 19 0 334166779 3097006080 38594 33554432000 1073741824 1073778376 140734419306832 139903207729848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15960] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15960/stat : 15960 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166779 3097006080 38594 33554432000 1073741824 1073778376 140734419306832 139903206677496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15961] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15961/stat : 15961 (java) S 15941 15943 15746 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 334166779 3097006080 38594 33554432000 1073741824 1073778376 140734419306832 139903205625160 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15962] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15962/stat : 15962 (java) S 15941 15943 15746 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 334166804 3097006080 38594 33554432000 1073741824 1073778376 140734419306832 139903203492648 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 3024420

[startup+12.7008 s]

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

[pid=15943/tid=15958] ppid=15941 vsize=3024420 CPUtime=0.42 cores=1,3,5,7
/proc/15943/task/15958/stat : 15958 (java) S 15941 15943 15746 0 -1 4202560 3497 0 0 0 42 0 0 0 20 0 19 0 334166779 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903326472760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15959] ppid=15941 vsize=3024420 CPUtime=0.43 cores=1,3,5,7
/proc/15943/task/15959/stat : 15959 (java) S 15941 15943 15746 0 -1 4202560 1954 0 0 0 43 0 0 0 20 0 19 0 334166779 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903207729848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15960] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15960/stat : 15960 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166779 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903206677496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15961] ppid=15941 vsize=3024420 CPUtime=0.96 cores=1,3,5,7
/proc/15943/task/15961/stat : 15961 (java) S 15941 15943 15746 0 -1 4202560 100 0 0 0 47 49 0 0 20 0 19 0 334166779 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903205625160 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15962] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15962/stat : 15962 (java) S 15941 15943 15746 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 334166804 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903203492648 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.21
Current children cumulated vsize (KiB) 3024420

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/214 16173
/proc/meminfo: memFree=25703240/32873844 swapFree=7108/7108
[pid=15943] ppid=15941 vsize=3024420 CPUtime=1786.2 cores=1,3,5,7
/proc/15943/stat : 15943 (java) S 15941 15943 15746 0 -1 4202496 12123 0 1 0 178402 218 0 0 20 0 19 0 334166771 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 140734419297968 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15943/statm: 756105 420174 2297 9 0 746526 0
[pid=15943/tid=15945] ppid=15941 vsize=3024420 CPUtime=1775.9 cores=1,3,5,7
/proc/15943/task/15945/stat : 15945 (java) R 15941 15943 15746 0 -1 4202560 3243 0 1 0 177555 35 0 0 20 0 19 0 334166773 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903367036208 139903208364531 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15946] ppid=15941 vsize=3024420 CPUtime=0.33 cores=1,3,5,7
/proc/15943/task/15946/stat : 15946 (java) S 15941 15943 15746 0 -1 4202560 225 0 0 0 17 16 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903350462632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15947] ppid=15941 vsize=3024420 CPUtime=0.31 cores=1,3,5,7
/proc/15943/task/15947/stat : 15947 (java) S 15941 15943 15746 0 -1 4202560 211 0 0 0 14 17 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903349410088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15943/tid=15948] ppid=15941 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/15943/task/15948/stat : 15948 (java) S 15941 15943 15746 0 -1 4202560 240 0 0 0 18 19 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903348357544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15943/tid=15949] ppid=15941 vsize=3024420 CPUtime=0.51 cores=1,3,5,7
/proc/15943/task/15949/stat : 15949 (java) S 15941 15943 15746 0 -1 4202560 319 0 0 0 27 24 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903347305000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15950] ppid=15941 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/15943/task/15950/stat : 15950 (java) S 15941 15943 15746 0 -1 4202560 233 0 0 0 18 18 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903346252456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15943/tid=15951] ppid=15941 vsize=3024420 CPUtime=0.38 cores=1,3,5,7
/proc/15943/task/15951/stat : 15951 (java) S 15941 15943 15746 0 -1 4202560 248 0 0 0 19 19 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903345199912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15952] ppid=15941 vsize=3024420 CPUtime=0.39 cores=1,3,5,7
/proc/15943/task/15952/stat : 15952 (java) S 15941 15943 15746 0 -1 4202560 281 0 0 0 18 21 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903344147368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15943/tid=15953] ppid=15941 vsize=3024420 CPUtime=0.3 cores=1,3,5,7
/proc/15943/task/15953/stat : 15953 (java) S 15941 15943 15746 0 -1 4202560 203 0 0 0 14 16 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903343094824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15943/tid=15954] ppid=15941 vsize=3024420 CPUtime=0.98 cores=1,3,5,7
/proc/15943/task/15954/stat : 15954 (java) S 15941 15943 15746 0 -1 4202560 178 0 0 0 91 7 0 0 20 0 19 0 334166776 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903330682984 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15955] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15955/stat : 15955 (java) S 15941 15943 15746 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334166776 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903329629304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15956] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15956/stat : 15956 (java) S 15941 15943 15746 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334166776 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903328576648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15957] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15957/stat : 15957 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166779 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903327525392 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15958] ppid=15941 vsize=3024420 CPUtime=0.42 cores=1,3,5,7
/proc/15943/task/15958/stat : 15958 (java) S 15941 15943 15746 0 -1 4202560 3497 0 0 0 42 0 0 0 20 0 19 0 334166779 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903326472760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15959] ppid=15941 vsize=3024420 CPUtime=0.43 cores=1,3,5,7
/proc/15943/task/15959/stat : 15959 (java) S 15941 15943 15746 0 -1 4202560 1954 0 0 0 43 0 0 0 20 0 19 0 334166779 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903207729848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15960] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15960/stat : 15960 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166779 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903206677496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15961] ppid=15941 vsize=3024420 CPUtime=0.98 cores=1,3,5,7
/proc/15943/task/15961/stat : 15961 (java) S 15941 15943 15746 0 -1 4202560 104 0 0 0 48 50 0 0 20 0 19 0 334166779 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903205625160 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15962] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15962/stat : 15962 (java) S 15941 15943 15746 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 334166804 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903203492648 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.2
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 2.01 2.01 1.93 3/214 16173
/proc/meminfo: memFree=25703396/32873844 swapFree=7108/7108
[pid=15943] ppid=15941 vsize=3024420 CPUtime=1800 cores=1,3,5,7
/proc/15943/stat : 15943 (java) S 15941 15943 15746 0 -1 4202496 12123 0 1 0 179782 218 0 0 20 0 19 0 334166771 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 140734419297968 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15943/statm: 756105 420174 2297 9 0 746526 0
[pid=15943/tid=15945] ppid=15941 vsize=3024420 CPUtime=1789.67 cores=1,3,5,7
/proc/15943/task/15945/stat : 15945 (java) R 15941 15943 15746 0 -1 4202560 3243 0 1 0 178931 36 0 0 20 0 19 0 334166773 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903367036208 139903208364496 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15946] ppid=15941 vsize=3024420 CPUtime=0.33 cores=1,3,5,7
/proc/15943/task/15946/stat : 15946 (java) S 15941 15943 15746 0 -1 4202560 225 0 0 0 17 16 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903350462632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15947] ppid=15941 vsize=3024420 CPUtime=0.31 cores=1,3,5,7
/proc/15943/task/15947/stat : 15947 (java) S 15941 15943 15746 0 -1 4202560 211 0 0 0 14 17 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903349410088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15943/tid=15948] ppid=15941 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/15943/task/15948/stat : 15948 (java) S 15941 15943 15746 0 -1 4202560 240 0 0 0 18 19 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903348357544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15943/tid=15949] ppid=15941 vsize=3024420 CPUtime=0.51 cores=1,3,5,7
/proc/15943/task/15949/stat : 15949 (java) S 15941 15943 15746 0 -1 4202560 319 0 0 0 27 24 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903347305000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15950] ppid=15941 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/15943/task/15950/stat : 15950 (java) S 15941 15943 15746 0 -1 4202560 233 0 0 0 18 18 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903346252456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15943/tid=15951] ppid=15941 vsize=3024420 CPUtime=0.38 cores=1,3,5,7
/proc/15943/task/15951/stat : 15951 (java) S 15941 15943 15746 0 -1 4202560 248 0 0 0 19 19 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903345199912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15952] ppid=15941 vsize=3024420 CPUtime=0.39 cores=1,3,5,7
/proc/15943/task/15952/stat : 15952 (java) S 15941 15943 15746 0 -1 4202560 281 0 0 0 18 21 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903344147368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15943/tid=15953] ppid=15941 vsize=3024420 CPUtime=0.3 cores=1,3,5,7
/proc/15943/task/15953/stat : 15953 (java) S 15941 15943 15746 0 -1 4202560 203 0 0 0 14 16 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903343094824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15943/tid=15954] ppid=15941 vsize=3024420 CPUtime=0.98 cores=1,3,5,7
/proc/15943/task/15954/stat : 15954 (java) S 15941 15943 15746 0 -1 4202560 178 0 0 0 91 7 0 0 20 0 19 0 334166776 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903330682984 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15955] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15955/stat : 15955 (java) S 15941 15943 15746 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334166776 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903329629304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15956] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15956/stat : 15956 (java) S 15941 15943 15746 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334166776 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903328576648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15957] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15957/stat : 15957 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166779 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903327525392 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15958] ppid=15941 vsize=3024420 CPUtime=0.42 cores=1,3,5,7
/proc/15943/task/15958/stat : 15958 (java) S 15941 15943 15746 0 -1 4202560 3497 0 0 0 42 0 0 0 20 0 19 0 334166779 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903326472760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15959] ppid=15941 vsize=3024420 CPUtime=0.43 cores=1,3,5,7
/proc/15943/task/15959/stat : 15959 (java) S 15941 15943 15746 0 -1 4202560 1954 0 0 0 43 0 0 0 20 0 19 0 334166779 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903207729848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15960] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15960/stat : 15960 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166779 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903206677496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15961] ppid=15941 vsize=3024420 CPUtime=0.99 cores=1,3,5,7
/proc/15943/task/15961/stat : 15961 (java) S 15941 15943 15746 0 -1 4202560 104 0 0 0 49 50 0 0 20 0 19 0 334166779 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903205625160 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15962] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15962/stat : 15962 (java) S 15941 15943 15746 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 334166804 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903203492648 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 3024420

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

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

[startup+1796.1 s]
/proc/loadavg: 2.01 2.01 1.93 3/214 16173
/proc/meminfo: memFree=25703396/32873844 swapFree=7108/7108
[pid=15943] ppid=15941 vsize=3024420 CPUtime=1800 cores=1,3,5,7
/proc/15943/stat : 15943 (java) S 15941 15943 15746 0 -1 4202496 12123 0 1 0 179782 218 0 0 20 0 19 0 334166771 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 140734419297968 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/15943/statm: 756105 420174 2297 9 0 746526 0
[pid=15943/tid=15945] ppid=15941 vsize=3024420 CPUtime=1789.67 cores=1,3,5,7
/proc/15943/task/15945/stat : 15945 (java) R 15941 15943 15746 0 -1 4202560 3243 0 1 0 178931 36 0 0 20 0 19 0 334166773 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903367036208 139903208364496 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15946] ppid=15941 vsize=3024420 CPUtime=0.33 cores=1,3,5,7
/proc/15943/task/15946/stat : 15946 (java) S 15941 15943 15746 0 -1 4202560 225 0 0 0 17 16 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903350462632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15947] ppid=15941 vsize=3024420 CPUtime=0.31 cores=1,3,5,7
/proc/15943/task/15947/stat : 15947 (java) S 15941 15943 15746 0 -1 4202560 211 0 0 0 14 17 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903349410088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15943/tid=15948] ppid=15941 vsize=3024420 CPUtime=0.37 cores=1,3,5,7
/proc/15943/task/15948/stat : 15948 (java) S 15941 15943 15746 0 -1 4202560 240 0 0 0 18 19 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903348357544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15943/tid=15949] ppid=15941 vsize=3024420 CPUtime=0.51 cores=1,3,5,7
/proc/15943/task/15949/stat : 15949 (java) S 15941 15943 15746 0 -1 4202560 319 0 0 0 27 24 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903347305000 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15950] ppid=15941 vsize=3024420 CPUtime=0.36 cores=1,3,5,7
/proc/15943/task/15950/stat : 15950 (java) S 15941 15943 15746 0 -1 4202560 233 0 0 0 18 18 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903346252456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15943/tid=15951] ppid=15941 vsize=3024420 CPUtime=0.38 cores=1,3,5,7
/proc/15943/task/15951/stat : 15951 (java) S 15941 15943 15746 0 -1 4202560 248 0 0 0 19 19 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903345199912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15952] ppid=15941 vsize=3024420 CPUtime=0.39 cores=1,3,5,7
/proc/15943/task/15952/stat : 15952 (java) S 15941 15943 15746 0 -1 4202560 281 0 0 0 18 21 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903344147368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15943/tid=15953] ppid=15941 vsize=3024420 CPUtime=0.3 cores=1,3,5,7
/proc/15943/task/15953/stat : 15953 (java) S 15941 15943 15746 0 -1 4202560 203 0 0 0 14 16 0 0 20 0 19 0 334166774 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903343094824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15943/tid=15954] ppid=15941 vsize=3024420 CPUtime=0.98 cores=1,3,5,7
/proc/15943/task/15954/stat : 15954 (java) S 15941 15943 15746 0 -1 4202560 178 0 0 0 91 7 0 0 20 0 19 0 334166776 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903330682984 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15955] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15955/stat : 15955 (java) S 15941 15943 15746 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334166776 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903329629304 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15956] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15956/stat : 15956 (java) S 15941 15943 15746 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 334166776 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903328576648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15957] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15957/stat : 15957 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166779 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903327525392 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15958] ppid=15941 vsize=3024420 CPUtime=0.42 cores=1,3,5,7
/proc/15943/task/15958/stat : 15958 (java) S 15941 15943 15746 0 -1 4202560 3497 0 0 0 42 0 0 0 20 0 19 0 334166779 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903326472760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15959] ppid=15941 vsize=3024420 CPUtime=0.43 cores=1,3,5,7
/proc/15943/task/15959/stat : 15959 (java) S 15941 15943 15746 0 -1 4202560 1954 0 0 0 43 0 0 0 20 0 19 0 334166779 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903207729848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15960] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15960/stat : 15960 (java) S 15941 15943 15746 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334166779 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903206677496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15943/tid=15961] ppid=15941 vsize=3024420 CPUtime=0.99 cores=1,3,5,7
/proc/15943/task/15961/stat : 15961 (java) S 15941 15943 15746 0 -1 4202560 104 0 0 0 49 50 0 0 20 0 19 0 334166779 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903205625160 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15943/tid=15962] ppid=15941 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/15943/task/15962/stat : 15962 (java) S 15941 15943 15746 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 334166804 3097006080 420174 33554432000 1073741824 1073778376 140734419306832 139903203492648 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 3024420

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15943 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=140401
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=562610
# CPU time returned by wait4() is 1795.7
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.12
CPU time (s): 1800
CPU user time (s): 1797.82
CPU system time (s): 2.18
CPU usage (%): 100.216
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.14
system time used= 2.56261
maximum resident set size= 1680812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12154
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37985
involuntary context switches= 6032

runsolver used 7.8808 second user time and 14.7538 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-03 01:40:22
IDJOB=3730265
IDBENCH=1402
IDSOLVER=2319
FILE ID=node139/3730265-1338680422
RUNJOBID= node139-1338678624-15766
PBS_JOBID= 14636674
Free space on /tmp= 71096 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730265-1338680422/watcher-3730265-1338680422 -o /tmp/evaluation-result-3730265-1338680422/solver-3730265-1338680422 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3730265-1338680422.opb           

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

MD5SUM BENCH= 6f530d7030eb010292a76e81381ed552
RANDOM SEED=2026624268

node139.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.750
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	: 5333.50
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.750
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.750
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.90
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.750
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.750
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.92
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.750
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.750
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.750
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:       32873844 kB
MemFree:        27794984 kB
Buffers:          490100 kB
Cached:          3281068 kB
SwapCached:          828 kB
Active:          2109452 kB
Inactive:        2094580 kB
Active(anon):     426528 kB
Inactive(anon):     7964 kB
Active(file):    1682924 kB
Inactive(file):  2086616 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:              3568 kB
Writeback:             0 kB
AnonPages:        438628 kB
Mapped:            19676 kB
Shmem:                 8 kB
Slab:             732212 kB
SReclaimable:     174428 kB
SUnreclaim:       557784 kB
KernelStack:        1616 kB
PageTables:         5080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1825180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71092 MiB
End job on node139 at 2012-06-03 02:10:20