Trace number 2662184

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.41 917.909

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-boeing1.opb
MD5SUM89b57889d16cd406631a12aac7aefa29
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 variables8869
Total number of constraints561
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 constraints561
Minimum length of a constraint11
Maximum length of a constraint6849
Number of terms in the objective function 6523
Biggest coefficient in the objective function 24535000678400
Number of bits for the biggest coefficient in the objective function 45
Sum of the numbers in the objective function 1761916844753634
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 4102681610158080
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 384599747612655519
Number of bits of the biggest sum of numbers59
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2662184-1276554591.opb
0.25/0.21	c reading problem ... 
2.74/1.59	c ... done. Wall clock time 1.376s.
2.74/1.59	c #vars     8869
2.74/1.59	c #constraints  3553
2.74/1.59	c constraints type 
2.74/1.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 568
2.74/1.59	c constraints type 
2.74/1.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 568
20.96/10.73	c cleaning 2495 clauses out of 4994 with flag 5003/5003
27.89/14.29	c cleaning 4243 clauses out of 8496 with flag 11000/11000
38.48/19.67	c cleaning 5626 clauses out of 11253 with flag 18000/18000
53.23/27.14	c cleaning 6810 clauses out of 13627 with flag 26000/26000
67.74/34.57	c cleaning 7907 clauses out of 15817 with flag 35000/35000
84.65/43.15	c cleaning 8953 clauses out of 17911 with flag 45001/45001
103.35/52.63	c cleaning 9477 clauses out of 18958 with flag 55001/55001
118.88/60.60	c cleaning 9738 clauses out of 19480 with flag 65000/65000
138.13/70.31	c cleaning 9870 clauses out of 19742 with flag 75000/75000
151.65/77.25	c cleaning 9936 clauses out of 19872 with flag 85000/85000
165.58/84.37	c cleaning 9968 clauses out of 19937 with flag 95001/95001
180.88/92.18	c cleaning 9985 clauses out of 19970 with flag 105002/105002
202.69/103.28	c cleaning 9992 clauses out of 19984 with flag 115001/115001
225.74/114.94	c cleaning 9996 clauses out of 19991 with flag 125000/125000
254.52/129.59	c cleaning 9998 clauses out of 19996 with flag 135001/135001
273.39/139.18	c cleaning 9998 clauses out of 19997 with flag 145000/145000
290.81/148.05	c cleaning 9996 clauses out of 20000 with flag 155001/155001
309.87/157.72	c cleaning 9997 clauses out of 20004 with flag 165001/165001
328.54/167.23	c cleaning 10000 clauses out of 20007 with flag 175001/175001
347.39/176.84	c cleaning 9999 clauses out of 20006 with flag 185000/185000
361.84/184.23	c cleaning 9994 clauses out of 20007 with flag 195000/195000
374.75/190.81	c cleaning 10002 clauses out of 20014 with flag 205001/205001
391.61/199.40	c cleaning 9998 clauses out of 20011 with flag 215000/215000
406.89/207.26	c cleaning 10001 clauses out of 20014 with flag 225001/225001
421.93/214.90	c cleaning 9999 clauses out of 20012 with flag 235000/235000
442.96/225.63	c cleaning 9990 clauses out of 20016 with flag 245003/245003
477.85/243.39	c cleaning 9990 clauses out of 20024 with flag 255001/255001
502.44/255.86	c cleaning 10010 clauses out of 20032 with flag 265000/265000
516.65/263.18	c cleaning 10001 clauses out of 20022 with flag 275000/275000
530.34/270.17	c cleaning 10006 clauses out of 20021 with flag 285000/285000
542.85/276.54	c cleaning 9998 clauses out of 20015 with flag 295000/295000
555.53/283.06	c cleaning 10000 clauses out of 20017 with flag 305000/305000
568.37/289.66	c cleaning 10001 clauses out of 20018 with flag 315001/315001
586.42/298.87	c cleaning 9997 clauses out of 20016 with flag 325000/325000
602.68/307.14	c cleaning 10001 clauses out of 20019 with flag 335000/335000
620.72/316.31	c cleaning 10001 clauses out of 20019 with flag 345001/345001
632.77/322.50	c cleaning 10003 clauses out of 20019 with flag 355002/355002
645.27/328.96	c cleaning 10000 clauses out of 20014 with flag 365000/365000
657.95/335.42	c cleaning 10004 clauses out of 20015 with flag 375001/375001
670.23/341.79	c cleaning 9998 clauses out of 20011 with flag 385001/385001
685.46/349.55	c cleaning 10003 clauses out of 20013 with flag 395001/395001
699.14/356.53	c cleaning 9997 clauses out of 20010 with flag 405001/405001
713.61/363.96	c cleaning 9999 clauses out of 20013 with flag 415001/415001
726.50/370.56	c cleaning 10000 clauses out of 20014 with flag 425001/425001
740.72/377.83	c cleaning 10002 clauses out of 20016 with flag 435003/435003
753.40/384.32	c cleaning 9997 clauses out of 20011 with flag 445000/445000
766.68/391.17	c cleaning 10002 clauses out of 20015 with flag 455001/455001
780.16/398.05	c cleaning 9998 clauses out of 20012 with flag 465000/465000
794.21/405.21	c cleaning 9998 clauses out of 20014 with flag 475000/475000
807.47/412.01	c cleaning 9999 clauses out of 20017 with flag 485001/485001
820.54/418.77	c cleaning 10003 clauses out of 20018 with flag 495001/495001
834.80/426.02	c cleaning 9997 clauses out of 20014 with flag 505000/505000
848.63/433.17	c cleaning 10001 clauses out of 20017 with flag 515000/515000
862.69/440.33	c cleaning 10000 clauses out of 20016 with flag 525000/525000
875.77/447.03	c cleaning 9998 clauses out of 20017 with flag 535001/535001
890.04/454.38	c cleaning 10006 clauses out of 20019 with flag 545001/545001
905.84/462.47	c cleaning 9999 clauses out of 20013 with flag 555001/555001
920.70/470.02	c cleaning 9997 clauses out of 20013 with flag 565000/565000
934.97/477.32	c cleaning 9998 clauses out of 20016 with flag 575000/575000
948.82/484.48	c cleaning 10001 clauses out of 20018 with flag 585000/585000
969.02/494.74	c cleaning 10009 clauses out of 20018 with flag 595002/595002
1010.64/515.89	c cleaning 10005 clauses out of 20009 with flag 605002/605002
1056.99/539.31	c cleaning 9999 clauses out of 20002 with flag 615000/615000
1114.43/568.49	c cleaning 9959 clauses out of 20003 with flag 625000/625000
1139.93/581.47	c cleaning 10021 clauses out of 20050 with flag 635006/635006
1160.91/592.18	c cleaning 10010 clauses out of 20028 with flag 645005/645005
1179.91/601.88	c cleaning 10003 clauses out of 20014 with flag 655001/655001
1200.50/612.40	c cleaning 10008 clauses out of 20019 with flag 665009/665009
1218.47/621.53	c cleaning 10000 clauses out of 20004 with flag 675002/675002
1238.04/631.58	c cleaning 10000 clauses out of 20008 with flag 685006/685006
1261.01/643.29	c cleaning 9999 clauses out of 20011 with flag 695009/695009
1282.01/653.91	c cleaning 9998 clauses out of 20003 with flag 705000/705000
1303.92/665.17	c cleaning 10002 clauses out of 20008 with flag 715003/715003
1321.75/674.24	c cleaning 9998 clauses out of 20004 with flag 725001/725001
1342.52/684.81	c cleaning 10002 clauses out of 20011 with flag 735006/735006
1363.49/695.51	c cleaning 9997 clauses out of 20005 with flag 745002/745002
1384.03/706.10	c cleaning 9999 clauses out of 20007 with flag 755001/755001
1405.40/716.90	c cleaning 10000 clauses out of 20008 with flag 765001/765001
1433.51/731.23	c cleaning 9999 clauses out of 20007 with flag 775000/775000
1470.73/750.12	c cleaning 10000 clauses out of 20008 with flag 785000/785000
1504.91/767.51	c cleaning 10003 clauses out of 20012 with flag 795004/795004
1535.39/783.01	c cleaning 9999 clauses out of 20009 with flag 805004/805004
1565.88/798.57	c cleaning 9997 clauses out of 20007 with flag 815001/815001
1593.58/812.68	c cleaning 10001 clauses out of 20010 with flag 825001/825001
1623.02/827.67	c cleaning 10002 clauses out of 20011 with flag 835003/835003
1657.26/845.03	c cleaning 9998 clauses out of 20007 with flag 845001/845001
1686.34/859.86	c cleaning 10003 clauses out of 20010 with flag 855002/855002
1721.97/877.90	c cleaning 9998 clauses out of 20006 with flag 865001/865001
1759.32/896.96	c cleaning 9999 clauses out of 20008 with flag 875001/875001
1791.57/913.32	c cleaning 10001 clauses out of 20010 with flag 885002/885002
1800.05/917.74	c starts		: 180
1800.05/917.74	c conflicts		: 888916
1800.05/917.74	c decisions		: 1014603
1800.05/917.74	c propagations		: 11965760
1800.05/917.74	c inspects		: 422286384
1800.05/917.74	c learnt literals	: 11
1800.05/917.74	c learnt binary clauses	: 28
1800.05/917.74	c learnt ternary clauses	: 69
1800.05/917.74	c learnt clauses	: 888905
1800.05/917.74	c ignored clauses	: 0
1800.05/917.74	c root simplifications	: 0
1800.05/917.74	c removed literals (reason simplification)	: 59910302
1800.05/917.74	c reason swapping (by a shorter reason)	: 0
1800.05/917.74	c Calls to reduceDB	: 90
1800.05/917.74	c number of reductions to clauses (during analyze)	: 0
1800.05/917.74	c number of learned constraints concerned by reduction	: 0
1800.05/917.74	c number of learning phase by resolution	: 0
1800.05/917.74	c number of learning phase by cutting planes	: 0
1800.05/917.74	c speed (assignments/second)	: 13060.990345414755
1800.05/917.74	c non guided choices	17903
1800.26/917.85	c learnt constraints type 
1800.26/917.85	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13931
1800.26/917.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 28
1800.26/917.85	c constraints type 
1800.26/917.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 568
1800.26/917.85	c constraints type 
1800.26/917.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 568
1800.26/917.85	s UNKNOWN
1800.26/917.85	c Total wall clock time (in seconds): 917.634

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-2662184-1276554591/watcher-2662184-1276554591 -o /tmp/evaluation-result-2662184-1276554591/solver-2662184-1276554591 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662184-1276554591.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.05 3/106 31710
/proc/meminfo: memFree=1813404/2059040 swapFree=4140428/4192956
[pid=31710] ppid=31708 vsize=1832 CPUtime=0
/proc/31710/stat : 31710 (java6) S 31708 31710 31555 0 -1 4194304 251 0 0 0 0 0 0 0 19 0 1 0 31062545 1875968 153 1992294400 134512640 134550932 4287083840 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/31710/statm: 458 153 116 10 0 63 0

[startup+0.064538 s]
/proc/loadavg: 1.00 1.00 1.05 3/106 31710
/proc/meminfo: memFree=1813404/2059040 swapFree=4140428/4192956
[pid=31710] ppid=31708 vsize=1521796 CPUtime=0.05
/proc/31710/stat : 31710 (java) S 31708 31710 31555 0 -1 4202496 3654 0 1 0 3 2 0 0 18 0 7 0 31062545 1558319104 3095 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31710/statm: 380449 3095 1030 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101545 s]
/proc/loadavg: 1.00 1.00 1.05 3/106 31710
/proc/meminfo: memFree=1813404/2059040 swapFree=4140428/4192956
[pid=31710] ppid=31708 vsize=1524180 CPUtime=0.08
/proc/31710/stat : 31710 (java) S 31708 31710 31555 0 -1 4202496 3960 0 1 0 6 2 0 0 18 0 12 0 31062545 1560760320 3399 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31710/statm: 381045 3399 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300274 s]
/proc/loadavg: 1.00 1.00 1.05 3/106 31710
/proc/meminfo: memFree=1813404/2059040 swapFree=4140428/4192956
[pid=31710] ppid=31708 vsize=1526256 CPUtime=0.39
/proc/31710/stat : 31710 (java) S 31708 31710 31555 0 -1 4202496 5447 0 1 0 36 3 0 0 18 0 12 0 31062545 1562886144 4884 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31710/statm: 381564 4884 1360 10 0 378867 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526256

[startup+0.700269 s]
/proc/loadavg: 1.00 1.00 1.05 3/106 31710
/proc/meminfo: memFree=1813404/2059040 swapFree=4140428/4192956
[pid=31710] ppid=31708 vsize=1529976 CPUtime=1.15
/proc/31710/stat : 31710 (java) S 31708 31710 31555 0 -1 4202496 9140 0 1 0 110 5 0 0 18 0 12 0 31062545 1566695424 8122 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31710/statm: 382494 8122 1405 10 0 379797 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1529976

[startup+1.50126 s]
/proc/loadavg: 1.16 1.03 1.06 4/118 31722
/proc/meminfo: memFree=1769476/2059040 swapFree=4140428/4192956
[pid=31710] ppid=31708 vsize=1536588 CPUtime=2.74
/proc/31710/stat : 31710 (java) S 31708 31710 31555 0 -1 4202496 20973 0 1 0 263 11 0 0 18 0 12 0 31062545 1573466112 19323 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31710/statm: 384147 19323 1406 10 0 381450 0
[pid=31710/tid=31712] ppid=31708 vsize=1536588 CPUtime=1.46
/proc/31710/task/31712/stat : 31712 (java) R 31708 31710 31555 0 -1 4202560 15898 0 1 0 138 8 0 0 18 0 12 0 31062547 1573466112 19323 1992294400 134512640 134550932 4293351888 18446744073709551615 4109436038 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31710/tid=31713] ppid=31708 vsize=1536588 CPUtime=0
/proc/31710/task/31713/stat : 31713 (java) S 31708 31710 31555 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 31062548 1573466112 19323 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31714] ppid=31708 vsize=1536588 CPUtime=0
/proc/31710/task/31714/stat : 31714 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 31062548 1573466112 19323 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31715] ppid=31708 vsize=1536588 CPUtime=0
/proc/31710/task/31715/stat : 31715 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 31062550 1573466112 19323 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 0 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31716] ppid=31708 vsize=1536588 CPUtime=0
/proc/31710/task/31716/stat : 31716 (java) S 31708 31710 31555 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 31062550 1573466112 19323 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31717] ppid=31708 vsize=1536588 CPUtime=0
/proc/31710/task/31717/stat : 31717 (java) S 31708 31710 31555 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 31062550 1573466112 19323 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31718] ppid=31708 vsize=1536588 CPUtime=0
/proc/31710/task/31718/stat : 31718 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 31062555 1573466112 19323 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31719] ppid=31708 vsize=1536588 CPUtime=0.9
/proc/31710/task/31719/stat : 31719 (java) S 31708 31710 31555 0 -1 4202560 2230 0 0 0 89 1 0 0 25 0 12 0 31062555 1573466112 19323 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31720] ppid=31708 vsize=1536588 CPUtime=0.34
/proc/31710/task/31720/stat : 31720 (java) R 31708 31710 31555 0 -1 4202560 1779 0 0 0 34 0 0 0 25 0 12 0 31062555 1573466112 19323 1992294400 134512640 134550932 4293351888 18446744073709551615 106251498 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31710/tid=31721] ppid=31708 vsize=1536588 CPUtime=0
/proc/31710/task/31721/stat : 31721 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 31062555 1573466112 19323 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31722] ppid=31708 vsize=1536588 CPUtime=0
/proc/31710/task/31722/stat : 31722 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 31062555 1573466112 19323 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1536588

[startup+3.10124 s]
/proc/loadavg: 1.16 1.03 1.06 5/120 31724
/proc/meminfo: memFree=1722836/2059040 swapFree=4140428/4192956
[pid=31710] ppid=31708 vsize=1542424 CPUtime=5.92
/proc/31710/stat : 31710 (java) S 31708 31710 31555 0 -1 4202496 31856 0 1 0 576 16 0 0 18 0 16 0 31062545 1579442176 27495 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31710/statm: 385606 27495 1430 10 0 382909 0
[pid=31710/tid=31712] ppid=31708 vsize=1542424 CPUtime=1.56
/proc/31710/task/31712/stat : 31712 (java) S 31708 31710 31555 0 -1 4202560 16950 0 1 0 147 9 0 0 18 0 16 0 31062547 1579442176 27495 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31713] ppid=31708 vsize=1542424 CPUtime=0
/proc/31710/task/31713/stat : 31713 (java) S 31708 31710 31555 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 31062548 1579442176 27495 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31714] ppid=31708 vsize=1542424 CPUtime=0
/proc/31710/task/31714/stat : 31714 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 31062548 1579442176 27495 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31715] ppid=31708 vsize=1542424 CPUtime=0
/proc/31710/task/31715/stat : 31715 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 31062550 1579442176 27495 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 0 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31716] ppid=31708 vsize=1542424 CPUtime=0
/proc/31710/task/31716/stat : 31716 (java) S 31708 31710 31555 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 31062550 1579442176 27495 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31717] ppid=31708 vsize=1542424 CPUtime=0
/proc/31710/task/31717/stat : 31717 (java) S 31708 31710 31555 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 31062550 1579442176 27495 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31718] ppid=31708 vsize=1542424 CPUtime=0
/proc/31710/task/31718/stat : 31718 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31062555 1579442176 27495 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31719] ppid=31708 vsize=1542424 CPUtime=1.56
/proc/31710/task/31719/stat : 31719 (java) R 31708 31710 31555 0 -1 4202560 3276 0 0 0 155 1 0 0 25 0 16 0 31062555 1579442176 27495 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31710/tid=31720] ppid=31708 vsize=1542424 CPUtime=1.14
/proc/31710/task/31720/stat : 31720 (java) R 31708 31710 31555 0 -1 4202560 4988 0 0 0 113 1 0 0 25 0 16 0 31062555 1579442176 27495 1992294400 134512640 134550932 4293351888 18446744073709551615 104163880 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31710/tid=31721] ppid=31708 vsize=1542424 CPUtime=0
/proc/31710/task/31721/stat : 31721 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31062555 1579442176 27495 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31722] ppid=31708 vsize=1542424 CPUtime=0
/proc/31710/task/31722/stat : 31722 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 31062555 1579442176 27495 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31723] ppid=31708 vsize=1542424 CPUtime=0.79
/proc/31710/task/31723/stat : 31723 (java) S 31708 31710 31555 0 -1 4202560 2583 0 0 0 78 1 0 0 21 0 16 0 31062705 1579442176 27495 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31724] ppid=31708 vsize=1542424 CPUtime=0.82
/proc/31710/task/31724/stat : 31724 (java) R 31708 31710 31555 0 -1 4202560 2985 0 0 0 81 1 0 0 24 0 16 0 31062705 1579442176 27495 1992294400 134512640 134550932 4293351888 18446744073709551615 4110159885 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1542424

[startup+6.3012 s]
/proc/loadavg: 1.16 1.03 1.06 5/122 31728
/proc/meminfo: memFree=1645568/2059040 swapFree=4140428/4192956
[pid=31710] ppid=31708 vsize=1542588 CPUtime=12.25
/proc/31710/stat : 31710 (java) S 31708 31710 31555 0 -1 4202496 47745 0 1 0 1202 23 0 0 18 0 16 0 31062545 1579610112 43310 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31710/statm: 385647 43310 1441 10 0 382950 0
[pid=31710/tid=31712] ppid=31708 vsize=1542588 CPUtime=1.56
/proc/31710/task/31712/stat : 31712 (java) S 31708 31710 31555 0 -1 4202560 16950 0 1 0 147 9 0 0 18 0 16 0 31062547 1579610112 43310 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31713] ppid=31708 vsize=1542588 CPUtime=0.14
/proc/31710/task/31713/stat : 31713 (java) S 31708 31710 31555 0 -1 4202560 3531 0 0 0 13 1 0 0 15 0 16 0 31062548 1579610112 43310 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31714] ppid=31708 vsize=1542588 CPUtime=0.12
/proc/31710/task/31714/stat : 31714 (java) S 31708 31710 31555 0 -1 4202560 2582 0 0 0 11 1 0 0 16 0 16 0 31062548 1579610112 43310 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31715] ppid=31708 vsize=1542588 CPUtime=0
/proc/31710/task/31715/stat : 31715 (java) S 31708 31710 31555 0 -1 4202560 15 0 0 0 0 0 0 0 16 0 16 0 31062550 1579610112 43310 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 0 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31716] ppid=31708 vsize=1542588 CPUtime=0
/proc/31710/task/31716/stat : 31716 (java) S 31708 31710 31555 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 31062550 1579610112 43310 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31717] ppid=31708 vsize=1542588 CPUtime=0
/proc/31710/task/31717/stat : 31717 (java) S 31708 31710 31555 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 31062550 1579610112 43310 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31718] ppid=31708 vsize=1542588 CPUtime=0
/proc/31710/task/31718/stat : 31718 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31062555 1579610112 43310 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31719] ppid=31708 vsize=1542588 CPUtime=1.95
/proc/31710/task/31719/stat : 31719 (java) S 31708 31710 31555 0 -1 4202560 3329 0 0 0 194 1 0 0 25 0 16 0 31062555 1579610112 43310 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31720] ppid=31708 vsize=1542588 CPUtime=2.09
/proc/31710/task/31720/stat : 31720 (java) S 31708 31710 31555 0 -1 4202560 5113 0 0 0 208 1 0 0 23 0 16 0 31062555 1579610112 43310 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31721] ppid=31708 vsize=1542588 CPUtime=0
/proc/31710/task/31721/stat : 31721 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31062555 1579610112 43310 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31722] ppid=31708 vsize=1542588 CPUtime=0
/proc/31710/task/31722/stat : 31722 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 31062555 1579610112 43310 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31723] ppid=31708 vsize=1542588 CPUtime=3.34
/proc/31710/task/31723/stat : 31723 (java) R 31708 31710 31555 0 -1 4202560 5160 0 0 0 332 2 0 0 19 0 16 0 31062705 1579610112 43310 1992294400 134512640 134550932 4293351888 18446744073709551615 4110165964 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31710/tid=31724] ppid=31708 vsize=1542588 CPUtime=2.98
/proc/31710/task/31724/stat : 31724 (java) R 31708 31710 31555 0 -1 4202560 9994 0 0 0 294 4 0 0 25 0 16 0 31062705 1579610112 43310 1992294400 134512640 134550932 4293351888 18446744073709551615 4109805897 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31710/tid=31725] ppid=31708 vsize=1542588 CPUtime=0
/proc/31710/task/31725/stat : 31725 (java) S 31708 31710 31555 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 31062785 1579610112 43310 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31726] ppid=31708 vsize=1542588 CPUtime=0
/proc/31710/task/31726/stat : 31726 (java) S 31708 31710 31555 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 31062788 1579610112 43310 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.25
Current children cumulated vsize (KiB) 1542588

[startup+12.7011 s]
/proc/loadavg: 1.61 1.13 1.10 3/122 31728
/proc/meminfo: memFree=1615064/2059040 swapFree=4140428/4192956
[pid=31710] ppid=31708 vsize=1544636 CPUtime=24.92
/proc/31710/stat : 31710 (java) S 31708 31710 31555 0 -1 4202496 56773 0 1 0 2463 29 0 0 18 0 16 0 31062545 1581707264 51127 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31710/statm: 386159 51127 1446 10 0 383462 0
[pid=31710/tid=31712] ppid=31708 vsize=1544636 CPUtime=1.56
/proc/31710/task/31712/stat : 31712 (java) S 31708 31710 31555 0 -1 4202560 16950 0 1 0 147 9 0 0 15 0 16 0 31062547 1581707264 51127 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31713] ppid=31708 vsize=1544636 CPUtime=0.37
/proc/31710/task/31713/stat : 31713 (java) S 31708 31710 31555 0 -1 4202560 7374 0 0 0 34 3 0 0 15 0 16 0 31062548 1581707264 51127 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31714] ppid=31708 vsize=1544636 CPUtime=0.34
/proc/31710/task/31714/stat : 31714 (java) S 31708 31710 31555 0 -1 4202560 5974 0 0 0 31 3 0 0 16 0 16 0 31062548 1581707264 51127 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31715] ppid=31708 vsize=1544636 CPUtime=0.1
/proc/31710/task/31715/stat : 31715 (java) S 31708 31710 31555 0 -1 4202560 703 0 0 0 10 0 0 0 15 0 16 0 31062550 1581707264 51127 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 0 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31716] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31716/stat : 31716 (java) S 31708 31710 31555 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 31062550 1581707264 51127 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31717] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31717/stat : 31717 (java) S 31708 31710 31555 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 31062550 1581707264 51127 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31718] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31718/stat : 31718 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31062555 1581707264 51127 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31719] ppid=31708 vsize=1544636 CPUtime=1.97
/proc/31710/task/31719/stat : 31719 (java) S 31708 31710 31555 0 -1 4202560 3330 0 0 0 196 1 0 0 17 0 16 0 31062555 1581707264 51127 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31720] ppid=31708 vsize=1544636 CPUtime=2.79
/proc/31710/task/31720/stat : 31720 (java) S 31708 31710 31555 0 -1 4202560 6207 0 0 0 277 2 0 0 15 0 16 0 31062555 1581707264 51127 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31721] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31721/stat : 31721 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31062555 1581707264 51127 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31722] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31722/stat : 31722 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 31062555 1581707264 51127 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31723] ppid=31708 vsize=1544636 CPUtime=9.04
/proc/31710/task/31723/stat : 31723 (java) R 31708 31710 31555 0 -1 4202560 5161 0 0 0 902 2 0 0 25 0 16 0 31062705 1581707264 51127 1992294400 134512640 134550932 4293351888 18446744073709551615 4110358074 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31710/tid=31724] ppid=31708 vsize=1544636 CPUtime=8.66
/proc/31710/task/31724/stat : 31724 (java) R 31708 31710 31555 0 -1 4202560 10003 0 0 0 862 4 0 0 25 0 16 0 31062705 1581707264 51127 1992294400 134512640 134550932 4293351888 18446744073709551615 4109806019 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31710/tid=31725] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31725/stat : 31725 (java) S 31708 31710 31555 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 31062785 1581707264 51127 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31726] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31726/stat : 31726 (java) S 31708 31710 31555 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 31062788 1581707264 51127 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 1544636

[startup+25.502 s]

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

/proc/31710/statm: 386159 72088 1450 10 0 383462 0
[pid=31710/tid=31712] ppid=31708 vsize=1544636 CPUtime=1.57
/proc/31710/task/31712/stat : 31712 (java) S 31708 31710 31555 0 -1 4202560 16965 0 1 0 147 10 0 0 15 0 16 0 31062547 1581707264 72088 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31713] ppid=31708 vsize=1544636 CPUtime=6.77
/proc/31710/task/31713/stat : 31713 (java) S 31708 31710 31555 0 -1 4202560 20071 0 0 0 637 40 0 0 15 0 16 0 31062548 1581707264 72088 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31714] ppid=31708 vsize=1544636 CPUtime=6.77
/proc/31710/task/31714/stat : 31714 (java) S 31708 31710 31555 0 -1 4202560 17765 0 0 0 647 30 0 0 16 0 16 0 31062548 1581707264 72088 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31715] ppid=31708 vsize=1544636 CPUtime=17.38
/proc/31710/task/31715/stat : 31715 (java) S 31708 31710 31555 0 -1 4202560 906 0 0 0 1734 4 0 0 15 0 16 0 31062550 1581707264 72088 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 0 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31716] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31716/stat : 31716 (java) S 31708 31710 31555 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 31062550 1581707264 72088 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31717] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31717/stat : 31717 (java) S 31708 31710 31555 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 31062550 1581707264 72088 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31718] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31718/stat : 31718 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31062555 1581707264 72088 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31719] ppid=31708 vsize=1544636 CPUtime=2.25
/proc/31710/task/31719/stat : 31719 (java) S 31708 31710 31555 0 -1 4202560 3334 0 0 0 224 1 0 0 15 0 16 0 31062555 1581707264 72088 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31720] ppid=31708 vsize=1544636 CPUtime=3.13
/proc/31710/task/31720/stat : 31720 (java) S 31708 31710 31555 0 -1 4202560 7214 0 0 0 311 2 0 0 15 0 16 0 31062555 1581707264 72088 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31721] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31721/stat : 31721 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31062555 1581707264 72088 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31722] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31722/stat : 31722 (java) S 31708 31710 31555 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 16 0 31062555 1581707264 72088 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31723] ppid=31708 vsize=1544636 CPUtime=788.04
/proc/31710/task/31723/stat : 31723 (java) R 31708 31710 31555 0 -1 4202560 5508 0 0 0 78782 22 0 0 25 0 16 0 31062705 1581707264 72088 1992294400 134512640 134550932 4293351888 18446744073709551615 4110589367 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31710/tid=31724] ppid=31708 vsize=1544636 CPUtime=786.53
/proc/31710/task/31724/stat : 31724 (java) R 31708 31710 31555 0 -1 4202560 10821 0 0 0 78633 20 0 0 25 0 16 0 31062705 1581707264 72088 1992294400 134512640 134550932 4293351888 18446744073709551615 4110166314 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31710/tid=31725] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31725/stat : 31725 (java) S 31708 31710 31555 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 31062785 1581707264 72088 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31726] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31726/stat : 31726 (java) S 31708 31710 31555 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 31062788 1581707264 72088 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1612.52
Current children cumulated vsize (KiB) 1544636

[startup+882.303 s]
/proc/loadavg: 2.14 2.03 1.67 3/122 31750
/proc/meminfo: memFree=1522684/2059040 swapFree=4140428/4192956
[pid=31710] ppid=31708 vsize=1544636 CPUtime=1730.38
/proc/31710/stat : 31710 (java) S 31708 31710 31555 0 -1 4202496 85059 0 1 0 172896 142 0 0 18 0 16 0 31062545 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31710/statm: 386159 73387 1450 10 0 383462 0
[pid=31710/tid=31712] ppid=31708 vsize=1544636 CPUtime=1.57
/proc/31710/task/31712/stat : 31712 (java) S 31708 31710 31555 0 -1 4202560 16965 0 1 0 147 10 0 0 15 0 16 0 31062547 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31713] ppid=31708 vsize=1544636 CPUtime=7.21
/proc/31710/task/31713/stat : 31713 (java) S 31708 31710 31555 0 -1 4202560 20826 0 0 0 678 43 0 0 16 0 16 0 31062548 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31714] ppid=31708 vsize=1544636 CPUtime=7.23
/proc/31710/task/31714/stat : 31714 (java) S 31708 31710 31555 0 -1 4202560 18322 0 0 0 691 32 0 0 15 0 16 0 31062548 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31715] ppid=31708 vsize=1544636 CPUtime=18.48
/proc/31710/task/31715/stat : 31715 (java) S 31708 31710 31555 0 -1 4202560 910 0 0 0 1843 5 0 0 15 0 16 0 31062550 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 0 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31716] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31716/stat : 31716 (java) S 31708 31710 31555 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 31062550 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31717] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31717/stat : 31717 (java) S 31708 31710 31555 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 31062550 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31718] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31718/stat : 31718 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31062555 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31719] ppid=31708 vsize=1544636 CPUtime=2.25
/proc/31710/task/31719/stat : 31719 (java) S 31708 31710 31555 0 -1 4202560 3334 0 0 0 224 1 0 0 15 0 16 0 31062555 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31720] ppid=31708 vsize=1544636 CPUtime=3.13
/proc/31710/task/31720/stat : 31720 (java) S 31708 31710 31555 0 -1 4202560 7214 0 0 0 311 2 0 0 15 0 16 0 31062555 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31721] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31721/stat : 31721 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31062555 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31722] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31722/stat : 31722 (java) S 31708 31710 31555 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 31062555 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31723] ppid=31708 vsize=1544636 CPUtime=846.11
/proc/31710/task/31723/stat : 31723 (java) R 31708 31710 31555 0 -1 4202560 5528 0 0 0 84587 24 0 0 25 0 16 0 31062705 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4109805557 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31710/tid=31724] ppid=31708 vsize=1544636 CPUtime=844.32
/proc/31710/task/31724/stat : 31724 (java) R 31708 31710 31555 0 -1 4202560 10839 0 0 0 84412 20 0 0 25 0 16 0 31062705 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4110467819 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31710/tid=31725] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31725/stat : 31725 (java) S 31708 31710 31555 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 31062785 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31726] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31726/stat : 31726 (java) S 31708 31710 31555 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 31062788 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1730.38
Current children cumulated vsize (KiB) 1544636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+917.701 s]
/proc/loadavg: 2.15 2.04 1.68 3/122 31752
/proc/meminfo: memFree=1522560/2059040 swapFree=4140428/4192956
[pid=31710] ppid=31708 vsize=1544636 CPUtime=1800.05
/proc/31710/stat : 31710 (java) S 31708 31710 31555 0 -1 4202496 85089 0 1 0 179858 147 0 0 18 0 16 0 31062545 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31710/statm: 386159 73387 1450 10 0 383462 0
[pid=31710/tid=31712] ppid=31708 vsize=1544636 CPUtime=1.57
/proc/31710/task/31712/stat : 31712 (java) S 31708 31710 31555 0 -1 4202560 16966 0 1 0 147 10 0 0 15 0 16 0 31062547 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31713] ppid=31708 vsize=1544636 CPUtime=7.49
/proc/31710/task/31713/stat : 31713 (java) S 31708 31710 31555 0 -1 4202560 20826 0 0 0 704 45 0 0 16 0 16 0 31062548 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31714] ppid=31708 vsize=1544636 CPUtime=7.52
/proc/31710/task/31714/stat : 31714 (java) S 31708 31710 31555 0 -1 4202560 18322 0 0 0 720 32 0 0 15 0 16 0 31062548 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31715] ppid=31708 vsize=1544636 CPUtime=19.01
/proc/31710/task/31715/stat : 31715 (java) S 31708 31710 31555 0 -1 4202560 912 0 0 0 1895 6 0 0 15 0 16 0 31062550 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 0 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31716] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31716/stat : 31716 (java) S 31708 31710 31555 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 31062550 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31717] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31717/stat : 31717 (java) S 31708 31710 31555 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 31062550 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31718] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31718/stat : 31718 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31062555 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31719] ppid=31708 vsize=1544636 CPUtime=2.25
/proc/31710/task/31719/stat : 31719 (java) S 31708 31710 31555 0 -1 4202560 3334 0 0 0 224 1 0 0 15 0 16 0 31062555 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31720] ppid=31708 vsize=1544636 CPUtime=3.13
/proc/31710/task/31720/stat : 31720 (java) S 31708 31710 31555 0 -1 4202560 7214 0 0 0 311 2 0 0 15 0 16 0 31062555 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31721] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31721/stat : 31721 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 31062555 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31722] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31722/stat : 31722 (java) S 31708 31710 31555 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 31062555 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31723] ppid=31708 vsize=1544636 CPUtime=880.33
/proc/31710/task/31723/stat : 31723 (java) R 31708 31710 31555 0 -1 4202560 5537 0 0 0 88009 24 0 0 25 0 16 0 31062705 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4110018507 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31710/tid=31724] ppid=31708 vsize=1544636 CPUtime=878.65
/proc/31710/task/31724/stat : 31724 (java) R 31708 31710 31555 0 -1 4202560 10855 0 0 0 87844 21 0 0 25 0 16 0 31062705 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4110018417 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31710/tid=31725] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31725/stat : 31725 (java) S 31708 31710 31555 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 31062785 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31726] ppid=31708 vsize=1544636 CPUtime=0
/proc/31710/task/31726/stat : 31726 (java) S 31708 31710 31555 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 31062788 1581707264 73387 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1544636

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

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

[startup+917.817 s]
/proc/loadavg: 2.15 2.04 1.68 3/122 31752
/proc/meminfo: memFree=1522560/2059040 swapFree=4140428/4192956
[pid=31710] ppid=31708 vsize=1545284 CPUtime=1800.26
/proc/31710/stat : 31710 (java) S 31708 31710 31555 0 -1 4202496 85108 0 1 0 179879 147 0 0 18 0 18 0 31062545 1582370816 73405 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31710/statm: 386321 73405 1450 10 0 383624 0
[pid=31710/tid=31712] ppid=31708 vsize=1545284 CPUtime=1.57
/proc/31710/task/31712/stat : 31712 (java) S 31708 31710 31555 0 -1 4202560 16966 0 1 0 147 10 0 0 15 0 18 0 31062547 1582370816 73405 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31713] ppid=31708 vsize=1545284 CPUtime=7.51
/proc/31710/task/31713/stat : 31713 (java) S 31708 31710 31555 0 -1 4202560 20826 0 0 0 706 45 0 0 16 0 18 0 31062548 1582370816 73405 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31714] ppid=31708 vsize=1545284 CPUtime=7.53
/proc/31710/task/31714/stat : 31714 (java) S 31708 31710 31555 0 -1 4202560 18322 0 0 0 721 32 0 0 15 0 18 0 31062548 1582370816 73405 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31715] ppid=31708 vsize=1545284 CPUtime=19.01
/proc/31710/task/31715/stat : 31715 (java) S 31708 31710 31555 0 -1 4202560 912 0 0 0 1895 6 0 0 15 0 18 0 31062550 1582370816 73405 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 0 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31716] ppid=31708 vsize=1545284 CPUtime=0
/proc/31710/task/31716/stat : 31716 (java) S 31708 31710 31555 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 31062550 1582370816 73405 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31717] ppid=31708 vsize=1545284 CPUtime=0
/proc/31710/task/31717/stat : 31717 (java) S 31708 31710 31555 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 31062550 1582370816 73405 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31718] ppid=31708 vsize=1545284 CPUtime=0
/proc/31710/task/31718/stat : 31718 (java) S 31708 31710 31555 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 31062555 1582370816 73405 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31719] ppid=31708 vsize=1545284 CPUtime=2.25
/proc/31710/task/31719/stat : 31719 (java) S 31708 31710 31555 0 -1 4202560 3334 0 0 0 224 1 0 0 15 0 18 0 31062555 1582370816 73405 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31720] ppid=31708 vsize=1545284 CPUtime=3.13
/proc/31710/task/31720/stat : 31720 (java) S 31708 31710 31555 0 -1 4202560 7214 0 0 0 311 2 0 0 15 0 18 0 31062555 1582370816 73405 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31721] ppid=31708 vsize=1545284 CPUtime=0
/proc/31710/task/31721/stat : 31721 (java) S 31708 31710 31555 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 31062555 1582370816 73405 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
[pid=31710/tid=31722] ppid=31708 vsize=1545284 CPUtime=0
/proc/31710/task/31722/stat : 31722 (java) S 31708 31710 31555 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 18 0 31062555 1582370816 73405 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31723] ppid=31708 vsize=1545284 CPUtime=880.42
/proc/31710/task/31723/stat : 31723 (java) R 31708 31710 31555 0 -1 4202560 5537 0 0 0 88018 24 0 0 25 0 18 0 31062705 1582370816 73405 1992294400 134512640 134550932 4293351888 18446744073709551615 4110589423 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31710/tid=31724] ppid=31708 vsize=1545284 CPUtime=878.73
/proc/31710/task/31724/stat : 31724 (java) R 31708 31710 31555 0 -1 4202560 10855 0 0 0 87852 21 0 0 25 0 18 0 31062705 1582370816 73405 1992294400 134512640 134550932 4293351888 18446744073709551615 4110143144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31710/tid=31725] ppid=31708 vsize=1545284 CPUtime=0
/proc/31710/task/31725/stat : 31725 (java) S 31708 31710 31555 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 18 0 31062785 1582370816 73405 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 1 0 0 0
[pid=31710/tid=31726] ppid=31708 vsize=1545284 CPUtime=0
/proc/31710/task/31726/stat : 31726 (java) S 31708 31710 31555 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 18 0 31062788 1582370816 73405 1992294400 134512640 134550932 4293351888 18446744073709551615 4294960144 0 4 0 16800975 18446604437845398528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 1545284

[startup+917.902 s]
/proc/loadavg: 2.15 2.04 1.68 3/122 31752
/proc/meminfo: memFree=1522560/2059040 swapFree=4140428/4192956
[pid=31710] ppid=31708 vsize=0 CPUtime=1800.39
/proc/31710/stat : 31710 (java) Z 31708 31710 31555 0 -1 4203548 85115 0 1 0 179890 149 0 0 16 0 2 0 31062545 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31710/statm: 0 0 0 0 0 0 0
[pid=31710/tid=31724] ppid=31708 vsize=0 CPUtime=878.8
/proc/31710/task/31724/stat : 31724 (java) R 31708 31710 31555 0 -1 4203588 10855 0 0 0 87856 24 0 0 25 0 2 0 31062705 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 917.909
CPU time (s): 1800.41
CPU user time (s): 1798.91
CPU system time (s): 1.50177
CPU usage (%): 196.142
Max. virtual memory (cumulated for all children) (KiB): 1546684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.50177
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85115
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= 27195
involuntary context switches= 52216

runsolver used 4.81327 second user time and 10.6194 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-15 00:29:51
IDJOB=2662184
IDBENCH=2442
IDSOLVER=1166
FILE ID=node007/2662184-1276554591
PBS_JOBID= 11173495
Free space on /tmp= 62484 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-boeing1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662184-1276554591/watcher-2662184-1276554591 -o /tmp/evaluation-result-2662184-1276554591/solver-2662184-1276554591 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662184-1276554591.opb

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

MD5SUM BENCH= 89b57889d16cd406631a12aac7aefa29
RANDOM SEED=1127230394

node007.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.264
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.52
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.264
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1813676 kB
Buffers:         52968 kB
Cached:         112224 kB
SwapCached:       6248 kB
Active:          20476 kB
Inactive:       157892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1813676 kB
SwapTotal:     4192956 kB
SwapFree:      4140428 kB
Dirty:            1256 kB
Writeback:           0 kB
AnonPages:       11612 kB
Mapped:          13124 kB
Slab:            45116 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180216 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= 62484 MiB
End job on node007 at 2010-06-15 00:45:11