Trace number 2659492

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.29 1797.93

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUM7f5f10f1b8aeee16c5b46dadab8c5b22
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2659492-1276316140.opb
0.23/0.21	c reading problem ... 
2.30/1.57	c ... done. Wall clock time 1.358s.
2.30/1.57	c #vars     1020
2.30/1.57	c #constraints  43180
2.30/1.57	c constraints type 
2.30/1.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 43010
2.30/1.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 170
4.71/3.39	c cleaning 2498 clauses out of 5001 with flag 5001/5001
6.20/4.75	c cleaning 4249 clauses out of 8504 with flag 11002/11002
7.80/6.39	c cleaning 5623 clauses out of 11254 with flag 18001/18001
9.80/8.31	c cleaning 6806 clauses out of 13630 with flag 26000/26000
12.30/10.70	c cleaning 7908 clauses out of 15828 with flag 35004/35004
14.81/13.29	c cleaning 8953 clauses out of 17916 with flag 45000/45000
17.81/16.27	c cleaning 9975 clauses out of 19964 with flag 56001/56001
21.32/19.72	c cleaning 10988 clauses out of 21991 with flag 68003/68003
25.12/23.55	c cleaning 11993 clauses out of 24001 with flag 81001/81001
29.32/27.74	c cleaning 13000 clauses out of 26008 with flag 95001/95001
34.54/32.94	c cleaning 13994 clauses out of 28007 with flag 110000/110000
39.34/37.78	c cleaning 15003 clauses out of 30013 with flag 126000/126000
45.05/43.44	c cleaning 15997 clauses out of 32011 with flag 143001/143001
51.25/49.63	c cleaning 17001 clauses out of 34014 with flag 161001/161001
57.86/56.22	c cleaning 17999 clauses out of 36012 with flag 180000/180000
64.76/63.12	c cleaning 19000 clauses out of 38014 with flag 200001/200001
73.47/71.88	c cleaning 20003 clauses out of 40013 with flag 221000/221000
82.18/80.59	c cleaning 20994 clauses out of 42011 with flag 243001/243001
91.89/90.27	c cleaning 22003 clauses out of 44016 with flag 266000/266000
100.20/98.53	c cleaning 22993 clauses out of 46013 with flag 290000/290000
111.51/109.88	c cleaning 24003 clauses out of 48022 with flag 315002/315002
124.11/122.40	c cleaning 24999 clauses out of 50018 with flag 341001/341001
137.53/135.88	c cleaning 26000 clauses out of 52018 with flag 368000/368000
151.04/149.35	c cleaning 27008 clauses out of 54019 with flag 396001/396001
162.05/160.36	c cleaning 27996 clauses out of 56010 with flag 425000/425000
176.06/174.30	c cleaning 29004 clauses out of 58016 with flag 455002/455002
192.47/190.72	c cleaning 29991 clauses out of 60010 with flag 486000/486000
212.58/210.89	c cleaning 31000 clauses out of 62019 with flag 518000/518000
233.68/231.96	c cleaning 32001 clauses out of 64021 with flag 551002/551002
254.30/252.55	c cleaning 32996 clauses out of 66018 with flag 585000/585000
268.21/266.50	c cleaning 33997 clauses out of 68023 with flag 620001/620001
285.41/283.69	c cleaning 35004 clauses out of 70026 with flag 656001/656001
305.32/303.57	c cleaning 36003 clauses out of 72021 with flag 693000/693000
326.72/324.98	c cleaning 36997 clauses out of 74018 with flag 731000/731000
353.93/352.13	c cleaning 37996 clauses out of 76023 with flag 770002/770002
378.15/376.32	c cleaning 39007 clauses out of 78030 with flag 810005/810005
413.56/411.77	c cleaning 39998 clauses out of 80018 with flag 851000/851000
444.37/442.52	c cleaning 40999 clauses out of 82020 with flag 893000/893000
466.79/464.92	c cleaning 42000 clauses out of 84021 with flag 936000/936000
497.49/495.60	c cleaning 43005 clauses out of 86022 with flag 980001/980001
529.00/527.13	c cleaning 43498 clauses out of 87017 with flag 1024001/1024001
558.72/556.86	c cleaning 43749 clauses out of 87518 with flag 1068000/1068000
586.42/584.57	c cleaning 43877 clauses out of 87771 with flag 1112002/1112002
622.93/621.09	c cleaning 43939 clauses out of 87893 with flag 1156001/1156001
648.85/646.91	c cleaning 43965 clauses out of 87954 with flag 1200001/1200001
684.16/682.24	c cleaning 43985 clauses out of 87989 with flag 1244001/1244001
720.77/718.88	c cleaning 43992 clauses out of 88003 with flag 1288000/1288000
751.68/749.77	c cleaning 44000 clauses out of 88011 with flag 1332000/1332000
774.10/772.17	c cleaning 43994 clauses out of 88011 with flag 1376000/1376000
800.80/798.88	c cleaning 44002 clauses out of 88018 with flag 1420001/1420001
839.70/837.73	c cleaning 43997 clauses out of 88015 with flag 1464000/1464000
881.41/879.46	c cleaning 44003 clauses out of 88020 with flag 1508002/1508002
908.24/906.27	c cleaning 43999 clauses out of 88016 with flag 1552001/1552001
944.44/942.49	c cleaning 43995 clauses out of 88018 with flag 1596002/1596002
973.85/971.85	c cleaning 44000 clauses out of 88021 with flag 1640000/1640000
1011.56/1009.55	c cleaning 44000 clauses out of 88021 with flag 1684000/1684000
1046.97/1044.96	c cleaning 43994 clauses out of 88023 with flag 1728002/1728002
1085.48/1083.44	c cleaning 44010 clauses out of 88028 with flag 1772001/1772001
1121.89/1119.84	c cleaning 44000 clauses out of 88019 with flag 1816002/1816002
1162.29/1160.29	c cleaning 44000 clauses out of 88017 with flag 1860000/1860000
1200.30/1198.23	c cleaning 43998 clauses out of 88018 with flag 1904001/1904001
1238.61/1236.54	c cleaning 43997 clauses out of 88019 with flag 1948000/1948000
1273.33/1271.25	c cleaning 44011 clauses out of 88024 with flag 1992002/1992002
1294.94/1292.81	c cleaning 43999 clauses out of 88011 with flag 2036000/2036000
1322.84/1320.77	c cleaning 43997 clauses out of 88012 with flag 2080000/2080000
1356.25/1354.19	c cleaning 43992 clauses out of 88016 with flag 2124001/2124001
1388.56/1386.49	c cleaning 44000 clauses out of 88024 with flag 2168001/2168001
1421.17/1419.06	c cleaning 43993 clauses out of 88023 with flag 2212000/2212000
1466.97/1464.82	c cleaning 44005 clauses out of 88031 with flag 2256001/2256001
1495.90/1493.75	c cleaning 44003 clauses out of 88025 with flag 2300000/2300000
1536.70/1534.53	c cleaning 43994 clauses out of 88022 with flag 2344000/2344000
1571.82/1569.66	c cleaning 44004 clauses out of 88028 with flag 2388000/2388000
1615.11/1612.99	c cleaning 43994 clauses out of 88024 with flag 2432000/2432000
1650.97/1648.74	c cleaning 44005 clauses out of 88031 with flag 2476001/2476001
1685.37/1683.16	c cleaning 44003 clauses out of 88026 with flag 2520001/2520001
1724.88/1722.68	c cleaning 43993 clauses out of 88022 with flag 2564000/2564000
1765.18/1762.96	c cleaning 44008 clauses out of 88031 with flag 2608002/2608002
1800.10/1797.81	c starts		: 230
1800.10/1797.81	c conflicts		: 2650869
1800.10/1797.81	c decisions		: 3316713
1800.10/1797.81	c propagations		: 253881491
1800.10/1797.81	c inspects		: 5396469151
1800.10/1797.81	c learnt literals	: 0
1800.10/1797.81	c learnt binary clauses	: 0
1800.10/1797.81	c learnt ternary clauses	: 0
1800.10/1797.81	c learnt clauses	: 2650869
1800.10/1797.81	c ignored clauses	: 0
1800.10/1797.81	c root simplifications	: 0
1800.10/1797.81	c removed literals (reason simplification)	: 55320952
1800.10/1797.81	c reason swapping (by a shorter reason)	: 0
1800.10/1797.81	c Calls to reduceDB	: 77
1800.10/1797.81	c number of reductions to clauses (during analyze)	: 0
1800.10/1797.81	c number of learned constraints concerned by reduction	: 0
1800.10/1797.81	c number of learning phase by resolution	: 0
1800.10/1797.81	c number of learning phase by cutting planes	: 0
1800.10/1797.81	c speed (assignments/second)	: 141340.36226744505
1800.10/1797.81	c non guided choices	193
1800.10/1797.87	c learnt constraints type 
1800.10/1797.87	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 86926
1800.10/1797.87	c constraints type 
1800.10/1797.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 43010
1800.10/1797.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 170
1800.10/1797.87	s UNKNOWN
1800.10/1797.87	c Total wall clock time (in seconds): 1797.661

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659492-1276316140/watcher-2659492-1276316140 -o /tmp/evaluation-result-2659492-1276316140/solver-2659492-1276316140 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659492-1276316140.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.02 1.02 1.00 3/106 9977
/proc/meminfo: memFree=1422176/2059040 swapFree=4192956/4192956
[pid=9977] ppid=9975 vsize=1752 CPUtime=0
/proc/9977/stat : 9977 (java6) R 9975 9977 9007 0 -1 4194304 163 0 0 0 0 0 0 0 19 0 1 0 5270391 1794048 80 1992294400 134512640 134550932 4293013056 18446744073709551615 5145892 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9977/statm: 438 82 64 10 0 30 0

[startup+0.0589729 s]
/proc/loadavg: 1.02 1.02 1.00 3/106 9977
/proc/meminfo: memFree=1422176/2059040 swapFree=4192956/4192956
[pid=9977] ppid=9975 vsize=1521664 CPUtime=0.04
/proc/9977/stat : 9977 (java) S 9975 9977 9007 0 -1 4202496 3590 0 1 0 2 2 0 0 15 0 7 0 5270391 1558183936 3031 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/9977/statm: 380416 3031 1014 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101972 s]
/proc/loadavg: 1.02 1.02 1.00 3/106 9977
/proc/meminfo: memFree=1422176/2059040 swapFree=4192956/4192956
[pid=9977] ppid=9975 vsize=1524184 CPUtime=0.08
/proc/9977/stat : 9977 (java) S 9975 9977 9007 0 -1 4202496 3961 0 1 0 6 2 0 0 15 0 12 0 5270391 1560764416 3400 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9977/statm: 381046 3400 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301968 s]
/proc/loadavg: 1.02 1.02 1.00 3/106 9977
/proc/meminfo: memFree=1422176/2059040 swapFree=4192956/4192956
[pid=9977] ppid=9975 vsize=1526264 CPUtime=0.34
/proc/9977/stat : 9977 (java) S 9975 9977 9007 0 -1 4202496 5279 0 1 0 31 3 0 0 15 0 12 0 5270391 1562894336 4716 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9977/statm: 381566 4716 1361 10 0 378868 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526264

[startup+0.701959 s]
/proc/loadavg: 1.02 1.02 1.00 3/106 9977
/proc/meminfo: memFree=1422176/2059040 swapFree=4192956/4192956
[pid=9977] ppid=9975 vsize=1528348 CPUtime=1.1
/proc/9977/stat : 9977 (java) S 9975 9977 9007 0 -1 4202496 7638 0 1 0 106 4 0 0 15 0 12 0 5270391 1565028352 6960 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9977/statm: 382087 6966 1403 10 0 379389 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528348

[startup+1.50094 s]
/proc/loadavg: 1.02 1.02 1.00 4/118 9989
/proc/meminfo: memFree=1383888/2059040 swapFree=4192956/4192956
[pid=9977] ppid=9975 vsize=1529044 CPUtime=2.3
/proc/9977/stat : 9977 (java) S 9975 9977 9007 0 -1 4202496 24794 0 1 0 219 11 0 0 15 0 12 0 5270391 1565741056 23978 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9977/statm: 382261 23978 1410 10 0 379563 0
[pid=9977/tid=9979] ppid=9975 vsize=1529044 CPUtime=1.46
/proc/9977/task/9979/stat : 9979 (java) R 9975 9977 9007 0 -1 4202560 22150 0 1 0 136 10 0 0 25 0 12 0 5270392 1565741056 23978 1992294400 134512640 134550932 4288661776 18446744073709551615 4109299856 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9977/tid=9980] ppid=9975 vsize=1529044 CPUtime=0
/proc/9977/task/9980/stat : 9980 (java) S 9975 9977 9007 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 5270394 1565741056 23978 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9981] ppid=9975 vsize=1529044 CPUtime=0
/proc/9977/task/9981/stat : 9981 (java) S 9975 9977 9007 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 5270394 1565741056 23978 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9982] ppid=9975 vsize=1529044 CPUtime=0
/proc/9977/task/9982/stat : 9982 (java) S 9975 9977 9007 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 5270395 1565741056 23978 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446604437836185664 0 0 -1 1 0 0 0
[pid=9977/tid=9983] ppid=9975 vsize=1529044 CPUtime=0
/proc/9977/task/9983/stat : 9983 (java) S 9975 9977 9007 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 5270396 1565741056 23978 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9984] ppid=9975 vsize=1529044 CPUtime=0
/proc/9977/task/9984/stat : 9984 (java) S 9975 9977 9007 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 5270396 1565741056 23978 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9985] ppid=9975 vsize=1529044 CPUtime=0
/proc/9977/task/9985/stat : 9985 (java) S 9975 9977 9007 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 5270400 1565741056 23978 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9986] ppid=9975 vsize=1529044 CPUtime=0.41
/proc/9977/task/9986/stat : 9986 (java) S 9975 9977 9007 0 -1 4202560 347 0 0 0 41 0 0 0 21 0 12 0 5270400 1565741056 23978 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9987] ppid=9975 vsize=1529044 CPUtime=0.41
/proc/9977/task/9987/stat : 9987 (java) S 9975 9977 9007 0 -1 4202560 1234 0 0 0 41 0 0 0 21 0 12 0 5270400 1565741056 23978 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9988] ppid=9975 vsize=1529044 CPUtime=0
/proc/9977/task/9988/stat : 9988 (java) S 9975 9977 9007 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 5270400 1565741056 23978 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9989] ppid=9975 vsize=1529044 CPUtime=0
/proc/9977/task/9989/stat : 9989 (java) S 9975 9977 9007 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 5270400 1565741056 23978 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 1529044

[startup+3.10191 s]
/proc/loadavg: 1.02 1.02 1.00 4/119 9990
/proc/meminfo: memFree=1320268/2059040 swapFree=4192956/4192956
[pid=9977] ppid=9975 vsize=1530724 CPUtime=4.51
/proc/9977/stat : 9977 (java) S 9975 9977 9007 0 -1 4202496 28088 0 1 0 438 13 0 0 15 0 13 0 5270391 1567461376 27067 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9977/statm: 382681 27067 1430 10 0 379983 0
[pid=9977/tid=9979] ppid=9975 vsize=1530724 CPUtime=3.04
/proc/9977/task/9979/stat : 9979 (java) R 9975 9977 9007 0 -1 4202560 24822 0 1 0 292 12 0 0 25 0 13 0 5270392 1567461376 27067 1992294400 134512640 134550932 4288661776 18446744073709551615 4109487280 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9977/tid=9980] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9980/stat : 9980 (java) S 9975 9977 9007 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 5270394 1567461376 27067 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9981] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9981/stat : 9981 (java) S 9975 9977 9007 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 5270394 1567461376 27067 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9982] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9982/stat : 9982 (java) S 9975 9977 9007 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 5270395 1567461376 27067 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446604437836185664 0 0 -1 1 0 0 0
[pid=9977/tid=9983] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9983/stat : 9983 (java) S 9975 9977 9007 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 5270396 1567461376 27067 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9984] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9984/stat : 9984 (java) S 9975 9977 9007 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 5270396 1567461376 27067 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9985] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9985/stat : 9985 (java) S 9975 9977 9007 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5270400 1567461376 27067 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9986] ppid=9975 vsize=1530724 CPUtime=0.87
/proc/9977/task/9986/stat : 9986 (java) S 9975 9977 9007 0 -1 4202560 942 0 0 0 87 0 0 0 15 0 13 0 5270400 1567461376 27067 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9987] ppid=9975 vsize=1530724 CPUtime=0.57
/proc/9977/task/9987/stat : 9987 (java) S 9975 9977 9007 0 -1 4202560 1257 0 0 0 57 0 0 0 15 0 13 0 5270400 1567461376 27067 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9988] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9988/stat : 9988 (java) S 9975 9977 9007 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 5270400 1567461376 27067 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9989] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9989/stat : 9989 (java) S 9975 9977 9007 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5270400 1567461376 27067 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9990] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9990/stat : 9990 (java) S 9975 9977 9007 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5270549 1567461376 27067 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 1530724

[startup+6.30149 s]
/proc/loadavg: 1.02 1.02 1.00 2/119 9990
/proc/meminfo: memFree=1307372/2059040 swapFree=4192956/4192956
[pid=9977] ppid=9975 vsize=1530724 CPUtime=7.8
/proc/9977/stat : 9977 (java) S 9975 9977 9007 0 -1 4202496 30922 0 1 0 766 14 0 0 15 0 13 0 5270391 1567461376 29893 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9977/statm: 382681 29893 1444 10 0 379983 0
[pid=9977/tid=9979] ppid=9975 vsize=1530724 CPUtime=6.1
/proc/9977/task/9979/stat : 9979 (java) R 9975 9977 9007 0 -1 4202560 24913 0 1 0 598 12 0 0 25 0 13 0 5270392 1567461376 29893 1992294400 134512640 134550932 4288661776 18446744073709551615 4109561448 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9977/tid=9980] ppid=9975 vsize=1530724 CPUtime=0.02
/proc/9977/task/9980/stat : 9980 (java) S 9975 9977 9007 0 -1 4202560 836 0 0 0 2 0 0 0 15 0 13 0 5270394 1567461376 29893 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9981] ppid=9975 vsize=1530724 CPUtime=0.02
/proc/9977/task/9981/stat : 9981 (java) S 9975 9977 9007 0 -1 4202560 726 0 0 0 2 0 0 0 18 0 13 0 5270394 1567461376 29893 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9982] ppid=9975 vsize=1530724 CPUtime=0.08
/proc/9977/task/9982/stat : 9982 (java) S 9975 9977 9007 0 -1 4202560 1174 0 0 0 8 0 0 0 15 0 13 0 5270395 1567461376 29893 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446604437836185664 0 0 -1 1 0 0 0
[pid=9977/tid=9983] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9983/stat : 9983 (java) S 9975 9977 9007 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5270396 1567461376 29893 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9984] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9984/stat : 9984 (java) S 9975 9977 9007 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 5270396 1567461376 29893 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9985] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9985/stat : 9985 (java) S 9975 9977 9007 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5270400 1567461376 29893 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9986] ppid=9975 vsize=1530724 CPUtime=0.91
/proc/9977/task/9986/stat : 9986 (java) S 9975 9977 9007 0 -1 4202560 945 0 0 0 91 0 0 0 16 0 13 0 5270400 1567461376 29893 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9987] ppid=9975 vsize=1530724 CPUtime=0.62
/proc/9977/task/9987/stat : 9987 (java) S 9975 9977 9007 0 -1 4202560 1263 0 0 0 62 0 0 0 16 0 13 0 5270400 1567461376 29893 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9988] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9988/stat : 9988 (java) S 9975 9977 9007 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 5270400 1567461376 29893 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9989] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9989/stat : 9989 (java) S 9975 9977 9007 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5270400 1567461376 29893 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9990] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9990/stat : 9990 (java) S 9975 9977 9007 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5270549 1567461376 29893 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 1530724

[startup+12.7011 s]
/proc/loadavg: 1.01 1.02 1.00 2/119 9990
/proc/meminfo: memFree=1305264/2059040 swapFree=4192956/4192956
[pid=9977] ppid=9975 vsize=1530724 CPUtime=14.3
/proc/9977/stat : 9977 (java) S 9975 9977 9007 0 -1 4202496 31392 0 1 0 1415 15 0 0 15 0 13 0 5270391 1567461376 30360 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9977/statm: 382681 30360 1444 10 0 379983 0
[pid=9977/tid=9979] ppid=9975 vsize=1530724 CPUtime=12.3
/proc/9977/task/9979/stat : 9979 (java) R 9975 9977 9007 0 -1 4202560 24916 0 1 0 1218 12 0 0 25 0 13 0 5270392 1567461376 30360 1992294400 134512640 134550932 4288661776 18446744073709551615 4109487765 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9977/tid=9980] ppid=9975 vsize=1530724 CPUtime=0.04
/proc/9977/task/9980/stat : 9980 (java) S 9975 9977 9007 0 -1 4202560 939 0 0 0 4 0 0 0 15 0 13 0 5270394 1567461376 30360 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9981] ppid=9975 vsize=1530724 CPUtime=0.03
/proc/9977/task/9981/stat : 9981 (java) S 9975 9977 9007 0 -1 4202560 857 0 0 0 3 0 0 0 18 0 13 0 5270394 1567461376 30360 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9982] ppid=9975 vsize=1530724 CPUtime=0.23
/proc/9977/task/9982/stat : 9982 (java) S 9975 9977 9007 0 -1 4202560 1398 0 0 0 23 0 0 0 15 0 13 0 5270395 1567461376 30360 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446604437836185664 0 0 -1 1 0 0 0
[pid=9977/tid=9983] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9983/stat : 9983 (java) S 9975 9977 9007 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5270396 1567461376 30360 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9984] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9984/stat : 9984 (java) S 9975 9977 9007 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 5270396 1567461376 30360 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9985] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9985/stat : 9985 (java) S 9975 9977 9007 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5270400 1567461376 30360 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9986] ppid=9975 vsize=1530724 CPUtime=0.91
/proc/9977/task/9986/stat : 9986 (java) S 9975 9977 9007 0 -1 4202560 945 0 0 0 91 0 0 0 15 0 13 0 5270400 1567461376 30360 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 1 0 0 0
[pid=9977/tid=9987] ppid=9975 vsize=1530724 CPUtime=0.72
/proc/9977/task/9987/stat : 9987 (java) S 9975 9977 9007 0 -1 4202560 1272 0 0 0 72 0 0 0 15 0 13 0 5270400 1567461376 30360 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9988] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9988/stat : 9988 (java) S 9975 9977 9007 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 5270400 1567461376 30360 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9989] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9989/stat : 9989 (java) S 9975 9977 9007 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5270400 1567461376 30360 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9990] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9990/stat : 9990 (java) S 9975 9977 9007 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5270549 1567461376 30360 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.3
Current children cumulated vsize (KiB) 1530724

[startup+25.5023 s]
/proc/loadavg: 1.01 1.02 1.00 2/119 9990
/proc/meminfo: memFree=1303652/2059040 swapFree=4192956/4192956
[pid=9977] ppid=9975 vsize=1530724 CPUtime=27.13
/proc/9977/stat : 9977 (java) S 9975 9977 9007 0 -1 4202496 31820 0 1 0 2698 15 0 0 15 0 13 0 5270391 1567461376 30784 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9977/statm: 382681 30784 1444 10 0 379983 0
[pid=9977/tid=9979] ppid=9975 vsize=1530724 CPUtime=24.85
/proc/9977/task/9979/stat : 9979 (java) R 9975 9977 9007 0 -1 4202560 24920 0 1 0 2473 12 0 0 25 0 13 0 5270392 1567461376 30784 1992294400 134512640 134550932 4288661776 18446744073709551615 4109326512 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9977/tid=9980] ppid=9975 vsize=1530724 CPUtime=0.07
/proc/9977/task/9980/stat : 9980 (java) S 9975 9977 9007 0 -1 4202560 1037 0 0 0 7 0 0 0 15 0 13 0 5270394 1567461376 30784 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9981] ppid=9975 vsize=1530724 CPUtime=0.06
/proc/9977/task/9981/stat : 9981 (java) S 9975 9977 9007 0 -1 4202560 923 0 0 0 6 0 0 0 18 0 13 0 5270394 1567461376 30784 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9982] ppid=9975 vsize=1530724 CPUtime=0.45
/proc/9977/task/9982/stat : 9982 (java) S 9975 9977 9007 0 -1 4202560 1658 0 0 0 45 0 0 0 15 0 13 0 5270395 1567461376 30784 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446604437836185664 0 0 -1 1 0 0 0
[pid=9977/tid=9983] ppid=9975 vsize=1530724 CPUtime=0

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

[pid=9977] ppid=9975 vsize=1530724 CPUtime=1664.58
/proc/9977/stat : 9977 (java) S 9975 9977 9007 0 -1 4202496 45626 0 1 0 166433 25 0 0 15 0 13 0 5270391 1567461376 44265 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9977/statm: 382681 44265 1444 10 0 379983 0
[pid=9977/tid=9979] ppid=9975 vsize=1530724 CPUtime=1654
/proc/9977/task/9979/stat : 9979 (java) R 9975 9977 9007 0 -1 4202560 24985 0 1 0 165387 13 0 0 25 0 13 0 5270392 1567461376 44265 1992294400 134512640 134550932 4288661776 18446744073709551615 4109591361 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9977/tid=9980] ppid=9975 vsize=1530724 CPUtime=1.36
/proc/9977/task/9980/stat : 9980 (java) S 9975 9977 9007 0 -1 4202560 4719 0 0 0 133 3 0 0 16 0 13 0 5270394 1567461376 44265 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9981] ppid=9975 vsize=1530724 CPUtime=1.31
/proc/9977/task/9981/stat : 9981 (java) S 9975 9977 9007 0 -1 4202560 4558 0 0 0 128 3 0 0 15 0 13 0 5270394 1567461376 44265 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9982] ppid=9975 vsize=1530724 CPUtime=6.18
/proc/9977/task/9982/stat : 9982 (java) S 9975 9977 9007 0 -1 4202560 7985 0 0 0 615 3 0 0 15 0 13 0 5270395 1567461376 44265 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446604437836185664 0 0 -1 1 0 0 0
[pid=9977/tid=9983] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9983/stat : 9983 (java) S 9975 9977 9007 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5270396 1567461376 44265 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9984] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9984/stat : 9984 (java) S 9975 9977 9007 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 5270396 1567461376 44265 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9985] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9985/stat : 9985 (java) S 9975 9977 9007 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5270400 1567461376 44265 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9986] ppid=9975 vsize=1530724 CPUtime=0.91
/proc/9977/task/9986/stat : 9986 (java) S 9975 9977 9007 0 -1 4202560 945 0 0 0 91 0 0 0 15 0 13 0 5270400 1567461376 44265 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 1 0 0 0
[pid=9977/tid=9987] ppid=9975 vsize=1530724 CPUtime=0.75
/proc/9977/task/9987/stat : 9987 (java) S 9975 9977 9007 0 -1 4202560 1273 0 0 0 75 0 0 0 15 0 13 0 5270400 1567461376 44265 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9988] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9988/stat : 9988 (java) S 9975 9977 9007 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 5270400 1567461376 44265 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9989] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9989/stat : 9989 (java) S 9975 9977 9007 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 5270400 1567461376 44265 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9990] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9990/stat : 9990 (java) S 9975 9977 9007 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5270549 1567461376 44265 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1664.58
Current children cumulated vsize (KiB) 1530724

[startup+1722.3 s]
/proc/loadavg: 1.00 1.04 1.00 3/119 10039
/proc/meminfo: memFree=1247356/2059040 swapFree=4192956/4192956
[pid=9977] ppid=9975 vsize=1530724 CPUtime=1724.57
/proc/9977/stat : 9977 (java) S 9975 9977 9007 0 -1 4202496 45715 0 1 0 172432 25 0 0 15 0 13 0 5270391 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9977/statm: 382681 44347 1444 10 0 379983 0
[pid=9977/tid=9979] ppid=9975 vsize=1530724 CPUtime=1713.86
/proc/9977/task/9979/stat : 9979 (java) R 9975 9977 9007 0 -1 4202560 24986 0 1 0 171373 13 0 0 25 0 13 0 5270392 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4109063873 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9977/tid=9980] ppid=9975 vsize=1530724 CPUtime=1.38
/proc/9977/task/9980/stat : 9980 (java) S 9975 9977 9007 0 -1 4202560 4719 0 0 0 135 3 0 0 16 0 13 0 5270394 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9981] ppid=9975 vsize=1530724 CPUtime=1.33
/proc/9977/task/9981/stat : 9981 (java) S 9975 9977 9007 0 -1 4202560 4558 0 0 0 130 3 0 0 15 0 13 0 5270394 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9982] ppid=9975 vsize=1530724 CPUtime=6.28
/proc/9977/task/9982/stat : 9982 (java) S 9975 9977 9007 0 -1 4202560 8069 0 0 0 625 3 0 0 15 0 13 0 5270395 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446604437836185664 0 0 -1 1 0 0 0
[pid=9977/tid=9983] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9983/stat : 9983 (java) S 9975 9977 9007 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5270396 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9984] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9984/stat : 9984 (java) S 9975 9977 9007 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 5270396 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9985] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9985/stat : 9985 (java) S 9975 9977 9007 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5270400 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9986] ppid=9975 vsize=1530724 CPUtime=0.91
/proc/9977/task/9986/stat : 9986 (java) S 9975 9977 9007 0 -1 4202560 945 0 0 0 91 0 0 0 15 0 13 0 5270400 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 1 0 0 0
[pid=9977/tid=9987] ppid=9975 vsize=1530724 CPUtime=0.75
/proc/9977/task/9987/stat : 9987 (java) S 9975 9977 9007 0 -1 4202560 1273 0 0 0 75 0 0 0 15 0 13 0 5270400 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9988] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9988/stat : 9988 (java) S 9975 9977 9007 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 5270400 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9989] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9989/stat : 9989 (java) S 9975 9977 9007 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 5270400 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9990] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9990/stat : 9990 (java) S 9975 9977 9007 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5270549 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1724.57
Current children cumulated vsize (KiB) 1530724

[startup+1782.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/119 10041
/proc/meminfo: memFree=1247108/2059040 swapFree=4192956/4192956
[pid=9977] ppid=9975 vsize=1530724 CPUtime=1784.59
/proc/9977/stat : 9977 (java) S 9975 9977 9007 0 -1 4202496 45723 0 1 0 178434 25 0 0 15 0 13 0 5270391 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9977/statm: 382681 44347 1444 10 0 379983 0
[pid=9977/tid=9979] ppid=9975 vsize=1530724 CPUtime=1773.57
/proc/9977/task/9979/stat : 9979 (java) R 9975 9977 9007 0 -1 4202560 24988 0 1 0 177344 13 0 0 25 0 13 0 5270392 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4109517184 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9977/tid=9980] ppid=9975 vsize=1530724 CPUtime=1.42
/proc/9977/task/9980/stat : 9980 (java) S 9975 9977 9007 0 -1 4202560 4719 0 0 0 139 3 0 0 16 0 13 0 5270394 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9981] ppid=9975 vsize=1530724 CPUtime=1.37
/proc/9977/task/9981/stat : 9981 (java) S 9975 9977 9007 0 -1 4202560 4558 0 0 0 134 3 0 0 16 0 13 0 5270394 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9982] ppid=9975 vsize=1530724 CPUtime=6.51
/proc/9977/task/9982/stat : 9982 (java) S 9975 9977 9007 0 -1 4202560 8073 0 0 0 648 3 0 0 15 0 13 0 5270395 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446604437836185664 0 0 -1 1 0 0 0
[pid=9977/tid=9983] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9983/stat : 9983 (java) S 9975 9977 9007 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5270396 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9984] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9984/stat : 9984 (java) S 9975 9977 9007 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 5270396 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9985] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9985/stat : 9985 (java) S 9975 9977 9007 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5270400 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9986] ppid=9975 vsize=1530724 CPUtime=0.91
/proc/9977/task/9986/stat : 9986 (java) S 9975 9977 9007 0 -1 4202560 945 0 0 0 91 0 0 0 15 0 13 0 5270400 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 1 0 0 0
[pid=9977/tid=9987] ppid=9975 vsize=1530724 CPUtime=0.75
/proc/9977/task/9987/stat : 9987 (java) S 9975 9977 9007 0 -1 4202560 1273 0 0 0 75 0 0 0 15 0 13 0 5270400 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9988] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9988/stat : 9988 (java) S 9975 9977 9007 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 5270400 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9989] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9989/stat : 9989 (java) S 9975 9977 9007 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 5270400 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9990] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9990/stat : 9990 (java) S 9975 9977 9007 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5270549 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1784.59
Current children cumulated vsize (KiB) 1530724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 10041
/proc/meminfo: memFree=1247108/2059040 swapFree=4192956/4192956
[pid=9977] ppid=9975 vsize=1530724 CPUtime=1800.1
/proc/9977/stat : 9977 (java) S 9975 9977 9007 0 -1 4202496 45725 0 1 0 179985 25 0 0 15 0 13 0 5270391 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9977/statm: 382681 44347 1444 10 0 379983 0
[pid=9977/tid=9979] ppid=9975 vsize=1530724 CPUtime=1789.08
/proc/9977/task/9979/stat : 9979 (java) R 9975 9977 9007 0 -1 4202560 24988 0 1 0 178895 13 0 0 25 0 13 0 5270392 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4109525318 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9977/tid=9980] ppid=9975 vsize=1530724 CPUtime=1.42
/proc/9977/task/9980/stat : 9980 (java) S 9975 9977 9007 0 -1 4202560 4719 0 0 0 139 3 0 0 16 0 13 0 5270394 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9981] ppid=9975 vsize=1530724 CPUtime=1.37
/proc/9977/task/9981/stat : 9981 (java) S 9975 9977 9007 0 -1 4202560 4558 0 0 0 134 3 0 0 16 0 13 0 5270394 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9982] ppid=9975 vsize=1530724 CPUtime=6.51
/proc/9977/task/9982/stat : 9982 (java) S 9975 9977 9007 0 -1 4202560 8073 0 0 0 648 3 0 0 15 0 13 0 5270395 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446604437836185664 0 0 -1 1 0 0 0
[pid=9977/tid=9983] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9983/stat : 9983 (java) S 9975 9977 9007 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5270396 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9984] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9984/stat : 9984 (java) S 9975 9977 9007 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 5270396 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9985] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9985/stat : 9985 (java) S 9975 9977 9007 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 5270400 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9986] ppid=9975 vsize=1530724 CPUtime=0.91
/proc/9977/task/9986/stat : 9986 (java) S 9975 9977 9007 0 -1 4202560 945 0 0 0 91 0 0 0 15 0 13 0 5270400 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 1 0 0 0
[pid=9977/tid=9987] ppid=9975 vsize=1530724 CPUtime=0.75
/proc/9977/task/9987/stat : 9987 (java) S 9975 9977 9007 0 -1 4202560 1273 0 0 0 75 0 0 0 15 0 13 0 5270400 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9988] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9988/stat : 9988 (java) S 9975 9977 9007 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 5270400 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9989] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9989/stat : 9989 (java) S 9975 9977 9007 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 5270400 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9990] ppid=9975 vsize=1530724 CPUtime=0
/proc/9977/task/9990/stat : 9990 (java) S 9975 9977 9007 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5270549 1567461376 44347 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1530724

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

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

[startup+1797.91 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 10041
/proc/meminfo: memFree=1247108/2059040 swapFree=4192956/4192956
[pid=9977] ppid=9975 vsize=1531372 CPUtime=1800.27
/proc/9977/stat : 9977 (java) S 9975 9977 9007 0 -1 4202496 45747 0 1 0 180002 25 0 0 15 0 14 0 5270391 1568124928 44367 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9977/statm: 382843 44367 1445 10 0 380145 0
[pid=9977/tid=9979] ppid=9975 vsize=1531372 CPUtime=1789.18
/proc/9977/task/9979/stat : 9979 (java) R 9975 9977 9007 0 -1 4202560 24988 0 1 0 178905 13 0 0 25 0 14 0 5270392 1568124928 44367 1992294400 134512640 134550932 4288661776 18446744073709551615 4109591387 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9977/tid=9980] ppid=9975 vsize=1531372 CPUtime=1.42
/proc/9977/task/9980/stat : 9980 (java) S 9975 9977 9007 0 -1 4202560 4719 0 0 0 139 3 0 0 16 0 14 0 5270394 1568124928 44367 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9981] ppid=9975 vsize=1531372 CPUtime=1.37
/proc/9977/task/9981/stat : 9981 (java) S 9975 9977 9007 0 -1 4202560 4558 0 0 0 134 3 0 0 16 0 14 0 5270394 1568124928 44367 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9982] ppid=9975 vsize=1531372 CPUtime=6.51
/proc/9977/task/9982/stat : 9982 (java) S 9975 9977 9007 0 -1 4202560 8073 0 0 0 648 3 0 0 15 0 14 0 5270395 1568124928 44367 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 0 0 16800975 18446604437836185664 0 0 -1 1 0 0 0
[pid=9977/tid=9983] ppid=9975 vsize=1531372 CPUtime=0
/proc/9977/task/9983/stat : 9983 (java) S 9975 9977 9007 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 5270396 1568124928 44367 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9984] ppid=9975 vsize=1531372 CPUtime=0
/proc/9977/task/9984/stat : 9984 (java) S 9975 9977 9007 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 5270396 1568124928 44367 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9985] ppid=9975 vsize=1531372 CPUtime=0
/proc/9977/task/9985/stat : 9985 (java) S 9975 9977 9007 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 14 0 5270400 1568124928 44367 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9986] ppid=9975 vsize=1531372 CPUtime=0.91
/proc/9977/task/9986/stat : 9986 (java) S 9975 9977 9007 0 -1 4202560 945 0 0 0 91 0 0 0 15 0 14 0 5270400 1568124928 44367 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 1 0 0 0
[pid=9977/tid=9987] ppid=9975 vsize=1531372 CPUtime=0.78
/proc/9977/task/9987/stat : 9987 (java) S 9975 9977 9007 0 -1 4202560 1274 0 0 0 78 0 0 0 15 0 14 0 5270400 1568124928 44367 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9988] ppid=9975 vsize=1531372 CPUtime=0
/proc/9977/task/9988/stat : 9988 (java) S 9975 9977 9007 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 5270400 1568124928 44367 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
[pid=9977/tid=9989] ppid=9975 vsize=1531372 CPUtime=0
/proc/9977/task/9989/stat : 9989 (java) R 9975 9977 9007 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 14 0 5270400 1568124928 44367 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9977/tid=9990] ppid=9975 vsize=1531372 CPUtime=0
/proc/9977/task/9990/stat : 9990 (java) S 9975 9977 9007 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 5270549 1568124928 44367 1992294400 134512640 134550932 4288661776 18446744073709551615 4294960144 0 4 0 16800975 18446604437836185664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 1531372

Child status: 143
Real time (s): 1797.93
CPU time (s): 1800.29
CPU user time (s): 1800.02
CPU system time (s): 0.270958
CPU usage (%): 100.131
Max. virtual memory (cumulated for all children) (KiB): 1531372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.02
system time used= 0.270958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45747
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37446
involuntary context switches= 9917

runsolver used 3.57746 second user time and 9.56954 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-12 06:15:41
IDJOB=2659492
IDBENCH=1369
IDSOLVER=1164
FILE ID=node018/2659492-1276316140
PBS_JOBID= 11173143
Free space on /tmp= 62292 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659492-1276316140/watcher-2659492-1276316140 -o /tmp/evaluation-result-2659492-1276316140/solver-2659492-1276316140 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659492-1276316140.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7f5f10f1b8aeee16c5b46dadab8c5b22
RANDOM SEED=354507191

node018.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1422696 kB
Buffers:         93808 kB
Cached:         400296 kB
SwapCached:          0 kB
Active:         195596 kB
Inactive:       357704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1422696 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1648 kB
Writeback:           0 kB
AnonPages:       59172 kB
Mapped:          15388 kB
Slab:            61264 kB
PageTables:       3964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181544 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62292 MiB
End job on node018 at 2010-06-12 06:45:40