Trace number 2658769

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 Resolution 2.2.0 2010-05-26? (TO) 1800.23 1799.09

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-2.opb
MD5SUM0b8531b64d2ca93b44d439b9cb9fcfaa
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 variables6352
Total number of constraints13429
Number of constraints which are clauses13429
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 constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
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 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.19	c version 2.2.0.v20100526
0.09/0.19	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.19	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.19	c java.vm.version	11.2-b01
0.09/0.19	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.19	c sun.arch.data.model	32
0.09/0.19	c java.version		1.6.0_12
0.09/0.19	c os.name		Linux
0.09/0.19	c os.version		2.6.18-164.el5
0.09/0.19	c os.arch		i386
0.09/0.19	c Free memory 		1393557488
0.09/0.19	c Max memory 		1395916800
0.09/0.19	c Total memory 		1395916800
0.09/0.19	c Number of processors 	2
0.09/0.21	c Pseudo Boolean Optimization
0.09/0.21	c --- Begin Solver configuration ---
0.09/0.21	c Stops conflict analysis at the first Unique Implication Point
0.09/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.09/0.21	c Learn all clauses as in MiniSAT
0.09/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.21	c Expensive reason simplification
0.09/0.21	c Armin Biere (Picosat) restarts strategy
0.09/0.21	c Glucose learned constraints deletion strategy
0.09/0.21	c timeout=2147483s
0.09/0.21	c DB Simplification allowed=false
0.09/0.21	c --- End Solver configuration ---
0.09/0.21	c solving HOME/instance-2658769-1276455709.opb
0.09/0.21	c reading problem ... 
1.54/1.02	c ... done. Wall clock time 0.818s.
1.54/1.02	c #vars     6352
1.54/1.02	c #constraints  13307
1.54/1.02	c constraints type 
1.54/1.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6954
1.54/1.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6071
13.63/12.00	c cleaning 2501 clauses out of 5001 with flag 5001/5001
19.72/18.07	c cleaning 4250 clauses out of 8500 with flag 11001/11001
26.62/24.91	c cleaning 5625 clauses out of 11249 with flag 18000/18000
34.77/33.01	c cleaning 6809 clauses out of 13624 with flag 26000/26000
44.39/42.62	c cleaning 7905 clauses out of 15815 with flag 35000/35000
55.19/53.40	c cleaning 8954 clauses out of 17910 with flag 45000/45000
67.68/66.00	c cleaning 9977 clauses out of 19957 with flag 56001/56001
81.27/79.50	c cleaning 10987 clauses out of 21979 with flag 68000/68000
96.86/95.18	c cleaning 11993 clauses out of 23991 with flag 81000/81000
113.37/111.61	c cleaning 12994 clauses out of 25999 with flag 95001/95001
129.86/128.11	c cleaning 13498 clauses out of 27004 with flag 109000/109000
146.36/144.66	c cleaning 13751 clauses out of 27507 with flag 123001/123001
163.06/161.38	c cleaning 13876 clauses out of 27755 with flag 137000/137000
180.45/178.72	c cleaning 13941 clauses out of 27881 with flag 151002/151002
197.85/196.15	c cleaning 13965 clauses out of 27939 with flag 165001/165001
216.14/214.47	c cleaning 13986 clauses out of 27974 with flag 179001/179001
235.14/233.49	c cleaning 13990 clauses out of 27987 with flag 193000/193000
254.32/252.66	c cleaning 13993 clauses out of 27998 with flag 207001/207001
273.63/271.94	c cleaning 13995 clauses out of 28005 with flag 221001/221001
292.82/291.15	c cleaning 14001 clauses out of 28009 with flag 235000/235000
313.12/311.45	c cleaning 14000 clauses out of 28010 with flag 249002/249002
333.30/331.66	c cleaning 14000 clauses out of 28010 with flag 263002/263002
353.49/351.83	c cleaning 13992 clauses out of 28008 with flag 277000/277000
374.28/372.62	c cleaning 14002 clauses out of 28016 with flag 291000/291000
395.17/393.58	c cleaning 14003 clauses out of 28014 with flag 305000/305000
416.37/414.72	c cleaning 14000 clauses out of 28011 with flag 319000/319000
437.15/435.55	c cleaning 14001 clauses out of 28012 with flag 333001/333001
458.55/456.98	c cleaning 14002 clauses out of 28011 with flag 347001/347001
480.64/479.01	c cleaning 13997 clauses out of 28009 with flag 361001/361001
503.13/501.60	c cleaning 14003 clauses out of 28013 with flag 375002/375002
527.02/525.42	c cleaning 13999 clauses out of 28008 with flag 389000/389000
550.81/549.30	c cleaning 14000 clauses out of 28009 with flag 403000/403000
575.29/573.72	c cleaning 13998 clauses out of 28009 with flag 417000/417000
599.68/598.11	c cleaning 13998 clauses out of 28011 with flag 431000/431000
624.67/623.12	c cleaning 13996 clauses out of 28013 with flag 445000/445000
649.86/648.36	c cleaning 13998 clauses out of 28017 with flag 459000/459000
675.65/674.19	c cleaning 13998 clauses out of 28019 with flag 473000/473000
701.15/699.66	c cleaning 14004 clauses out of 28022 with flag 487001/487001
727.03/725.54	c cleaning 13999 clauses out of 28018 with flag 501001/501001
753.34/751.89	c cleaning 14000 clauses out of 28018 with flag 515000/515000
777.92/776.44	c cleaning 14004 clauses out of 28019 with flag 529001/529001
802.81/801.30	c cleaning 14004 clauses out of 28015 with flag 543001/543001
827.40/825.95	c cleaning 13996 clauses out of 28011 with flag 557001/557001
852.38/850.90	c cleaning 13997 clauses out of 28015 with flag 571001/571001
877.78/876.30	c cleaning 14002 clauses out of 28019 with flag 585002/585002
902.76/901.33	c cleaning 14002 clauses out of 28016 with flag 599001/599001
927.55/926.13	c cleaning 14002 clauses out of 28014 with flag 613001/613001
952.44/951.06	c cleaning 14001 clauses out of 28012 with flag 627001/627001
978.63/977.20	c cleaning 13996 clauses out of 28011 with flag 641001/641001
1005.11/1003.71	c cleaning 13997 clauses out of 28015 with flag 655001/655001
1031.90/1030.52	c cleaning 13999 clauses out of 28018 with flag 669001/669001
1058.29/1056.99	c cleaning 14003 clauses out of 28018 with flag 683000/683000
1084.17/1082.85	c cleaning 14003 clauses out of 28017 with flag 697002/697002
1110.07/1108.77	c cleaning 14002 clauses out of 28014 with flag 711002/711002
1135.25/1133.98	c cleaning 13999 clauses out of 28010 with flag 725000/725000
1158.04/1156.78	c cleaning 13997 clauses out of 28011 with flag 739000/739000
1179.24/1177.97	c cleaning 13998 clauses out of 28014 with flag 753000/753000
1203.42/1202.14	c cleaning 14001 clauses out of 28016 with flag 767000/767000
1229.11/1227.84	c cleaning 14001 clauses out of 28015 with flag 781000/781000
1254.39/1253.10	c cleaning 14002 clauses out of 28014 with flag 795000/795000
1279.19/1277.99	c cleaning 13999 clauses out of 28012 with flag 809000/809000
1304.38/1303.17	c cleaning 14003 clauses out of 28013 with flag 823000/823000
1329.37/1328.17	c cleaning 14001 clauses out of 28011 with flag 837001/837001
1354.36/1353.14	c cleaning 13996 clauses out of 28009 with flag 851000/851000
1379.54/1378.34	c cleaning 13999 clauses out of 28013 with flag 865000/865000
1404.83/1403.61	c cleaning 14002 clauses out of 28014 with flag 879000/879000
1429.60/1428.49	c cleaning 14001 clauses out of 28013 with flag 893001/893001
1455.10/1453.93	c cleaning 13999 clauses out of 28012 with flag 907001/907001
1479.78/1478.65	c cleaning 14000 clauses out of 28012 with flag 921000/921000
1501.38/1500.27	c cleaning 13997 clauses out of 28012 with flag 935000/935000
1525.37/1524.29	c cleaning 14002 clauses out of 28016 with flag 949001/949001
1550.46/1549.36	c cleaning 14001 clauses out of 28014 with flag 963001/963001
1575.54/1574.41	c cleaning 13996 clauses out of 28012 with flag 977000/977000
1600.14/1599.09	c cleaning 14001 clauses out of 28017 with flag 991001/991001
1624.95/1623.89	c cleaning 13997 clauses out of 28016 with flag 1005001/1005001
1649.43/1648.36	c cleaning 13999 clauses out of 28018 with flag 1019000/1019000
1675.32/1674.21	c cleaning 14003 clauses out of 28019 with flag 1033000/1033000
1701.31/1700.20	c cleaning 14003 clauses out of 28016 with flag 1047000/1047000
1727.40/1726.36	c cleaning 13999 clauses out of 28013 with flag 1061000/1061000
1753.19/1752.13	c cleaning 13999 clauses out of 28014 with flag 1075000/1075000
1779.38/1778.39	c cleaning 14000 clauses out of 28015 with flag 1089000/1089000
1800.08/1799.01	c starts		: 189
1800.08/1799.01	c conflicts		: 1100500
1800.08/1799.01	c decisions		: 1149600
1800.08/1799.01	c propagations		: 1250610830
1800.08/1799.01	c inspects		: 7108448045
1800.08/1799.01	c learnt literals	: 1
1800.08/1799.01	c learnt binary clauses	: 46
1800.08/1799.01	c learnt ternary clauses	: 42
1800.08/1799.01	c learnt clauses	: 1100499
1800.08/1799.01	c ignored clauses	: 0
1800.08/1799.01	c root simplifications	: 0
1800.08/1799.01	c removed literals (reason simplification)	: 11392803
1800.08/1799.01	c reason swapping (by a shorter reason)	: 0
1800.08/1799.01	c Calls to reduceDB	: 81
1800.08/1799.01	c number of reductions to clauses (during analyze)	: 0
1800.08/1799.01	c number of learned constraints concerned by reduction	: 0
1800.08/1799.01	c number of learning phase by resolution	: 0
1800.08/1799.01	c number of learning phase by cutting planes	: 0
1800.08/1799.01	c speed (assignments/second)	: 695561.3341134646
1800.08/1799.01	c non guided choices	0
1800.08/1799.07	c learnt constraints type 
1800.08/1799.07	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 25493
1800.08/1799.07	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 46
1800.08/1799.07	c constraints type 
1800.08/1799.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6954
1800.08/1799.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6071
1800.08/1799.07	s UNKNOWN
1800.08/1799.07	c Total wall clock time (in seconds): 1798.862

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-2658769-1276455709/watcher-2658769-1276455709 -o /tmp/evaluation-result-2658769-1276455709/solver-2658769-1276455709 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658769-1276455709.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: 0.92 0.98 0.99 3/106 26883
/proc/meminfo: memFree=1844444/2059040 swapFree=4140384/4192956
[pid=26883] ppid=26881 vsize=1832 CPUtime=0
/proc/26883/stat : 26883 (java6) S 26881 26883 25544 0 -1 4194304 241 0 0 0 0 0 0 0 19 0 1 0 21172491 1875968 144 1992294400 134512640 134550932 4291104448 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/26883/statm: 458 144 107 10 0 63 0

[startup+0.064688 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 26883
/proc/meminfo: memFree=1844444/2059040 swapFree=4140384/4192956
[pid=26883] ppid=26881 vsize=1521664 CPUtime=0.05
/proc/26883/stat : 26883 (java) S 26881 26883 25544 0 -1 4202496 3639 0 1 0 3 2 0 0 18 0 7 0 21172491 1558183936 3079 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/26883/statm: 380416 3079 1030 10 0 377726 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521664

[startup+0.101693 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 26883
/proc/meminfo: memFree=1844444/2059040 swapFree=4140384/4192956
[pid=26883] ppid=26881 vsize=1524184 CPUtime=0.09
/proc/26883/stat : 26883 (java) S 26881 26883 25544 0 -1 4202496 3952 0 1 0 6 3 0 0 18 0 12 0 21172491 1560764416 3390 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26883/statm: 381046 3390 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.417312 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 26883
/proc/meminfo: memFree=1844444/2059040 swapFree=4140384/4192956
[pid=26883] ppid=26881 vsize=1528540 CPUtime=0.6
/proc/26883/stat : 26883 (java) S 26881 26883 25544 0 -1 4202496 6214 0 1 0 57 3 0 0 18 0 12 0 21172491 1565224960 5609 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26883/statm: 382135 5609 1381 10 0 379437 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1528540

[startup+0.700316 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 26883
/proc/meminfo: memFree=1844444/2059040 swapFree=4140384/4192956
[pid=26883] ppid=26881 vsize=1530288 CPUtime=1.07
/proc/26883/stat : 26883 (java) S 26881 26883 25544 0 -1 4202496 8131 0 1 0 102 5 0 0 18 0 12 0 21172491 1567014912 7308 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26883/statm: 382572 7308 1401 10 0 379874 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1530288

[startup+1.50133 s]
/proc/loadavg: 0.92 0.98 0.99 4/118 26895
/proc/meminfo: memFree=1802128/2059040 swapFree=4140384/4192956
[pid=26883] ppid=26881 vsize=1530396 CPUtime=2.53
/proc/26883/stat : 26883 (java) S 26881 26883 25544 0 -1 4202496 14165 0 1 0 245 8 0 0 18 0 13 0 21172491 1567125504 13136 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26883/statm: 382599 13136 1420 10 0 379901 0
[pid=26883/tid=26885] ppid=26881 vsize=1530396 CPUtime=1.38
/proc/26883/task/26885/stat : 26885 (java) R 26881 26883 25544 0 -1 4202560 10975 0 1 0 132 6 0 0 18 0 13 0 21172492 1567125504 13136 1992294400 134512640 134550932 4290683232 18446744073709551615 4109904654 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26883/tid=26886] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26886/stat : 26886 (java) S 26881 26883 25544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 21172494 1567125504 13136 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26887] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26887/stat : 26887 (java) S 26881 26883 25544 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 21172494 1567125504 13136 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26888] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26888/stat : 26888 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 13 0 21172495 1567125504 13136 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26889] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26889/stat : 26889 (java) S 26881 26883 25544 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 13 0 21172496 1567125504 13136 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26890] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26890/stat : 26890 (java) S 26881 26883 25544 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 21172496 1567125504 13136 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26891] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26891/stat : 26891 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21172500 1567125504 13136 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26892] ppid=26881 vsize=1530396 CPUtime=0.13
/proc/26883/task/26892/stat : 26892 (java) R 26881 26883 25544 0 -1 4202560 146 0 0 0 13 0 0 0 23 0 13 0 21172500 1567125504 13136 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26883/tid=26893] ppid=26881 vsize=1530396 CPUtime=0.99
/proc/26883/task/26893/stat : 26893 (java) R 26881 26883 25544 0 -1 4202560 1979 0 0 0 99 0 0 0 16 0 13 0 21172500 1567125504 13136 1992294400 134512640 134550932 4290683232 18446744073709551615 104139104 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26883/tid=26894] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26894/stat : 26894 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21172500 1567125504 13136 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26895] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26895/stat : 26895 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21172500 1567125504 13136 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1530396

[startup+3.10135 s]
/proc/loadavg: 0.92 0.98 0.99 2/119 26896
/proc/meminfo: memFree=1796292/2059040 swapFree=4140384/4192956
[pid=26883] ppid=26881 vsize=1530396 CPUtime=4.67
/proc/26883/stat : 26883 (java) S 26881 26883 25544 0 -1 4202496 14433 0 1 0 459 8 0 0 18 0 13 0 21172491 1567125504 13254 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26883/statm: 382599 13254 1433 10 0 379901 0
[pid=26883/tid=26885] ppid=26881 vsize=1530396 CPUtime=2.98
/proc/26883/task/26885/stat : 26885 (java) R 26881 26883 25544 0 -1 4202560 11040 0 1 0 292 6 0 0 22 0 13 0 21172492 1567125504 13254 1992294400 134512640 134550932 4290683232 18446744073709551615 4110167106 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26883/tid=26886] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26886/stat : 26886 (java) S 26881 26883 25544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 21172494 1567125504 13254 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26887] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26887/stat : 26887 (java) S 26881 26883 25544 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 21172494 1567125504 13254 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26888] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26888/stat : 26888 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 13 0 21172495 1567125504 13254 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26889] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26889/stat : 26889 (java) S 26881 26883 25544 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 13 0 21172496 1567125504 13254 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26890] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26890/stat : 26890 (java) S 26881 26883 25544 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 21172496 1567125504 13254 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26891] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26891/stat : 26891 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21172500 1567125504 13254 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26892] ppid=26881 vsize=1530396 CPUtime=0.23
/proc/26883/task/26892/stat : 26892 (java) S 26881 26883 25544 0 -1 4202560 154 0 0 0 23 0 0 0 21 0 13 0 21172500 1567125504 13254 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26893] ppid=26881 vsize=1530396 CPUtime=1.43
/proc/26883/task/26893/stat : 26893 (java) S 26881 26883 25544 0 -1 4202560 2170 0 0 0 143 0 0 0 17 0 13 0 21172500 1567125504 13254 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26894] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26894/stat : 26894 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21172500 1567125504 13254 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26895] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26895/stat : 26895 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21172500 1567125504 13254 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26896] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26896/stat : 26896 (java) S 26881 26883 25544 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21172631 1567125504 13254 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 1530396

[startup+6.3014 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 26896
/proc/meminfo: memFree=1795920/2059040 swapFree=4140384/4192956
[pid=26883] ppid=26881 vsize=1530396 CPUtime=7.87
/proc/26883/stat : 26883 (java) S 26881 26883 25544 0 -1 4202496 14517 0 1 0 779 8 0 0 18 0 13 0 21172491 1567125504 13314 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26883/statm: 382599 13314 1433 10 0 379901 0
[pid=26883/tid=26885] ppid=26881 vsize=1530396 CPUtime=6.18
/proc/26883/task/26885/stat : 26885 (java) R 26881 26883 25544 0 -1 4202560 11124 0 1 0 611 7 0 0 25 0 13 0 21172492 1567125504 13314 1992294400 134512640 134550932 4290683232 18446744073709551615 4110133911 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26883/tid=26886] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26886/stat : 26886 (java) S 26881 26883 25544 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 21172494 1567125504 13314 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26887] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26887/stat : 26887 (java) S 26881 26883 25544 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 21172494 1567125504 13314 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26888] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26888/stat : 26888 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21172495 1567125504 13314 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26889] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26889/stat : 26889 (java) S 26881 26883 25544 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 13 0 21172496 1567125504 13314 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26890] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26890/stat : 26890 (java) S 26881 26883 25544 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 21172496 1567125504 13314 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26891] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26891/stat : 26891 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21172500 1567125504 13314 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26892] ppid=26881 vsize=1530396 CPUtime=0.23
/proc/26883/task/26892/stat : 26892 (java) S 26881 26883 25544 0 -1 4202560 154 0 0 0 23 0 0 0 21 0 13 0 21172500 1567125504 13314 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26893] ppid=26881 vsize=1530396 CPUtime=1.43
/proc/26883/task/26893/stat : 26893 (java) S 26881 26883 25544 0 -1 4202560 2170 0 0 0 143 0 0 0 17 0 13 0 21172500 1567125504 13314 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26894] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26894/stat : 26894 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21172500 1567125504 13314 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26895] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26895/stat : 26895 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21172500 1567125504 13314 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26896] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26896/stat : 26896 (java) S 26881 26883 25544 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21172631 1567125504 13314 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 1530396

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 3/119 26896
/proc/meminfo: memFree=1788356/2059040 swapFree=4140384/4192956
[pid=26883] ppid=26881 vsize=1530396 CPUtime=14.4
/proc/26883/stat : 26883 (java) S 26881 26883 25544 0 -1 4202496 16396 0 1 0 1430 10 0 0 18 0 13 0 21172491 1567125504 15187 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26883/statm: 382599 15187 1447 10 0 379901 0
[pid=26883/tid=26885] ppid=26881 vsize=1530396 CPUtime=12.5
/proc/26883/task/26885/stat : 26885 (java) R 26881 26883 25544 0 -1 4202560 11265 0 1 0 1243 7 0 0 25 0 13 0 21172492 1567125504 15187 1992294400 134512640 134550932 4290683232 18446744073709551615 4110229346 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26883/tid=26886] ppid=26881 vsize=1530396 CPUtime=0.01
/proc/26883/task/26886/stat : 26886 (java) S 26881 26883 25544 0 -1 4202560 395 0 0 0 1 0 0 0 18 0 13 0 21172494 1567125504 15187 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26887] ppid=26881 vsize=1530396 CPUtime=0.01
/proc/26883/task/26887/stat : 26887 (java) S 26881 26883 25544 0 -1 4202560 430 0 0 0 1 0 0 0 18 0 13 0 21172494 1567125504 15187 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26888] ppid=26881 vsize=1530396 CPUtime=0.03
/proc/26883/task/26888/stat : 26888 (java) S 26881 26883 25544 0 -1 4202560 899 0 0 0 3 0 0 0 15 0 13 0 21172495 1567125504 15187 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26889] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26889/stat : 26889 (java) S 26881 26883 25544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21172496 1567125504 15187 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26890] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26890/stat : 26890 (java) S 26881 26883 25544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 21172496 1567125504 15187 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26891] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26891/stat : 26891 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21172500 1567125504 15187 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26892] ppid=26881 vsize=1530396 CPUtime=0.35
/proc/26883/task/26892/stat : 26892 (java) S 26881 26883 25544 0 -1 4202560 163 0 0 0 35 0 0 0 15 0 13 0 21172500 1567125504 15187 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26893] ppid=26881 vsize=1530396 CPUtime=1.45
/proc/26883/task/26893/stat : 26893 (java) S 26881 26883 25544 0 -1 4202560 2176 0 0 0 145 0 0 0 15 0 13 0 21172500 1567125504 15187 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26894] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26894/stat : 26894 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21172500 1567125504 15187 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26895] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26895/stat : 26895 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21172500 1567125504 15187 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26896] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26896/stat : 26896 (java) S 26881 26883 25544 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21172631 1567125504 15187 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.4
Current children cumulated vsize (KiB) 1530396

[startup+25.5021 s]
/proc/loadavg: 0.95 0.98 0.99 2/119 26898
/proc/meminfo: memFree=1786124/2059040 swapFree=4140384/4192956
[pid=26883] ppid=26881 vsize=1530396 CPUtime=27.22
/proc/26883/stat : 26883 (java) S 26881 26883 25544 0 -1 4202496 16920 0 1 0 2712 10 0 0 18 0 13 0 21172491 1567125504 15705 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26883/statm: 382599 15705 1447 10 0 379901 0
[pid=26883/tid=26885] ppid=26881 vsize=1530396 CPUtime=25.17
/proc/26883/task/26885/stat : 26885 (java) R 26881 26883 25544 0 -1 4202560 11269 0 1 0 2510 7 0 0 25 0 13 0 21172492 1567125504 15705 1992294400 134512640 134550932 4290683232 18446744073709551615 4110199661 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26883/tid=26886] ppid=26881 vsize=1530396 CPUtime=0.01
/proc/26883/task/26886/stat : 26886 (java) S 26881 26883 25544 0 -1 4202560 483 0 0 0 1 0 0 0 18 0 13 0 21172494 1567125504 15705 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26887] ppid=26881 vsize=1530396 CPUtime=0.01
/proc/26883/task/26887/stat : 26887 (java) S 26881 26883 25544 0 -1 4202560 541 0 0 0 1 0 0 0 15 0 13 0 21172494 1567125504 15705 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26888] ppid=26881 vsize=1530396 CPUtime=0.1
/proc/26883/task/26888/stat : 26888 (java) S 26881 26883 25544 0 -1 4202560 1216 0 0 0 10 0 0 0 16 0 13 0 21172495 1567125504 15705 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26889] ppid=26881 vsize=1530396 CPUtime=0

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

[pid=26883] ppid=26881 vsize=1530396 CPUtime=1663.42
/proc/26883/stat : 26883 (java) S 26881 26883 25544 0 -1 4202496 18136 0 1 0 166278 64 0 0 18 0 13 0 21172491 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26883/statm: 382599 16655 1447 10 0 379901 0
[pid=26883/tid=26885] ppid=26881 vsize=1530396 CPUtime=1657.82
/proc/26883/task/26885/stat : 26885 (java) R 26881 26883 25544 0 -1 4202560 11342 0 1 0 165723 59 0 0 25 0 13 0 21172492 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4110148056 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26883/tid=26886] ppid=26881 vsize=1530396 CPUtime=0.22
/proc/26883/task/26886/stat : 26886 (java) S 26881 26883 25544 0 -1 4202560 646 0 0 0 22 0 0 0 15 0 13 0 21172494 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26887] ppid=26881 vsize=1530396 CPUtime=0.22
/proc/26883/task/26887/stat : 26887 (java) S 26881 26883 25544 0 -1 4202560 713 0 0 0 21 1 0 0 16 0 13 0 21172494 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26888] ppid=26881 vsize=1530396 CPUtime=3.07
/proc/26883/task/26888/stat : 26888 (java) S 26881 26883 25544 0 -1 4202560 1914 0 0 0 306 1 0 0 15 0 13 0 21172495 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26889] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26889/stat : 26889 (java) S 26881 26883 25544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21172496 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26890] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26890/stat : 26890 (java) S 26881 26883 25544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 21172496 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26891] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26891/stat : 26891 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26892] ppid=26881 vsize=1530396 CPUtime=0.4
/proc/26883/task/26892/stat : 26892 (java) S 26881 26883 25544 0 -1 4202560 163 0 0 0 40 0 0 0 15 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26893] ppid=26881 vsize=1530396 CPUtime=1.64
/proc/26883/task/26893/stat : 26893 (java) S 26881 26883 25544 0 -1 4202560 2195 0 0 0 164 0 0 0 15 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26894] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26894/stat : 26894 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26895] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26895/stat : 26895 (java) S 26881 26883 25544 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26896] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26896/stat : 26896 (java) S 26881 26883 25544 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21172631 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1663.42
Current children cumulated vsize (KiB) 1530396

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 26945
/proc/meminfo: memFree=1779924/2059040 swapFree=4140384/4192956
[pid=26883] ppid=26881 vsize=1530396 CPUtime=1723.4
/proc/26883/stat : 26883 (java) S 26881 26883 25544 0 -1 4202496 18144 0 1 0 172275 65 0 0 18 0 13 0 21172491 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26883/statm: 382599 16655 1447 10 0 379901 0
[pid=26883/tid=26885] ppid=26881 vsize=1530396 CPUtime=1717.71
/proc/26883/task/26885/stat : 26885 (java) R 26881 26883 25544 0 -1 4202560 11344 0 1 0 171712 59 0 0 25 0 13 0 21172492 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4110133946 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26883/tid=26886] ppid=26881 vsize=1530396 CPUtime=0.22
/proc/26883/task/26886/stat : 26886 (java) S 26881 26883 25544 0 -1 4202560 646 0 0 0 22 0 0 0 15 0 13 0 21172494 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26887] ppid=26881 vsize=1530396 CPUtime=0.22
/proc/26883/task/26887/stat : 26887 (java) S 26881 26883 25544 0 -1 4202560 713 0 0 0 21 1 0 0 16 0 13 0 21172494 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26888] ppid=26881 vsize=1530396 CPUtime=3.14
/proc/26883/task/26888/stat : 26888 (java) S 26881 26883 25544 0 -1 4202560 1916 0 0 0 313 1 0 0 15 0 13 0 21172495 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26889] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26889/stat : 26889 (java) S 26881 26883 25544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21172496 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26890] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26890/stat : 26890 (java) S 26881 26883 25544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 21172496 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26891] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26891/stat : 26891 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26892] ppid=26881 vsize=1530396 CPUtime=0.4
/proc/26883/task/26892/stat : 26892 (java) S 26881 26883 25544 0 -1 4202560 163 0 0 0 40 0 0 0 15 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26893] ppid=26881 vsize=1530396 CPUtime=1.64
/proc/26883/task/26893/stat : 26893 (java) S 26881 26883 25544 0 -1 4202560 2195 0 0 0 164 0 0 0 15 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26894] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26894/stat : 26894 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26895] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26895/stat : 26895 (java) S 26881 26883 25544 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26896] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26896/stat : 26896 (java) S 26881 26883 25544 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21172631 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1723.4
Current children cumulated vsize (KiB) 1530396

[startup+1782.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/119 26947
/proc/meminfo: memFree=1779676/2059040 swapFree=4140384/4192956
[pid=26883] ppid=26881 vsize=1530396 CPUtime=1783.38
/proc/26883/stat : 26883 (java) S 26881 26883 25544 0 -1 4202496 18153 0 1 0 178273 65 0 0 18 0 13 0 21172491 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26883/statm: 382599 16655 1447 10 0 379901 0
[pid=26883/tid=26885] ppid=26881 vsize=1530396 CPUtime=1777.55
/proc/26883/task/26885/stat : 26885 (java) R 26881 26883 25544 0 -1 4202560 11347 0 1 0 177696 59 0 0 25 0 13 0 21172492 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4110244656 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26883/tid=26886] ppid=26881 vsize=1530396 CPUtime=0.23
/proc/26883/task/26886/stat : 26886 (java) S 26881 26883 25544 0 -1 4202560 646 0 0 0 23 0 0 0 15 0 13 0 21172494 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26887] ppid=26881 vsize=1530396 CPUtime=0.23
/proc/26883/task/26887/stat : 26887 (java) S 26881 26883 25544 0 -1 4202560 713 0 0 0 22 1 0 0 16 0 13 0 21172494 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26888] ppid=26881 vsize=1530396 CPUtime=3.27
/proc/26883/task/26888/stat : 26888 (java) S 26881 26883 25544 0 -1 4202560 1920 0 0 0 326 1 0 0 15 0 13 0 21172495 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26889] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26889/stat : 26889 (java) S 26881 26883 25544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21172496 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26890] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26890/stat : 26890 (java) S 26881 26883 25544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 21172496 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26891] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26891/stat : 26891 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26892] ppid=26881 vsize=1530396 CPUtime=0.4
/proc/26883/task/26892/stat : 26892 (java) S 26881 26883 25544 0 -1 4202560 163 0 0 0 40 0 0 0 15 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26893] ppid=26881 vsize=1530396 CPUtime=1.64
/proc/26883/task/26893/stat : 26893 (java) S 26881 26883 25544 0 -1 4202560 2195 0 0 0 164 0 0 0 15 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26894] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26894/stat : 26894 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26895] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26895/stat : 26895 (java) S 26881 26883 25544 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26896] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26896/stat : 26896 (java) S 26881 26883 25544 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21172631 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1783.38
Current children cumulated vsize (KiB) 1530396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799 s]
/proc/loadavg: 1.06 1.01 1.00 2/119 26947
/proc/meminfo: memFree=1779676/2059040 swapFree=4140384/4192956
[pid=26883] ppid=26881 vsize=1530396 CPUtime=1800.08
/proc/26883/stat : 26883 (java) S 26881 26883 25544 0 -1 4202496 18155 0 1 0 179943 65 0 0 18 0 13 0 21172491 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26883/statm: 382599 16655 1447 10 0 379901 0
[pid=26883/tid=26885] ppid=26881 vsize=1530396 CPUtime=1794.25
/proc/26883/task/26885/stat : 26885 (java) R 26881 26883 25544 0 -1 4202560 11347 0 1 0 179366 59 0 0 25 0 13 0 21172492 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4110147398 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26883/tid=26886] ppid=26881 vsize=1530396 CPUtime=0.23
/proc/26883/task/26886/stat : 26886 (java) S 26881 26883 25544 0 -1 4202560 646 0 0 0 23 0 0 0 15 0 13 0 21172494 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26887] ppid=26881 vsize=1530396 CPUtime=0.23
/proc/26883/task/26887/stat : 26887 (java) S 26881 26883 25544 0 -1 4202560 713 0 0 0 22 1 0 0 16 0 13 0 21172494 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26888] ppid=26881 vsize=1530396 CPUtime=3.27
/proc/26883/task/26888/stat : 26888 (java) S 26881 26883 25544 0 -1 4202560 1920 0 0 0 326 1 0 0 15 0 13 0 21172495 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26889] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26889/stat : 26889 (java) S 26881 26883 25544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21172496 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26890] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26890/stat : 26890 (java) S 26881 26883 25544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 21172496 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26891] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26891/stat : 26891 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26892] ppid=26881 vsize=1530396 CPUtime=0.4
/proc/26883/task/26892/stat : 26892 (java) S 26881 26883 25544 0 -1 4202560 163 0 0 0 40 0 0 0 15 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26893] ppid=26881 vsize=1530396 CPUtime=1.64
/proc/26883/task/26893/stat : 26893 (java) S 26881 26883 25544 0 -1 4202560 2195 0 0 0 164 0 0 0 15 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26894] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26894/stat : 26894 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26895] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26895/stat : 26895 (java) S 26881 26883 25544 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26896] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26896/stat : 26896 (java) S 26881 26883 25544 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21172631 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1530396

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

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

[startup+1799 s]
/proc/loadavg: 1.06 1.01 1.00 2/119 26947
/proc/meminfo: memFree=1779676/2059040 swapFree=4140384/4192956
[pid=26883] ppid=26881 vsize=1530396 CPUtime=1800.08
/proc/26883/stat : 26883 (java) S 26881 26883 25544 0 -1 4202496 18155 0 1 0 179943 65 0 0 18 0 13 0 21172491 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26883/statm: 382599 16655 1447 10 0 379901 0
[pid=26883/tid=26885] ppid=26881 vsize=1530396 CPUtime=1794.25
/proc/26883/task/26885/stat : 26885 (java) R 26881 26883 25544 0 -1 4202560 11347 0 1 0 179366 59 0 0 25 0 13 0 21172492 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4110147398 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26883/tid=26886] ppid=26881 vsize=1530396 CPUtime=0.23
/proc/26883/task/26886/stat : 26886 (java) S 26881 26883 25544 0 -1 4202560 646 0 0 0 23 0 0 0 15 0 13 0 21172494 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26887] ppid=26881 vsize=1530396 CPUtime=0.23
/proc/26883/task/26887/stat : 26887 (java) S 26881 26883 25544 0 -1 4202560 713 0 0 0 22 1 0 0 16 0 13 0 21172494 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26888] ppid=26881 vsize=1530396 CPUtime=3.27
/proc/26883/task/26888/stat : 26888 (java) S 26881 26883 25544 0 -1 4202560 1920 0 0 0 326 1 0 0 15 0 13 0 21172495 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 0 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26889] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26889/stat : 26889 (java) S 26881 26883 25544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21172496 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26890] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26890/stat : 26890 (java) S 26881 26883 25544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 21172496 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26891] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26891/stat : 26891 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26892] ppid=26881 vsize=1530396 CPUtime=0.4
/proc/26883/task/26892/stat : 26892 (java) S 26881 26883 25544 0 -1 4202560 163 0 0 0 40 0 0 0 15 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
[pid=26883/tid=26893] ppid=26881 vsize=1530396 CPUtime=1.64
/proc/26883/task/26893/stat : 26893 (java) S 26881 26883 25544 0 -1 4202560 2195 0 0 0 164 0 0 0 15 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26894] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26894/stat : 26894 (java) S 26881 26883 25544 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26895] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26895/stat : 26895 (java) S 26881 26883 25544 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 21172500 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 0 0 0 0
[pid=26883/tid=26896] ppid=26881 vsize=1530396 CPUtime=0
/proc/26883/task/26896/stat : 26896 (java) S 26881 26883 25544 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 21172631 1567125504 16655 1992294400 134512640 134550932 4290683232 18446744073709551615 4294960144 0 4 0 16800975 18446604437826523200 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1530396

Child status: 143
Real time (s): 1799.09
CPU time (s): 1800.23
CPU user time (s): 1799.56
CPU system time (s): 0.663899
CPU usage (%): 100.063
Max. virtual memory (cumulated for all children) (KiB): 1530396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 0.663899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18176
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= 37422
involuntary context switches= 30889

runsolver used 3.71143 second user time and 9.46456 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-13 21:01:49
IDJOB=2658769
IDBENCH=2160
IDSOLVER=1164
FILE ID=node010/2658769-1276455709
PBS_JOBID= 11173347
Free space on /tmp= 62500 MiB

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

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

MD5SUM BENCH= 0b8531b64d2ca93b44d439b9cb9fcfaa
RANDOM SEED=1254968046

node010.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.267
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.53
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.267
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:       1844716 kB
Buffers:         34280 kB
Cached:         100936 kB
SwapCached:       6500 kB
Active:          92484 kB
Inactive:        55912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1844716 kB
SwapTotal:     4192956 kB
SwapFree:      4140384 kB
Dirty:             764 kB
Writeback:           4 kB
AnonPages:       10832 kB
Mapped:          12964 kB
Slab:            43944 kB
PageTables:       4080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182836 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= 62500 MiB
End job on node010 at 2010-06-13 21:31:50