Trace number 2662182

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.45 948.976

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-greenbea.opb
MD5SUMfed9726f7ff3b53e29a48b8849ad3d9b
Bench CategoryOPT-BIGINT (optimisation, big 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 variables155427
Total number of constraints2674
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2674
Minimum length of a constraint11
Maximum length of a constraint7267
Number of terms in the objective function 15205
Biggest coefficient in the objective function 536870912000000
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 11303756896327816
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 24454743822989865
Number of bits of the biggest sum of numbers55
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.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2662182-1276553954.opb
0.23/0.21	c reading problem ... 
13.38/9.72	c ... done. Wall clock time 9.507s.
13.38/9.72	c #vars     155427
13.38/9.72	c #constraints  52920
13.38/9.72	c constraints type 
13.38/9.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4611
13.38/9.72	c constraints type 
13.38/9.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4611
125.15/66.07	c cleaning 2492 clauses out of 4996 with flag 5000/5000
145.98/77.07	c cleaning 4246 clauses out of 8504 with flag 11001/11001
207.79/108.72	c cleaning 5623 clauses out of 11258 with flag 18002/18002
284.74/147.97	c cleaning 6808 clauses out of 13633 with flag 26000/26000
396.67/205.01	c cleaning 7906 clauses out of 15826 with flag 35001/35001
512.34/263.88	c cleaning 8951 clauses out of 17919 with flag 45000/45000
593.93/305.54	c cleaning 9478 clauses out of 18967 with flag 55000/55000
727.47/373.44	c cleaning 9732 clauses out of 19490 with flag 65001/65001
768.00/394.58	c cleaning 9862 clauses out of 19757 with flag 75000/75000
862.92/442.93	c cleaning 9936 clauses out of 19895 with flag 85000/85000
962.89/493.89	c cleaning 9974 clauses out of 19960 with flag 95001/95001
997.71/511.91	c cleaning 9968 clauses out of 19985 with flag 105000/105000
1017.40/522.55	c cleaning 10007 clauses out of 20018 with flag 115001/115001
1038.31/533.61	c cleaning 9999 clauses out of 20010 with flag 125000/125000
1058.52/544.30	c cleaning 10001 clauses out of 20011 with flag 135000/135000
1074.95/553.11	c cleaning 9997 clauses out of 20010 with flag 145000/145000
1090.98/561.89	c cleaning 10001 clauses out of 20014 with flag 155001/155001
1105.87/569.87	c cleaning 10004 clauses out of 20012 with flag 165000/165000
1120.70/577.80	c cleaning 9997 clauses out of 20008 with flag 175000/175000
1134.55/585.39	c cleaning 9999 clauses out of 20012 with flag 185001/185001
1150.54/594.03	c cleaning 10004 clauses out of 20015 with flag 195003/195003
1165.77/602.20	c cleaning 9997 clauses out of 20008 with flag 205000/205000
1182.26/611.02	c cleaning 10002 clauses out of 20012 with flag 215001/215001
1198.29/619.69	c cleaning 9999 clauses out of 20010 with flag 225001/225001
1215.87/629.16	c cleaning 10001 clauses out of 20011 with flag 235001/235001
1232.08/637.89	c cleaning 9999 clauses out of 20009 with flag 245000/245000
1248.69/646.79	c cleaning 9998 clauses out of 20010 with flag 255000/255000
1266.47/656.24	c cleaning 10002 clauses out of 20012 with flag 265000/265000
1280.07/663.74	c cleaning 10002 clauses out of 20011 with flag 275001/275001
1292.93/670.77	c cleaning 9997 clauses out of 20008 with flag 285000/285000
1306.57/678.10	c cleaning 10000 clauses out of 20012 with flag 295001/295001
1322.80/686.88	c cleaning 10001 clauses out of 20011 with flag 305000/305000
1336.18/694.30	c cleaning 9995 clauses out of 20011 with flag 315001/315001
1351.61/702.51	c cleaning 10002 clauses out of 20016 with flag 325001/325001
1365.87/710.27	c cleaning 10001 clauses out of 20014 with flag 335001/335001
1379.32/717.54	c cleaning 9998 clauses out of 20013 with flag 345001/345001
1390.36/723.77	c cleaning 10006 clauses out of 20014 with flag 355000/355000
1400.85/729.57	c cleaning 10002 clauses out of 20008 with flag 365000/365000
1411.15/735.22	c cleaning 10003 clauses out of 20007 with flag 375001/375001
1421.83/741.10	c cleaning 10001 clauses out of 20003 with flag 385000/385000
1434.62/748.25	c cleaning 9990 clauses out of 20002 with flag 395000/395000
1448.09/755.51	c cleaning 10005 clauses out of 20012 with flag 405000/405000
1459.95/762.03	c cleaning 9992 clauses out of 20008 with flag 415001/415001
1469.04/767.20	c cleaning 9995 clauses out of 20016 with flag 425001/425001
1478.91/772.76	c cleaning 9997 clauses out of 20020 with flag 435000/435000
1489.19/778.44	c cleaning 9995 clauses out of 20024 with flag 445001/445001
1499.88/784.33	c cleaning 10003 clauses out of 20028 with flag 455000/455000
1510.77/790.30	c cleaning 9999 clauses out of 20025 with flag 465000/465000
1521.84/796.54	c cleaning 10004 clauses out of 20028 with flag 475002/475002
1533.14/802.78	c cleaning 10001 clauses out of 20022 with flag 485000/485000
1543.41/808.48	c cleaning 10002 clauses out of 20021 with flag 495000/495000
1553.30/813.97	c cleaning 10002 clauses out of 20019 with flag 505000/505000
1563.11/819.59	c cleaning 10001 clauses out of 20017 with flag 515000/515000
1573.78/825.45	c cleaning 9994 clauses out of 20017 with flag 525001/525001
1587.23/832.72	c cleaning 10005 clauses out of 20023 with flag 535001/535001
1600.26/839.82	c cleaning 9997 clauses out of 20018 with flag 545001/545001
1612.85/846.74	c cleaning 9998 clauses out of 20021 with flag 555001/555001
1624.72/853.24	c cleaning 10000 clauses out of 20022 with flag 565000/565000
1636.21/859.59	c cleaning 9999 clauses out of 20022 with flag 575000/575000
1648.45/866.25	c cleaning 9996 clauses out of 20024 with flag 585001/585001
1660.94/873.12	c cleaning 10006 clauses out of 20027 with flag 595000/595000
1672.81/879.65	c cleaning 9999 clauses out of 20021 with flag 605000/605000
1683.08/885.37	c cleaning 10002 clauses out of 20023 with flag 615001/615001
1696.50/892.63	c cleaning 9996 clauses out of 20021 with flag 625001/625001
1708.70/899.48	c cleaning 10000 clauses out of 20024 with flag 635000/635000
1720.14/905.73	c cleaning 10008 clauses out of 20025 with flag 645001/645001
1740.52/916.55	c cleaning 10001 clauses out of 20016 with flag 655001/655001
1758.33/926.05	c cleaning 9985 clauses out of 20015 with flag 665001/665001
1771.68/933.41	c cleaning 9996 clauses out of 20029 with flag 675000/675000
1787.30/941.86	c cleaning 9998 clauses out of 20034 with flag 685001/685001
1800.16/948.81	c starts		: 169
1800.16/948.81	c conflicts		: 692691
1800.16/948.81	c decisions		: 867849
1800.16/948.81	c propagations		: 11057784
1800.16/948.81	c inspects		: 278314132
1800.16/948.81	c learnt literals	: 8
1800.16/948.81	c learnt binary clauses	: 11
1800.16/948.81	c learnt ternary clauses	: 14
1800.16/948.81	c learnt clauses	: 692683
1800.16/948.81	c ignored clauses	: 0
1800.16/948.81	c root simplifications	: 0
1800.16/948.81	c removed literals (reason simplification)	: 24783022
1800.16/948.81	c reason swapping (by a shorter reason)	: 0
1800.16/948.81	c Calls to reduceDB	: 70
1800.16/948.81	c number of reductions to clauses (during analyze)	: 0
1800.16/948.82	c number of learned constraints concerned by reduction	: 0
1800.16/948.82	c number of learning phase by resolution	: 0
1800.16/948.82	c number of learning phase by cutting planes	: 0
1800.16/948.82	c speed (assignments/second)	: 11776.980654616096
1800.16/948.82	c non guided choices	106241
1800.16/948.87	c learnt constraints type 
1800.16/948.87	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17716
1800.16/948.87	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11
1800.16/948.87	c constraints type 
1800.16/948.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4611
1800.16/948.87	c constraints type 
1800.16/948.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4611
1800.16/948.87	s UNKNOWN
1800.16/948.87	c Total wall clock time (in seconds): 948.66

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-2662182-1276553954/watcher-2662182-1276553954 -o /tmp/evaluation-result-2662182-1276553954/solver-2662182-1276553954 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662182-1276553954.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.12 1.08 1.02 3/106 31564
/proc/meminfo: memFree=1841540/2059040 swapFree=4134576/4192956
[pid=31564] ppid=31562 vsize=248 CPUtime=0
/proc/31564/stat : 31564 (java) R 31562 31564 31218 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 30981896 253952 29 1992294400 134512640 134550932 4287520992 18446744073709551615 1847774 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31564/statm: 62 29 21 10 0 23 0

[startup+0.02421 s]
/proc/loadavg: 1.12 1.08 1.02 3/106 31564
/proc/meminfo: memFree=1841540/2059040 swapFree=4134576/4192956
[pid=31564] ppid=31562 vsize=1517068 CPUtime=0.01
/proc/31564/stat : 31564 (java) S 31562 31564 31218 0 -1 4202496 2027 0 1 0 0 1 0 0 18 0 2 0 30981896 1553477632 1471 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31564/statm: 379267 1483 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.101209 s]
/proc/loadavg: 1.12 1.08 1.02 3/106 31564
/proc/meminfo: memFree=1841540/2059040 swapFree=4134576/4192956
[pid=31564] ppid=31562 vsize=1524180 CPUtime=0.09
/proc/31564/stat : 31564 (java) S 31562 31564 31218 0 -1 4202496 3975 0 1 0 6 3 0 0 18 0 12 0 30981896 1560760320 3414 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31564/statm: 381045 3414 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.300206 s]
/proc/loadavg: 1.12 1.08 1.02 3/106 31564
/proc/meminfo: memFree=1841540/2059040 swapFree=4134576/4192956
[pid=31564] ppid=31562 vsize=1526520 CPUtime=0.39
/proc/31564/stat : 31564 (java) S 31562 31564 31218 0 -1 4202496 7107 0 1 0 34 5 0 0 18 0 12 0 30981896 1563156480 6544 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31564/statm: 381630 6547 1359 10 0 378933 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526520

[startup+0.700199 s]
/proc/loadavg: 1.12 1.08 1.02 3/106 31564
/proc/meminfo: memFree=1841540/2059040 swapFree=4134576/4192956
[pid=31564] ppid=31562 vsize=1528592 CPUtime=1.16
/proc/31564/stat : 31564 (java) S 31562 31564 31218 0 -1 4202496 10196 0 1 0 110 6 0 0 18 0 12 0 30981896 1565278208 9633 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31564/statm: 382148 9633 1402 10 0 379451 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1528592

[startup+1.50119 s]
/proc/loadavg: 1.27 1.12 1.03 5/118 31576
/proc/meminfo: memFree=1791164/2059040 swapFree=4134576/4192956
[pid=31564] ppid=31562 vsize=1538492 CPUtime=2.74
/proc/31564/stat : 31564 (java) S 31562 31564 31218 0 -1 4202496 26927 0 1 0 260 14 0 0 18 0 12 0 30981896 1575415808 25498 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31564/statm: 384623 25501 1406 10 0 381926 0
[pid=31564/tid=31566] ppid=31562 vsize=1538492 CPUtime=1.45
/proc/31564/task/31566/stat : 31566 (java) R 31562 31564 31218 0 -1 4202560 21519 0 1 0 134 11 0 0 18 0 12 0 30981898 1575415808 25503 1992294400 134512640 134550932 4287520992 18446744073709551615 4109994661 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31564/tid=31567] ppid=31562 vsize=1538492 CPUtime=0
/proc/31564/task/31567/stat : 31567 (java) S 31562 31564 31218 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 30981899 1575415808 25503 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31568] ppid=31562 vsize=1538492 CPUtime=0
/proc/31564/task/31568/stat : 31568 (java) S 31562 31564 31218 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 30981899 1575415808 25503 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31569] ppid=31562 vsize=1538492 CPUtime=0
/proc/31564/task/31569/stat : 31569 (java) S 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30981901 1575415808 25505 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31570] ppid=31562 vsize=1538492 CPUtime=0
/proc/31564/task/31570/stat : 31570 (java) S 31562 31564 31218 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 30981901 1575415808 25507 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31571] ppid=31562 vsize=1538492 CPUtime=0
/proc/31564/task/31571/stat : 31571 (java) S 31562 31564 31218 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 30981901 1575415808 25507 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31572] ppid=31562 vsize=1538492 CPUtime=0
/proc/31564/task/31572/stat : 31572 (java) S 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30981906 1575415808 25507 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31573] ppid=31562 vsize=1538492 CPUtime=0.72
/proc/31564/task/31573/stat : 31573 (java) R 31562 31564 31218 0 -1 4202560 1130 0 0 0 72 0 0 0 25 0 12 0 30981906 1575415808 25509 1992294400 134512640 134550932 4287520992 18446744073709551615 105873548 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31564/tid=31574] ppid=31562 vsize=1538492 CPUtime=0.53
/proc/31564/task/31574/stat : 31574 (java) R 31562 31564 31218 0 -1 4202560 3216 0 0 0 52 1 0 0 18 0 12 0 30981906 1575415808 25510 1992294400 134512640 134550932 4287520992 18446744073709551615 2349020 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31564/tid=31575] ppid=31562 vsize=1538492 CPUtime=0
/proc/31564/task/31575/stat : 31575 (java) S 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30981906 1575415808 25510 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31576] ppid=31562 vsize=1538492 CPUtime=0
/proc/31564/task/31576/stat : 31576 (java) S 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30981906 1575415808 25510 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1538492

[startup+3.10016 s]
/proc/loadavg: 1.27 1.12 1.03 3/118 31576
/proc/meminfo: memFree=1679316/2059040 swapFree=4134576/4192956
[pid=31564] ppid=31562 vsize=1539656 CPUtime=4.93
/proc/31564/stat : 31564 (java) S 31562 31564 31218 0 -1 4202496 51706 0 1 0 468 25 0 0 18 0 12 0 30981896 1576607744 47281 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31564/statm: 384914 47281 1417 10 0 382217 0
[pid=31564/tid=31566] ppid=31562 vsize=1539656 CPUtime=2.8
/proc/31564/task/31566/stat : 31566 (java) R 31562 31564 31218 0 -1 4202560 32032 0 1 0 263 17 0 0 17 0 12 0 30981898 1576607744 47281 1992294400 134512640 134550932 4287520992 18446744073709551615 4109886858 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31564/tid=31567] ppid=31562 vsize=1539656 CPUtime=0.19
/proc/31564/task/31567/stat : 31567 (java) S 31562 31564 31218 0 -1 4202560 6690 0 0 0 17 2 0 0 18 0 12 0 30981899 1576607744 47281 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31568] ppid=31562 vsize=1539656 CPUtime=0.18
/proc/31564/task/31568/stat : 31568 (java) S 31562 31564 31218 0 -1 4202560 5126 0 0 0 17 1 0 0 18 0 12 0 30981899 1576607744 47281 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31569] ppid=31562 vsize=1539656 CPUtime=0
/proc/31564/task/31569/stat : 31569 (java) S 31562 31564 31218 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 30981901 1576607744 47281 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31570] ppid=31562 vsize=1539656 CPUtime=0
/proc/31564/task/31570/stat : 31570 (java) S 31562 31564 31218 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 30981901 1576607744 47281 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31571] ppid=31562 vsize=1539656 CPUtime=0
/proc/31564/task/31571/stat : 31571 (java) S 31562 31564 31218 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 30981901 1576607744 47281 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31572] ppid=31562 vsize=1539656 CPUtime=0
/proc/31564/task/31572/stat : 31572 (java) S 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30981906 1576607744 47281 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31573] ppid=31562 vsize=1539656 CPUtime=0.78
/proc/31564/task/31573/stat : 31573 (java) S 31562 31564 31218 0 -1 4202560 1135 0 0 0 78 0 0 0 25 0 12 0 30981906 1576607744 47281 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31574] ppid=31562 vsize=1539656 CPUtime=0.92
/proc/31564/task/31574/stat : 31574 (java) S 31562 31564 31218 0 -1 4202560 5650 0 0 0 90 2 0 0 17 0 12 0 30981906 1576607744 47281 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31575] ppid=31562 vsize=1539656 CPUtime=0
/proc/31564/task/31575/stat : 31575 (java) S 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30981906 1576607744 47281 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31576] ppid=31562 vsize=1539656 CPUtime=0
/proc/31564/task/31576/stat : 31576 (java) S 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30981906 1576607744 47281 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 1539656

[startup+6.30111 s]
/proc/loadavg: 1.27 1.12 1.03 2/118 31576
/proc/meminfo: memFree=1585696/2059040 swapFree=4134576/4192956
[pid=31564] ppid=31562 vsize=1539504 CPUtime=9.16
/proc/31564/stat : 31564 (java) S 31562 31564 31218 0 -1 4202496 82502 0 1 0 876 40 0 0 18 0 12 0 30981896 1576452096 71813 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31564/statm: 384876 71813 1418 10 0 382179 0
[pid=31564/tid=31566] ppid=31562 vsize=1539504 CPUtime=5.14
/proc/31564/task/31566/stat : 31566 (java) R 31562 31564 31218 0 -1 4202560 32036 0 1 0 497 17 0 0 16 0 12 0 30981898 1576452096 71813 1992294400 134512640 134550932 4287520992 18446744073709551615 4110123895 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31564/tid=31567] ppid=31562 vsize=1539504 CPUtime=1.04
/proc/31564/task/31567/stat : 31567 (java) S 31562 31564 31218 0 -1 4202560 21618 0 0 0 96 8 0 0 16 0 12 0 30981899 1576452096 71813 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31568] ppid=31562 vsize=1539504 CPUtime=1.02
/proc/31564/task/31568/stat : 31568 (java) S 31562 31564 31218 0 -1 4202560 20021 0 0 0 93 9 0 0 16 0 12 0 30981899 1576452096 71813 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31569] ppid=31562 vsize=1539504 CPUtime=0
/proc/31564/task/31569/stat : 31569 (java) S 31562 31564 31218 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 30981901 1576452096 71813 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31570] ppid=31562 vsize=1539504 CPUtime=0
/proc/31564/task/31570/stat : 31570 (java) S 31562 31564 31218 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 30981901 1576452096 71813 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31571] ppid=31562 vsize=1539504 CPUtime=0
/proc/31564/task/31571/stat : 31571 (java) S 31562 31564 31218 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 30981901 1576452096 71813 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31572] ppid=31562 vsize=1539504 CPUtime=0
/proc/31564/task/31572/stat : 31572 (java) S 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30981906 1576452096 71813 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31573] ppid=31562 vsize=1539504 CPUtime=0.78
/proc/31564/task/31573/stat : 31573 (java) S 31562 31564 31218 0 -1 4202560 1135 0 0 0 78 0 0 0 25 0 12 0 30981906 1576452096 71813 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31574] ppid=31562 vsize=1539504 CPUtime=1.12
/proc/31564/task/31574/stat : 31574 (java) S 31562 31564 31218 0 -1 4202560 6619 0 0 0 109 3 0 0 16 0 12 0 30981906 1576452096 71813 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31575] ppid=31562 vsize=1539504 CPUtime=0
/proc/31564/task/31575/stat : 31575 (java) S 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30981906 1576452096 71813 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31576] ppid=31562 vsize=1539504 CPUtime=0
/proc/31564/task/31576/stat : 31576 (java) S 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30981906 1576452096 71813 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.16
Current children cumulated vsize (KiB) 1539504

[startup+12.706 s]
/proc/loadavg: 1.62 1.19 1.05 4/122 31580
/proc/meminfo: memFree=1456084/2059040 swapFree=4134576/4192956
[pid=31564] ppid=31562 vsize=1540800 CPUtime=19.31
/proc/31564/stat : 31564 (java) S 31562 31564 31218 0 -1 4202496 114208 0 1 0 1875 56 0 0 18 0 16 0 30981896 1577779200 99207 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31564/statm: 385200 99207 1439 10 0 382503 0
[pid=31564/tid=31566] ppid=31562 vsize=1540800 CPUtime=7.7
/proc/31564/task/31566/stat : 31566 (java) S 31562 31564 31218 0 -1 4202560 32067 0 1 0 752 18 0 0 15 0 16 0 30981898 1577779200 99207 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31567] ppid=31562 vsize=1540800 CPUtime=2.31
/proc/31564/task/31567/stat : 31567 (java) S 31562 31564 31218 0 -1 4202560 34622 0 0 0 216 15 0 0 16 0 16 0 30981899 1577779200 99207 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31568] ppid=31562 vsize=1540800 CPUtime=2.3
/proc/31564/task/31568/stat : 31568 (java) S 31562 31564 31218 0 -1 4202560 38504 0 0 0 214 16 0 0 16 0 16 0 30981899 1577779200 99207 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31569] ppid=31562 vsize=1540800 CPUtime=0
/proc/31564/task/31569/stat : 31569 (java) S 31562 31564 31218 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 30981901 1577779200 99207 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31570] ppid=31562 vsize=1540800 CPUtime=0
/proc/31564/task/31570/stat : 31570 (java) S 31562 31564 31218 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30981901 1577779200 99207 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31571] ppid=31562 vsize=1540800 CPUtime=0
/proc/31564/task/31571/stat : 31571 (java) S 31562 31564 31218 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30981901 1577779200 99207 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31572] ppid=31562 vsize=1540800 CPUtime=0
/proc/31564/task/31572/stat : 31572 (java) S 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30981906 1577779200 99207 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31573] ppid=31562 vsize=1540800 CPUtime=1.27
/proc/31564/task/31573/stat : 31573 (java) R 31562 31564 31218 0 -1 4202560 1173 0 0 0 127 0 0 0 15 0 16 0 30981906 1577779200 99207 1992294400 134512640 134550932 4287520992 18446744073709551615 104140323 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31564/tid=31574] ppid=31562 vsize=1540800 CPUtime=1.78
/proc/31564/task/31574/stat : 31574 (java) S 31562 31564 31218 0 -1 4202560 6708 0 0 0 175 3 0 0 15 0 16 0 30981906 1577779200 99207 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31575] ppid=31562 vsize=1540800 CPUtime=0
/proc/31564/task/31575/stat : 31575 (java) S 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30981906 1577779200 99207 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31576] ppid=31562 vsize=1540800 CPUtime=0
/proc/31564/task/31576/stat : 31576 (java) R 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30981906 1577779200 99207 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31564/tid=31577] ppid=31562 vsize=1540800 CPUtime=2.23
/proc/31564/task/31577/stat : 31577 (java) R 31562 31564 31218 0 -1 4202560 21 0 0 0 223 0 0 0 16 0 16 0 30982869 1577779200 99207 1992294400 134512640 134550932 4287520992 18446744073709551615 4109580507 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31564/tid=31578] ppid=31562 vsize=1540800 CPUtime=1.66
/proc/31564/task/31578/stat : 31578 (java) R 31562 31564 31218 0 -1 4202560 29 0 0 0 166 0 0 0 17 0 16 0 30982869 1577779200 99207 1992294400 134512640 134550932 4287520992 18446744073709551615 4109975610 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31564/tid=31579] ppid=31562 vsize=1540800 CPUtime=0
/proc/31564/task/31579/stat : 31579 (java) S 31562 31564 31218 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 30983059 1577779200 99207 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31580] ppid=31562 vsize=1540800 CPUtime=0
/proc/31564/task/31580/stat : 31580 (java) S 31562 31564 31218 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 30983067 1577779200 99207 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.31
Current children cumulated vsize (KiB) 1540800

[startup+25.5025 s]
/proc/loadavg: 1.90 1.27 1.08 3/122 31580
/proc/meminfo: memFree=1435376/2059040 swapFree=4134576/4192956
[pid=31564] ppid=31562 vsize=1540800 CPUtime=44.64
/proc/31564/stat : 31564 (java) S 31562 31564 31218 0 -1 4202496 117900 0 1 0 4405 59 0 0 18 0 16 0 30981896 1577779200 102578 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31564/statm: 385200 102578 1441 10 0 382503 0
[pid=31564/tid=31566] ppid=31562 vsize=1540800 CPUtime=7.7
/proc/31564/task/31566/stat : 31566 (java) S 31562 31564 31218 0 -1 4202560 32067 0 1 0 752 18 0 0 15 0 16 0 30981898 1577779200 102578 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31567] ppid=31562 vsize=1540800 CPUtime=2.81
/proc/31564/task/31567/stat : 31567 (java) S 31562 31564 31218 0 -1 4202560 36595 0 0 0 265 16 0 0 16 0 16 0 30981899 1577779200 102578 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31568] ppid=31562 vsize=1540800 CPUtime=2.8
/proc/31564/task/31568/stat : 31568 (java) S 31562 31564 31218 0 -1 4202560 40121 0 0 0 262 18 0 0 16 0 16 0 30981899 1577779200 102578 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31569] ppid=31562 vsize=1540800 CPUtime=0.02

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

/proc/31564/task/31579/stat : 31579 (java) S 31562 31564 31218 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 30983059 1582211072 120883 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31580] ppid=31562 vsize=1545128 CPUtime=0
/proc/31564/task/31580/stat : 31580 (java) S 31562 31564 31218 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 30983067 1582211072 120883 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1567.64
Current children cumulated vsize (KiB) 1545128

[startup+882.302 s]
/proc/loadavg: 2.29 2.07 1.67 3/122 31604
/proc/meminfo: memFree=1359488/2059040 swapFree=4134576/4192956
[pid=31564] ppid=31562 vsize=1545128 CPUtime=1677.12
/proc/31564/stat : 31564 (java) S 31562 31564 31218 0 -1 4202496 702831 0 1 0 167354 358 0 0 18 0 16 0 30981896 1582211072 120883 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31564/statm: 386282 120883 1450 10 0 383585 0
[pid=31564/tid=31566] ppid=31562 vsize=1545128 CPUtime=7.7
/proc/31564/task/31566/stat : 31566 (java) S 31562 31564 31218 0 -1 4202560 32093 0 1 0 752 18 0 0 15 0 16 0 30981898 1582211072 120883 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31567] ppid=31562 vsize=1545128 CPUtime=10.49
/proc/31564/task/31567/stat : 31567 (java) S 31562 31564 31218 0 -1 4202560 45082 0 0 0 1014 35 0 0 15 0 16 0 30981899 1582211072 120883 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31568] ppid=31562 vsize=1545128 CPUtime=10.49
/proc/31564/task/31568/stat : 31568 (java) S 31562 31564 31218 0 -1 4202560 50139 0 0 0 1012 37 0 0 16 0 16 0 30981899 1582211072 120883 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31569] ppid=31562 vsize=1545128 CPUtime=68.17
/proc/31564/task/31569/stat : 31569 (java) S 31562 31564 31218 0 -1 4202560 563215 0 0 0 6599 218 0 0 15 0 16 0 30981901 1582211072 120883 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31570] ppid=31562 vsize=1545128 CPUtime=0
/proc/31564/task/31570/stat : 31570 (java) S 31562 31564 31218 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30981901 1582211072 120883 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31571] ppid=31562 vsize=1545128 CPUtime=0
/proc/31564/task/31571/stat : 31571 (java) S 31562 31564 31218 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30981901 1582211072 120883 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31572] ppid=31562 vsize=1545128 CPUtime=0
/proc/31564/task/31572/stat : 31572 (java) S 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30981906 1582211072 120883 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31573] ppid=31562 vsize=1545128 CPUtime=2.53
/proc/31564/task/31573/stat : 31573 (java) S 31562 31564 31218 0 -1 4202560 2126 0 0 0 253 0 0 0 15 0 16 0 30981906 1582211072 120883 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31574] ppid=31562 vsize=1545128 CPUtime=2.61
/proc/31564/task/31574/stat : 31574 (java) S 31562 31564 31218 0 -1 4202560 7316 0 0 0 258 3 0 0 15 0 16 0 30981906 1582211072 120883 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31575] ppid=31562 vsize=1545128 CPUtime=0
/proc/31564/task/31575/stat : 31575 (java) S 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30981906 1582211072 120883 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31576] ppid=31562 vsize=1545128 CPUtime=0
/proc/31564/task/31576/stat : 31576 (java) S 31562 31564 31218 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 30981906 1582211072 120883 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31577] ppid=31562 vsize=1545128 CPUtime=786.82
/proc/31564/task/31577/stat : 31577 (java) R 31562 31564 31218 0 -1 4202560 814 0 0 0 78654 28 0 0 20 0 16 0 30982869 1582211072 120883 1992294400 134512640 134550932 4287520992 18446744073709551615 4110363640 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31564/tid=31578] ppid=31562 vsize=1545128 CPUtime=788.21
/proc/31564/task/31578/stat : 31578 (java) R 31562 31564 31218 0 -1 4202560 919 0 0 0 78807 14 0 0 20 0 16 0 30982869 1582211072 120883 1992294400 134512640 134550932 4287520992 18446744073709551615 4109975440 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31564/tid=31579] ppid=31562 vsize=1545128 CPUtime=0
/proc/31564/task/31579/stat : 31579 (java) S 31562 31564 31218 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 30983059 1582211072 120883 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31580] ppid=31562 vsize=1545128 CPUtime=0
/proc/31564/task/31580/stat : 31580 (java) S 31562 31564 31218 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 30983067 1582211072 120883 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1677.12
Current children cumulated vsize (KiB) 1545128

[startup+942.303 s]
/proc/loadavg: 2.57 2.19 1.74 3/122 31604
/proc/meminfo: memFree=1363580/2059040 swapFree=4134576/4192956
[pid=31564] ppid=31562 vsize=1553052 CPUtime=1787.87
/proc/31564/stat : 31564 (java) S 31562 31564 31218 0 -1 4202496 776397 0 1 0 178397 390 0 0 18 0 16 0 30981896 1590325248 122879 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31564/statm: 388263 122879 1450 10 0 385566 0
[pid=31564/tid=31566] ppid=31562 vsize=1553052 CPUtime=7.7
/proc/31564/task/31566/stat : 31566 (java) S 31562 31564 31218 0 -1 4202560 32097 0 1 0 752 18 0 0 15 0 16 0 30981898 1590325248 122879 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31567] ppid=31562 vsize=1553052 CPUtime=10.96
/proc/31564/task/31567/stat : 31567 (java) S 31562 31564 31218 0 -1 4202560 45082 0 0 0 1060 36 0 0 15 0 16 0 30981899 1590325248 122879 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31568] ppid=31562 vsize=1553052 CPUtime=10.95
/proc/31564/task/31568/stat : 31568 (java) S 31562 31564 31218 0 -1 4202560 50139 0 0 0 1057 38 0 0 16 0 16 0 30981899 1590325248 122879 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31569] ppid=31562 vsize=1553052 CPUtime=76.71
/proc/31564/task/31569/stat : 31569 (java) R 31562 31564 31218 0 -1 4202560 636683 0 0 0 7426 245 0 0 16 0 16 0 30981901 1590325248 122879 1992294400 134512640 134550932 4287520992 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=31564/tid=31570] ppid=31562 vsize=1553052 CPUtime=0
/proc/31564/task/31570/stat : 31570 (java) S 31562 31564 31218 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30981901 1590325248 122879 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31571] ppid=31562 vsize=1553052 CPUtime=0
/proc/31564/task/31571/stat : 31571 (java) S 31562 31564 31218 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30981901 1590325248 122879 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31572] ppid=31562 vsize=1553052 CPUtime=0
/proc/31564/task/31572/stat : 31572 (java) S 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30981906 1590325248 122879 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31573] ppid=31562 vsize=1553052 CPUtime=2.56
/proc/31564/task/31573/stat : 31573 (java) S 31562 31564 31218 0 -1 4202560 2126 0 0 0 256 0 0 0 15 0 16 0 30981906 1590325248 122879 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31574] ppid=31562 vsize=1553052 CPUtime=2.61
/proc/31564/task/31574/stat : 31574 (java) S 31562 31564 31218 0 -1 4202560 7316 0 0 0 258 3 0 0 15 0 16 0 30981906 1590325248 122879 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31575] ppid=31562 vsize=1553052 CPUtime=0
/proc/31564/task/31575/stat : 31575 (java) S 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30981906 1590325248 122879 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31576] ppid=31562 vsize=1553052 CPUtime=0
/proc/31564/task/31576/stat : 31576 (java) S 31562 31564 31218 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 30981906 1590325248 122879 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31577] ppid=31562 vsize=1553052 CPUtime=837.47
/proc/31564/task/31577/stat : 31577 (java) S 31562 31564 31218 0 -1 4202560 861 0 0 0 83718 29 0 0 25 0 16 0 30982869 1590325248 122879 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31578] ppid=31562 vsize=1553052 CPUtime=838.81
/proc/31564/task/31578/stat : 31578 (java) S 31562 31564 31218 0 -1 4202560 962 0 0 0 83865 16 0 0 25 0 16 0 30982869 1590325248 122879 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31579] ppid=31562 vsize=1553052 CPUtime=0
/proc/31564/task/31579/stat : 31579 (java) S 31562 31564 31218 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 30983059 1590325248 122879 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31580] ppid=31562 vsize=1553052 CPUtime=0
/proc/31564/task/31580/stat : 31580 (java) S 31562 31564 31218 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 30983067 1590325248 122879 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1787.87
Current children cumulated vsize (KiB) 1553052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+948.802 s]
/proc/loadavg: 2.53 2.19 1.74 3/122 31606
/proc/meminfo: memFree=1363580/2059040 swapFree=4134576/4192956
[pid=31564] ppid=31562 vsize=1540800 CPUtime=1800.16
/proc/31564/stat : 31564 (java) S 31562 31564 31218 0 -1 4202496 776412 0 1 0 179625 391 0 0 18 0 16 0 30981896 1577779200 119816 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31564/statm: 385200 119816 1450 10 0 382503 0
[pid=31564/tid=31566] ppid=31562 vsize=1540800 CPUtime=7.7
/proc/31564/task/31566/stat : 31566 (java) S 31562 31564 31218 0 -1 4202560 32098 0 1 0 752 18 0 0 15 0 16 0 30981898 1577779200 119816 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31567] ppid=31562 vsize=1540800 CPUtime=11.04
/proc/31564/task/31567/stat : 31567 (java) S 31562 31564 31218 0 -1 4202560 45082 0 0 0 1068 36 0 0 15 0 16 0 30981899 1577779200 119816 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31568] ppid=31562 vsize=1540800 CPUtime=11.03
/proc/31564/task/31568/stat : 31568 (java) S 31562 31564 31218 0 -1 4202560 50139 0 0 0 1065 38 0 0 16 0 16 0 30981899 1577779200 119816 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31569] ppid=31562 vsize=1540800 CPUtime=77.33
/proc/31564/task/31569/stat : 31569 (java) S 31562 31564 31218 0 -1 4202560 636683 0 0 0 7488 245 0 0 15 0 16 0 30981901 1577779200 119816 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31570] ppid=31562 vsize=1540800 CPUtime=0
/proc/31564/task/31570/stat : 31570 (java) S 31562 31564 31218 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30981901 1577779200 119816 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31571] ppid=31562 vsize=1540800 CPUtime=0
/proc/31564/task/31571/stat : 31571 (java) S 31562 31564 31218 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30981901 1577779200 119816 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31572] ppid=31562 vsize=1540800 CPUtime=0
/proc/31564/task/31572/stat : 31572 (java) S 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30981906 1577779200 119816 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31573] ppid=31562 vsize=1540800 CPUtime=2.56
/proc/31564/task/31573/stat : 31573 (java) S 31562 31564 31218 0 -1 4202560 2126 0 0 0 256 0 0 0 15 0 16 0 30981906 1577779200 119816 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31574] ppid=31562 vsize=1540800 CPUtime=2.61
/proc/31564/task/31574/stat : 31574 (java) S 31562 31564 31218 0 -1 4202560 7316 0 0 0 258 3 0 0 15 0 16 0 30981906 1577779200 119816 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31575] ppid=31562 vsize=1540800 CPUtime=0
/proc/31564/task/31575/stat : 31575 (java) S 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30981906 1577779200 119816 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31576] ppid=31562 vsize=1540800 CPUtime=0
/proc/31564/task/31576/stat : 31576 (java) S 31562 31564 31218 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 30981906 1577779200 119816 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31577] ppid=31562 vsize=1540800 CPUtime=843.19
/proc/31564/task/31577/stat : 31577 (java) R 31562 31564 31218 0 -1 4202560 869 0 0 0 84290 29 0 0 25 0 16 0 30982869 1577779200 119816 1992294400 134512640 134550932 4287520992 18446744073709551615 4110028238 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31564/tid=31578] ppid=31562 vsize=1540800 CPUtime=844.61
/proc/31564/task/31578/stat : 31578 (java) R 31562 31564 31218 0 -1 4202560 968 0 0 0 84445 16 0 0 25 0 16 0 30982869 1577779200 119816 1992294400 134512640 134550932 4287520992 18446744073709551615 4109975419 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31564/tid=31579] ppid=31562 vsize=1540800 CPUtime=0
/proc/31564/task/31579/stat : 31579 (java) S 31562 31564 31218 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 30983059 1577779200 119816 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31580] ppid=31562 vsize=1540800 CPUtime=0
/proc/31564/task/31580/stat : 31580 (java) S 31562 31564 31218 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 30983067 1577779200 119816 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 1540800

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

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

[startup+948.916 s]
/proc/loadavg: 2.53 2.19 1.74 3/122 31606
/proc/meminfo: memFree=1363580/2059040 swapFree=4134576/4192956
[pid=31564] ppid=31562 vsize=1541448 CPUtime=1800.37
/proc/31564/stat : 31564 (java) S 31562 31564 31218 0 -1 4202496 776435 0 1 0 179646 391 0 0 18 0 17 0 30981896 1578442752 119838 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31564/statm: 385362 119838 1453 10 0 382665 0
[pid=31564/tid=31566] ppid=31562 vsize=1541448 CPUtime=7.7
/proc/31564/task/31566/stat : 31566 (java) S 31562 31564 31218 0 -1 4202560 32098 0 1 0 752 18 0 0 15 0 17 0 30981898 1578442752 119838 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31567] ppid=31562 vsize=1541448 CPUtime=11.04
/proc/31564/task/31567/stat : 31567 (java) S 31562 31564 31218 0 -1 4202560 45082 0 0 0 1068 36 0 0 15 0 17 0 30981899 1578442752 119838 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31568] ppid=31562 vsize=1541448 CPUtime=11.03
/proc/31564/task/31568/stat : 31568 (java) S 31562 31564 31218 0 -1 4202560 50139 0 0 0 1065 38 0 0 16 0 17 0 30981899 1578442752 119838 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31569] ppid=31562 vsize=1541448 CPUtime=77.33
/proc/31564/task/31569/stat : 31569 (java) S 31562 31564 31218 0 -1 4202560 636683 0 0 0 7488 245 0 0 15 0 17 0 30981901 1578442752 119838 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 0 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31570] ppid=31562 vsize=1541448 CPUtime=0
/proc/31564/task/31570/stat : 31570 (java) S 31562 31564 31218 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 30981901 1578442752 119838 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31571] ppid=31562 vsize=1541448 CPUtime=0
/proc/31564/task/31571/stat : 31571 (java) S 31562 31564 31218 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 30981901 1578442752 119838 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31572] ppid=31562 vsize=1541448 CPUtime=0
/proc/31564/task/31572/stat : 31572 (java) S 31562 31564 31218 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 17 0 30981906 1578442752 119838 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31573] ppid=31562 vsize=1541448 CPUtime=2.59
/proc/31564/task/31573/stat : 31573 (java) S 31562 31564 31218 0 -1 4202560 2128 0 0 0 259 0 0 0 15 0 17 0 30981906 1578442752 119838 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31574] ppid=31562 vsize=1541448 CPUtime=2.61
/proc/31564/task/31574/stat : 31574 (java) S 31562 31564 31218 0 -1 4202560 7316 0 0 0 258 3 0 0 15 0 17 0 30981906 1578442752 119838 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31575] ppid=31562 vsize=1541448 CPUtime=0
/proc/31564/task/31575/stat : 31575 (java) S 31562 31564 31218 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 30981906 1578442752 119838 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31576] ppid=31562 vsize=1541448 CPUtime=0
/proc/31564/task/31576/stat : 31576 (java) S 31562 31564 31218 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 17 0 30981906 1578442752 119838 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
[pid=31564/tid=31577] ppid=31562 vsize=1541448 CPUtime=843.23
/proc/31564/task/31577/stat : 31577 (java) R 31562 31564 31218 0 -1 4202560 869 0 0 0 84294 29 0 0 25 0 17 0 30982869 1578442752 119838 1992294400 134512640 134550932 4287520992 18446744073709551615 4110339716 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31564/tid=31578] ppid=31562 vsize=1541448 CPUtime=844.71
/proc/31564/task/31578/stat : 31578 (java) R 31562 31564 31218 0 -1 4202560 969 0 0 0 84455 16 0 0 25 0 17 0 30982869 1578442752 119838 1992294400 134512640 134550932 4287520992 18446744073709551615 4109974335 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31564/tid=31579] ppid=31562 vsize=1541448 CPUtime=0
/proc/31564/task/31579/stat : 31579 (java) S 31562 31564 31218 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 17 0 30983059 1578442752 119838 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 1 0 0 0
[pid=31564/tid=31580] ppid=31562 vsize=1541448 CPUtime=0
/proc/31564/task/31580/stat : 31580 (java) S 31562 31564 31218 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 17 0 30983067 1578442752 119838 1992294400 134512640 134550932 4287520992 18446744073709551615 4294960144 0 4 0 16800975 18446604437824006272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 1541448

Child status: 143
Real time (s): 948.976
CPU time (s): 1800.45
CPU user time (s): 1796.48
CPU system time (s): 3.9694
CPU usage (%): 189.726
Max. virtual memory (cumulated for all children) (KiB): 1570740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.48
system time used= 3.9694
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 776436
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= 41420
involuntary context switches= 57845

runsolver used 5.58215 second user time and 8.27174 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-15 00:19:15
IDJOB=2662182
IDBENCH=2438
IDSOLVER=1166
FILE ID=node017/2662182-1276553954
PBS_JOBID= 11173489
Free space on /tmp= 62412 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-greenbea.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662182-1276553954/watcher-2662182-1276553954 -o /tmp/evaluation-result-2662182-1276553954/solver-2662182-1276553954 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662182-1276553954.opb

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

MD5SUM BENCH= fed9726f7ff3b53e29a48b8849ad3d9b
RANDOM SEED=2140840050

node017.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.201
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.201
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.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1841812 kB
Buffers:         21736 kB
Cached:         114888 kB
SwapCached:      11648 kB
Active:          92808 kB
Inactive:        57860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1841812 kB
SwapTotal:     4192956 kB
SwapFree:      4134576 kB
Dirty:           14512 kB
Writeback:           0 kB
AnonPages:       12368 kB
Mapped:           9348 kB
Slab:            44788 kB
PageTables:       3964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183160 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= 62412 MiB
End job on node017 at 2010-06-15 00:35:06