Trace number 2662120

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.35 920.275

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-2-c.opb
MD5SUM02ee6f086501e1f86c8de97a222a24d7
Bench CategoryOPT-SMALLINT (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2606
Total number of constraints6509
Number of constraints which are clauses6509
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2606
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2606
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2606
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.v20100531
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.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662120-1276416979.opb
0.22/0.22	c reading problem ... 
1.51/0.96	c ... done. Wall clock time 0.74s.
1.51/0.96	c #vars     2606
1.51/0.96	c #constraints  6509
1.51/0.96	c constraints type 
1.51/0.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4834
1.51/0.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1675
1.51/0.96	c constraints type 
1.51/0.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1675
1.51/0.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4834
12.03/6.28	c cleaning 2498 clauses out of 5000 with flag 5000/5000
20.11/10.36	c cleaning 0 clauses out of 5000 with flag 0/5000
21.66/11.13	c cleaning 4251 clauses out of 8502 with flag 11000/11000
32.52/16.65	c cleaning 5624 clauses out of 11252 with flag 18001/18001
37.85/19.32	c cleaning 0 clauses out of 10999 with flag 0/11000
42.53/21.79	c cleaning 6814 clauses out of 13627 with flag 26000/26000
53.99/27.56	c cleaning 7906 clauses out of 15814 with flag 35001/35001
60.66/30.96	c cleaning 0 clauses out of 18000 with flag 0/18001
68.32/34.86	c cleaning 8954 clauses out of 17907 with flag 45000/45000
83.33/42.49	c cleaning 9474 clauses out of 18955 with flag 55002/55002
89.41/45.54	c cleaning 0 clauses out of 25999 with flag 0/26000
98.46/50.16	c cleaning 9736 clauses out of 19479 with flag 65000/65000
115.04/58.55	c cleaning 9867 clauses out of 19743 with flag 75000/75000
122.51/62.32	c cleaning 0 clauses out of 34999 with flag 0/35000
133.13/67.78	c cleaning 9929 clauses out of 19876 with flag 85000/85000
151.90/77.26	c cleaning 9969 clauses out of 19947 with flag 95000/95000
161.33/82.09	c cleaning 0 clauses out of 45000 with flag 0/45001
170.18/86.59	c cleaning 9984 clauses out of 19978 with flag 105000/105000
188.71/95.93	c cleaning 9988 clauses out of 19994 with flag 115000/115000
203.11/103.20	c cleaning 0 clauses out of 54999 with flag 0/55000
208.16/105.81	c cleaning 9998 clauses out of 20006 with flag 125000/125000
227.90/115.90	c cleaning 9995 clauses out of 20008 with flag 135000/135000
245.25/124.66	c cleaning 0 clauses out of 64999 with flag 0/65000
248.34/126.28	c cleaning 9999 clauses out of 20014 with flag 145001/145001
268.05/136.29	c cleaning 10002 clauses out of 20014 with flag 155000/155000
288.17/146.49	c cleaning 9995 clauses out of 20012 with flag 165000/165000
289.47/147.18	c cleaning 0 clauses out of 74999 with flag 0/75000
308.00/156.60	c cleaning 10004 clauses out of 20017 with flag 175000/175000
328.28/166.81	c cleaning 9997 clauses out of 20013 with flag 185000/185000
335.52/170.60	c cleaning 0 clauses out of 84999 with flag 0/85000
348.48/177.18	c cleaning 10001 clauses out of 20017 with flag 195001/195001
369.95/188.05	c cleaning 9998 clauses out of 20015 with flag 205000/205000
380.50/193.44	c cleaning 0 clauses out of 94999 with flag 0/95000
390.09/198.37	c cleaning 10003 clauses out of 20017 with flag 215000/215000
411.00/209.00	c cleaning 10000 clauses out of 20014 with flag 225000/225000
424.74/215.93	c cleaning 0 clauses out of 105001 with flag 0/105002
428.94/218.19	c cleaning 10000 clauses out of 20016 with flag 235002/235002
447.65/227.69	c cleaning 10001 clauses out of 20014 with flag 245000/245000
466.14/237.02	c cleaning 9996 clauses out of 20014 with flag 255001/255001
471.16/239.61	c cleaning 0 clauses out of 114999 with flag 0/115000
483.30/245.85	c cleaning 10003 clauses out of 20018 with flag 265001/265001
500.60/254.61	c cleaning 10001 clauses out of 20015 with flag 275001/275001
516.93/262.96	c cleaning 0 clauses out of 125001 with flag 0/125002
519.54/264.30	c cleaning 10001 clauses out of 20013 with flag 285000/285000
538.79/274.16	c cleaning 10002 clauses out of 20013 with flag 295001/295001
558.65/284.21	c cleaning 10000 clauses out of 20010 with flag 305000/305000
563.66/286.87	c cleaning 0 clauses out of 134999 with flag 0/135000
581.36/295.88	c cleaning 9997 clauses out of 20011 with flag 315001/315001
604.75/307.77	c cleaning 10001 clauses out of 20013 with flag 325000/325000
607.96/309.47	c cleaning 0 clauses out of 145000 with flag 0/145001
628.82/320.05	c cleaning 9996 clauses out of 20012 with flag 335000/335000
650.66/331.11	c cleaning 10001 clauses out of 20017 with flag 345001/345001
653.62/332.74	c cleaning 0 clauses out of 154999 with flag 0/155000
669.90/341.01	c cleaning 10002 clauses out of 20015 with flag 355000/355000
689.51/351.01	c cleaning 10002 clauses out of 20014 with flag 365001/365001
700.82/356.89	c cleaning 0 clauses out of 165000 with flag 0/165001
711.69/362.45	c cleaning 9996 clauses out of 20011 with flag 375000/375000
734.30/373.92	c cleaning 9999 clauses out of 20016 with flag 385001/385001
752.13/383.01	c cleaning 0 clauses out of 175000 with flag 0/175001
756.31/385.27	c cleaning 10001 clauses out of 20016 with flag 395000/395000
782.23/398.42	c cleaning 10002 clauses out of 20017 with flag 405002/405002
801.46/408.27	c cleaning 0 clauses out of 185000 with flag 0/185001
807.99/411.62	c cleaning 9999 clauses out of 20012 with flag 415000/415000
833.74/424.76	c cleaning 10002 clauses out of 20013 with flag 425000/425000
852.74/434.50	c cleaning 0 clauses out of 195000 with flag 0/195001
857.47/436.96	c cleaning 9999 clauses out of 20012 with flag 435001/435001
878.26/447.55	c cleaning 9997 clauses out of 20012 with flag 445000/445000
899.84/458.58	c cleaning 10001 clauses out of 20015 with flag 455000/455000
908.31/462.93	c cleaning 0 clauses out of 205000 with flag 0/205001
923.34/470.70	c cleaning 10001 clauses out of 20015 with flag 465001/465001
947.09/482.73	c cleaning 10000 clauses out of 20014 with flag 475001/475001
965.50/492.18	c cleaning 0 clauses out of 215000 with flag 0/215001
971.76/495.47	c cleaning 10002 clauses out of 20013 with flag 485000/485000
998.86/509.30	c cleaning 10000 clauses out of 20013 with flag 495002/495002
1025.55/522.82	c cleaning 0 clauses out of 224999 with flag 0/225000
1026.71/523.55	c cleaning 9999 clauses out of 20012 with flag 505001/505001
1055.13/538.02	c cleaning 9999 clauses out of 20014 with flag 515002/515002
1081.42/551.47	c cleaning 0 clauses out of 235001 with flag 0/235002
1085.53/553.63	c cleaning 9996 clauses out of 20013 with flag 525000/525000
1113.19/567.77	c cleaning 10003 clauses out of 20017 with flag 535000/535000
1140.03/581.46	c cleaning 0 clauses out of 245000 with flag 0/245001
1140.96/582.08	c cleaning 10001 clauses out of 20014 with flag 545000/545000
1169.60/596.64	c cleaning 9999 clauses out of 20013 with flag 555000/555000
1197.07/610.66	c cleaning 0 clauses out of 254999 with flag 0/255000
1198.74/611.66	c cleaning 10001 clauses out of 20015 with flag 565001/565001
1228.19/626.67	c cleaning 10000 clauses out of 20014 with flag 575001/575001
1258.45/642.08	c cleaning 0 clauses out of 265000 with flag 0/265001
1259.36/642.63	c cleaning 10000 clauses out of 20014 with flag 585001/585001
1289.14/657.83	c cleaning 10002 clauses out of 20014 with flag 595001/595001
1314.60/670.83	c cleaning 10002 clauses out of 20012 with flag 605001/605001
1317.30/672.37	c cleaning 0 clauses out of 274999 with flag 0/275000
1340.78/684.32	c cleaning 10002 clauses out of 20009 with flag 615000/615000
1365.60/697.03	c cleaning 9999 clauses out of 20008 with flag 625001/625001
1379.59/704.21	c cleaning 0 clauses out of 284999 with flag 0/285000
1392.78/711.09	c cleaning 9999 clauses out of 20008 with flag 635000/635000
1419.64/724.72	c cleaning 9996 clauses out of 20009 with flag 645000/645000
1442.26/736.32	c cleaning 0 clauses out of 295001 with flag 0/295002
1446.92/738.83	c cleaning 10001 clauses out of 20015 with flag 655002/655002
1472.98/752.15	c cleaning 9998 clauses out of 20013 with flag 665001/665001
1501.20/766.58	c cleaning 9999 clauses out of 20015 with flag 675001/675001
1504.58/768.49	c cleaning 0 clauses out of 305000 with flag 0/305001
1530.84/781.84	c cleaning 10001 clauses out of 20015 with flag 685000/685000
1560.84/797.14	c cleaning 10002 clauses out of 20014 with flag 695000/695000
1566.48/800.13	c cleaning 0 clauses out of 314999 with flag 0/315000
1587.51/810.94	c cleaning 9998 clauses out of 20013 with flag 705001/705001
1615.31/825.13	c cleaning 10001 clauses out of 20014 with flag 715000/715000
1631.43/833.50	c cleaning 0 clauses out of 325001 with flag 0/325002
1643.00/839.45	c cleaning 10000 clauses out of 20014 with flag 725001/725001
1670.75/853.62	c cleaning 9998 clauses out of 20014 with flag 735001/735001
1697.54/867.32	c cleaning 9999 clauses out of 20015 with flag 745000/745000
1699.19/868.33	c cleaning 0 clauses out of 335000 with flag 0/335001
1724.22/881.14	c cleaning 10000 clauses out of 20016 with flag 755000/755000
1751.34/895.01	c cleaning 10002 clauses out of 20017 with flag 765001/765001
1768.64/903.96	c cleaning 0 clauses out of 344999 with flag 0/345000
1778.59/909.12	c cleaning 10003 clauses out of 20015 with flag 775001/775001
1800.04/920.12	c starts		: 170
1800.04/920.12	c conflicts		: 782980
1800.04/920.12	c decisions		: 802854
1800.04/920.12	c propagations		: 562298465
1800.04/920.12	c inspects		: 4059600955
1800.04/920.12	c learnt literals	: 1
1800.04/920.12	c learnt binary clauses	: 26
1800.04/920.12	c learnt ternary clauses	: 19
1800.04/920.12	c learnt clauses	: 782979
1800.04/920.12	c ignored clauses	: 0
1800.04/920.12	c root simplifications	: 0
1800.04/920.12	c removed literals (reason simplification)	: 8479965
1800.04/920.12	c reason swapping (by a shorter reason)	: 0
1800.04/920.12	c Calls to reduceDB	: 79
1800.04/920.12	c number of reductions to clauses (during analyze)	: 0
1800.04/920.12	c number of learned constraints concerned by reduction	: 0
1800.04/920.12	c number of learning phase by resolution	: 0
1800.04/920.12	c number of learning phase by cutting planes	: 0
1800.04/920.12	c speed (assignments/second)	: 611754.5370377422
1800.04/920.12	c non guided choices	0
1800.04/920.20	c learnt constraints type 
1800.04/920.20	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18007
1800.04/920.20	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 26
1800.04/920.20	c constraints type 
1800.04/920.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4834
1800.04/920.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1675
1800.04/920.20	c constraints type 
1800.04/920.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1675
1800.04/920.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4834
1800.04/920.20	s UNKNOWN
1800.04/920.20	c Total wall clock time (in seconds): 919.983

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-2662120-1276416979/watcher-2662120-1276416979 -o /tmp/evaluation-result-2662120-1276416979/solver-2662120-1276416979 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662120-1276416979.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.00 1.00 1.00 3/106 23591
/proc/meminfo: memFree=1738644/2059040 swapFree=4136464/4192956
[pid=23591] ppid=23589 vsize=2028 CPUtime=0
/proc/23591/stat : 23591 (java6) R 23589 23591 23060 0 -1 4194304 209 0 0 0 0 0 0 0 19 0 1 0 17301920 2076672 114 1992294400 134512640 134550932 4293944288 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23591/statm: 458 117 90 10 0 63 0

[startup+0.0799891 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 23591
/proc/meminfo: memFree=1738644/2059040 swapFree=4136464/4192956
[pid=23591] ppid=23589 vsize=1521796 CPUtime=0.06
/proc/23591/stat : 23591 (java) S 23589 23591 23060 0 -1 4202496 3765 0 1 0 3 3 0 0 18 0 7 0 17301920 1558319104 3206 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/23591/statm: 380449 3206 1038 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100989 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 23591
/proc/meminfo: memFree=1738644/2059040 swapFree=4136464/4192956
[pid=23591] ppid=23589 vsize=1524020 CPUtime=0.08
/proc/23591/stat : 23591 (java) S 23589 23591 23060 0 -1 4202496 3938 0 1 0 5 3 0 0 18 0 12 0 17301920 1560596480 3377 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23591/statm: 381005 3377 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.30101 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 23591
/proc/meminfo: memFree=1738644/2059040 swapFree=4136464/4192956
[pid=23591] ppid=23589 vsize=1526224 CPUtime=0.38
/proc/23591/stat : 23591 (java) S 23589 23591 23060 0 -1 4202496 5368 0 1 0 33 5 0 0 18 0 12 0 17301920 1562853376 4805 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23591/statm: 381556 4805 1361 10 0 378859 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526224

[startup+0.701064 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 23591
/proc/meminfo: memFree=1738644/2059040 swapFree=4136464/4192956
[pid=23591] ppid=23589 vsize=1530516 CPUtime=1.12
/proc/23591/stat : 23591 (java) S 23589 23591 23060 0 -1 4202496 8203 0 1 0 105 7 0 0 18 0 12 0 17301920 1567248384 7262 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23591/statm: 382629 7262 1395 10 0 379932 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1530516

[startup+1.50216 s]
/proc/loadavg: 1.16 1.03 1.01 5/120 23605
/proc/meminfo: memFree=1704000/2059040 swapFree=4136464/4192956
[pid=23591] ppid=23589 vsize=1536900 CPUtime=2.71
/proc/23591/stat : 23591 (java) S 23589 23591 23060 0 -1 4202496 13595 0 1 0 262 9 0 0 18 0 16 0 17301920 1573785600 12271 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23591/statm: 384225 12271 1430 10 0 381528 0
[pid=23591/tid=23593] ppid=23589 vsize=1536900 CPUtime=0.92
/proc/23591/task/23593/stat : 23593 (java) S 23589 23591 23060 0 -1 4202560 7291 0 1 0 87 5 0 0 25 0 16 0 17301922 1573785600 12271 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23594] ppid=23589 vsize=1536900 CPUtime=0
/proc/23591/task/23594/stat : 23594 (java) S 23589 23591 23060 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 17301923 1573785600 12271 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23595] ppid=23589 vsize=1536900 CPUtime=0
/proc/23591/task/23595/stat : 23595 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 17301923 1573785600 12271 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23596] ppid=23589 vsize=1536900 CPUtime=0
/proc/23591/task/23596/stat : 23596 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 16 0 17301925 1573785600 12271 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 0 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23597] ppid=23589 vsize=1536900 CPUtime=0
/proc/23591/task/23597/stat : 23597 (java) S 23589 23591 23060 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 17301926 1573785600 12271 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23598] ppid=23589 vsize=1536900 CPUtime=0
/proc/23591/task/23598/stat : 23598 (java) S 23589 23591 23060 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 17301926 1573785600 12271 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23599] ppid=23589 vsize=1536900 CPUtime=0
/proc/23591/task/23599/stat : 23599 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 17301930 1573785600 12271 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23600] ppid=23589 vsize=1536900 CPUtime=0.82
/proc/23591/task/23600/stat : 23600 (java) R 23589 23591 23060 0 -1 4202560 2462 0 0 0 81 1 0 0 18 0 16 0 17301930 1573785600 12272 1992294400 134512640 134550932 4292485440 18446744073709551615 106132793 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23591/tid=23601] ppid=23589 vsize=1536900 CPUtime=0.4
/proc/23591/task/23601/stat : 23601 (java) R 23589 23591 23060 0 -1 4202560 1313 0 0 0 40 0 0 0 25 0 16 0 17301930 1573785600 12272 1992294400 134512640 134550932 4292485440 18446744073709551615 104163931 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23591/tid=23602] ppid=23589 vsize=1536900 CPUtime=0
/proc/23591/task/23602/stat : 23602 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 17301930 1573785600 12272 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23603] ppid=23589 vsize=1536900 CPUtime=0
/proc/23591/task/23603/stat : 23603 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 17301930 1573785600 12272 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23604] ppid=23589 vsize=1536900 CPUtime=0.27
/proc/23591/task/23604/stat : 23604 (java) R 23589 23591 23060 0 -1 4202560 653 0 0 0 27 0 0 0 25 0 16 0 17302017 1573785600 12272 1992294400 134512640 134550932 4292485440 18446744073709551615 106408573 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23591/tid=23605] ppid=23589 vsize=1536900 CPUtime=0.25
/proc/23591/task/23605/stat : 23605 (java) R 23589 23591 23060 0 -1 4202560 802 0 0 0 25 0 0 0 25 0 16 0 17302017 1573785600 12272 1992294400 134512640 134550932 4292485440 18446744073709551615 4109228916 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1536900

[startup+3.10235 s]
/proc/loadavg: 1.16 1.03 1.01 5/122 23607
/proc/meminfo: memFree=1692576/2059040 swapFree=4136464/4192956
[pid=23591] ppid=23589 vsize=1537300 CPUtime=5.88
/proc/23591/stat : 23591 (java) S 23589 23591 23060 0 -1 4202496 22316 0 1 0 575 13 0 0 18 0 16 0 17301920 1574195200 20887 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23591/statm: 384325 20890 1433 10 0 381628 0
[pid=23591/tid=23593] ppid=23589 vsize=1537300 CPUtime=0.92
/proc/23591/task/23593/stat : 23593 (java) S 23589 23591 23060 0 -1 4202560 7291 0 1 0 87 5 0 0 18 0 16 0 17301922 1574195200 20892 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23594] ppid=23589 vsize=1537300 CPUtime=0
/proc/23591/task/23594/stat : 23594 (java) S 23589 23591 23060 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 17301923 1574195200 20894 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23595] ppid=23589 vsize=1537300 CPUtime=0
/proc/23591/task/23595/stat : 23595 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 17301923 1574195200 20895 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23596] ppid=23589 vsize=1537300 CPUtime=0
/proc/23591/task/23596/stat : 23596 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 16 0 17301925 1574195200 20897 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 0 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23597] ppid=23589 vsize=1537300 CPUtime=0
/proc/23591/task/23597/stat : 23597 (java) S 23589 23591 23060 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 17301926 1574195200 20899 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23598] ppid=23589 vsize=1537300 CPUtime=0
/proc/23591/task/23598/stat : 23598 (java) S 23589 23591 23060 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 17301926 1574195200 20900 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23599] ppid=23589 vsize=1537300 CPUtime=0
/proc/23591/task/23599/stat : 23599 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 17301930 1574195200 20901 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23600] ppid=23589 vsize=1537300 CPUtime=1.78
/proc/23591/task/23600/stat : 23600 (java) R 23589 23591 23060 0 -1 4202560 2739 0 0 0 177 1 0 0 16 0 16 0 17301930 1574195200 20901 1992294400 134512640 134550932 4292485440 18446744073709551615 103142835 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23591/tid=23601] ppid=23589 vsize=1537300 CPUtime=0.8
/proc/23591/task/23601/stat : 23601 (java) R 23589 23591 23060 0 -1 4202560 1344 0 0 0 80 0 0 0 25 0 16 0 17301930 1574195200 20905 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23591/tid=23602] ppid=23589 vsize=1537300 CPUtime=0
/proc/23591/task/23602/stat : 23602 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 17301930 1574195200 20907 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23603] ppid=23589 vsize=1537300 CPUtime=0
/proc/23591/task/23603/stat : 23603 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 17301930 1574195200 20909 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23604] ppid=23589 vsize=1537300 CPUtime=1.17
/proc/23591/task/23604/stat : 23604 (java) R 23589 23591 23060 0 -1 4202560 719 0 0 0 117 0 0 0 25 0 16 0 17302017 1574195200 20909 1992294400 134512640 134550932 4292485440 18446744073709551615 4109827345 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23591/tid=23605] ppid=23589 vsize=1537300 CPUtime=1.15
/proc/23591/task/23605/stat : 23605 (java) R 23589 23591 23060 0 -1 4202560 9170 0 0 0 111 4 0 0 25 0 16 0 17302017 1574195200 20909 1992294400 134512640 134550932 4292485440 18446744073709551615 4110074262 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23591/tid=23606] ppid=23589 vsize=1537300 CPUtime=0
/proc/23591/task/23606/stat : 23606 (java) S 23589 23591 23060 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 17302042 1574195200 20909 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23607] ppid=23589 vsize=1537300 CPUtime=0
/proc/23591/task/23607/stat : 23607 (java) S 23589 23591 23060 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 17302051 1574195200 20909 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 1537300

[startup+6.30173 s]
/proc/loadavg: 1.16 1.03 1.01 3/122 23607
/proc/meminfo: memFree=1593872/2059040 swapFree=4136464/4192956
[pid=23591] ppid=23589 vsize=1537300 CPUtime=12.22
/proc/23591/stat : 23591 (java) S 23589 23591 23060 0 -1 4202496 39021 0 1 0 1201 21 0 0 18 0 16 0 17301920 1574195200 37578 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23591/statm: 384325 37578 1447 10 0 381628 0
[pid=23591/tid=23593] ppid=23589 vsize=1537300 CPUtime=0.92
/proc/23591/task/23593/stat : 23593 (java) S 23589 23591 23060 0 -1 4202560 7291 0 1 0 87 5 0 0 18 0 16 0 17301922 1574195200 37578 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23594] ppid=23589 vsize=1537300 CPUtime=0.04
/proc/23591/task/23594/stat : 23594 (java) S 23589 23591 23060 0 -1 4202560 871 0 0 0 4 0 0 0 16 0 16 0 17301923 1574195200 37578 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23595] ppid=23589 vsize=1537300 CPUtime=0.04
/proc/23591/task/23595/stat : 23595 (java) S 23589 23591 23060 0 -1 4202560 823 0 0 0 4 0 0 0 16 0 16 0 17301923 1574195200 37578 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23596] ppid=23589 vsize=1537300 CPUtime=0
/proc/23591/task/23596/stat : 23596 (java) R 23589 23591 23060 0 -1 4202560 21 0 0 0 0 0 0 0 16 0 16 0 17301925 1574195200 37578 1992294400 134512640 134550932 4292485440 18446744073709551615 103585141 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=23591/tid=23597] ppid=23589 vsize=1537300 CPUtime=0
/proc/23591/task/23597/stat : 23597 (java) S 23589 23591 23060 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 17301926 1574195200 37578 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23598] ppid=23589 vsize=1537300 CPUtime=0
/proc/23591/task/23598/stat : 23598 (java) S 23589 23591 23060 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 17301926 1574195200 37578 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23599] ppid=23589 vsize=1537300 CPUtime=0
/proc/23591/task/23599/stat : 23599 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 17301930 1574195200 37578 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23600] ppid=23589 vsize=1537300 CPUtime=1.82
/proc/23591/task/23600/stat : 23600 (java) S 23589 23591 23060 0 -1 4202560 2741 0 0 0 181 1 0 0 15 0 16 0 17301930 1574195200 37578 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23601] ppid=23589 vsize=1537300 CPUtime=0.98
/proc/23591/task/23601/stat : 23601 (java) S 23589 23591 23060 0 -1 4202560 1360 0 0 0 98 0 0 0 15 0 16 0 17301930 1574195200 37578 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23602] ppid=23589 vsize=1537300 CPUtime=0
/proc/23591/task/23602/stat : 23602 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 17301930 1574195200 37578 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23603] ppid=23589 vsize=1537300 CPUtime=0
/proc/23591/task/23603/stat : 23603 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 17301930 1574195200 37578 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23604] ppid=23589 vsize=1537300 CPUtime=4.05
/proc/23591/task/23604/stat : 23604 (java) S 23589 23591 23060 0 -1 4202560 764 0 0 0 405 0 0 0 25 0 16 0 17302017 1574195200 37578 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23605] ppid=23589 vsize=1537300 CPUtime=4.29
/proc/23591/task/23605/stat : 23605 (java) S 23589 23591 23060 0 -1 4202560 24077 0 0 0 419 10 0 0 25 0 16 0 17302017 1574195200 37578 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23606] ppid=23589 vsize=1537300 CPUtime=0
/proc/23591/task/23606/stat : 23606 (java) S 23589 23591 23060 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 17302042 1574195200 37578 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23607] ppid=23589 vsize=1537300 CPUtime=0
/proc/23591/task/23607/stat : 23607 (java) S 23589 23591 23060 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 17302051 1574195200 37578 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 1537300

[startup+12.7014 s]
/proc/loadavg: 1.29 1.06 1.02 3/122 23607
/proc/meminfo: memFree=1571924/2059040 swapFree=4136464/4192956
[pid=23591] ppid=23589 vsize=1538124 CPUtime=24.79
/proc/23591/stat : 23591 (java) S 23589 23591 23060 0 -1 4202496 46906 0 1 0 2454 25 0 0 18 0 16 0 17301920 1575038976 45353 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23591/statm: 384531 45353 1447 10 0 381834 0
[pid=23591/tid=23593] ppid=23589 vsize=1538124 CPUtime=0.92
/proc/23591/task/23593/stat : 23593 (java) S 23589 23591 23060 0 -1 4202560 7291 0 1 0 87 5 0 0 18 0 16 0 17301922 1575038976 45353 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23594] ppid=23589 vsize=1538124 CPUtime=0.06
/proc/23591/task/23594/stat : 23594 (java) S 23589 23591 23060 0 -1 4202560 1296 0 0 0 6 0 0 0 16 0 16 0 17301923 1575038976 45353 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23595] ppid=23589 vsize=1538124 CPUtime=0.06
/proc/23591/task/23595/stat : 23595 (java) S 23589 23591 23060 0 -1 4202560 1209 0 0 0 6 0 0 0 15 0 16 0 17301923 1575038976 45353 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23596] ppid=23589 vsize=1538124 CPUtime=0.11
/proc/23591/task/23596/stat : 23596 (java) S 23589 23591 23060 0 -1 4202560 1376 0 0 0 11 0 0 0 16 0 16 0 17301925 1575038976 45353 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 0 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23597] ppid=23589 vsize=1538124 CPUtime=0
/proc/23591/task/23597/stat : 23597 (java) S 23589 23591 23060 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 17301926 1575038976 45353 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23598] ppid=23589 vsize=1538124 CPUtime=0
/proc/23591/task/23598/stat : 23598 (java) S 23589 23591 23060 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 17301926 1575038976 45353 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23599] ppid=23589 vsize=1538124 CPUtime=0
/proc/23591/task/23599/stat : 23599 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 17301930 1575038976 45353 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23600] ppid=23589 vsize=1538124 CPUtime=2.15
/proc/23591/task/23600/stat : 23600 (java) S 23589 23591 23060 0 -1 4202560 3066 0 0 0 214 1 0 0 16 0 16 0 17301930 1575038976 45353 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23601] ppid=23589 vsize=1538124 CPUtime=1.07
/proc/23591/task/23601/stat : 23601 (java) S 23589 23591 23060 0 -1 4202560 1367 0 0 0 107 0 0 0 15 0 16 0 17301930 1575038976 45353 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23602] ppid=23589 vsize=1538124 CPUtime=0
/proc/23591/task/23602/stat : 23602 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 17301930 1575038976 45353 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23603] ppid=23589 vsize=1538124 CPUtime=0
/proc/23591/task/23603/stat : 23603 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 17301930 1575038976 45353 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23604] ppid=23589 vsize=1538124 CPUtime=9.94
/proc/23591/task/23604/stat : 23604 (java) R 23589 23591 23060 0 -1 4202560 767 0 0 0 994 0 0 0 25 0 16 0 17302017 1575038976 45353 1992294400 134512640 134550932 4292485440 18446744073709551615 4109800227 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23591/tid=23605] ppid=23589 vsize=1538124 CPUtime=10.38
/proc/23591/task/23605/stat : 23605 (java) R 23589 23591 23060 0 -1 4202560 29461 0 0 0 1025 13 0 0 25 0 16 0 17302017 1575038976 45353 1992294400 134512640 134550932 4292485440 18446744073709551615 4109794284 0 4 0 16800975 0 0 0 -1 0 0 0 0

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

/proc/23591/task/23606/stat : 23606 (java) S 23589 23591 23060 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 17302042 1574096896 64610 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23607] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23607/stat : 23607 (java) S 23589 23591 23060 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 17302051 1574096896 64610 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1492.89
Current children cumulated vsize (KiB) 1537204

[startup+822.302 s]
/proc/loadavg: 1.99 1.93 1.58 3/122 23627
/proc/meminfo: memFree=1481032/2059040 swapFree=4136464/4192956
[pid=23591] ppid=23589 vsize=1537204 CPUtime=1609.76
/proc/23591/stat : 23591 (java) S 23589 23591 23060 0 -1 4202496 68298 0 1 0 160890 86 0 0 18 0 16 0 17301920 1574096896 65085 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23591/statm: 384301 65085 1447 10 0 381604 0
[pid=23591/tid=23593] ppid=23589 vsize=1537204 CPUtime=0.92
/proc/23591/task/23593/stat : 23593 (java) S 23589 23591 23060 0 -1 4202560 7304 0 1 0 87 5 0 0 15 0 16 0 17301922 1574096896 65085 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23594] ppid=23589 vsize=1537204 CPUtime=3.07
/proc/23591/task/23594/stat : 23594 (java) S 23589 23591 23060 0 -1 4202560 11099 0 0 0 291 16 0 0 15 0 16 0 17301923 1574096896 65085 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23595] ppid=23589 vsize=1537204 CPUtime=3.07
/proc/23591/task/23595/stat : 23595 (java) S 23589 23591 23060 0 -1 4202560 10286 0 0 0 293 14 0 0 15 0 16 0 17301923 1574096896 65085 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23596] ppid=23589 vsize=1537204 CPUtime=19.27
/proc/23591/task/23596/stat : 23596 (java) S 23589 23591 23060 0 -1 4202560 3309 0 0 0 1920 7 0 0 15 0 16 0 17301925 1574096896 65085 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 0 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23597] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23597/stat : 23597 (java) S 23589 23591 23060 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 17301926 1574096896 65085 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23598] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23598/stat : 23598 (java) S 23589 23591 23060 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 17301926 1574096896 65085 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23599] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23599/stat : 23599 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 17301930 1574096896 65085 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23600] ppid=23589 vsize=1537204 CPUtime=2.38
/proc/23591/task/23600/stat : 23600 (java) S 23589 23591 23060 0 -1 4202560 3068 0 0 0 237 1 0 0 15 0 16 0 17301930 1574096896 65085 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23601] ppid=23589 vsize=1537204 CPUtime=1.07
/proc/23591/task/23601/stat : 23601 (java) S 23589 23591 23060 0 -1 4202560 1367 0 0 0 107 0 0 0 15 0 16 0 17301930 1574096896 65085 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23602] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23602/stat : 23602 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 17301930 1574096896 65085 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23603] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23603/stat : 23603 (java) S 23589 23591 23060 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 17301930 1574096896 65085 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23604] ppid=23589 vsize=1537204 CPUtime=793.44
/proc/23591/task/23604/stat : 23604 (java) R 23589 23591 23060 0 -1 4202560 1083 0 0 0 79327 17 0 0 25 0 16 0 17302017 1574096896 65085 1992294400 134512640 134550932 4292485440 18446744073709551615 4109868844 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23591/tid=23605] ppid=23589 vsize=1537204 CPUtime=786.45
/proc/23591/task/23605/stat : 23605 (java) R 23589 23591 23060 0 -1 4202560 29662 0 0 0 78624 21 0 0 25 0 16 0 17302017 1574096896 65085 1992294400 134512640 134550932 4292485440 18446744073709551615 4109874469 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23591/tid=23606] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23606/stat : 23606 (java) S 23589 23591 23060 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 17302042 1574096896 65085 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23607] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23607/stat : 23607 (java) S 23589 23591 23060 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 17302051 1574096896 65085 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1609.76
Current children cumulated vsize (KiB) 1537204

[startup+882.301 s]
/proc/loadavg: 2.15 1.99 1.62 3/122 23629
/proc/meminfo: memFree=1475328/2059040 swapFree=4136464/4192956
[pid=23591] ppid=23589 vsize=1537204 CPUtime=1726.19
/proc/23591/stat : 23591 (java) S 23589 23591 23060 0 -1 4202496 69825 0 1 0 172528 91 0 0 18 0 16 0 17301920 1574096896 66508 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23591/statm: 384301 66508 1447 10 0 381604 0
[pid=23591/tid=23593] ppid=23589 vsize=1537204 CPUtime=0.92
/proc/23591/task/23593/stat : 23593 (java) S 23589 23591 23060 0 -1 4202560 7304 0 1 0 87 5 0 0 15 0 16 0 17301922 1574096896 66508 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23594] ppid=23589 vsize=1537204 CPUtime=3.29
/proc/23591/task/23594/stat : 23594 (java) S 23589 23591 23060 0 -1 4202560 11773 0 0 0 312 17 0 0 15 0 16 0 17301923 1574096896 66508 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23595] ppid=23589 vsize=1537204 CPUtime=3.3
/proc/23591/task/23595/stat : 23595 (java) S 23589 23591 23060 0 -1 4202560 10932 0 0 0 316 14 0 0 15 0 16 0 17301923 1574096896 66508 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23596] ppid=23589 vsize=1537204 CPUtime=21.71
/proc/23591/task/23596/stat : 23596 (java) S 23589 23591 23060 0 -1 4202560 3487 0 0 0 2164 7 0 0 16 0 16 0 17301925 1574096896 66508 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 0 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23597] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23597/stat : 23597 (java) S 23589 23591 23060 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 17301926 1574096896 66508 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23598] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23598/stat : 23598 (java) S 23589 23591 23060 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 17301926 1574096896 66508 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23599] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23599/stat : 23599 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 17301930 1574096896 66508 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23600] ppid=23589 vsize=1537204 CPUtime=2.38
/proc/23591/task/23600/stat : 23600 (java) S 23589 23591 23060 0 -1 4202560 3068 0 0 0 237 1 0 0 15 0 16 0 17301930 1574096896 66508 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23601] ppid=23589 vsize=1537204 CPUtime=1.07
/proc/23591/task/23601/stat : 23601 (java) S 23589 23591 23060 0 -1 4202560 1367 0 0 0 107 0 0 0 15 0 16 0 17301930 1574096896 66508 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23602] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23602/stat : 23602 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 17301930 1574096896 66508 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23603] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23603/stat : 23603 (java) S 23589 23591 23060 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 17301930 1574096896 66508 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23604] ppid=23589 vsize=1537204 CPUtime=850.58
/proc/23591/task/23604/stat : 23604 (java) R 23589 23591 23060 0 -1 4202560 1105 0 0 0 85039 19 0 0 24 0 16 0 17302017 1574096896 66508 1992294400 134512640 134550932 4292485440 18446744073709551615 4109828875 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23591/tid=23605] ppid=23589 vsize=1537204 CPUtime=842.84
/proc/23591/task/23605/stat : 23605 (java) R 23589 23591 23060 0 -1 4202560 29665 0 0 0 84262 22 0 0 25 0 16 0 17302017 1574096896 66508 1992294400 134512640 134550932 4292485440 18446744073709551615 4109905234 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23591/tid=23606] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23606/stat : 23606 (java) S 23589 23591 23060 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 17302042 1574096896 66508 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23607] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23607/stat : 23607 (java) S 23589 23591 23060 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 17302051 1574096896 66508 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.19
Current children cumulated vsize (KiB) 1537204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.101 s]
/proc/loadavg: 2.08 1.99 1.63 3/122 23631
/proc/meminfo: memFree=1471980/2059040 swapFree=4136464/4192956
[pid=23591] ppid=23589 vsize=1537204 CPUtime=1800.04
/proc/23591/stat : 23591 (java) S 23589 23591 23060 0 -1 4202496 70671 0 1 0 179911 93 0 0 18 0 16 0 17301920 1574096896 67319 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23591/statm: 384301 67319 1447 10 0 381604 0
[pid=23591/tid=23593] ppid=23589 vsize=1537204 CPUtime=0.92
/proc/23591/task/23593/stat : 23593 (java) S 23589 23591 23060 0 -1 4202560 7305 0 1 0 87 5 0 0 15 0 16 0 17301922 1574096896 67319 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23594] ppid=23589 vsize=1537204 CPUtime=3.42
/proc/23591/task/23594/stat : 23594 (java) S 23589 23591 23060 0 -1 4202560 12197 0 0 0 325 17 0 0 15 0 16 0 17301923 1574096896 67319 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23595] ppid=23589 vsize=1537204 CPUtime=3.44
/proc/23591/task/23595/stat : 23595 (java) S 23589 23591 23060 0 -1 4202560 11323 0 0 0 329 15 0 0 15 0 16 0 17301923 1574096896 67319 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23596] ppid=23589 vsize=1537204 CPUtime=22.76
/proc/23591/task/23596/stat : 23596 (java) S 23589 23591 23060 0 -1 4202560 3502 0 0 0 2269 7 0 0 15 0 16 0 17301925 1574096896 67319 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 0 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23597] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23597/stat : 23597 (java) S 23589 23591 23060 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 17301926 1574096896 67319 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23598] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23598/stat : 23598 (java) S 23589 23591 23060 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 17301926 1574096896 67319 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23599] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23599/stat : 23599 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 17301930 1574096896 67319 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23600] ppid=23589 vsize=1537204 CPUtime=2.38
/proc/23591/task/23600/stat : 23600 (java) S 23589 23591 23060 0 -1 4202560 3068 0 0 0 237 1 0 0 15 0 16 0 17301930 1574096896 67319 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23601] ppid=23589 vsize=1537204 CPUtime=1.07
/proc/23591/task/23601/stat : 23601 (java) S 23589 23591 23060 0 -1 4202560 1367 0 0 0 107 0 0 0 15 0 16 0 17301930 1574096896 67319 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23602] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23602/stat : 23602 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 17301930 1574096896 67319 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23603] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23603/stat : 23603 (java) S 23589 23591 23060 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 17301930 1574096896 67319 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23604] ppid=23589 vsize=1537204 CPUtime=887.17
/proc/23591/task/23604/stat : 23604 (java) R 23589 23591 23060 0 -1 4202560 1112 0 0 0 88697 20 0 0 25 0 16 0 17302017 1574096896 67319 1992294400 134512640 134550932 4292485440 18446744073709551615 4109828875 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23591/tid=23605] ppid=23589 vsize=1537204 CPUtime=878.8
/proc/23591/task/23605/stat : 23605 (java) R 23589 23591 23060 0 -1 4202560 29671 0 0 0 87858 22 0 0 25 0 16 0 17302017 1574096896 67319 1992294400 134512640 134550932 4292485440 18446744073709551615 4109869244 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23591/tid=23606] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23606/stat : 23606 (java) S 23589 23591 23060 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 17302042 1574096896 67319 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23607] ppid=23589 vsize=1537204 CPUtime=0
/proc/23591/task/23607/stat : 23607 (java) S 23589 23591 23060 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 17302051 1574096896 67319 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1537204

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

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

[startup+920.228 s]
/proc/loadavg: 2.08 1.99 1.63 3/122 23631
/proc/meminfo: memFree=1471980/2059040 swapFree=4136464/4192956
[pid=23591] ppid=23589 vsize=1537852 CPUtime=1800.28
/proc/23591/stat : 23591 (java) S 23589 23591 23060 0 -1 4202496 70691 0 1 0 179935 93 0 0 18 0 17 0 17301920 1574760448 67339 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23591/statm: 384463 67339 1448 10 0 381766 0
[pid=23591/tid=23593] ppid=23589 vsize=1537852 CPUtime=0.92
/proc/23591/task/23593/stat : 23593 (java) S 23589 23591 23060 0 -1 4202560 7305 0 1 0 87 5 0 0 15 0 17 0 17301922 1574760448 67339 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23594] ppid=23589 vsize=1537852 CPUtime=3.42
/proc/23591/task/23594/stat : 23594 (java) S 23589 23591 23060 0 -1 4202560 12197 0 0 0 325 17 0 0 15 0 17 0 17301923 1574760448 67339 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23595] ppid=23589 vsize=1537852 CPUtime=3.44
/proc/23591/task/23595/stat : 23595 (java) S 23589 23591 23060 0 -1 4202560 11323 0 0 0 329 15 0 0 15 0 17 0 17301923 1574760448 67339 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23596] ppid=23589 vsize=1537852 CPUtime=22.76
/proc/23591/task/23596/stat : 23596 (java) S 23589 23591 23060 0 -1 4202560 3502 0 0 0 2269 7 0 0 15 0 17 0 17301925 1574760448 67339 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 0 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23597] ppid=23589 vsize=1537852 CPUtime=0
/proc/23591/task/23597/stat : 23597 (java) S 23589 23591 23060 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 17301926 1574760448 67339 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23598] ppid=23589 vsize=1537852 CPUtime=0
/proc/23591/task/23598/stat : 23598 (java) S 23589 23591 23060 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 17301926 1574760448 67339 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23599] ppid=23589 vsize=1537852 CPUtime=0
/proc/23591/task/23599/stat : 23599 (java) S 23589 23591 23060 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 17 0 17301930 1574760448 67339 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23600] ppid=23589 vsize=1537852 CPUtime=2.41
/proc/23591/task/23600/stat : 23600 (java) R 23589 23591 23060 0 -1 4202560 3068 0 0 0 240 1 0 0 16 0 17 0 17301930 1574760448 67339 1992294400 134512640 134550932 4292485440 18446744073709551615 104162873 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23591/tid=23601] ppid=23589 vsize=1537852 CPUtime=1.07
/proc/23591/task/23601/stat : 23601 (java) S 23589 23591 23060 0 -1 4202560 1367 0 0 0 107 0 0 0 16 0 17 0 17301930 1574760448 67339 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23602] ppid=23589 vsize=1537852 CPUtime=0
/proc/23591/task/23602/stat : 23602 (java) S 23589 23591 23060 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 17301930 1574760448 67339 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 0 0 0 0
[pid=23591/tid=23603] ppid=23589 vsize=1537852 CPUtime=0
/proc/23591/task/23603/stat : 23603 (java) S 23589 23591 23060 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 17 0 17301930 1574760448 67339 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23604] ppid=23589 vsize=1537852 CPUtime=887.26
/proc/23591/task/23604/stat : 23604 (java) R 23589 23591 23060 0 -1 4202560 1112 0 0 0 88706 20 0 0 25 0 17 0 17302017 1574760448 67339 1992294400 134512640 134550932 4292485440 18446744073709551615 4109871269 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23591/tid=23605] ppid=23589 vsize=1537852 CPUtime=878.88
/proc/23591/task/23605/stat : 23605 (java) R 23589 23591 23060 0 -1 4202560 29671 0 0 0 87866 22 0 0 25 0 17 0 17302017 1574760448 67339 1992294400 134512640 134550932 4292485440 18446744073709551615 4109828875 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23591/tid=23606] ppid=23589 vsize=1537852 CPUtime=0
/proc/23591/task/23606/stat : 23606 (java) S 23589 23591 23060 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 17302042 1574760448 67339 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
[pid=23591/tid=23607] ppid=23589 vsize=1537852 CPUtime=0
/proc/23591/task/23607/stat : 23607 (java) S 23589 23591 23060 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 17302051 1574760448 67339 1992294400 134512640 134550932 4292485440 18446744073709551615 4294960144 0 4 0 16800975 18446604437830273984 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 1537852

Child status: 143
Real time (s): 920.275
CPU time (s): 1800.35
CPU user time (s): 1799.39
CPU system time (s): 0.960853
CPU usage (%): 195.631
Max. virtual memory (cumulated for all children) (KiB): 1538124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 0.960853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70691
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= 25688
involuntary context switches= 51321

runsolver used 4.91225 second user time and 10.7154 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-13 10:16:19
IDJOB=2662120
IDBENCH=2057
IDSOLVER=1166
FILE ID=node001/2662120-1276416979
PBS_JOBID= 11173286
Free space on /tmp= 62392 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-2-c.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662120-1276416979/watcher-2662120-1276416979 -o /tmp/evaluation-result-2662120-1276416979/solver-2662120-1276416979 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662120-1276416979.opb

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

MD5SUM BENCH= 02ee6f086501e1f86c8de97a222a24d7
RANDOM SEED=624071246

node001.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.202
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.40
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.202
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1739040 kB
Buffers:         86004 kB
Cached:         148588 kB
SwapCached:      16988 kB
Active:         131136 kB
Inactive:       123392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1739040 kB
SwapTotal:     4192956 kB
SwapFree:      4136464 kB
Dirty:             516 kB
Writeback:           0 kB
AnonPages:       10916 kB
Mapped:           9188 kB
Slab:            43668 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180588 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= 62392 MiB
End job on node001 at 2010-06-13 10:31:41