Trace number 2662970

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 NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.42 923.182

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
MD5SUM732cdc3fa8b0bf0f47e882c13d928a6d
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1552.26
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4626
Total number of constraints30747
Number of constraints which are clauses29724
Number of constraints which are cardinality constraints (but not clauses)945
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
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.16	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.23/0.23	c Pseudo Boolean Optimization
0.23/0.23	c ManyCore solver with 2 solvers running in parallel
0.23/0.23	c --- Begin Solver configuration ---
0.23/0.23	c Stops conflict analysis at the first Unique Implication Point
0.23/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.23/0.23	c Learn all clauses as in MiniSAT
0.23/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.23	c Expensive reason simplification
0.23/0.23	c Armin Biere (Picosat) restarts strategy
0.23/0.23	c Glucose learned constraints deletion strategy
0.23/0.23	c timeout=2147483s
0.23/0.23	c DB Simplification allowed=false
0.23/0.23	c --- End Solver configuration ---
0.23/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.23	c --- Begin Solver configuration ---
0.23/0.23	c Stops conflict analysis at the first Unique Implication Point
0.23/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.23/0.23	c Learn all clauses as in MiniSAT
0.23/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.23	c No reason simplification
0.23/0.23	c Armin Biere (Picosat) restarts strategy
0.23/0.23	c Glucose learned constraints deletion strategy
0.23/0.23	c timeout=2147483s
0.23/0.23	c DB Simplification allowed=false
0.23/0.23	c --- End Solver configuration ---
0.23/0.23	
0.23/0.23	c solving HOME/instance-2662970-1276343606.opb
0.23/0.23	c reading problem ... 
2.49/1.78	c ... done. Wall clock time 1.552s.
2.49/1.78	c #vars     4626
2.49/1.78	c #constraints  30921
2.49/1.78	c constraints type 
2.49/1.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29898
2.49/1.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 945
2.49/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
2.49/1.78	c constraints type 
2.49/1.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29898
2.49/1.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 945
2.49/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
5.83/3.46	c cleaning 2483 clauses out of 5002 with flag 5002/5002
8.74/4.94	c cleaning 4254 clauses out of 8519 with flag 11002/11002
11.84/6.54	c cleaning 5625 clauses out of 11264 with flag 18001/18001
15.92/8.70	c cleaning 6813 clauses out of 13639 with flag 26001/26001
20.77/11.14	c cleaning 7898 clauses out of 15825 with flag 35000/35000
25.43/13.56	c cleaning 8954 clauses out of 17928 with flag 45001/45001
30.48/16.19	c cleaning 9975 clauses out of 19973 with flag 56000/56000
38.68/20.39	c cleaning 10994 clauses out of 21999 with flag 68001/68001
45.83/24.04	c cleaning 11983 clauses out of 24005 with flag 81001/81001
52.63/27.58	c cleaning 12997 clauses out of 26022 with flag 95001/95001
65.54/34.19	c cleaning 13996 clauses out of 28026 with flag 110002/110002
73.87/38.46	c cleaning 15002 clauses out of 30028 with flag 126000/126000
84.52/43.99	c cleaning 16000 clauses out of 32028 with flag 143002/143002
102.93/53.39	c cleaning 17002 clauses out of 34027 with flag 161001/161001
114.99/59.59	c cleaning 0 clauses out of 5001 with flag 0/5001
115.84/60.09	c cleaning 18000 clauses out of 36026 with flag 180002/180002
133.76/69.28	c cleaning 19005 clauses out of 38025 with flag 200001/200001
153.11/79.18	c cleaning 19999 clauses out of 40021 with flag 221002/221002
185.50/95.70	c cleaning 20992 clauses out of 42021 with flag 243001/243001
218.05/112.26	c cleaning 22004 clauses out of 44028 with flag 266000/266000
234.83/120.93	c cleaning 22998 clauses out of 46025 with flag 290001/290001
261.22/134.42	c cleaning 23999 clauses out of 48027 with flag 315001/315001
295.54/151.93	c cleaning 25007 clauses out of 50027 with flag 341000/341000
338.37/173.78	c cleaning 26002 clauses out of 52020 with flag 368000/368000
423.45/216.97	c cleaning 26998 clauses out of 54020 with flag 396002/396002
451.12/231.14	c cleaning 27985 clauses out of 56020 with flag 425000/425000
487.11/249.57	c cleaning 29006 clauses out of 58039 with flag 455004/455004
512.76/262.71	c cleaning 0 clauses out of 11001 with flag 0/11001
519.21/266.37	c cleaning 29971 clauses out of 60029 with flag 486000/486000
602.52/308.60	c cleaning 30501 clauses out of 61059 with flag 517001/517001
661.22/338.51	c cleaning 30757 clauses out of 61558 with flag 548001/548001
708.34/362.68	c cleaning 30880 clauses out of 61803 with flag 579003/579003
730.71/374.31	c cleaning 30937 clauses out of 61921 with flag 610001/610001
772.12/395.50	c cleaning 30931 clauses out of 61983 with flag 641000/641000
837.69/428.91	c cleaning 30960 clauses out of 62052 with flag 672000/672000
912.69/467.17	c cleaning 30994 clauses out of 62093 with flag 703001/703001
959.78/491.30	c cleaning 31045 clauses out of 62102 with flag 734004/734004
1000.34/512.17	c cleaning 30997 clauses out of 62054 with flag 765001/765001
1031.19/528.06	c cleaning 31017 clauses out of 62057 with flag 796001/796001
1070.09/548.03	c cleaning 31015 clauses out of 62041 with flag 827002/827002
1108.80/568.03	c cleaning 31003 clauses out of 62025 with flag 858001/858001
1140.38/584.30	c cleaning 31004 clauses out of 62024 with flag 889003/889003
1165.79/597.55	c cleaning 31003 clauses out of 62017 with flag 920000/920000
1191.01/610.60	c cleaning 30987 clauses out of 62015 with flag 951001/951001
1222.91/627.26	c cleaning 30992 clauses out of 62028 with flag 982001/982001
1284.76/658.86	c cleaning 0 clauses out of 18001 with flag 0/18001
1308.20/671.18	c cleaning 31001 clauses out of 62038 with flag 1013003/1013003
1391.87/713.73	c cleaning 30984 clauses out of 62036 with flag 1044002/1044002
1482.94/760.26	c cleaning 30985 clauses out of 62050 with flag 1075000/1075000
1528.68/783.77	c cleaning 31024 clauses out of 62067 with flag 1106002/1106002
1583.35/811.71	c cleaning 31003 clauses out of 62042 with flag 1137001/1137001
1627.47/834.41	c cleaning 31002 clauses out of 62038 with flag 1168000/1168000
1685.74/864.45	c cleaning 30985 clauses out of 62036 with flag 1199000/1199000
1735.61/890.02	c cleaning 31010 clauses out of 62054 with flag 1230003/1230003
1800.11/923.02	c starts		: 190
1800.11/923.02	c conflicts		: 1256672
1800.11/923.02	c decisions		: 1728250
1800.11/923.02	c propagations		: 60019514
1800.11/923.02	c inspects		: 1469990541
1800.11/923.02	c learnt literals	: 0
1800.11/923.02	c learnt binary clauses	: 0
1800.11/923.02	c learnt ternary clauses	: 0
1800.11/923.02	c learnt clauses	: 1256672
1800.11/923.02	c ignored clauses	: 0
1800.11/923.02	c root simplifications	: 0
1800.11/923.02	c removed literals (reason simplification)	: 8116541
1800.11/923.02	c reason swapping (by a shorter reason)	: 0
1800.11/923.02	c Calls to reduceDB	: 51
1800.11/923.02	c number of reductions to clauses (during analyze)	: 0
1800.11/923.02	c number of learned constraints concerned by reduction	: 0
1800.11/923.02	c number of learning phase by resolution	: 0
1800.11/923.02	c number of learning phase by cutting planes	: 0
1800.11/923.02	c speed (assignments/second)	: 65150.758596284795
1800.11/923.02	c non guided choices	97095
1800.11/923.11	c learnt constraints type 
1800.11/923.11	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 57742
1800.11/923.11	c constraints type 
1800.11/923.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29898
1800.11/923.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 945
1800.11/923.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1800.11/923.11	c constraints type 
1800.11/923.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29898
1800.11/923.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 945
1800.11/923.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1800.11/923.11	s UNKNOWN
1800.11/923.11	c Total wall clock time (in seconds): 922.891

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11369
/proc/meminfo: memFree=1789460/2059040 swapFree=4192956/4192956
[pid=11369] ppid=11367 vsize=392 CPUtime=0
/proc/11369/stat : 11369 (java6) R 11367 11369 10962 0 -1 4194304 121 0 0 0 0 0 0 0 21 0 1 0 9962075 401408 41 1992294400 134512640 134550932 4291985600 18446744073709551615 11690580 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11369/statm: 107 43 33 10 0 25 0

[startup+0.0702 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11369
/proc/meminfo: memFree=1789460/2059040 swapFree=4192956/4192956
[pid=11369] ppid=11367 vsize=1521796 CPUtime=0.05
/proc/11369/stat : 11369 (java) S 11367 11369 10962 0 -1 4202496 3680 0 1 0 3 2 0 0 15 0 7 0 9962075 1558319104 3121 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/11369/statm: 380449 3121 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101205 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11369
/proc/meminfo: memFree=1789460/2059040 swapFree=4192956/4192956
[pid=11369] ppid=11367 vsize=1524020 CPUtime=0.08
/proc/11369/stat : 11369 (java) S 11367 11369 10962 0 -1 4202496 3933 0 1 0 5 3 0 0 15 0 12 0 9962075 1560596480 3372 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11369/statm: 381005 3372 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.306466 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11369
/proc/meminfo: memFree=1789460/2059040 swapFree=4192956/4192956
[pid=11369] ppid=11367 vsize=1526228 CPUtime=0.35
/proc/11369/stat : 11369 (java) S 11367 11369 10962 0 -1 4202496 5451 0 1 0 32 3 0 0 15 0 12 0 9962075 1562857472 4888 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11369/statm: 381557 4889 1368 10 0 378860 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526228

[startup+0.701285 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11369
/proc/meminfo: memFree=1789460/2059040 swapFree=4192956/4192956
[pid=11369] ppid=11367 vsize=1529548 CPUtime=1.09
/proc/11369/stat : 11369 (java) S 11367 11369 10962 0 -1 4202496 10406 0 1 0 103 6 0 0 15 0 12 0 9962075 1566257152 9380 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11369/statm: 382387 9380 1406 10 0 379690 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1529548

[startup+1.50138 s]
/proc/loadavg: 1.16 1.03 1.01 3/118 11381
/proc/meminfo: memFree=1739020/2059040 swapFree=4192956/4192956
[pid=11369] ppid=11367 vsize=1531024 CPUtime=2.29
/proc/11369/stat : 11369 (java) S 11367 11369 10962 0 -1 4202496 24629 0 1 0 216 13 0 0 15 0 12 0 9962075 1567768576 22893 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11369/statm: 382756 22895 1410 10 0 380059 0
[pid=11369/tid=11371] ppid=11367 vsize=1531024 CPUtime=1.17
/proc/11369/task/11371/stat : 11371 (java) R 11367 11369 10962 0 -1 4202560 20541 0 1 0 107 10 0 0 18 0 12 0 9962077 1567768576 22896 1992294400 134512640 134550932 4288424656 18446744073709551615 4109430597 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11369/tid=11372] ppid=11367 vsize=1531024 CPUtime=0
/proc/11369/task/11372/stat : 11372 (java) S 11367 11369 10962 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 9962078 1567768576 22898 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11373] ppid=11367 vsize=1531024 CPUtime=0
/proc/11369/task/11373/stat : 11373 (java) S 11367 11369 10962 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 9962078 1567768576 22899 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11374] ppid=11367 vsize=1531024 CPUtime=0
/proc/11369/task/11374/stat : 11374 (java) S 11367 11369 10962 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9962080 1567768576 22900 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11375] ppid=11367 vsize=1531024 CPUtime=0
/proc/11369/task/11375/stat : 11375 (java) S 11367 11369 10962 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 9962081 1567768576 22901 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11376] ppid=11367 vsize=1531024 CPUtime=0
/proc/11369/task/11376/stat : 11376 (java) S 11367 11369 10962 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9962081 1567768576 22903 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11377] ppid=11367 vsize=1531024 CPUtime=0
/proc/11369/task/11377/stat : 11377 (java) S 11367 11369 10962 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 9962085 1567768576 22904 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11378] ppid=11367 vsize=1531024 CPUtime=0.39
/proc/11369/task/11378/stat : 11378 (java) S 11367 11369 10962 0 -1 4202560 728 0 0 0 39 0 0 0 15 0 12 0 9962085 1567768576 22905 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11379] ppid=11367 vsize=1531024 CPUtime=0.7
/proc/11369/task/11379/stat : 11379 (java) S 11367 11369 10962 0 -1 4202560 2299 0 0 0 69 1 0 0 16 0 12 0 9962085 1567768576 22907 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11380] ppid=11367 vsize=1531024 CPUtime=0
/proc/11369/task/11380/stat : 11380 (java) S 11367 11369 10962 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 9962085 1567768576 22908 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11381] ppid=11367 vsize=1531024 CPUtime=0
/proc/11369/task/11381/stat : 11381 (java) S 11367 11369 10962 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 9962085 1567768576 22909 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 1531024

[startup+3.1016 s]
/proc/loadavg: 1.16 1.03 1.01 3/122 11385
/proc/meminfo: memFree=1652684/2059040 swapFree=4192956/4192956
[pid=11369] ppid=11367 vsize=1540736 CPUtime=5.24
/proc/11369/stat : 11369 (java) S 11367 11369 10962 0 -1 4202496 41134 0 1 0 504 20 0 0 15 0 16 0 9962075 1577713664 37514 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11369/statm: 385184 37514 1438 10 0 382487 0
[pid=11369/tid=11371] ppid=11367 vsize=1540736 CPUtime=1.42
/proc/11369/task/11371/stat : 11371 (java) S 11367 11369 10962 0 -1 4202560 30761 0 1 0 129 13 0 0 18 0 16 0 9962077 1577713664 37514 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11372] ppid=11367 vsize=1540736 CPUtime=0.03
/proc/11369/task/11372/stat : 11372 (java) S 11367 11369 10962 0 -1 4202560 964 0 0 0 3 0 0 0 16 0 16 0 9962078 1577713664 37514 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11373] ppid=11367 vsize=1540736 CPUtime=0.02
/proc/11369/task/11373/stat : 11373 (java) S 11367 11369 10962 0 -1 4202560 708 0 0 0 2 0 0 0 18 0 16 0 9962078 1577713664 37514 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11374] ppid=11367 vsize=1540736 CPUtime=0
/proc/11369/task/11374/stat : 11374 (java) S 11367 11369 10962 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 9962080 1577713664 37514 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11375] ppid=11367 vsize=1540736 CPUtime=0
/proc/11369/task/11375/stat : 11375 (java) S 11367 11369 10962 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9962081 1577713664 37514 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11376] ppid=11367 vsize=1540736 CPUtime=0
/proc/11369/task/11376/stat : 11376 (java) S 11367 11369 10962 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9962081 1577713664 37514 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11377] ppid=11367 vsize=1540736 CPUtime=0
/proc/11369/task/11377/stat : 11377 (java) S 11367 11369 10962 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 9962085 1577713664 37514 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11378] ppid=11367 vsize=1540736 CPUtime=0.98
/proc/11369/task/11378/stat : 11378 (java) S 11367 11369 10962 0 -1 4202560 1053 0 0 0 98 0 0 0 15 0 16 0 9962085 1577713664 37514 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11379] ppid=11367 vsize=1540736 CPUtime=1.91
/proc/11369/task/11379/stat : 11379 (java) S 11367 11369 10962 0 -1 4202560 5992 0 0 0 189 2 0 0 16 0 16 0 9962085 1577713664 37514 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11380] ppid=11367 vsize=1540736 CPUtime=0
/proc/11369/task/11380/stat : 11380 (java) S 11367 11369 10962 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9962085 1577713664 37514 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11381] ppid=11367 vsize=1540736 CPUtime=0
/proc/11369/task/11381/stat : 11381 (java) S 11367 11369 10962 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 9962085 1577713664 37514 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11382] ppid=11367 vsize=1540736 CPUtime=0.62
/proc/11369/task/11382/stat : 11382 (java) R 11367 11369 10962 0 -1 4202560 115 0 0 0 62 0 0 0 19 0 16 0 9962254 1577713664 37514 1992294400 134512640 134550932 4288424656 18446744073709551615 4109795110 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11369/tid=11383] ppid=11367 vsize=1540736 CPUtime=0.17
/proc/11369/task/11383/stat : 11383 (java) R 11367 11369 10962 0 -1 4202560 463 0 0 0 17 0 0 0 21 0 16 0 9962254 1577713664 37514 1992294400 134512640 134550932 4288424656 18446744073709551615 4109562484 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11369/tid=11384] ppid=11367 vsize=1540736 CPUtime=0
/proc/11369/task/11384/stat : 11384 (java) S 11367 11369 10962 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 9962258 1577713664 37514 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11385] ppid=11367 vsize=1540736 CPUtime=0
/proc/11369/task/11385/stat : 11385 (java) S 11367 11369 10962 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 9962262 1577713664 37514 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 1540736

[startup+6.30201 s]
/proc/loadavg: 1.16 1.03 1.01 3/122 11385
/proc/meminfo: memFree=1622180/2059040 swapFree=4192956/4192956
[pid=11369] ppid=11367 vsize=1543092 CPUtime=11.43
/proc/11369/stat : 11369 (java) S 11367 11369 10962 0 -1 4202496 49249 0 1 0 1121 22 0 0 15 0 16 0 9962075 1580126208 43541 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11369/statm: 385773 43541 1450 10 0 383076 0
[pid=11369/tid=11371] ppid=11367 vsize=1543092 CPUtime=1.42
/proc/11369/task/11371/stat : 11371 (java) S 11367 11369 10962 0 -1 4202560 30761 0 1 0 129 13 0 0 15 0 16 0 9962077 1580126208 43541 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11372] ppid=11367 vsize=1543092 CPUtime=0.08
/proc/11369/task/11372/stat : 11372 (java) S 11367 11369 10962 0 -1 4202560 1948 0 0 0 8 0 0 0 16 0 16 0 9962078 1580126208 43541 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11373] ppid=11367 vsize=1543092 CPUtime=0.09
/proc/11369/task/11373/stat : 11373 (java) S 11367 11369 10962 0 -1 4202560 1672 0 0 0 8 1 0 0 16 0 16 0 9962078 1580126208 43541 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11374] ppid=11367 vsize=1543092 CPUtime=0.14
/proc/11369/task/11374/stat : 11374 (java) S 11367 11369 10962 0 -1 4202560 2605 0 0 0 13 1 0 0 15 0 16 0 9962080 1580126208 43541 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11375] ppid=11367 vsize=1543092 CPUtime=0
/proc/11369/task/11375/stat : 11375 (java) S 11367 11369 10962 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9962081 1580126208 43541 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11376] ppid=11367 vsize=1543092 CPUtime=0
/proc/11369/task/11376/stat : 11376 (java) S 11367 11369 10962 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9962081 1580126208 43541 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11377] ppid=11367 vsize=1543092 CPUtime=0
/proc/11369/task/11377/stat : 11377 (java) S 11367 11369 10962 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 9962085 1580126208 43541 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11378] ppid=11367 vsize=1543092 CPUtime=1.46
/proc/11369/task/11378/stat : 11378 (java) S 11367 11369 10962 0 -1 4202560 2567 0 0 0 145 1 0 0 15 0 16 0 9962085 1580126208 43541 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11379] ppid=11367 vsize=1543092 CPUtime=2.9
/proc/11369/task/11379/stat : 11379 (java) S 11367 11369 10962 0 -1 4202560 7275 0 0 0 288 2 0 0 15 0 16 0 9962085 1580126208 43541 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11380] ppid=11367 vsize=1543092 CPUtime=0
/proc/11369/task/11380/stat : 11380 (java) S 11367 11369 10962 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9962085 1580126208 43541 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11381] ppid=11367 vsize=1543092 CPUtime=0
/proc/11369/task/11381/stat : 11381 (java) S 11367 11369 10962 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 9962085 1580126208 43541 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11382] ppid=11367 vsize=1543092 CPUtime=3.26
/proc/11369/task/11382/stat : 11382 (java) R 11367 11369 10962 0 -1 4202560 123 0 0 0 326 0 0 0 22 0 16 0 9962254 1580126208 43541 1992294400 134512640 134550932 4288424656 18446744073709551615 4109775463 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11369/tid=11383] ppid=11367 vsize=1543092 CPUtime=2.01
/proc/11369/task/11383/stat : 11383 (java) R 11367 11369 10962 0 -1 4202560 1227 0 0 0 201 0 0 0 25 0 16 0 9962254 1580126208 43541 1992294400 134512640 134550932 4288424656 18446744073709551615 4109289498 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11369/tid=11384] ppid=11367 vsize=1543092 CPUtime=0
/proc/11369/task/11384/stat : 11384 (java) S 11367 11369 10962 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 9962258 1580126208 43541 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11385] ppid=11367 vsize=1543092 CPUtime=0
/proc/11369/task/11385/stat : 11385 (java) S 11367 11369 10962 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 9962262 1580126208 43541 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.43
Current children cumulated vsize (KiB) 1543092

[startup+12.7019 s]
/proc/loadavg: 1.29 1.06 1.02 3/122 11385
/proc/meminfo: memFree=1591924/2059040 swapFree=4192956/4192956
[pid=11369] ppid=11367 vsize=1543092 CPUtime=23.86
/proc/11369/stat : 11369 (java) S 11367 11369 10962 0 -1 4202496 57303 0 1 0 2358 28 0 0 15 0 16 0 9962075 1580126208 50445 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11369/statm: 385773 50445 1450 10 0 383076 0
[pid=11369/tid=11371] ppid=11367 vsize=1543092 CPUtime=1.42
/proc/11369/task/11371/stat : 11371 (java) S 11367 11369 10962 0 -1 4202560 30761 0 1 0 129 13 0 0 15 0 16 0 9962077 1580126208 50445 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11372] ppid=11367 vsize=1543092 CPUtime=0.2
/proc/11369/task/11372/stat : 11372 (java) S 11367 11369 10962 0 -1 4202560 4178 0 0 0 19 1 0 0 16 0 16 0 9962078 1580126208 50445 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11373] ppid=11367 vsize=1543092 CPUtime=0.2
/proc/11369/task/11373/stat : 11373 (java) S 11367 11369 10962 0 -1 4202560 3764 0 0 0 18 2 0 0 15 0 16 0 9962078 1580126208 50445 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11374] ppid=11367 vsize=1543092 CPUtime=0.41
/proc/11369/task/11374/stat : 11374 (java) S 11367 11369 10962 0 -1 4202560 3218 0 0 0 40 1 0 0 15 0 16 0 9962080 1580126208 50445 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11375] ppid=11367 vsize=1543092 CPUtime=0
/proc/11369/task/11375/stat : 11375 (java) S 11367 11369 10962 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9962081 1580126208 50445 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11376] ppid=11367 vsize=1543092 CPUtime=0
/proc/11369/task/11376/stat : 11376 (java) S 11367 11369 10962 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9962081 1580126208 50445 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11377] ppid=11367 vsize=1543092 CPUtime=0
/proc/11369/task/11377/stat : 11377 (java) S 11367 11369 10962 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 9962085 1580126208 50445 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11378] ppid=11367 vsize=1543092 CPUtime=1.59
/proc/11369/task/11378/stat : 11378 (java) S 11367 11369 10962 0 -1 4202560 3337 0 0 0 158 1 0 0 16 0 16 0 9962085 1580126208 50445 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11379] ppid=11367 vsize=1543092 CPUtime=3.33
/proc/11369/task/11379/stat : 11379 (java) S 11367 11369 10962 0 -1 4202560 7312 0 0 0 331 2 0 0 15 0 16 0 9962085 1580126208 50445 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11380] ppid=11367 vsize=1543092 CPUtime=0
/proc/11369/task/11380/stat : 11380 (java) S 11367 11369 10962 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9962085 1580126208 50445 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11381] ppid=11367 vsize=1543092 CPUtime=0
/proc/11369/task/11381/stat : 11381 (java) S 11367 11369 10962 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 9962085 1580126208 50445 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11382] ppid=11367 vsize=1543092 CPUtime=8.83
/proc/11369/task/11382/stat : 11382 (java) R 11367 11369 10962 0 -1 4202560 173 0 0 0 883 0 0 0 25 0 16 0 9962254 1580126208 50445 1992294400 134512640 134550932 4288424656 18446744073709551615 4109594707 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11369/tid=11383] ppid=11367 vsize=1543092 CPUtime=7.76
/proc/11369/task/11383/stat : 11383 (java) R 11367 11369 10962 0 -1 4202560 3489 0 0 0 775 1 0 0 25 0 16 0 9962254 1580126208 50445 1992294400 134512640 134550932 4288424656 18446744073709551615 4109733533 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11369/tid=11384] ppid=11367 vsize=1543092 CPUtime=0
/proc/11369/task/11384/stat : 11384 (java) S 11367 11369 10962 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 9962258 1580126208 50445 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11385] ppid=11367 vsize=1543092 CPUtime=0
/proc/11369/task/11385/stat : 11385 (java) S 11367 11369 10962 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 9962262 1580126208 50445 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0

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

/proc/11369/task/11384/stat : 11384 (java) S 11367 11369 10962 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 9962258 1584320512 115257 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11385] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11385/stat : 11385 (java) S 11367 11369 10962 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 9962262 1584320512 115257 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1486.29
Current children cumulated vsize (KiB) 1547188

[startup+822.302 s]
/proc/loadavg: 1.98 1.98 1.62 3/122 11414
/proc/meminfo: memFree=1330656/2059040 swapFree=4192956/4192956
[pid=11369] ppid=11367 vsize=1547188 CPUtime=1603.48
/proc/11369/stat : 11369 (java) S 11367 11369 10962 0 -1 4202496 129401 0 1 0 160218 130 0 0 15 0 16 0 9962075 1584320512 115257 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11369/statm: 386797 115257 1450 10 0 384100 0
[pid=11369/tid=11371] ppid=11367 vsize=1547188 CPUtime=1.43
/proc/11369/task/11371/stat : 11371 (java) S 11367 11369 10962 0 -1 4202560 30782 0 1 0 129 14 0 0 15 0 16 0 9962077 1584320512 115257 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11372] ppid=11367 vsize=1547188 CPUtime=12.81
/proc/11369/task/11372/stat : 11372 (java) S 11367 11369 10962 0 -1 4202560 38405 0 0 0 1234 47 0 0 16 0 16 0 9962078 1584320512 115257 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11373] ppid=11367 vsize=1547188 CPUtime=12.86
/proc/11369/task/11373/stat : 11373 (java) S 11367 11369 10962 0 -1 4202560 38052 0 0 0 1257 29 0 0 15 0 16 0 9962078 1584320512 115257 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11374] ppid=11367 vsize=1547188 CPUtime=25.89
/proc/11369/task/11374/stat : 11374 (java) S 11367 11369 10962 0 -1 4202560 4959 0 0 0 2582 7 0 0 15 0 16 0 9962080 1584320512 115257 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11375] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11375/stat : 11375 (java) S 11367 11369 10962 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9962081 1584320512 115257 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11376] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11376/stat : 11376 (java) S 11367 11369 10962 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9962081 1584320512 115257 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11377] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11377/stat : 11377 (java) S 11367 11369 10962 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 9962085 1584320512 115257 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11378] ppid=11367 vsize=1547188 CPUtime=1.91
/proc/11369/task/11378/stat : 11378 (java) S 11367 11369 10962 0 -1 4202560 4662 0 0 0 189 2 0 0 16 0 16 0 9962085 1584320512 115257 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11379] ppid=11367 vsize=1547188 CPUtime=3.45
/proc/11369/task/11379/stat : 11379 (java) S 11367 11369 10962 0 -1 4202560 7313 0 0 0 343 2 0 0 15 0 16 0 9962085 1584320512 115257 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11380] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11380/stat : 11380 (java) S 11367 11369 10962 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9962085 1584320512 115257 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11381] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11381/stat : 11381 (java) R 11367 11369 10962 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 16 0 9962085 1584320512 115257 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11369/tid=11382] ppid=11367 vsize=1547188 CPUtime=772.76
/proc/11369/task/11382/stat : 11382 (java) R 11367 11369 10962 0 -1 4202560 417 0 0 0 77266 10 0 0 25 0 16 0 9962254 1584320512 115257 1992294400 134512640 134550932 4288424656 18446744073709551615 4109646404 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11369/tid=11383] ppid=11367 vsize=1547188 CPUtime=772.29
/proc/11369/task/11383/stat : 11383 (java) R 11367 11369 10962 0 -1 4202560 3694 0 0 0 77214 15 0 0 25 0 16 0 9962254 1584320512 115257 1992294400 134512640 134550932 4288424656 18446744073709551615 4109764805 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11369/tid=11384] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11384/stat : 11384 (java) S 11367 11369 10962 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 9962258 1584320512 115257 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11385] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11385/stat : 11385 (java) S 11367 11369 10962 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 9962262 1584320512 115257 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1603.48
Current children cumulated vsize (KiB) 1547188

[startup+882.302 s]
/proc/loadavg: 2.06 2.00 1.64 3/122 11416
/proc/meminfo: memFree=1325324/2059040 swapFree=4192956/4192956
[pid=11369] ppid=11367 vsize=1547188 CPUtime=1720.34
/proc/11369/stat : 11369 (java) S 11367 11369 10962 0 -1 4202496 131057 0 1 0 171898 136 0 0 15 0 16 0 9962075 1584320512 116696 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11369/statm: 386797 116696 1450 10 0 384100 0
[pid=11369/tid=11371] ppid=11367 vsize=1547188 CPUtime=1.43
/proc/11369/task/11371/stat : 11371 (java) S 11367 11369 10962 0 -1 4202560 30782 0 1 0 129 14 0 0 15 0 16 0 9962077 1584320512 116696 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11372] ppid=11367 vsize=1547188 CPUtime=13.87
/proc/11369/task/11372/stat : 11372 (java) S 11367 11369 10962 0 -1 4202560 39283 0 0 0 1337 50 0 0 15 0 16 0 9962078 1584320512 116696 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11373] ppid=11367 vsize=1547188 CPUtime=13.92
/proc/11369/task/11373/stat : 11373 (java) S 11367 11369 10962 0 -1 4202560 38794 0 0 0 1361 31 0 0 16 0 16 0 9962078 1584320512 116696 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11374] ppid=11367 vsize=1547188 CPUtime=27.96
/proc/11369/task/11374/stat : 11374 (java) S 11367 11369 10962 0 -1 4202560 4963 0 0 0 2789 7 0 0 15 0 16 0 9962080 1584320512 116696 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11375] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11375/stat : 11375 (java) S 11367 11369 10962 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9962081 1584320512 116696 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11376] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11376/stat : 11376 (java) S 11367 11369 10962 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9962081 1584320512 116696 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11377] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11377/stat : 11377 (java) S 11367 11369 10962 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 9962085 1584320512 116696 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11378] ppid=11367 vsize=1547188 CPUtime=1.91
/proc/11369/task/11378/stat : 11378 (java) S 11367 11369 10962 0 -1 4202560 4662 0 0 0 189 2 0 0 16 0 16 0 9962085 1584320512 116696 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11379] ppid=11367 vsize=1547188 CPUtime=3.45
/proc/11369/task/11379/stat : 11379 (java) S 11367 11369 10962 0 -1 4202560 7313 0 0 0 343 2 0 0 15 0 16 0 9962085 1584320512 116696 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11380] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11380/stat : 11380 (java) S 11367 11369 10962 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9962085 1584320512 116696 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11381] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11381/stat : 11381 (java) S 11367 11369 10962 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 9962085 1584320512 116696 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11382] ppid=11367 vsize=1547188 CPUtime=829.11
/proc/11369/task/11382/stat : 11382 (java) R 11367 11369 10962 0 -1 4202560 432 0 0 0 82900 11 0 0 25 0 16 0 9962254 1584320512 116696 1992294400 134512640 134550932 4288424656 18446744073709551615 4109594736 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11369/tid=11383] ppid=11367 vsize=1547188 CPUtime=828.62
/proc/11369/task/11383/stat : 11383 (java) R 11367 11369 10962 0 -1 4202560 3707 0 0 0 82847 15 0 0 25 0 16 0 9962254 1584320512 116696 1992294400 134512640 134550932 4288424656 18446744073709551615 4109323069 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11369/tid=11384] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11384/stat : 11384 (java) S 11367 11369 10962 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 9962258 1584320512 116696 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11385] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11385/stat : 11385 (java) S 11367 11369 10962 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 9962262 1584320512 116696 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1720.34
Current children cumulated vsize (KiB) 1547188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.002 s]
/proc/loadavg: 1.98 1.98 1.65 3/122 11418
/proc/meminfo: memFree=1310072/2059040 swapFree=4192956/4192956
[pid=11369] ppid=11367 vsize=1547188 CPUtime=1800.11
/proc/11369/stat : 11369 (java) S 11367 11369 10962 0 -1 4202496 135060 0 1 0 179869 142 0 0 15 0 16 0 9962075 1584320512 120421 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11369/statm: 386797 120421 1450 10 0 384100 0
[pid=11369/tid=11371] ppid=11367 vsize=1547188 CPUtime=1.43
/proc/11369/task/11371/stat : 11371 (java) S 11367 11369 10962 0 -1 4202560 30782 0 1 0 129 14 0 0 15 0 16 0 9962077 1584320512 120421 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11372] ppid=11367 vsize=1547188 CPUtime=14.62
/proc/11369/task/11372/stat : 11372 (java) S 11367 11369 10962 0 -1 4202560 41204 0 0 0 1408 54 0 0 16 0 16 0 9962078 1584320512 120421 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11373] ppid=11367 vsize=1547188 CPUtime=14.66
/proc/11369/task/11373/stat : 11373 (java) S 11367 11369 10962 0 -1 4202560 40853 0 0 0 1434 32 0 0 15 0 16 0 9962078 1584320512 120421 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11374] ppid=11367 vsize=1547188 CPUtime=28.86
/proc/11369/task/11374/stat : 11374 (java) S 11367 11369 10962 0 -1 4202560 4965 0 0 0 2879 7 0 0 15 0 16 0 9962080 1584320512 120421 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11375] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11375/stat : 11375 (java) S 11367 11369 10962 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9962081 1584320512 120421 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11376] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11376/stat : 11376 (java) S 11367 11369 10962 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9962081 1584320512 120421 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11377] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11377/stat : 11377 (java) S 11367 11369 10962 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 9962085 1584320512 120421 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11378] ppid=11367 vsize=1547188 CPUtime=1.91
/proc/11369/task/11378/stat : 11378 (java) S 11367 11369 10962 0 -1 4202560 4662 0 0 0 189 2 0 0 16 0 16 0 9962085 1584320512 120421 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11379] ppid=11367 vsize=1547188 CPUtime=3.45
/proc/11369/task/11379/stat : 11379 (java) S 11367 11369 10962 0 -1 4202560 7313 0 0 0 343 2 0 0 15 0 16 0 9962085 1584320512 120421 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11380] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11380/stat : 11380 (java) S 11367 11369 10962 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 9962085 1584320512 120421 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11381] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11381/stat : 11381 (java) S 11367 11369 10962 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 9962085 1584320512 120421 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11382] ppid=11367 vsize=1547188 CPUtime=867.93
/proc/11369/task/11382/stat : 11382 (java) R 11367 11369 10962 0 -1 4202560 441 0 0 0 86781 12 0 0 25 0 16 0 9962254 1584320512 120421 1992294400 134512640 134550932 4288424656 18446744073709551615 4109317551 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11369/tid=11383] ppid=11367 vsize=1547188 CPUtime=867.18
/proc/11369/task/11383/stat : 11383 (java) R 11367 11369 10962 0 -1 4202560 3717 0 0 0 86703 15 0 0 25 0 16 0 9962254 1584320512 120421 1992294400 134512640 134550932 4288424656 18446744073709551615 4109761699 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11369/tid=11384] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11384/stat : 11384 (java) S 11367 11369 10962 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 9962258 1584320512 120421 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11385] ppid=11367 vsize=1547188 CPUtime=0
/proc/11369/task/11385/stat : 11385 (java) S 11367 11369 10962 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 9962262 1584320512 120421 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1547188

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

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

[startup+923.117 s]
/proc/loadavg: 1.98 1.98 1.65 3/122 11418
/proc/meminfo: memFree=1310072/2059040 swapFree=4192956/4192956
[pid=11369] ppid=11367 vsize=1547836 CPUtime=1800.32
/proc/11369/stat : 11369 (java) S 11367 11369 10962 0 -1 4202496 135077 0 1 0 179890 142 0 0 15 0 18 0 9962075 1584984064 120438 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11369/statm: 386959 120438 1450 10 0 384262 0
[pid=11369/tid=11371] ppid=11367 vsize=1547836 CPUtime=1.43
/proc/11369/task/11371/stat : 11371 (java) S 11367 11369 10962 0 -1 4202560 30782 0 1 0 129 14 0 0 15 0 18 0 9962077 1584984064 120438 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11372] ppid=11367 vsize=1547836 CPUtime=14.62
/proc/11369/task/11372/stat : 11372 (java) S 11367 11369 10962 0 -1 4202560 41204 0 0 0 1408 54 0 0 16 0 18 0 9962078 1584984064 120438 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11373] ppid=11367 vsize=1547836 CPUtime=14.66
/proc/11369/task/11373/stat : 11373 (java) S 11367 11369 10962 0 -1 4202560 40853 0 0 0 1434 32 0 0 15 0 18 0 9962078 1584984064 120438 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11374] ppid=11367 vsize=1547836 CPUtime=28.86
/proc/11369/task/11374/stat : 11374 (java) S 11367 11369 10962 0 -1 4202560 4965 0 0 0 2879 7 0 0 15 0 18 0 9962080 1584984064 120438 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11375] ppid=11367 vsize=1547836 CPUtime=0
/proc/11369/task/11375/stat : 11375 (java) S 11367 11369 10962 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 9962081 1584984064 120438 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11376] ppid=11367 vsize=1547836 CPUtime=0
/proc/11369/task/11376/stat : 11376 (java) S 11367 11369 10962 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 9962081 1584984064 120438 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11377] ppid=11367 vsize=1547836 CPUtime=0
/proc/11369/task/11377/stat : 11377 (java) S 11367 11369 10962 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 9962085 1584984064 120438 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11378] ppid=11367 vsize=1547836 CPUtime=1.94
/proc/11369/task/11378/stat : 11378 (java) S 11367 11369 10962 0 -1 4202560 4662 0 0 0 192 2 0 0 15 0 18 0 9962085 1584984064 120438 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11379] ppid=11367 vsize=1547836 CPUtime=3.47
/proc/11369/task/11379/stat : 11379 (java) S 11367 11369 10962 0 -1 4202560 7313 0 0 0 345 2 0 0 15 0 18 0 9962085 1584984064 120438 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
[pid=11369/tid=11380] ppid=11367 vsize=1547836 CPUtime=0
/proc/11369/task/11380/stat : 11380 (java) S 11367 11369 10962 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 9962085 1584984064 120438 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11381] ppid=11367 vsize=1547836 CPUtime=0
/proc/11369/task/11381/stat : 11381 (java) S 11367 11369 10962 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 18 0 9962085 1584984064 120438 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11382] ppid=11367 vsize=1547836 CPUtime=868.02
/proc/11369/task/11382/stat : 11382 (java) R 11367 11369 10962 0 -1 4202560 441 0 0 0 86790 12 0 0 25 0 18 0 9962254 1584984064 120438 1992294400 134512640 134550932 4288424656 18446744073709551615 4109089546 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11369/tid=11383] ppid=11367 vsize=1547836 CPUtime=867.22
/proc/11369/task/11383/stat : 11383 (java) R 11367 11369 10962 0 -1 4202560 3717 0 0 0 86707 15 0 0 25 0 18 0 9962254 1584984064 120438 1992294400 134512640 134550932 4288424656 18446744073709551615 4109681803 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11369/tid=11384] ppid=11367 vsize=1547836 CPUtime=0
/proc/11369/task/11384/stat : 11384 (java) S 11367 11369 10962 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 18 0 9962258 1584984064 120438 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 0 0 0 0
[pid=11369/tid=11385] ppid=11367 vsize=1547836 CPUtime=0
/proc/11369/task/11385/stat : 11385 (java) S 11367 11369 10962 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 18 0 9962262 1584984064 120438 1992294400 134512640 134550932 4288424656 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 1547836

Child status: 143
Real time (s): 923.182
CPU time (s): 1800.42
CPU user time (s): 1798.94
CPU system time (s): 1.47378
CPU usage (%): 195.023
Max. virtual memory (cumulated for all children) (KiB): 1548720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.47378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135081
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= 25990
involuntary context switches= 51468

runsolver used 5.39618 second user time and 10.0195 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-12 13:53:26
IDJOB=2662970
IDBENCH=1498
IDSOLVER=1166
FILE ID=node013/2662970-1276343606
PBS_JOBID= 11173180
Free space on /tmp= 62464 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662970-1276343606/watcher-2662970-1276343606 -o /tmp/evaluation-result-2662970-1276343606/solver-2662970-1276343606 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662970-1276343606.opb

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

MD5SUM BENCH= 732cdc3fa8b0bf0f47e882c13d928a6d
RANDOM SEED=1034713491

node013.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.253
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.50
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.253
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:       1789732 kB
Buffers:         20428 kB
Cached:         124788 kB
SwapCached:          0 kB
Active:         123532 kB
Inactive:        80944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1789732 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1372 kB
Writeback:           0 kB
AnonPages:       59264 kB
Mapped:          15384 kB
Slab:            42844 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180188 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= 62464 MiB
End job on node013 at 2010-06-12 14:08:51