Trace number 2662199

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.52 912.798

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-roll3000.opb
MD5SUM553e03f28bab227c11d33a47edd1fb32
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 variables8902
Total number of constraints2864
Number of constraints which are clauses143
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints2690
Minimum length of a constraint2
Maximum length of a constraint2407
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2123511627775
Number of bits of the biggest sum of numbers41
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.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662199-1276567108.opb
0.22/0.22	c reading problem ... 
3.33/1.84	c ... done. Wall clock time 1.618s.
3.33/1.84	c #vars     8902
3.33/1.84	c #constraints  6339
3.33/1.84	c constraints type 
3.33/1.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 450
3.33/1.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 31
3.33/1.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 538
3.33/1.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2019
3.33/1.84	c constraints type 
3.33/1.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 538
3.33/1.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 450
3.33/1.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 31
3.33/1.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2019
48.68/24.72	c cleaning 2499 clauses out of 4999 with flag 5000/5000
94.14/47.75	c cleaning 4248 clauses out of 8500 with flag 11000/11000
148.55/75.23	c cleaning 5620 clauses out of 11252 with flag 18000/18000
209.02/105.85	c cleaning 6813 clauses out of 13632 with flag 26000/26000
264.97/134.13	c cleaning 7904 clauses out of 15819 with flag 35000/35000
330.34/167.27	c cleaning 8953 clauses out of 17916 with flag 45001/45001
400.71/202.80	c cleaning 9477 clauses out of 18965 with flag 55003/55003
463.28/235.81	c cleaning 9737 clauses out of 19485 with flag 65000/65000
537.21/273.21	c cleaning 9872 clauses out of 19749 with flag 75001/75001
601.98/306.04	c cleaning 9929 clauses out of 19878 with flag 85002/85002
674.53/342.77	c cleaning 9969 clauses out of 19948 with flag 95001/95001
737.51/374.87	c cleaning 9988 clauses out of 19978 with flag 105000/105000
808.22/410.65	c cleaning 9994 clauses out of 19992 with flag 115002/115002
881.95/447.97	c cleaning 9994 clauses out of 19996 with flag 125000/125000
946.74/480.71	c cleaning 9993 clauses out of 20002 with flag 135000/135000
1023.47/519.51	c cleaning 9995 clauses out of 20009 with flag 145000/145000
1102.89/559.66	c cleaning 9999 clauses out of 20014 with flag 155000/155000
1179.46/598.36	c cleaning 10003 clauses out of 20019 with flag 165004/165004
1254.26/636.11	c cleaning 10003 clauses out of 20013 with flag 175001/175001
1321.78/670.34	c cleaning 9998 clauses out of 20009 with flag 185000/185000
1393.47/706.69	c cleaning 10001 clauses out of 20012 with flag 195001/195001
1472.10/746.45	c cleaning 10001 clauses out of 20011 with flag 205001/205001
1542.70/782.17	c cleaning 10001 clauses out of 20009 with flag 215000/215000
1601.46/811.93	c cleaning 9998 clauses out of 20009 with flag 225001/225001
1660.61/841.92	c cleaning 10000 clauses out of 20012 with flag 235002/235002
1723.49/873.73	c cleaning 10001 clauses out of 20010 with flag 245000/245000
1787.74/906.29	c cleaning 10000 clauses out of 20009 with flag 255000/255000
1800.16/912.62	c starts		: 120
1800.16/912.62	c conflicts		: 256603
1800.16/912.62	c decisions		: 429610
1800.16/912.62	c propagations		: 19919047
1800.16/912.62	c inspects		: 978925702
1800.16/912.62	c learnt literals	: 1
1800.16/912.62	c learnt binary clauses	: 8
1800.16/912.62	c learnt ternary clauses	: 26
1800.16/912.62	c learnt clauses	: 256601
1800.16/912.62	c ignored clauses	: 0
1800.16/912.62	c root simplifications	: 0
1800.16/912.62	c removed literals (reason simplification)	: 1162059
1800.16/912.62	c reason swapping (by a shorter reason)	: 0
1800.16/912.62	c Calls to reduceDB	: 27
1800.16/912.62	c number of reductions to clauses (during analyze)	: 0
1800.16/912.62	c number of learned constraints concerned by reduction	: 0
1800.16/912.62	c number of learning phase by resolution	: 0
1800.16/912.62	c number of learning phase by cutting planes	: 0
1800.16/912.62	c speed (assignments/second)	: 21870.460729006318
1800.16/912.62	c non guided choices	36
1800.38/912.72	c learnt constraints type 
1800.38/912.72	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11641
1800.38/912.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
1800.38/912.72	c constraints type 
1800.38/912.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 450
1800.38/912.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 31
1800.38/912.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 538
1800.38/912.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2019
1800.38/912.72	c constraints type 
1800.38/912.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 538
1800.38/912.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 450
1800.38/912.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 31
1800.38/912.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2019
1800.38/912.72	s UNKNOWN
1800.38/912.72	c Total wall clock time (in seconds): 912.499

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-2662199-1276567108/watcher-2662199-1276567108 -o /tmp/evaluation-result-2662199-1276567108/solver-2662199-1276567108 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662199-1276567108.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.01 1.02 1.00 3/106 1903
/proc/meminfo: memFree=1895168/2059040 swapFree=4140416/4192956
[pid=1903] ppid=1901 vsize=248 CPUtime=0
/proc/1903/stat : 1903 (java6) R 1901 1903 1123 0 -1 4194304 110 0 0 0 0 0 0 0 23 0 1 0 30367130 253952 28 1992294400 134512640 134550932 4294063216 18446744073709551615 1954388 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/1903/statm: 62 28 21 10 0 23 0

[startup+0.040095 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 1903
/proc/meminfo: memFree=1895168/2059040 swapFree=4140416/4192956
[pid=1903] ppid=1901 vsize=1520328 CPUtime=0.02
/proc/1903/stat : 1903 (java) S 1901 1903 1123 0 -1 4202496 3304 0 1 0 1 1 0 0 15 0 4 0 30367130 1556815872 2747 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/1903/statm: 380082 2749 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.100095 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 1903
/proc/meminfo: memFree=1895168/2059040 swapFree=4140416/4192956
[pid=1903] ppid=1901 vsize=1524020 CPUtime=0.08
/proc/1903/stat : 1903 (java) S 1901 1903 1123 0 -1 4202496 3935 0 1 0 6 2 0 0 15 0 12 0 30367130 1560596480 3374 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1903/statm: 381005 3374 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.300093 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 1903
/proc/meminfo: memFree=1895168/2059040 swapFree=4140416/4192956
[pid=1903] ppid=1901 vsize=1526444 CPUtime=0.35
/proc/1903/stat : 1903 (java) S 1901 1903 1123 0 -1 4202496 5473 0 1 0 32 3 0 0 15 0 12 0 30367130 1563078656 4910 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1903/statm: 381611 4910 1354 10 0 378914 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526444

[startup+0.700089 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 1903
/proc/meminfo: memFree=1895168/2059040 swapFree=4140416/4192956
[pid=1903] ppid=1901 vsize=1529488 CPUtime=1.13
/proc/1903/stat : 1903 (java) S 1901 1903 1123 0 -1 4202496 8437 0 1 0 109 4 0 0 15 0 12 0 30367130 1566195712 7674 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1903/statm: 382372 7674 1404 10 0 379675 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1529488

[startup+1.50108 s]
/proc/loadavg: 1.25 1.07 1.02 4/118 1915
/proc/meminfo: memFree=1855456/2059040 swapFree=4140416/4192956
[pid=1903] ppid=1901 vsize=1540692 CPUtime=2.72
/proc/1903/stat : 1903 (java) S 1901 1903 1123 0 -1 4202496 22913 0 1 0 262 10 0 0 15 0 12 0 30367130 1577668608 20379 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1903/statm: 385173 20387 1406 10 0 382476 0
[pid=1903/tid=1905] ppid=1901 vsize=1540692 CPUtime=1.46
/proc/1903/task/1905/stat : 1905 (java) R 1901 1903 1123 0 -1 4202560 15958 0 1 0 139 7 0 0 25 0 12 0 30367132 1577668608 20391 1992294400 134512640 134550932 4288969088 18446744073709551615 4109491306 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1903/tid=1906] ppid=1901 vsize=1540692 CPUtime=0
/proc/1903/task/1906/stat : 1906 (java) S 1901 1903 1123 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 30367133 1577668608 20397 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1907] ppid=1901 vsize=1540692 CPUtime=0
/proc/1903/task/1907/stat : 1907 (java) S 1901 1903 1123 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 30367133 1577668608 20402 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1908] ppid=1901 vsize=1540692 CPUtime=0
/proc/1903/task/1908/stat : 1908 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30367135 1577668608 20408 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1909] ppid=1901 vsize=1540692 CPUtime=0
/proc/1903/task/1909/stat : 1909 (java) S 1901 1903 1123 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 30367135 1577668608 20413 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1910] ppid=1901 vsize=1540692 CPUtime=0
/proc/1903/task/1910/stat : 1910 (java) S 1901 1903 1123 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30367135 1577668608 20418 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1911] ppid=1901 vsize=1540692 CPUtime=0
/proc/1903/task/1911/stat : 1911 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30367140 1577668608 20424 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1912] ppid=1901 vsize=1540692 CPUtime=0.02
/proc/1903/task/1912/stat : 1912 (java) R 1901 1903 1123 0 -1 4202560 45 0 0 0 2 0 0 0 22 0 12 0 30367140 1577668608 20429 1992294400 134512640 134550932 4288969088 18446744073709551615 103984461 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1903/tid=1913] ppid=1901 vsize=1540692 CPUtime=1.22
/proc/1903/task/1913/stat : 1913 (java) R 1901 1903 1123 0 -1 4202560 5899 0 0 0 120 2 0 0 18 0 12 0 30367140 1577668608 20434 1992294400 134512640 134550932 4288969088 18446744073709551615 104163101 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1903/tid=1914] ppid=1901 vsize=1540692 CPUtime=0
/proc/1903/task/1914/stat : 1914 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30367140 1577668608 20438 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1915] ppid=1901 vsize=1540692 CPUtime=0
/proc/1903/task/1915/stat : 1915 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30367140 1577668608 20442 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1540692

[startup+3.10107 s]
/proc/loadavg: 1.25 1.07 1.02 5/122 1920
/proc/meminfo: memFree=1792060/2059040 swapFree=4140416/4192956
[pid=1903] ppid=1901 vsize=1541136 CPUtime=5.89
/proc/1903/stat : 1903 (java) S 1901 1903 1123 0 -1 4202496 37773 0 1 0 573 16 0 0 15 0 16 0 30367130 1578123264 34238 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1903/statm: 385284 34238 1423 10 0 382587 0
[pid=1903/tid=1905] ppid=1901 vsize=1541136 CPUtime=1.8
/proc/1903/task/1905/stat : 1905 (java) S 1901 1903 1123 0 -1 4202560 20863 0 1 0 172 8 0 0 18 0 16 0 30367132 1578123264 34238 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1906] ppid=1901 vsize=1541136 CPUtime=0
/proc/1903/task/1906/stat : 1906 (java) S 1901 1903 1123 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 30367133 1578123264 34238 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1907] ppid=1901 vsize=1541136 CPUtime=0
/proc/1903/task/1907/stat : 1907 (java) S 1901 1903 1123 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 16 0 30367133 1578123264 34238 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1908] ppid=1901 vsize=1541136 CPUtime=0
/proc/1903/task/1908/stat : 1908 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 30367135 1578123264 34238 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1909] ppid=1901 vsize=1541136 CPUtime=0
/proc/1903/task/1909/stat : 1909 (java) S 1901 1903 1123 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 30367135 1578123264 34239 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1910] ppid=1901 vsize=1541136 CPUtime=0
/proc/1903/task/1910/stat : 1910 (java) S 1901 1903 1123 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30367135 1578123264 34239 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1911] ppid=1901 vsize=1541136 CPUtime=0
/proc/1903/task/1911/stat : 1911 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30367140 1578123264 34239 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1912] ppid=1901 vsize=1541136 CPUtime=0.29
/proc/1903/task/1912/stat : 1912 (java) R 1901 1903 1123 0 -1 4202560 95 0 0 0 29 0 0 0 21 0 16 0 30367140 1578123264 34239 1992294400 134512640 134550932 4288969088 18446744073709551615 103373866 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1903/tid=1913] ppid=1901 vsize=1541136 CPUtime=2.4
/proc/1903/task/1913/stat : 1913 (java) S 1901 1903 1123 0 -1 4202560 7008 0 0 0 237 3 0 0 15 0 16 0 30367140 1578123264 34239 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1914] ppid=1901 vsize=1541136 CPUtime=0
/proc/1903/task/1914/stat : 1914 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30367140 1578123264 34239 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1915] ppid=1901 vsize=1541136 CPUtime=0
/proc/1903/task/1915/stat : 1915 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30367140 1578123264 34239 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1916] ppid=1901 vsize=1541136 CPUtime=0.79
/proc/1903/task/1916/stat : 1916 (java) R 1901 1903 1123 0 -1 4202560 5724 0 0 0 77 2 0 0 25 0 16 0 30367315 1578123264 34239 1992294400 134512640 134550932 4288969088 18446744073709551615 4109988616 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1903/tid=1917] ppid=1901 vsize=1541136 CPUtime=0.57
/proc/1903/task/1917/stat : 1917 (java) R 1901 1903 1123 0 -1 4202560 3010 0 0 0 56 1 0 0 25 0 16 0 30367315 1578123264 34239 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1903/tid=1918] ppid=1901 vsize=1541136 CPUtime=0
/proc/1903/task/1918/stat : 1918 (java) S 1901 1903 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30367325 1578123264 34239 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1920] ppid=1901 vsize=1541136 CPUtime=0
/proc/1903/task/1920/stat : 1920 (java) S 1901 1903 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30367328 1578123264 34239 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1541136

[startup+6.30103 s]
/proc/loadavg: 1.25 1.07 1.02 3/122 1920
/proc/meminfo: memFree=1717908/2059040 swapFree=4140416/4192956
[pid=1903] ppid=1901 vsize=1540372 CPUtime=12.22
/proc/1903/stat : 1903 (java) S 1901 1903 1123 0 -1 4202496 54020 0 1 0 1199 23 0 0 15 0 16 0 30367130 1577340928 49214 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1903/statm: 385093 49214 1434 10 0 382396 0
[pid=1903/tid=1905] ppid=1901 vsize=1540372 CPUtime=1.8
/proc/1903/task/1905/stat : 1905 (java) S 1901 1903 1123 0 -1 4202560 20863 0 1 0 172 8 0 0 15 0 16 0 30367132 1577340928 49214 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1906] ppid=1901 vsize=1540372 CPUtime=0.43
/proc/1903/task/1906/stat : 1906 (java) S 1901 1903 1123 0 -1 4202560 7364 0 0 0 40 3 0 0 16 0 16 0 30367133 1577340928 49214 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1907] ppid=1901 vsize=1540372 CPUtime=0.42
/proc/1903/task/1907/stat : 1907 (java) S 1901 1903 1123 0 -1 4202560 6212 0 0 0 40 2 0 0 16 0 16 0 30367133 1577340928 49214 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1908] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1908/stat : 1908 (java) S 1901 1903 1123 0 -1 4202560 22 0 0 0 0 0 0 0 16 0 16 0 30367135 1577340928 49214 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1909] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1909/stat : 1909 (java) S 1901 1903 1123 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30367135 1577340928 49214 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1910] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1910/stat : 1910 (java) S 1901 1903 1123 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30367135 1577340928 49214 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1911] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1911/stat : 1911 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30367140 1577340928 49214 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1912] ppid=1901 vsize=1540372 CPUtime=0.85
/proc/1903/task/1912/stat : 1912 (java) S 1901 1903 1123 0 -1 4202560 181 0 0 0 85 0 0 0 15 0 16 0 30367140 1577340928 49214 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1913] ppid=1901 vsize=1540372 CPUtime=2.72
/proc/1903/task/1913/stat : 1913 (java) S 1901 1903 1123 0 -1 4202560 7061 0 0 0 269 3 0 0 15 0 16 0 30367140 1577340928 49214 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1914] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1914/stat : 1914 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30367140 1577340928 49214 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1915] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1915/stat : 1915 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30367140 1577340928 49214 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1916] ppid=1901 vsize=1540372 CPUtime=3.22
/proc/1903/task/1916/stat : 1916 (java) R 1901 1903 1123 0 -1 4202560 6196 0 0 0 320 2 0 0 25 0 16 0 30367315 1577340928 49214 1992294400 134512640 134550932 4288969088 18446744073709551615 4110144940 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1903/tid=1917] ppid=1901 vsize=1540372 CPUtime=2.72
/proc/1903/task/1917/stat : 1917 (java) R 1901 1903 1123 0 -1 4202560 5049 0 0 0 270 2 0 0 25 0 16 0 30367315 1577340928 49214 1992294400 134512640 134550932 4288969088 18446744073709551615 4110406536 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1903/tid=1918] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1918/stat : 1918 (java) S 1901 1903 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30367325 1577340928 49214 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1920] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1920/stat : 1920 (java) S 1901 1903 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30367328 1577340928 49214 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 1540372

[startup+12.702 s]
/proc/loadavg: 1.36 1.10 1.03 3/122 1920
/proc/meminfo: memFree=1698192/2059040 swapFree=4140416/4192956
[pid=1903] ppid=1901 vsize=1540372 CPUtime=24.9
/proc/1903/stat : 1903 (java) S 1901 1903 1123 0 -1 4202496 55295 0 1 0 2465 25 0 0 15 0 16 0 30367130 1577340928 50394 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1903/statm: 385093 50394 1435 10 0 382396 0
[pid=1903/tid=1905] ppid=1901 vsize=1540372 CPUtime=1.8
/proc/1903/task/1905/stat : 1905 (java) S 1901 1903 1123 0 -1 4202560 20863 0 1 0 172 8 0 0 15 0 16 0 30367132 1577340928 50394 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1906] ppid=1901 vsize=1540372 CPUtime=0.5
/proc/1903/task/1906/stat : 1906 (java) S 1901 1903 1123 0 -1 4202560 8046 0 0 0 47 3 0 0 16 0 16 0 30367133 1577340928 50394 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1907] ppid=1901 vsize=1540372 CPUtime=0.48
/proc/1903/task/1907/stat : 1907 (java) S 1901 1903 1123 0 -1 4202560 6756 0 0 0 46 2 0 0 16 0 16 0 30367133 1577340928 50394 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1908] ppid=1901 vsize=1540372 CPUtime=0.02
/proc/1903/task/1908/stat : 1908 (java) S 1901 1903 1123 0 -1 4202560 22 0 0 0 2 0 0 0 15 0 16 0 30367135 1577340928 50394 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1909] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1909/stat : 1909 (java) S 1901 1903 1123 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30367135 1577340928 50394 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1910] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1910/stat : 1910 (java) S 1901 1903 1123 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30367135 1577340928 50394 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1911] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1911/stat : 1911 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30367140 1577340928 50394 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1912] ppid=1901 vsize=1540372 CPUtime=1.44
/proc/1903/task/1912/stat : 1912 (java) S 1901 1903 1123 0 -1 4202560 196 0 0 0 144 0 0 0 15 0 16 0 30367140 1577340928 50394 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1913] ppid=1901 vsize=1540372 CPUtime=3.1
/proc/1903/task/1913/stat : 1913 (java) S 1901 1903 1123 0 -1 4202560 7074 0 0 0 307 3 0 0 15 0 16 0 30367140 1577340928 50394 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1914] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1914/stat : 1914 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30367140 1577340928 50394 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1915] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1915/stat : 1915 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30367140 1577340928 50394 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1916] ppid=1901 vsize=1540372 CPUtime=9
/proc/1903/task/1916/stat : 1916 (java) R 1901 1903 1123 0 -1 4202560 6206 0 0 0 897 3 0 0 20 0 16 0 30367315 1577340928 50394 1992294400 134512640 134550932 4288969088 18446744073709551615 4110296878 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1903/tid=1917] ppid=1901 vsize=1540372 CPUtime=8.48
/proc/1903/task/1917/stat : 1917 (java) R 1901 1903 1123 0 -1 4202560 5060 0 0 0 846 2 0 0 25 0 16 0 30367315 1577340928 50394 1992294400 134512640 134550932 4288969088 18446744073709551615 4110374053 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1903/tid=1918] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1918/stat : 1918 (java) S 1901 1903 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30367325 1577340928 50394 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1920] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1920/stat : 1920 (java) S 1901 1903 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30367328 1577340928 50394 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0

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

/proc/1903/task/1918/stat : 1918 (java) S 1901 1903 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30367325 1577340928 63918 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1920] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1920/stat : 1920 (java) S 1901 1903 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30367328 1577340928 63918 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1503.39
Current children cumulated vsize (KiB) 1540372

[startup+822.304 s]
/proc/loadavg: 2.03 2.04 1.67 3/122 2454
/proc/meminfo: memFree=1613956/2059040 swapFree=4140416/4192956
[pid=1903] ppid=1901 vsize=1540372 CPUtime=1621.73
/proc/1903/stat : 1903 (java) S 1901 1903 1123 0 -1 4202496 97174 0 1 0 162023 150 0 0 15 0 16 0 30367130 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1903/statm: 385093 65235 1448 10 0 382396 0
[pid=1903/tid=1905] ppid=1901 vsize=1540372 CPUtime=1.8
/proc/1903/task/1905/stat : 1905 (java) S 1901 1903 1123 0 -1 4202560 20871 0 1 0 172 8 0 0 15 0 16 0 30367132 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1906] ppid=1901 vsize=1540372 CPUtime=7.45
/proc/1903/task/1906/stat : 1906 (java) S 1901 1903 1123 0 -1 4202560 15307 0 0 0 732 13 0 0 16 0 16 0 30367133 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1907] ppid=1901 vsize=1540372 CPUtime=7.39
/proc/1903/task/1907/stat : 1907 (java) S 1901 1903 1123 0 -1 4202560 14048 0 0 0 726 13 0 0 15 0 16 0 30367133 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1908] ppid=1901 vsize=1540372 CPUtime=6.92
/proc/1903/task/1908/stat : 1908 (java) S 1901 1903 1123 0 -1 4202560 24588 0 0 0 643 49 0 0 15 0 16 0 30367135 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1909] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1909/stat : 1909 (java) S 1901 1903 1123 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30367135 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1910] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1910/stat : 1910 (java) S 1901 1903 1123 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30367135 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1911] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1911/stat : 1911 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30367140 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1912] ppid=1901 vsize=1540372 CPUtime=1.73
/proc/1903/task/1912/stat : 1912 (java) S 1901 1903 1123 0 -1 4202560 215 0 0 0 173 0 0 0 15 0 16 0 30367140 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1913] ppid=1901 vsize=1540372 CPUtime=4.58
/proc/1903/task/1913/stat : 1913 (java) S 1901 1903 1123 0 -1 4202560 7184 0 0 0 455 3 0 0 15 0 16 0 30367140 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1914] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1914/stat : 1914 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30367140 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1915] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1915/stat : 1915 (java) S 1901 1903 1123 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 30367140 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1916] ppid=1901 vsize=1540372 CPUtime=795.09
/proc/1903/task/1916/stat : 1916 (java) R 1901 1903 1123 0 -1 4202560 7495 0 0 0 79477 32 0 0 25 0 16 0 30367315 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4110292050 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1903/tid=1917] ppid=1901 vsize=1540372 CPUtime=796.67
/proc/1903/task/1917/stat : 1917 (java) R 1901 1903 1123 0 -1 4202560 6344 0 0 0 79640 27 0 0 25 0 16 0 30367315 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4110552728 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1903/tid=1918] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1918/stat : 1918 (java) S 1901 1903 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30367325 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1920] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1920/stat : 1920 (java) S 1901 1903 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30367328 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1621.73
Current children cumulated vsize (KiB) 1540372

[startup+882.301 s]
/proc/loadavg: 2.04 2.05 1.70 3/122 2454
/proc/meminfo: memFree=1613956/2059040 swapFree=4140416/4192956
[pid=1903] ppid=1901 vsize=1540372 CPUtime=1740.3
/proc/1903/stat : 1903 (java) S 1901 1903 1123 0 -1 4202496 99630 0 1 0 173874 156 0 0 15 0 16 0 30367130 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1903/statm: 385093 65235 1448 10 0 382396 0
[pid=1903/tid=1905] ppid=1901 vsize=1540372 CPUtime=1.8
/proc/1903/task/1905/stat : 1905 (java) S 1901 1903 1123 0 -1 4202560 20871 0 1 0 172 8 0 0 15 0 16 0 30367132 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1906] ppid=1901 vsize=1540372 CPUtime=7.99
/proc/1903/task/1906/stat : 1906 (java) S 1901 1903 1123 0 -1 4202560 15307 0 0 0 785 14 0 0 16 0 16 0 30367133 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1907] ppid=1901 vsize=1540372 CPUtime=7.92
/proc/1903/task/1907/stat : 1907 (java) S 1901 1903 1123 0 -1 4202560 14048 0 0 0 779 13 0 0 16 0 16 0 30367133 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1908] ppid=1901 vsize=1540372 CPUtime=7.52
/proc/1903/task/1908/stat : 1908 (java) S 1901 1903 1123 0 -1 4202560 26877 0 0 0 700 52 0 0 15 0 16 0 30367135 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1909] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1909/stat : 1909 (java) S 1901 1903 1123 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30367135 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1910] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1910/stat : 1910 (java) S 1901 1903 1123 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30367135 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1911] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1911/stat : 1911 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30367140 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1912] ppid=1901 vsize=1540372 CPUtime=1.73
/proc/1903/task/1912/stat : 1912 (java) S 1901 1903 1123 0 -1 4202560 215 0 0 0 173 0 0 0 15 0 16 0 30367140 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1913] ppid=1901 vsize=1540372 CPUtime=4.58
/proc/1903/task/1913/stat : 1913 (java) S 1901 1903 1123 0 -1 4202560 7184 0 0 0 455 3 0 0 15 0 16 0 30367140 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1914] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1914/stat : 1914 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30367140 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1915] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1915/stat : 1915 (java) S 1901 1903 1123 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 30367140 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1916] ppid=1901 vsize=1540372 CPUtime=853.85
/proc/1903/task/1916/stat : 1916 (java) R 1901 1903 1123 0 -1 4202560 7573 0 0 0 85352 33 0 0 25 0 16 0 30367315 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4110145078 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1903/tid=1917] ppid=1901 vsize=1540372 CPUtime=854.81
/proc/1903/task/1917/stat : 1917 (java) R 1901 1903 1123 0 -1 4202560 6431 0 0 0 85453 28 0 0 25 0 16 0 30367315 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4110406518 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1903/tid=1918] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1918/stat : 1918 (java) S 1901 1903 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30367325 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1920] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1920/stat : 1920 (java) S 1901 1903 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30367328 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1740.3
Current children cumulated vsize (KiB) 1540372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.602 s]
/proc/loadavg: 2.17 2.08 1.72 3/122 2456
/proc/meminfo: memFree=1613832/2059040 swapFree=4140416/4192956
[pid=1903] ppid=1901 vsize=1540372 CPUtime=1800.16
/proc/1903/stat : 1903 (java) S 1901 1903 1123 0 -1 4202496 100782 0 1 0 179857 159 0 0 15 0 16 0 30367130 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1903/statm: 385093 65235 1448 10 0 382396 0
[pid=1903/tid=1905] ppid=1901 vsize=1540372 CPUtime=1.8
/proc/1903/task/1905/stat : 1905 (java) S 1901 1903 1123 0 -1 4202560 20871 0 1 0 172 8 0 0 15 0 16 0 30367132 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1906] ppid=1901 vsize=1540372 CPUtime=8.27
/proc/1903/task/1906/stat : 1906 (java) S 1901 1903 1123 0 -1 4202560 15307 0 0 0 813 14 0 0 16 0 16 0 30367133 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1907] ppid=1901 vsize=1540372 CPUtime=8.2
/proc/1903/task/1907/stat : 1907 (java) S 1901 1903 1123 0 -1 4202560 14048 0 0 0 807 13 0 0 16 0 16 0 30367133 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1908] ppid=1901 vsize=1540372 CPUtime=7.82
/proc/1903/task/1908/stat : 1908 (java) S 1901 1903 1123 0 -1 4202560 27945 0 0 0 729 53 0 0 15 0 16 0 30367135 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1909] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1909/stat : 1909 (java) S 1901 1903 1123 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30367135 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1910] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1910/stat : 1910 (java) S 1901 1903 1123 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30367135 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1911] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1911/stat : 1911 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30367140 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1912] ppid=1901 vsize=1540372 CPUtime=1.73
/proc/1903/task/1912/stat : 1912 (java) S 1901 1903 1123 0 -1 4202560 215 0 0 0 173 0 0 0 15 0 16 0 30367140 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1913] ppid=1901 vsize=1540372 CPUtime=4.58
/proc/1903/task/1913/stat : 1913 (java) S 1901 1903 1123 0 -1 4202560 7184 0 0 0 455 3 0 0 15 0 16 0 30367140 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1914] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1914/stat : 1914 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30367140 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1915] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1915/stat : 1915 (java) R 1901 1903 1123 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 30367140 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1903/tid=1916] ppid=1901 vsize=1540372 CPUtime=883.43
/proc/1903/task/1916/stat : 1916 (java) R 1901 1903 1123 0 -1 4202560 7621 0 0 0 88309 34 0 0 25 0 16 0 30367315 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4109835472 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1903/tid=1917] ppid=1901 vsize=1540372 CPUtime=884.24
/proc/1903/task/1917/stat : 1917 (java) R 1901 1903 1123 0 -1 4202560 6465 0 0 0 88396 28 0 0 25 0 16 0 30367315 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4110406542 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1903/tid=1918] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1918/stat : 1918 (java) S 1901 1903 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30367325 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1920] ppid=1901 vsize=1540372 CPUtime=0
/proc/1903/task/1920/stat : 1920 (java) S 1901 1903 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 30367328 1577340928 65235 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 1540372

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

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

[startup+912.717 s]
/proc/loadavg: 2.17 2.08 1.72 3/122 2456
/proc/meminfo: memFree=1613832/2059040 swapFree=4140416/4192956
[pid=1903] ppid=1901 vsize=1541020 CPUtime=1800.38
/proc/1903/stat : 1903 (java) S 1901 1903 1123 0 -1 4202496 100799 0 1 0 179879 159 0 0 15 0 18 0 30367130 1578004480 65252 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1903/statm: 385255 65254 1450 10 0 382558 0
[pid=1903/tid=1905] ppid=1901 vsize=1541020 CPUtime=1.8
/proc/1903/task/1905/stat : 1905 (java) S 1901 1903 1123 0 -1 4202560 20871 0 1 0 172 8 0 0 15 0 18 0 30367132 1578004480 65254 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1906] ppid=1901 vsize=1541020 CPUtime=8.27
/proc/1903/task/1906/stat : 1906 (java) S 1901 1903 1123 0 -1 4202560 15307 0 0 0 813 14 0 0 16 0 18 0 30367133 1578004480 65254 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1907] ppid=1901 vsize=1541020 CPUtime=8.2
/proc/1903/task/1907/stat : 1907 (java) S 1901 1903 1123 0 -1 4202560 14048 0 0 0 807 13 0 0 16 0 18 0 30367133 1578004480 65254 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1908] ppid=1901 vsize=1541020 CPUtime=7.82
/proc/1903/task/1908/stat : 1908 (java) S 1901 1903 1123 0 -1 4202560 27945 0 0 0 729 53 0 0 15 0 18 0 30367135 1578004480 65254 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 0 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1909] ppid=1901 vsize=1541020 CPUtime=0
/proc/1903/task/1909/stat : 1909 (java) S 1901 1903 1123 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 30367135 1578004480 65254 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1910] ppid=1901 vsize=1541020 CPUtime=0
/proc/1903/task/1910/stat : 1910 (java) S 1901 1903 1123 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 30367135 1578004480 65254 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1911] ppid=1901 vsize=1541020 CPUtime=0
/proc/1903/task/1911/stat : 1911 (java) S 1901 1903 1123 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 30367140 1578004480 65254 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1912] ppid=1901 vsize=1541020 CPUtime=1.73
/proc/1903/task/1912/stat : 1912 (java) S 1901 1903 1123 0 -1 4202560 215 0 0 0 173 0 0 0 15 0 18 0 30367140 1578004480 65254 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1913] ppid=1901 vsize=1541020 CPUtime=4.58
/proc/1903/task/1913/stat : 1913 (java) R 1901 1903 1123 0 -1 4202560 7186 0 0 0 455 3 0 0 15 0 18 0 30367140 1578004480 65254 1992294400 134512640 134550932 4288969088 18446744073709551615 105445170 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1903/tid=1914] ppid=1901 vsize=1541020 CPUtime=0
/proc/1903/task/1914/stat : 1914 (java) S 1901 1903 1123 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 30367140 1578004480 65254 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 0 0 0 0
[pid=1903/tid=1915] ppid=1901 vsize=1541020 CPUtime=0
/proc/1903/task/1915/stat : 1915 (java) R 1901 1903 1123 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 30367140 1578004480 65254 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1903/tid=1916] ppid=1901 vsize=1541020 CPUtime=883.53
/proc/1903/task/1916/stat : 1916 (java) R 1901 1903 1123 0 -1 4202560 7621 0 0 0 88319 34 0 0 25 0 18 0 30367315 1578004480 65254 1992294400 134512640 134550932 4288969088 18446744073709551615 4110291910 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1903/tid=1917] ppid=1901 vsize=1541020 CPUtime=884.33
/proc/1903/task/1917/stat : 1917 (java) R 1901 1903 1123 0 -1 4202560 6465 0 0 0 88405 28 0 0 25 0 18 0 30367315 1578004480 65254 1992294400 134512640 134550932 4288969088 18446744073709551615 4109859592 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1903/tid=1918] ppid=1901 vsize=1541020 CPUtime=0
/proc/1903/task/1918/stat : 1918 (java) S 1901 1903 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 30367325 1578004480 65254 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
[pid=1903/tid=1920] ppid=1901 vsize=1541020 CPUtime=0
/proc/1903/task/1920/stat : 1920 (java) S 1901 1903 1123 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 30367328 1578004480 65254 1992294400 134512640 134550932 4288969088 18446744073709551615 4294960144 0 4 0 16800975 18446604437828647936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 1541020

Child status: 143
Real time (s): 912.798
CPU time (s): 1800.52
CPU user time (s): 1798.89
CPU system time (s): 1.62375
CPU usage (%): 197.253
Max. virtual memory (cumulated for all children) (KiB): 1542944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.62375
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100806
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= 46521
involuntary context switches= 68597

runsolver used 4.86826 second user time and 7.96379 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-15 03:58:28
IDJOB=2662199
IDBENCH=2508
IDSOLVER=1166
FILE ID=node019/2662199-1276567108
PBS_JOBID= 11173501
Free space on /tmp= 62380 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/MIPLIB/miplib2003/normalized-mps-v2-20-10-roll3000.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662199-1276567108/watcher-2662199-1276567108 -o /tmp/evaluation-result-2662199-1276567108/solver-2662199-1276567108 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662199-1276567108.opb

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

MD5SUM BENCH= 553e03f28bab227c11d33a47edd1fb32
RANDOM SEED=1638595076

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1895440 kB
Buffers:          6556 kB
Cached:          72900 kB
SwapCached:       5368 kB
Active:          39888 kB
Inactive:        51720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1895440 kB
SwapTotal:     4192956 kB
SwapFree:      4140416 kB
Dirty:            1160 kB
Writeback:           0 kB
AnonPages:       10908 kB
Mapped:          13140 kB
Slab:            50108 kB
PageTables:       3980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181540 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 node019 at 2010-06-15 04:13:43