Trace number 2662177

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.54 984.753

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-maros-r7.opb
MD5SUM0981750c20a5ad85ded6bb04bf23d130
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10442014720
Optimality of the best value was proved NO
Number of variables282240
Total number of constraints3136
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3136
Minimum length of a constraint150
Maximum length of a constraint720
Number of terms in the objective function 188160
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 6734508713856
Number of bits of the sum of numbers in the objective function 43
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 4602477289606474
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2662177-1276551079.opb
0.23/0.22	c reading problem ... 
34.82/27.14	c ... done. Wall clock time 26.919s.
34.82/27.14	c #vars     282240
34.82/27.14	c #constraints  6272
34.82/27.14	c constraints type 
34.82/27.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6272
34.82/27.14	c constraints type 
34.82/27.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6272
153.70/87.24	c cleaning 2500 clauses out of 5001 with flag 5001/5001
175.17/99.30	c cleaning 4245 clauses out of 8500 with flag 11000/11000
193.46/109.73	c cleaning 5621 clauses out of 11256 with flag 18001/18001
233.46/131.13	c cleaning 6816 clauses out of 13634 with flag 26000/26000
255.69/143.74	c cleaning 7903 clauses out of 15821 with flag 35003/35003
279.10/156.58	c cleaning 8955 clauses out of 17915 with flag 45000/45000
308.78/172.58	c cleaning 9480 clauses out of 18960 with flag 55000/55000
340.79/189.79	c cleaning 9734 clauses out of 19481 with flag 65001/65001
389.91/215.88	c cleaning 9874 clauses out of 19747 with flag 75001/75001
402.92/223.46	c cleaning 9936 clauses out of 19872 with flag 85000/85000
430.75/238.59	c cleaning 9956 clauses out of 19937 with flag 95001/95001
471.07/260.09	c cleaning 9982 clauses out of 19981 with flag 105001/105001
497.32/274.76	c cleaning 9996 clauses out of 19998 with flag 115000/115000
545.05/299.94	c cleaning 9988 clauses out of 20002 with flag 125000/125000
578.08/317.74	c cleaning 9988 clauses out of 20014 with flag 135000/135000
615.52/337.76	c cleaning 10011 clauses out of 20027 with flag 145001/145001
641.42/352.23	c cleaning 10002 clauses out of 20016 with flag 155001/155001
667.06/366.23	c cleaning 10001 clauses out of 20013 with flag 165000/165000
690.89/379.32	c cleaning 10002 clauses out of 20013 with flag 175001/175001
714.70/392.45	c cleaning 10001 clauses out of 20012 with flag 185002/185002
748.94/411.19	c cleaning 9991 clauses out of 20011 with flag 195002/195002
781.82/428.87	c cleaning 10004 clauses out of 20019 with flag 205001/205001
809.55/443.93	c cleaning 10001 clauses out of 20014 with flag 215000/215000
836.08/458.43	c cleaning 10000 clauses out of 20013 with flag 225000/225000
864.08/474.04	c cleaning 10001 clauses out of 20013 with flag 235000/235000
891.69/489.11	c cleaning 9999 clauses out of 20012 with flag 245000/245000
917.59/503.35	c cleaning 9997 clauses out of 20014 with flag 255001/255001
948.95/520.39	c cleaning 10000 clauses out of 20016 with flag 265000/265000
979.48/537.20	c cleaning 9998 clauses out of 20016 with flag 275000/275000
1010.84/554.20	c cleaning 10002 clauses out of 20018 with flag 285000/285000
1037.56/568.91	c cleaning 10001 clauses out of 20018 with flag 295002/295002
1062.61/582.90	c cleaning 10000 clauses out of 20016 with flag 305001/305001
1099.41/603.00	c cleaning 9997 clauses out of 20015 with flag 315000/315000
1125.27/617.34	c cleaning 10000 clauses out of 20019 with flag 325001/325001
1159.68/635.92	c cleaning 9985 clauses out of 20019 with flag 335001/335001
1196.61/655.83	c cleaning 9981 clauses out of 20035 with flag 345002/345002
1229.36/674.07	c cleaning 10016 clauses out of 20052 with flag 355000/355000
1283.64/702.77	c cleaning 9972 clauses out of 20037 with flag 365001/365001
1365.38/745.31	c cleaning 9985 clauses out of 20064 with flag 375000/375000
1442.92/785.95	c cleaning 9990 clauses out of 20079 with flag 385000/385000
1502.63/817.99	c cleaning 10039 clauses out of 20090 with flag 395001/395001
1538.93/837.62	c cleaning 9997 clauses out of 20051 with flag 405001/405001
1573.75/856.64	c cleaning 10021 clauses out of 20053 with flag 415000/415000
1614.03/878.32	c cleaning 9994 clauses out of 20033 with flag 425001/425001
1643.74/895.26	c cleaning 0 clauses out of 5000 with flag 0/5000
1654.89/902.22	c cleaning 9987 clauses out of 20039 with flag 435001/435001
1682.32/917.54	c cleaning 9974 clauses out of 20052 with flag 445001/445001
1706.12/930.96	c cleaning 10027 clauses out of 20078 with flag 455001/455001
1730.79/945.30	c cleaning 10009 clauses out of 20050 with flag 465000/465000
1758.57/960.65	c cleaning 10002 clauses out of 20042 with flag 475001/475001
1787.04/976.49	c cleaning 10015 clauses out of 20039 with flag 485000/485000
1800.17/984.52	c starts		: 152
1800.17/984.52	c conflicts		: 489528
1800.17/984.52	c decisions		: 4241943
1800.17/984.52	c propagations		: 10632723
1800.17/984.52	c inspects		: 243832407
1800.17/984.52	c learnt literals	: 0
1800.17/984.52	c learnt binary clauses	: 0
1800.17/984.52	c learnt ternary clauses	: 0
1800.17/984.52	c learnt clauses	: 489527
1800.17/984.52	c ignored clauses	: 0
1800.17/984.52	c root simplifications	: 0
1800.17/984.52	c removed literals (reason simplification)	: 13981488
1800.17/984.52	c reason swapping (by a shorter reason)	: 0
1800.17/984.52	c Calls to reduceDB	: 50
1800.17/984.52	c number of reductions to clauses (during analyze)	: 0
1800.17/984.52	c number of learned constraints concerned by reduction	: 0
1800.17/984.52	c number of learning phase by resolution	: 0
1800.17/984.52	c number of learning phase by cutting planes	: 0
1800.17/984.52	c speed (assignments/second)	: 11106.086624092051
1800.17/984.52	c non guided choices	2995959
1800.17/984.60	c learnt constraints type 
1800.17/984.60	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14568
1800.17/984.60	c constraints type 
1800.17/984.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6272
1800.37/984.63	c constraints type 
1800.37/984.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6272
1800.37/984.63	s UNKNOWN
1800.37/984.63	c Total wall clock time (in seconds): 984.404

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-2662177-1276551079/watcher-2662177-1276551079 -o /tmp/evaluation-result-2662177-1276551079/solver-2662177-1276551079 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662177-1276551079.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 0.99 1.00 3/106 1204
/proc/meminfo: memFree=1795152/2059040 swapFree=4136456/4192956
[pid=1204] ppid=1202 vsize=24036 CPUtime=0
/proc/1204/stat : 1204 (runsolver) R 1202 1204 1089 0 -1 4202560 81 0 0 0 0 0 0 0 19 0 1 0 30712312 24612864 106 1992294400 4194304 4302564 140734184642048 18446744073709551615 248552989687 0 2147483391 4096 24578 0 0 0 17 0 0 0 0
/proc/1204/statm: 6009 106 69 27 0 2647 0

[startup+0.0928781 s]
/proc/loadavg: 1.00 0.99 1.00 3/106 1204
/proc/meminfo: memFree=1795152/2059040 swapFree=4136456/4192956
[pid=1204] ppid=1202 vsize=1521796 CPUtime=0.08
/proc/1204/stat : 1204 (java) S 1202 1204 1089 0 -1 4202496 3855 0 1 0 6 2 0 0 15 0 7 0 30712312 1558319104 3295 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/1204/statm: 380449 3295 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.100878 s]
/proc/loadavg: 1.00 0.99 1.00 3/106 1204
/proc/meminfo: memFree=1795152/2059040 swapFree=4136456/4192956
[pid=1204] ppid=1202 vsize=1524020 CPUtime=0.08
/proc/1204/stat : 1204 (java) S 1202 1204 1089 0 -1 4202496 3931 0 1 0 6 2 0 0 15 0 12 0 30712312 1560596480 3369 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1204/statm: 381005 3369 1071 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.3009 s]
/proc/loadavg: 1.00 0.99 1.00 3/106 1204
/proc/meminfo: memFree=1795152/2059040 swapFree=4136456/4192956
[pid=1204] ppid=1202 vsize=1526376 CPUtime=0.36
/proc/1204/stat : 1204 (java) S 1202 1204 1089 0 -1 4202496 8457 0 1 0 32 4 0 0 15 0 12 0 30712312 1563009024 7893 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1204/statm: 381594 7893 1357 10 0 378897 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526376

[startup+0.700946 s]
/proc/loadavg: 1.00 0.99 1.00 3/106 1204
/proc/meminfo: memFree=1795152/2059040 swapFree=4136456/4192956
[pid=1204] ppid=1202 vsize=1528236 CPUtime=1.03
/proc/1204/stat : 1204 (java) S 1202 1204 1089 0 -1 4202496 12553 0 1 0 97 6 0 0 15 0 12 0 30712312 1564913664 11989 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1204/statm: 382059 11991 1396 10 0 379362 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1528236

[startup+1.50104 s]
/proc/loadavg: 1.00 0.99 1.00 2/118 1217
/proc/meminfo: memFree=1730824/2059040 swapFree=4136456/4192956
[pid=1204] ppid=1202 vsize=1528236 CPUtime=1.82
/proc/1204/stat : 1204 (java) S 1202 1204 1089 0 -1 4202496 27080 0 1 0 171 11 0 0 15 0 12 0 30712312 1564913664 26516 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1204/statm: 382059 26517 1396 10 0 379362 0
[pid=1204/tid=1206] ppid=1202 vsize=1528236 CPUtime=1.46
/proc/1204/task/1206/stat : 1206 (java) R 1202 1204 1089 0 -1 4202560 24938 0 1 0 136 10 0 0 25 0 12 0 30712313 1564913664 26518 1992294400 134512640 134550932 4288631104 18446744073709551615 4109720863 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1204/tid=1207] ppid=1202 vsize=1528236 CPUtime=0
/proc/1204/task/1207/stat : 1207 (java) S 1202 1204 1089 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 30712315 1564913664 26518 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1208] ppid=1202 vsize=1528236 CPUtime=0
/proc/1204/task/1208/stat : 1208 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30712315 1564913664 26519 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1209] ppid=1202 vsize=1528236 CPUtime=0
/proc/1204/task/1209/stat : 1209 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30712317 1564913664 26520 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1210] ppid=1202 vsize=1528236 CPUtime=0
/proc/1204/task/1210/stat : 1210 (java) S 1202 1204 1089 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 30712317 1564913664 26521 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1211] ppid=1202 vsize=1528236 CPUtime=0
/proc/1204/task/1211/stat : 1211 (java) S 1202 1204 1089 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30712317 1564913664 26522 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1212] ppid=1202 vsize=1528236 CPUtime=0
/proc/1204/task/1212/stat : 1212 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30712321 1564913664 26523 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1214] ppid=1202 vsize=1528236 CPUtime=0.05
/proc/1204/task/1214/stat : 1214 (java) S 1202 1204 1089 0 -1 4202560 49 0 0 0 5 0 0 0 22 0 12 0 30712321 1564913664 26524 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1215] ppid=1202 vsize=1528236 CPUtime=0.29
/proc/1204/task/1215/stat : 1215 (java) S 1202 1204 1089 0 -1 4202560 1029 0 0 0 29 0 0 0 16 0 12 0 30712321 1564913664 26524 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1216] ppid=1202 vsize=1528236 CPUtime=0
/proc/1204/task/1216/stat : 1216 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30712321 1564913664 26525 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1217] ppid=1202 vsize=1528236 CPUtime=0
/proc/1204/task/1217/stat : 1217 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30712322 1564913664 26526 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 1528236

[startup+3.10122 s]
/proc/loadavg: 1.24 1.04 1.02 7/118 1217
/proc/meminfo: memFree=1669940/2059040 swapFree=4136456/4192956
[pid=1204] ppid=1202 vsize=1540752 CPUtime=4.31
/proc/1204/stat : 1204 (java) S 1202 1204 1089 0 -1 4202496 47751 0 1 0 411 20 0 0 15 0 12 0 30712312 1577730048 44721 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1204/statm: 385188 44721 1415 10 0 382491 0
[pid=1204/tid=1206] ppid=1202 vsize=1540752 CPUtime=2.8
/proc/1204/task/1206/stat : 1206 (java) R 1202 1204 1089 0 -1 4202560 32026 0 1 0 267 13 0 0 25 0 12 0 30712313 1577730048 44721 1992294400 134512640 134550932 4288631104 18446744073709551615 4109694218 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1204/tid=1207] ppid=1202 vsize=1540752 CPUtime=0.1
/proc/1204/task/1207/stat : 1207 (java) S 1202 1204 1089 0 -1 4202560 2867 0 0 0 9 1 0 0 16 0 12 0 30712315 1577730048 44721 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1208] ppid=1202 vsize=1540752 CPUtime=0.1
/proc/1204/task/1208/stat : 1208 (java) S 1202 1204 1089 0 -1 4202560 5490 0 0 0 8 2 0 0 18 0 12 0 30712315 1577730048 44721 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1209] ppid=1202 vsize=1540752 CPUtime=0
/proc/1204/task/1209/stat : 1209 (java) S 1202 1204 1089 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 30712317 1577730048 44721 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1210] ppid=1202 vsize=1540752 CPUtime=0
/proc/1204/task/1210/stat : 1210 (java) S 1202 1204 1089 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 30712317 1577730048 44721 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1211] ppid=1202 vsize=1540752 CPUtime=0
/proc/1204/task/1211/stat : 1211 (java) S 1202 1204 1089 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30712317 1577730048 44721 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1212] ppid=1202 vsize=1540752 CPUtime=0
/proc/1204/task/1212/stat : 1212 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30712321 1577730048 44721 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1214] ppid=1202 vsize=1540752 CPUtime=0.23
/proc/1204/task/1214/stat : 1214 (java) S 1202 1204 1089 0 -1 4202560 284 0 0 0 23 0 0 0 17 0 12 0 30712321 1577730048 44721 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1215] ppid=1202 vsize=1540752 CPUtime=1.04
/proc/1204/task/1215/stat : 1215 (java) S 1202 1204 1089 0 -1 4202560 6018 0 0 0 102 2 0 0 16 0 12 0 30712321 1577730048 44721 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1216] ppid=1202 vsize=1540752 CPUtime=0
/proc/1204/task/1216/stat : 1216 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30712321 1577730048 44721 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1217] ppid=1202 vsize=1540752 CPUtime=0
/proc/1204/task/1217/stat : 1217 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30712322 1577730048 44721 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 1540752

[startup+6.3016 s]
/proc/loadavg: 1.24 1.04 1.02 2/118 1217
/proc/meminfo: memFree=1553380/2059040 swapFree=4136456/4192956
[pid=1204] ppid=1202 vsize=1540752 CPUtime=8.08
/proc/1204/stat : 1204 (java) S 1202 1204 1089 0 -1 4202496 73464 0 1 0 775 33 0 0 15 0 12 0 30712312 1577730048 67768 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1204/statm: 385188 67768 1415 10 0 382491 0
[pid=1204/tid=1206] ppid=1202 vsize=1540752 CPUtime=5.43
/proc/1204/task/1206/stat : 1206 (java) R 1202 1204 1089 0 -1 4202560 32030 0 1 0 528 15 0 0 25 0 12 0 30712313 1577730048 67768 1992294400 134512640 134550932 4288631104 18446744073709551615 4109701716 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1204/tid=1207] ppid=1202 vsize=1540752 CPUtime=0.67
/proc/1204/task/1207/stat : 1207 (java) S 1202 1204 1089 0 -1 4202560 14590 0 0 0 61 6 0 0 16 0 12 0 30712315 1577730048 67768 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1208] ppid=1202 vsize=1540752 CPUtime=0.67
/proc/1204/task/1208/stat : 1208 (java) S 1202 1204 1089 0 -1 4202560 19476 0 0 0 59 8 0 0 18 0 12 0 30712315 1577730048 67768 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1209] ppid=1202 vsize=1540752 CPUtime=0
/proc/1204/task/1209/stat : 1209 (java) S 1202 1204 1089 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 30712317 1577730048 67768 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1210] ppid=1202 vsize=1540752 CPUtime=0
/proc/1204/task/1210/stat : 1210 (java) S 1202 1204 1089 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 30712317 1577730048 67768 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1211] ppid=1202 vsize=1540752 CPUtime=0
/proc/1204/task/1211/stat : 1211 (java) S 1202 1204 1089 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30712317 1577730048 67768 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1212] ppid=1202 vsize=1540752 CPUtime=0
/proc/1204/task/1212/stat : 1212 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30712321 1577730048 67768 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1214] ppid=1202 vsize=1540752 CPUtime=0.23
/proc/1204/task/1214/stat : 1214 (java) S 1202 1204 1089 0 -1 4202560 284 0 0 0 23 0 0 0 17 0 12 0 30712321 1577730048 67768 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1215] ppid=1202 vsize=1540752 CPUtime=1.04
/proc/1204/task/1215/stat : 1215 (java) S 1202 1204 1089 0 -1 4202560 6018 0 0 0 102 2 0 0 16 0 12 0 30712321 1577730048 67768 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1216] ppid=1202 vsize=1540752 CPUtime=0
/proc/1204/task/1216/stat : 1216 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30712321 1577730048 67768 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1217] ppid=1202 vsize=1540752 CPUtime=0
/proc/1204/task/1217/stat : 1217 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30712322 1577730048 67768 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.08
Current children cumulated vsize (KiB) 1540752

[startup+12.7014 s]
/proc/loadavg: 1.30 1.05 1.02 3/118 1217
/proc/meminfo: memFree=1407680/2059040 swapFree=4136456/4192956
[pid=1204] ppid=1202 vsize=1540752 CPUtime=16.24
/proc/1204/stat : 1204 (java) S 1202 1204 1089 0 -1 4202496 115465 0 1 0 1569 55 0 0 15 0 12 0 30712312 1577730048 103306 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1204/statm: 385188 103306 1415 10 0 382491 0
[pid=1204/tid=1206] ppid=1202 vsize=1540752 CPUtime=10.04
/proc/1204/task/1206/stat : 1206 (java) R 1202 1204 1089 0 -1 4202560 32042 0 1 0 989 15 0 0 24 0 12 0 30712313 1577730048 103306 1992294400 134512640 134550932 4288631104 18446744073709551615 4109779562 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1204/tid=1207] ppid=1202 vsize=1540752 CPUtime=2.45
/proc/1204/task/1207/stat : 1207 (java) S 1202 1204 1089 0 -1 4202560 37584 0 0 0 228 17 0 0 16 0 12 0 30712315 1577730048 103306 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1208] ppid=1202 vsize=1540752 CPUtime=2.4
/proc/1204/task/1208/stat : 1208 (java) S 1202 1204 1089 0 -1 4202560 38471 0 0 0 222 18 0 0 16 0 12 0 30712315 1577730048 103306 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1209] ppid=1202 vsize=1540752 CPUtime=0
/proc/1204/task/1209/stat : 1209 (java) S 1202 1204 1089 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 30712317 1577730048 103306 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1210] ppid=1202 vsize=1540752 CPUtime=0
/proc/1204/task/1210/stat : 1210 (java) S 1202 1204 1089 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 30712317 1577730048 103306 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1211] ppid=1202 vsize=1540752 CPUtime=0
/proc/1204/task/1211/stat : 1211 (java) S 1202 1204 1089 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30712317 1577730048 103306 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1212] ppid=1202 vsize=1540752 CPUtime=0
/proc/1204/task/1212/stat : 1212 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30712321 1577730048 103306 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1214] ppid=1202 vsize=1540752 CPUtime=0.23
/proc/1204/task/1214/stat : 1214 (java) S 1202 1204 1089 0 -1 4202560 284 0 0 0 23 0 0 0 17 0 12 0 30712321 1577730048 103306 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1215] ppid=1202 vsize=1540752 CPUtime=1.06
/proc/1204/task/1215/stat : 1215 (java) S 1202 1204 1089 0 -1 4202560 6018 0 0 0 104 2 0 0 15 0 12 0 30712321 1577730048 103306 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1216] ppid=1202 vsize=1540752 CPUtime=0
/proc/1204/task/1216/stat : 1216 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30712321 1577730048 103306 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1217] ppid=1202 vsize=1540752 CPUtime=0
/proc/1204/task/1217/stat : 1217 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30712322 1577730048 103306 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.24
Current children cumulated vsize (KiB) 1540752

[startup+25.5161 s]
/proc/loadavg: 1.61 1.13 1.05 2/118 1219
/proc/meminfo: memFree=1145296/2059040 swapFree=4136456/4192956
[pid=1204] ppid=1202 vsize=1540552 CPUtime=32.96
/proc/1204/stat : 1204 (java) S 1202 1204 1089 0 -1 4202496 194093 0 1 0 3201 95 0 0 15 0 12 0 30712312 1577525248 165491 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1204/statm: 385138 165491 1416 10 0 382441 0
[pid=1204/tid=1206] ppid=1202 vsize=1540552 CPUtime=19.69
/proc/1204/task/1206/stat : 1206 (java) S 1202 1204 1089 0 -1 4202560 32062 0 1 0 1951 18 0 0 16 0 12 0 30712313 1577525248 165491 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1207] ppid=1202 vsize=1540552 CPUtime=5.46
/proc/1204/task/1207/stat : 1207 (java) R 1202 1204 1089 0 -1 4202560 73709 0 0 0 515 31 0 0 16 0 12 0 30712315 1577525248 165491 1992294400 134512640 134550932 4288631104 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1204/tid=1208] ppid=1202 vsize=1540552 CPUtime=5.39
/proc/1204/task/1208/stat : 1208 (java) R 1202 1204 1089 0 -1 4202560 75684 0 0 0 500 39 0 0 15 0 12 0 30712315 1577525248 165491 1992294400 134512640 134550932 4288631104 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1204/tid=1209] ppid=1202 vsize=1540552 CPUtime=0
/proc/1204/task/1209/stat : 1209 (java) S 1202 1204 1089 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 30712317 1577525248 165491 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1210] ppid=1202 vsize=1540552 CPUtime=0
/proc/1204/task/1210/stat : 1210 (java) S 1202 1204 1089 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 30712317 1577525248 165491 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1211] ppid=1202 vsize=1540552 CPUtime=0
/proc/1204/task/1211/stat : 1211 (java) S 1202 1204 1089 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30712317 1577525248 165491 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1212] ppid=1202 vsize=1540552 CPUtime=0
/proc/1204/task/1212/stat : 1212 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30712321 1577525248 165491 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1214] ppid=1202 vsize=1540552 CPUtime=0.24

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

/proc/1204/statm: 385462 278217 1449 10 0 382765 0
[pid=1204/tid=1206] ppid=1202 vsize=1541848 CPUtime=21.09
/proc/1204/task/1206/stat : 1206 (java) S 1202 1204 1089 0 -1 4202560 32124 0 1 0 2090 19 0 0 15 0 16 0 30712313 1578852352 278217 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1207] ppid=1202 vsize=1541848 CPUtime=31.77
/proc/1204/task/1207/stat : 1207 (java) S 1202 1204 1089 0 -1 4202560 133728 0 0 0 3096 81 0 0 16 0 16 0 30712315 1578852352 278217 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1208] ppid=1202 vsize=1541848 CPUtime=31.77
/proc/1204/task/1208/stat : 1208 (java) S 1202 1204 1089 0 -1 4202560 137508 0 0 0 3078 99 0 0 16 0 16 0 30712315 1578852352 278217 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1209] ppid=1202 vsize=1541848 CPUtime=111.83
/proc/1204/task/1209/stat : 1209 (java) R 1202 1204 1089 0 -1 4202560 49235 0 0 0 11153 30 0 0 20 0 16 0 30712317 1578852352 278217 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=1204/tid=1210] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1210/stat : 1210 (java) S 1202 1204 1089 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 30712317 1578852352 278217 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1211] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1211/stat : 1211 (java) S 1202 1204 1089 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 30712317 1578852352 278217 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1212] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1212/stat : 1212 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30712321 1578852352 278217 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1214] ppid=1202 vsize=1541848 CPUtime=1.7
/proc/1204/task/1214/stat : 1214 (java) S 1202 1204 1089 0 -1 4202560 364 0 0 0 170 0 0 0 15 0 16 0 30712321 1578852352 278217 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1215] ppid=1202 vsize=1541848 CPUtime=4.05
/proc/1204/task/1215/stat : 1215 (java) S 1202 1204 1089 0 -1 4202560 11396 0 0 0 401 4 0 0 15 0 16 0 30712321 1578852352 278217 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1216] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1216/stat : 1216 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30712321 1578852352 278217 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1217] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1217/stat : 1217 (java) S 1202 1204 1089 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 30712322 1578852352 278217 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1220] ppid=1202 vsize=1541848 CPUtime=708.72
/proc/1204/task/1220/stat : 1220 (java) R 1202 1204 1089 0 -1 4202560 483 0 0 0 70857 15 0 0 18 0 16 0 30715026 1578852352 278217 1992294400 134512640 134550932 4288631104 18446744073709551615 4109768579 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1204/tid=1221] ppid=1202 vsize=1541848 CPUtime=707.19
/proc/1204/task/1221/stat : 1221 (java) R 1202 1204 1089 0 -1 4202560 653 0 0 0 70705 14 0 0 18 0 16 0 30715026 1578852352 278217 1992294400 134512640 134550932 4288631104 18446744073709551615 4109797129 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1204/tid=1222] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1222/stat : 1222 (java) S 1202 1204 1089 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30715140 1578852352 278217 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1223] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1223/stat : 1223 (java) S 1202 1204 1089 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 16 0 30715158 1578852352 278217 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1618.22
Current children cumulated vsize (KiB) 1541848

[startup+942.302 s]
/proc/loadavg: 2.11 2.02 1.66 3/122 1247
/proc/meminfo: memFree=670592/2059040 swapFree=4136456/4192956
[pid=1204] ppid=1202 vsize=1541848 CPUtime=1725.05
/proc/1204/stat : 1204 (java) S 1202 1204 1089 0 -1 4202496 374617 0 1 0 172228 277 0 0 15 0 16 0 30712312 1578852352 281451 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1204/statm: 385462 281451 1449 10 0 382765 0
[pid=1204/tid=1206] ppid=1202 vsize=1541848 CPUtime=21.09
/proc/1204/task/1206/stat : 1206 (java) S 1202 1204 1089 0 -1 4202560 32127 0 1 0 2090 19 0 0 15 0 16 0 30712313 1578852352 281451 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1207] ppid=1202 vsize=1541848 CPUtime=33.66
/proc/1204/task/1207/stat : 1207 (java) S 1202 1204 1089 0 -1 4202560 134845 0 0 0 3283 83 0 0 16 0 16 0 30712315 1578852352 281451 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1208] ppid=1202 vsize=1541848 CPUtime=33.66
/proc/1204/task/1208/stat : 1208 (java) S 1202 1204 1089 0 -1 4202560 139777 0 0 0 3264 102 0 0 15 0 16 0 30712315 1578852352 281451 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1209] ppid=1202 vsize=1541848 CPUtime=124.05
/proc/1204/task/1209/stat : 1209 (java) S 1202 1204 1089 0 -1 4202560 53742 0 0 0 12372 33 0 0 15 0 16 0 30712317 1578852352 281451 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1210] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1210/stat : 1210 (java) S 1202 1204 1089 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 30712317 1578852352 281451 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1211] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1211/stat : 1211 (java) S 1202 1204 1089 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 30712317 1578852352 281451 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1212] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1212/stat : 1212 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30712321 1578852352 281451 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1214] ppid=1202 vsize=1541848 CPUtime=1.99
/proc/1204/task/1214/stat : 1214 (java) S 1202 1204 1089 0 -1 4202560 401 0 0 0 199 0 0 0 16 0 16 0 30712321 1578852352 281451 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1215] ppid=1202 vsize=1541848 CPUtime=4.11
/proc/1204/task/1215/stat : 1215 (java) S 1202 1204 1089 0 -1 4202560 11396 0 0 0 407 4 0 0 15 0 16 0 30712321 1578852352 281451 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1216] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1216/stat : 1216 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30712321 1578852352 281451 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1217] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1217/stat : 1217 (java) S 1202 1204 1089 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 30712322 1578852352 281451 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1220] ppid=1202 vsize=1541848 CPUtime=753.98
/proc/1204/task/1220/stat : 1220 (java) R 1202 1204 1089 0 -1 4202560 511 0 0 0 75382 16 0 0 25 0 16 0 30715026 1578852352 281451 1992294400 134512640 134550932 4288631104 18446744073709551615 4110460424 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1204/tid=1221] ppid=1202 vsize=1541848 CPUtime=752.42
/proc/1204/task/1221/stat : 1221 (java) R 1202 1204 1089 0 -1 4202560 690 0 0 0 75227 15 0 0 25 0 16 0 30715026 1578852352 281451 1992294400 134512640 134550932 4288631104 18446744073709551615 4110243361 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1204/tid=1222] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1222/stat : 1222 (java) S 1202 1204 1089 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30715140 1578852352 281451 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1223] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1223/stat : 1223 (java) S 1202 1204 1089 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 16 0 30715158 1578852352 281451 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1725.05
Current children cumulated vsize (KiB) 1541848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+984.51 s]
/proc/loadavg: 1.87 1.97 1.65 4/122 1247
/proc/meminfo: memFree=635624/2059040 swapFree=4136456/4192956
[pid=1204] ppid=1202 vsize=1541848 CPUtime=1800.17
/proc/1204/stat : 1204 (java) S 1202 1204 1089 0 -1 4202496 386915 0 1 0 179731 286 0 0 15 0 16 0 30712312 1578852352 290169 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1204/statm: 385462 290169 1449 10 0 382765 0
[pid=1204/tid=1206] ppid=1202 vsize=1541848 CPUtime=21.09
/proc/1204/task/1206/stat : 1206 (java) S 1202 1204 1089 0 -1 4202560 32131 0 1 0 2090 19 0 0 15 0 16 0 30712313 1578852352 290169 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1207] ppid=1202 vsize=1541848 CPUtime=35.19
/proc/1204/task/1207/stat : 1207 (java) S 1202 1204 1089 0 -1 4202560 140816 0 0 0 3433 86 0 0 16 0 16 0 30712315 1578852352 290169 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1208] ppid=1202 vsize=1541848 CPUtime=35.18
/proc/1204/task/1208/stat : 1208 (java) S 1202 1204 1089 0 -1 4202560 143039 0 0 0 3414 104 0 0 15 0 16 0 30712315 1578852352 290169 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1209] ppid=1202 vsize=1541848 CPUtime=132.66
/proc/1204/task/1209/stat : 1209 (java) S 1202 1204 1089 0 -1 4202560 56749 0 0 0 13231 35 0 0 15 0 16 0 30712317 1578852352 290169 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1210] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1210/stat : 1210 (java) S 1202 1204 1089 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 30712317 1578852352 290169 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1211] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1211/stat : 1211 (java) S 1202 1204 1089 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 30712317 1578852352 290169 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1212] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1212/stat : 1212 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30712321 1578852352 290169 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1214] ppid=1202 vsize=1541848 CPUtime=1.99
/proc/1204/task/1214/stat : 1214 (java) S 1202 1204 1089 0 -1 4202560 401 0 0 0 199 0 0 0 16 0 16 0 30712321 1578852352 290169 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1215] ppid=1202 vsize=1541848 CPUtime=4.11
/proc/1204/task/1215/stat : 1215 (java) S 1202 1204 1089 0 -1 4202560 11396 0 0 0 407 4 0 0 15 0 16 0 30712321 1578852352 290169 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1216] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1216/stat : 1216 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30712321 1578852352 290169 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1217] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1217/stat : 1217 (java) S 1202 1204 1089 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 16 0 30712322 1578852352 290169 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1220] ppid=1202 vsize=1541848 CPUtime=785.47
/proc/1204/task/1220/stat : 1220 (java) R 1202 1204 1089 0 -1 4202560 529 0 0 0 78531 16 0 0 25 0 16 0 30715026 1578852352 290169 1992294400 134512640 134550932 4288631104 18446744073709551615 4110191028 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1204/tid=1221] ppid=1202 vsize=1541848 CPUtime=784.39
/proc/1204/task/1221/stat : 1221 (java) R 1202 1204 1089 0 -1 4202560 724 0 0 0 78423 16 0 0 25 0 16 0 30715026 1578852352 290169 1992294400 134512640 134550932 4288631104 18446744073709551615 4110257335 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1204/tid=1222] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1222/stat : 1222 (java) S 1202 1204 1089 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30715140 1578852352 290169 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1223] ppid=1202 vsize=1541848 CPUtime=0
/proc/1204/task/1223/stat : 1223 (java) S 1202 1204 1089 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 16 0 30715158 1578852352 290169 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 1541848

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

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

[startup+984.616 s]
/proc/loadavg: 1.87 1.97 1.65 4/122 1247
/proc/meminfo: memFree=635624/2059040 swapFree=4136456/4192956
[pid=1204] ppid=1202 vsize=1542496 CPUtime=1800.37
/proc/1204/stat : 1204 (java) S 1202 1204 1089 0 -1 4202496 386932 0 1 0 179751 286 0 0 15 0 18 0 30712312 1579515904 290186 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1204/statm: 385624 290186 1451 10 0 382927 0
[pid=1204/tid=1206] ppid=1202 vsize=1542496 CPUtime=21.09
/proc/1204/task/1206/stat : 1206 (java) S 1202 1204 1089 0 -1 4202560 32131 0 1 0 2090 19 0 0 15 0 18 0 30712313 1579515904 290186 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1207] ppid=1202 vsize=1542496 CPUtime=35.19
/proc/1204/task/1207/stat : 1207 (java) S 1202 1204 1089 0 -1 4202560 140816 0 0 0 3433 86 0 0 16 0 18 0 30712315 1579515904 290186 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1208] ppid=1202 vsize=1542496 CPUtime=35.18
/proc/1204/task/1208/stat : 1208 (java) S 1202 1204 1089 0 -1 4202560 143039 0 0 0 3414 104 0 0 15 0 18 0 30712315 1579515904 290186 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1209] ppid=1202 vsize=1542496 CPUtime=132.66
/proc/1204/task/1209/stat : 1209 (java) S 1202 1204 1089 0 -1 4202560 56749 0 0 0 13231 35 0 0 15 0 18 0 30712317 1579515904 290186 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 0 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1210] ppid=1202 vsize=1542496 CPUtime=0
/proc/1204/task/1210/stat : 1210 (java) S 1202 1204 1089 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 18 0 30712317 1579515904 290186 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1211] ppid=1202 vsize=1542496 CPUtime=0
/proc/1204/task/1211/stat : 1211 (java) S 1202 1204 1089 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 30712317 1579515904 290186 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1212] ppid=1202 vsize=1542496 CPUtime=0
/proc/1204/task/1212/stat : 1212 (java) S 1202 1204 1089 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 30712321 1579515904 290186 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1214] ppid=1202 vsize=1542496 CPUtime=2.03
/proc/1204/task/1214/stat : 1214 (java) R 1202 1204 1089 0 -1 4202560 403 0 0 0 203 0 0 0 16 0 18 0 30712321 1579515904 290186 1992294400 134512640 134550932 4288631104 18446744073709551615 105582249 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1204/tid=1215] ppid=1202 vsize=1542496 CPUtime=4.11
/proc/1204/task/1215/stat : 1215 (java) S 1202 1204 1089 0 -1 4202560 11396 0 0 0 407 4 0 0 15 0 18 0 30712321 1579515904 290186 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1216] ppid=1202 vsize=1542496 CPUtime=0
/proc/1204/task/1216/stat : 1216 (java) S 1202 1204 1089 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 30712321 1579515904 290186 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1217] ppid=1202 vsize=1542496 CPUtime=0
/proc/1204/task/1217/stat : 1217 (java) S 1202 1204 1089 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 18 0 30712322 1579515904 290186 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 0 0 0 0
[pid=1204/tid=1220] ppid=1202 vsize=1542496 CPUtime=785.5
/proc/1204/task/1220/stat : 1220 (java) R 1202 1204 1089 0 -1 4202560 529 0 0 0 78534 16 0 0 25 0 18 0 30715026 1579515904 290186 1992294400 134512640 134550932 4288631104 18446744073709551615 4110243512 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1204/tid=1221] ppid=1202 vsize=1542496 CPUtime=784.49
/proc/1204/task/1221/stat : 1221 (java) R 1202 1204 1089 0 -1 4202560 724 0 0 0 78433 16 0 0 25 0 18 0 30715026 1579515904 290186 1992294400 134512640 134550932 4288631104 18446744073709551615 4110257547 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1204/tid=1222] ppid=1202 vsize=1542496 CPUtime=0
/proc/1204/task/1222/stat : 1222 (java) S 1202 1204 1089 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 18 0 30715140 1579515904 290186 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
[pid=1204/tid=1223] ppid=1202 vsize=1542496 CPUtime=0
/proc/1204/task/1223/stat : 1223 (java) S 1202 1204 1089 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 18 0 30715158 1579515904 290186 1992294400 134512640 134550932 4288631104 18446744073709551615 4294960144 0 4 0 16800975 18446604437836022720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 1542496

[startup+984.702 s]
/proc/loadavg: 1.87 1.97 1.65 4/122 1247
/proc/meminfo: memFree=635624/2059040 swapFree=4136456/4192956
[pid=1204] ppid=1202 vsize=0 CPUtime=1800.49
/proc/1204/stat : 1204 (java) Z 1202 1204 1089 0 -1 4203548 386937 0 1 0 179757 292 0 0 15 0 2 0 30712312 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1204/statm: 0 0 0 0 0 0 0
[pid=1204/tid=1220] ppid=1202 vsize=0 CPUtime=785.57
/proc/1204/task/1220/stat : 1220 (java) R 1202 1204 1089 0 -1 4203588 529 0 0 0 78535 22 0 0 25 0 2 0 30715026 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 984.753
CPU time (s): 1800.54
CPU user time (s): 1797.57
CPU system time (s): 2.97255
CPU usage (%): 182.842
Max. virtual memory (cumulated for all children) (KiB): 1550980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.57
system time used= 2.97255
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386937
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= 35415
involuntary context switches= 52417

runsolver used 3.9394 second user time and 11.1973 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-14 23:31:23
IDJOB=2662177
IDBENCH=2422
IDSOLVER=1166
FILE ID=node001/2662177-1276551079
PBS_JOBID= 11173490
Free space on /tmp= 62392 MiB

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

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

MD5SUM BENCH= 0981750c20a5ad85ded6bb04bf23d130
RANDOM SEED=498867901

node001.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.202
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.202
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1795176 kB
Buffers:         28004 kB
Cached:         156680 kB
SwapCached:       9648 kB
Active:         122640 kB
Inactive:        74648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1795176 kB
SwapTotal:     4192956 kB
SwapFree:      4136456 kB
Dirty:           42740 kB
Writeback:           0 kB
AnonPages:       11020 kB
Mapped:           9264 kB
Slab:            44284 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181332 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= 62392 MiB
End job on node001 at 2010-06-14 23:47:49