Trace number 2661577

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.38 920.859

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_1_40.opb
MD5SUM6f80de356bf70dde8dfbe2efc2cb9dee
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12408
Sum of products size (including duplicates)24816
Number of different products6204
Sum of products size12408

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.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2661577-1276679649.opb
0.23/0.21	c reading problem ... 
16.80/15.02	c ... done. Wall clock time 14.809s.
16.80/15.02	c #vars     6604
16.80/15.02	c #constraints  13011
16.80/15.02	c constraints type 
16.80/15.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6204
16.80/15.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
16.80/15.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
16.80/15.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
16.80/15.02	c constraints type 
16.80/15.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
16.80/15.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6204
16.80/15.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
16.80/15.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
31.63/22.59	c cleaning 2519 clauses out of 5037 with flag 5037/5037
53.50/33.63	c cleaning 4242 clauses out of 8483 with flag 11002/11002
84.49/49.36	c cleaning 5632 clauses out of 11264 with flag 18025/18025
111.47/63.06	c cleaning 6802 clauses out of 13608 with flag 26001/26001
144.35/79.75	c cleaning 7901 clauses out of 15805 with flag 35000/35000
194.94/105.34	c cleaning 8952 clauses out of 17907 with flag 45003/45003
236.79/126.57	c cleaning 9977 clauses out of 19953 with flag 56001/56001
278.04/147.46	c cleaning 10988 clauses out of 21978 with flag 68003/68003
326.55/172.07	c cleaning 11995 clauses out of 23994 with flag 81007/81007
367.60/192.87	c cleaning 13003 clauses out of 26006 with flag 95014/95014
414.16/216.49	c cleaning 13495 clauses out of 26991 with flag 109002/109002
461.92/240.62	c cleaning 13747 clauses out of 27498 with flag 123004/123004
501.30/260.64	c cleaning 13875 clauses out of 27753 with flag 137006/137006
544.71/282.61	c cleaning 13938 clauses out of 27879 with flag 151007/151007
583.12/302.12	c cleaning 13966 clauses out of 27935 with flag 165001/165001
637.02/329.40	c cleaning 13991 clauses out of 27986 with flag 179018/179018
698.14/360.49	c cleaning 14018 clauses out of 28037 with flag 193060/193060
764.11/393.86	c cleaning 13978 clauses out of 27959 with flag 207000/207000
823.29/423.85	c cleaning 13998 clauses out of 28000 with flag 221019/221019
872.58/448.87	c cleaning 14001 clauses out of 28006 with flag 235023/235023
912.61/469.21	c cleaning 13989 clauses out of 27982 with flag 249000/249000
982.93/504.90	c cleaning 13999 clauses out of 28002 with flag 263009/263009
1021.25/524.33	c cleaning 14005 clauses out of 28014 with flag 277020/277020
1052.64/540.36	c cleaning 13988 clauses out of 27989 with flag 291000/291000
1087.70/558.24	c cleaning 13998 clauses out of 28003 with flag 305002/305002
1145.28/587.49	c cleaning 13999 clauses out of 28003 with flag 319000/319000
1183.39/606.88	c cleaning 14001 clauses out of 28005 with flag 333001/333001
1209.60/620.21	c cleaning 0 clauses out of 5007 with flag 0/5007
1234.88/633.25	c cleaning 14000 clauses out of 28003 with flag 347000/347000
1275.76/654.00	c cleaning 14001 clauses out of 28005 with flag 361002/361002
1328.35/680.79	c cleaning 14012 clauses out of 28027 with flag 375025/375025
1385.09/709.60	c cleaning 13995 clauses out of 27993 with flag 389003/389003
1447.64/741.36	c cleaning 14020 clauses out of 28041 with flag 403046/403046
1506.74/771.36	c cleaning 13991 clauses out of 27985 with flag 417010/417010
1546.81/791.73	c cleaning 13990 clauses out of 27984 with flag 431000/431000
1591.86/814.67	c cleaning 13996 clauses out of 27995 with flag 445001/445001
1628.84/833.53	c cleaning 13998 clauses out of 28002 with flag 459004/459004
1686.78/862.98	c cleaning 14005 clauses out of 28013 with flag 473013/473013
1732.20/886.06	c cleaning 13996 clauses out of 27995 with flag 487000/487000
1775.63/908.17	c cleaning 13999 clauses out of 28001 with flag 501002/501002
1800.13/920.72	c starts		: 152
1800.13/920.72	c conflicts		: 508344
1800.13/920.72	c decisions		: 2767425
1800.13/920.72	c propagations		: 14145219
1800.13/920.72	c inspects		: 846449888
1800.13/920.72	c learnt literals	: 0
1800.13/920.72	c learnt binary clauses	: 0
1800.13/920.72	c learnt ternary clauses	: 337
1800.13/920.72	c learnt clauses	: 508344
1800.13/920.72	c ignored clauses	: 0
1800.13/920.72	c root simplifications	: 0
1800.13/920.72	c removed literals (reason simplification)	: 5490204
1800.13/920.72	c reason swapping (by a shorter reason)	: 0
1800.13/920.72	c Calls to reduceDB	: 39
1800.13/920.72	c number of reductions to clauses (during analyze)	: 0
1800.13/920.72	c number of learned constraints concerned by reduction	: 0
1800.13/920.72	c number of learning phase by resolution	: 0
1800.13/920.72	c number of learning phase by cutting planes	: 0
1800.13/920.72	c speed (assignments/second)	: 15617.99712929226
1800.13/920.72	c non guided choices	6364
1800.13/920.79	c learnt constraints type 
1800.13/920.79	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 21352
1800.13/920.79	c constraints type 
1800.13/920.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6204
1800.13/920.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.13/920.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.13/920.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
1800.13/920.79	c constraints type 
1800.13/920.79	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.13/920.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6204
1800.13/920.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.13/920.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
1800.13/920.80	s UNKNOWN
1800.13/920.80	c Total wall clock time (in seconds): 920.588

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-2661577-1276679649/watcher-2661577-1276679649 -o /tmp/evaluation-result-2661577-1276679649/solver-2661577-1276679649 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661577-1276679649.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: 0.92 0.98 0.99 3/105 16004
/proc/meminfo: memFree=1712776/2059040 swapFree=4192956/4192956
[pid=16004] ppid=16002 vsize=1832 CPUtime=0
/proc/16004/stat : 16004 (java6) R 16002 16004 15266 0 -1 4194304 207 0 0 0 0 0 0 0 25 0 1 0 9258469 1875968 111 1992294400 134512640 134550932 4291316080 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16004/statm: 458 113 88 10 0 63 0

[startup+0.0308379 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 16004
/proc/meminfo: memFree=1712776/2059040 swapFree=4192956/4192956
[pid=16004] ppid=16002 vsize=1518368 CPUtime=0.01
/proc/16004/stat : 16004 (java) S 16002 16004 15266 0 -1 4202496 2702 0 1 0 0 1 0 0 25 0 4 0 9258469 1554808832 2146 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 379592 2147 456 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.10179 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 16004
/proc/meminfo: memFree=1712776/2059040 swapFree=4192956/4192956
[pid=16004] ppid=16002 vsize=1524180 CPUtime=0.08
/proc/16004/stat : 16004 (java) S 16002 16004 15266 0 -1 4202496 3966 0 1 0 6 2 0 0 25 0 12 0 9258469 1560760320 3405 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 381045 3405 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301819 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 16004
/proc/meminfo: memFree=1712776/2059040 swapFree=4192956/4192956
[pid=16004] ppid=16002 vsize=1526248 CPUtime=0.36
/proc/16004/stat : 16004 (java) S 16002 16004 15266 0 -1 4202496 5411 0 1 0 33 3 0 0 25 0 12 0 9258469 1562877952 4848 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 381562 4849 1356 10 0 378865 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526248

[startup+0.701872 s]
/proc/loadavg: 0.92 0.98 0.99 3/105 16004
/proc/meminfo: memFree=1712776/2059040 swapFree=4192956/4192956
[pid=16004] ppid=16002 vsize=1528172 CPUtime=1.09
/proc/16004/stat : 16004 (java) S 16002 16004 15266 0 -1 4202496 6991 0 1 0 105 4 0 0 25 0 12 0 9258469 1564848128 6428 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 382043 6429 1405 10 0 379346 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528172

[startup+1.50095 s]
/proc/loadavg: 0.92 0.98 0.99 2/117 16016
/proc/meminfo: memFree=1688128/2059040 swapFree=4192956/4192956
[pid=16004] ppid=16002 vsize=1528668 CPUtime=2.19
/proc/16004/stat : 16004 (java) S 16002 16004 15266 0 -1 4202496 9023 0 1 0 214 5 0 0 25 0 12 0 9258469 1565356032 8091 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 382167 8091 1409 10 0 379470 0
[pid=16004/tid=16006] ppid=16002 vsize=1528668 CPUtime=1.48
/proc/16004/task/16006/stat : 16006 (java) R 16002 16004 15266 0 -1 4202560 6346 0 1 0 144 4 0 0 25 0 12 0 9258471 1565356032 8091 1992294400 134512640 134550932 4288879648 18446744073709551615 4109068917 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=1528668 CPUtime=0
/proc/16004/task/16007/stat : 16007 (java) S 16002 16004 15266 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9258472 1565356032 8091 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16008] ppid=16002 vsize=1528668 CPUtime=0
/proc/16004/task/16008/stat : 16008 (java) S 16002 16004 15266 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9258472 1565356032 8091 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16009] ppid=16002 vsize=1528668 CPUtime=0
/proc/16004/task/16009/stat : 16009 (java) S 16002 16004 15266 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9258474 1565356032 8091 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16010] ppid=16002 vsize=1528668 CPUtime=0
/proc/16004/task/16010/stat : 16010 (java) S 16002 16004 15266 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 9258474 1565356032 8091 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16011] ppid=16002 vsize=1528668 CPUtime=0
/proc/16004/task/16011/stat : 16011 (java) S 16002 16004 15266 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9258474 1565356032 8091 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16012] ppid=16002 vsize=1528668 CPUtime=0
/proc/16004/task/16012/stat : 16012 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9258479 1565356032 8091 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16013] ppid=16002 vsize=1528668 CPUtime=0.3
/proc/16004/task/16013/stat : 16013 (java) S 16002 16004 15266 0 -1 4202560 559 0 0 0 30 0 0 0 23 0 12 0 9258479 1565356032 8091 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16014] ppid=16002 vsize=1528668 CPUtime=0.39
/proc/16004/task/16014/stat : 16014 (java) S 16002 16004 15266 0 -1 4202560 1051 0 0 0 39 0 0 0 22 0 12 0 9258479 1565356032 8091 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16015] ppid=16002 vsize=1528668 CPUtime=0
/proc/16004/task/16015/stat : 16015 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9258479 1565356032 8091 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16016] ppid=16002 vsize=1528668 CPUtime=0
/proc/16004/task/16016/stat : 16016 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9258479 1565356032 8091 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 1528668

[startup+3.10914 s]
/proc/loadavg: 0.92 0.98 0.99 4/117 16016
/proc/meminfo: memFree=1675976/2059040 swapFree=4192956/4192956
[pid=16004] ppid=16002 vsize=1541156 CPUtime=4.66
/proc/16004/stat : 16004 (java) S 16002 16004 15266 0 -1 4202496 16999 0 1 0 457 9 0 0 25 0 12 0 9258469 1578143744 12165 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 385289 12165 1410 10 0 382592 0
[pid=16004/tid=16006] ppid=16002 vsize=1541156 CPUtime=3.08
/proc/16004/task/16006/stat : 16006 (java) R 16002 16004 15266 0 -1 4202560 7420 0 1 0 303 5 0 0 25 0 12 0 9258471 1578143744 12165 1992294400 134512640 134550932 4288879648 18446744073709551615 4109068669 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=1541156 CPUtime=0
/proc/16004/task/16007/stat : 16007 (java) S 16002 16004 15266 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9258472 1578143744 12165 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16008] ppid=16002 vsize=1541156 CPUtime=0
/proc/16004/task/16008/stat : 16008 (java) S 16002 16004 15266 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9258472 1578143744 12165 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16009] ppid=16002 vsize=1541156 CPUtime=0
/proc/16004/task/16009/stat : 16009 (java) S 16002 16004 15266 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9258474 1578143744 12165 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16010] ppid=16002 vsize=1541156 CPUtime=0
/proc/16004/task/16010/stat : 16010 (java) S 16002 16004 15266 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 9258474 1578143744 12165 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16011] ppid=16002 vsize=1541156 CPUtime=0
/proc/16004/task/16011/stat : 16011 (java) S 16002 16004 15266 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9258474 1578143744 12165 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16012] ppid=16002 vsize=1541156 CPUtime=0
/proc/16004/task/16012/stat : 16012 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9258479 1578143744 12165 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16013] ppid=16002 vsize=1541156 CPUtime=0.33
/proc/16004/task/16013/stat : 16013 (java) S 16002 16004 15266 0 -1 4202560 576 0 0 0 33 0 0 0 15 0 12 0 9258479 1578143744 12165 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16014] ppid=16002 vsize=1541156 CPUtime=1.22
/proc/16004/task/16014/stat : 16014 (java) R 16002 16004 15266 0 -1 4202560 7936 0 0 0 119 3 0 0 15 0 12 0 9258479 1578143744 12165 1992294400 134512640 134550932 4288879648 18446744073709551615 104140825 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16004/tid=16015] ppid=16002 vsize=1541156 CPUtime=0
/proc/16004/task/16015/stat : 16015 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9258479 1578143744 12165 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16016] ppid=16002 vsize=1541156 CPUtime=0
/proc/16004/task/16016/stat : 16016 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9258479 1578143744 12165 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 1541156

[startup+6.30149 s]
/proc/loadavg: 0.93 0.98 0.99 2/117 16016
/proc/meminfo: memFree=1663824/2059040 swapFree=4192956/4192956
[pid=16004] ppid=16002 vsize=1541156 CPUtime=7.97
/proc/16004/stat : 16004 (java) S 16002 16004 15266 0 -1 4202496 18666 0 1 0 788 9 0 0 25 0 12 0 9258469 1578143744 13831 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 385289 13831 1417 10 0 382592 0
[pid=16004/tid=16006] ppid=16002 vsize=1541156 CPUtime=6.27
/proc/16004/task/16006/stat : 16006 (java) R 16002 16004 15266 0 -1 4202560 9054 0 1 0 622 5 0 0 25 0 12 0 9258471 1578143744 13831 1992294400 134512640 134550932 4288879648 18446744073709551615 4108926032 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=1541156 CPUtime=0
/proc/16004/task/16007/stat : 16007 (java) S 16002 16004 15266 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9258472 1578143744 13831 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16008] ppid=16002 vsize=1541156 CPUtime=0
/proc/16004/task/16008/stat : 16008 (java) S 16002 16004 15266 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9258472 1578143744 13831 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16009] ppid=16002 vsize=1541156 CPUtime=0
/proc/16004/task/16009/stat : 16009 (java) S 16002 16004 15266 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 9258474 1578143744 13831 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16010] ppid=16002 vsize=1541156 CPUtime=0
/proc/16004/task/16010/stat : 16010 (java) S 16002 16004 15266 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 9258474 1578143744 13831 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16011] ppid=16002 vsize=1541156 CPUtime=0
/proc/16004/task/16011/stat : 16011 (java) S 16002 16004 15266 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9258474 1578143744 13831 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16012] ppid=16002 vsize=1541156 CPUtime=0
/proc/16004/task/16012/stat : 16012 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9258479 1578143744 13831 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16013] ppid=16002 vsize=1541156 CPUtime=0.34
/proc/16004/task/16013/stat : 16013 (java) S 16002 16004 15266 0 -1 4202560 576 0 0 0 34 0 0 0 15 0 12 0 9258479 1578143744 13831 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16014] ppid=16002 vsize=1541156 CPUtime=1.33
/proc/16004/task/16014/stat : 16014 (java) S 16002 16004 15266 0 -1 4202560 7969 0 0 0 130 3 0 0 15 0 12 0 9258479 1578143744 13831 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16015] ppid=16002 vsize=1541156 CPUtime=0
/proc/16004/task/16015/stat : 16015 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9258479 1578143744 13831 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16016] ppid=16002 vsize=1541156 CPUtime=0
/proc/16004/task/16016/stat : 16016 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9258479 1578143744 13831 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 1541156

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/117 16016
/proc/meminfo: memFree=1655764/2059040 swapFree=4192956/4192956
[pid=16004] ppid=16002 vsize=1536384 CPUtime=14.5
/proc/16004/stat : 16004 (java) S 16002 16004 15266 0 -1 4202496 21784 0 1 0 1439 11 0 0 25 0 12 0 9258469 1573257216 15802 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 384096 15802 1417 10 0 381399 0
[pid=16004/tid=16006] ppid=16002 vsize=1536384 CPUtime=12.67
/proc/16004/task/16006/stat : 16006 (java) R 16002 16004 15266 0 -1 4202560 12141 0 1 0 1260 7 0 0 25 0 12 0 9258471 1573257216 15802 1992294400 134512640 134550932 4288879648 18446744073709551615 4108926032 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=1536384 CPUtime=0
/proc/16004/task/16007/stat : 16007 (java) S 16002 16004 15266 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9258472 1573257216 15802 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16008] ppid=16002 vsize=1536384 CPUtime=0
/proc/16004/task/16008/stat : 16008 (java) S 16002 16004 15266 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 9258472 1573257216 15802 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16009] ppid=16002 vsize=1536384 CPUtime=0
/proc/16004/task/16009/stat : 16009 (java) S 16002 16004 15266 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 12 0 9258474 1573257216 15802 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16010] ppid=16002 vsize=1536384 CPUtime=0
/proc/16004/task/16010/stat : 16010 (java) S 16002 16004 15266 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 9258474 1573257216 15802 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16011] ppid=16002 vsize=1536384 CPUtime=0
/proc/16004/task/16011/stat : 16011 (java) S 16002 16004 15266 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 9258474 1573257216 15802 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16012] ppid=16002 vsize=1536384 CPUtime=0
/proc/16004/task/16012/stat : 16012 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9258479 1573257216 15802 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16013] ppid=16002 vsize=1536384 CPUtime=0.34
/proc/16004/task/16013/stat : 16013 (java) S 16002 16004 15266 0 -1 4202560 576 0 0 0 34 0 0 0 15 0 12 0 9258479 1573257216 15802 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16014] ppid=16002 vsize=1536384 CPUtime=1.46
/proc/16004/task/16014/stat : 16014 (java) S 16002 16004 15266 0 -1 4202560 8000 0 0 0 143 3 0 0 15 0 12 0 9258479 1573257216 15802 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16015] ppid=16002 vsize=1536384 CPUtime=0
/proc/16004/task/16015/stat : 16015 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 9258479 1573257216 15802 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16016] ppid=16002 vsize=1536384 CPUtime=0
/proc/16004/task/16016/stat : 16016 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9258479 1573257216 15802 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.5
Current children cumulated vsize (KiB) 1536384

[startup+25.5027 s]
/proc/loadavg: 1.17 1.03 1.01 3/121 16020
/proc/meminfo: memFree=1500608/2059040 swapFree=4192956/4192956
[pid=16004] ppid=16002 vsize=1537680 CPUtime=37.45
/proc/16004/stat : 16004 (java) S 16002 16004 15266 0 -1 4202496 61257 0 1 0 3720 25 0 0 25 0 16 0 9258469 1574584320 54154 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 384420 54154 1444 10 0 381723 0
[pid=16004/tid=16006] ppid=16002 vsize=1537680 CPUtime=14.98
/proc/16004/task/16006/stat : 16006 (java) S 16002 16004 15266 0 -1 4202560 13647 0 1 0 1491 7 0 0 18 0 16 0 9258471 1574584320 54154 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=1537680 CPUtime=0.37
/proc/16004/task/16007/stat : 16007 (java) S 16002 16004 15266 0 -1 4202560 7299 0 0 0 35 2 0 0 16 0 16 0 9258472 1574584320 54154 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16008] ppid=16002 vsize=1537680 CPUtime=0.37
/proc/16004/task/16008/stat : 16008 (java) S 16002 16004 15266 0 -1 4202560 8244 0 0 0 34 3 0 0 15 0 16 0 9258472 1574584320 54154 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16009] ppid=16002 vsize=1537680 CPUtime=0.12
/proc/16004/task/16009/stat : 16009 (java) S 16002 16004 15266 0 -1 4202560 3726 0 0 0 12 0 0 0 15 0 16 0 9258474 1574584320 54154 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16010] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16010/stat : 16010 (java) S 16002 16004 15266 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9258474 1574584320 54154 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16011] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16011/stat : 16011 (java) S 16002 16004 15266 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9258474 1574584320 54154 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16012] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16012/stat : 16012 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9258479 1574584320 54154 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16013] ppid=16002 vsize=1537680 CPUtime=1.95

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

/proc/16004/task/16019/stat : 16019 (java) S 16002 16004 15266 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 16 0 9259975 1574584320 84848 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16020] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16020/stat : 16020 (java) S 16002 16004 15266 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9259990 1574584320 84848 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1488.92
Current children cumulated vsize (KiB) 1537680

[startup+822.303 s]
/proc/loadavg: 1.94 1.95 1.58 3/121 16042
/proc/meminfo: memFree=1373756/2059040 swapFree=4192956/4192956
[pid=16004] ppid=16002 vsize=1537680 CPUtime=1606.64
/proc/16004/stat : 16004 (java) S 16002 16004 15266 0 -1 4202496 97991 0 1 0 160578 86 0 0 25 0 16 0 9258469 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 384420 85470 1450 10 0 381723 0
[pid=16004/tid=16006] ppid=16002 vsize=1537680 CPUtime=14.98
/proc/16004/task/16006/stat : 16006 (java) S 16002 16004 15266 0 -1 4202560 13662 0 1 0 1491 7 0 0 15 0 16 0 9258471 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=1537680 CPUtime=10.62
/proc/16004/task/16007/stat : 16007 (java) S 16002 16004 15266 0 -1 4202560 23394 0 0 0 1040 22 0 0 15 0 16 0 9258472 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16008] ppid=16002 vsize=1537680 CPUtime=10.6
/proc/16004/task/16008/stat : 16008 (java) S 16002 16004 15266 0 -1 4202560 26896 0 0 0 1035 25 0 0 16 0 16 0 9258472 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16009] ppid=16002 vsize=1537680 CPUtime=10.91
/proc/16004/task/16009/stat : 16009 (java) S 16002 16004 15266 0 -1 4202560 3971 0 0 0 1083 8 0 0 15 0 16 0 9258474 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16010] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16010/stat : 16010 (java) S 16002 16004 15266 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9258474 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16011] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16011/stat : 16011 (java) S 16002 16004 15266 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9258474 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16012] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16012/stat : 16012 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9258479 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16013] ppid=16002 vsize=1537680 CPUtime=3.35
/proc/16004/task/16013/stat : 16013 (java) S 16002 16004 15266 0 -1 4202560 1658 0 0 0 335 0 0 0 16 0 16 0 9258479 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16014] ppid=16002 vsize=1537680 CPUtime=2.78
/proc/16004/task/16014/stat : 16014 (java) S 16002 16004 15266 0 -1 4202560 8096 0 0 0 275 3 0 0 15 0 16 0 9258479 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16015] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16015/stat : 16015 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9258479 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16016] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16016/stat : 16016 (java) S 16002 16004 15266 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 9258479 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16017] ppid=16002 vsize=1537680 CPUtime=778.39
/proc/16004/task/16017/stat : 16017 (java) R 16002 16004 15266 0 -1 4202560 17078 0 0 0 77830 9 0 0 25 0 16 0 9259972 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4109116302 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16004/tid=16018] ppid=16002 vsize=1537680 CPUtime=774.9
/proc/16004/task/16018/stat : 16018 (java) R 16002 16004 15266 0 -1 4202560 2115 0 0 0 77484 6 0 0 25 0 16 0 9259972 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4109353876 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16004/tid=16019] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16019/stat : 16019 (java) S 16002 16004 15266 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 16 0 9259975 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16020] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16020/stat : 16020 (java) S 16002 16004 15266 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9259990 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1606.64
Current children cumulated vsize (KiB) 1537680

[startup+882.302 s]
/proc/loadavg: 2.06 1.98 1.61 3/121 16044
/proc/meminfo: memFree=1373756/2059040 swapFree=4192956/4192956
[pid=16004] ppid=16002 vsize=1537680 CPUtime=1724.87
/proc/16004/stat : 16004 (java) S 16002 16004 15266 0 -1 4202496 98041 0 1 0 172398 89 0 0 25 0 16 0 9258469 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 384420 85470 1450 10 0 381723 0
[pid=16004/tid=16006] ppid=16002 vsize=1537680 CPUtime=14.98
/proc/16004/task/16006/stat : 16006 (java) S 16002 16004 15266 0 -1 4202560 13663 0 1 0 1491 7 0 0 15 0 16 0 9258471 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=1537680 CPUtime=11.4
/proc/16004/task/16007/stat : 16007 (java) S 16002 16004 15266 0 -1 4202560 23394 0 0 0 1117 23 0 0 16 0 16 0 9258472 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16008] ppid=16002 vsize=1537680 CPUtime=11.38
/proc/16004/task/16008/stat : 16008 (java) S 16002 16004 15266 0 -1 4202560 26896 0 0 0 1112 26 0 0 16 0 16 0 9258472 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16009] ppid=16002 vsize=1537680 CPUtime=11.67
/proc/16004/task/16009/stat : 16009 (java) S 16002 16004 15266 0 -1 4202560 3975 0 0 0 1158 9 0 0 15 0 16 0 9258474 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16010] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16010/stat : 16010 (java) S 16002 16004 15266 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9258474 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16011] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16011/stat : 16011 (java) S 16002 16004 15266 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9258474 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16012] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16012/stat : 16012 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9258479 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16013] ppid=16002 vsize=1537680 CPUtime=3.35
/proc/16004/task/16013/stat : 16013 (java) S 16002 16004 15266 0 -1 4202560 1658 0 0 0 335 0 0 0 16 0 16 0 9258479 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16014] ppid=16002 vsize=1537680 CPUtime=2.78
/proc/16004/task/16014/stat : 16014 (java) S 16002 16004 15266 0 -1 4202560 8096 0 0 0 275 3 0 0 15 0 16 0 9258479 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16015] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16015/stat : 16015 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9258479 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16016] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16016/stat : 16016 (java) S 16002 16004 15266 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 9258479 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16017] ppid=16002 vsize=1537680 CPUtime=836.83
/proc/16004/task/16017/stat : 16017 (java) R 16002 16004 15266 0 -1 4202560 17100 0 0 0 83673 10 0 0 25 0 16 0 9259972 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4109513455 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16004/tid=16018] ppid=16002 vsize=1537680 CPUtime=832.39
/proc/16004/task/16018/stat : 16018 (java) R 16002 16004 15266 0 -1 4202560 2134 0 0 0 83232 7 0 0 25 0 16 0 9259972 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4109353161 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16004/tid=16019] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16019/stat : 16019 (java) S 16002 16004 15266 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 16 0 9259975 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16020] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16020/stat : 16020 (java) S 16002 16004 15266 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9259990 1574584320 85470 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1724.87
Current children cumulated vsize (KiB) 1537680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.71 s]
/proc/loadavg: 2.03 1.98 1.63 3/121 16044
/proc/meminfo: memFree=1372764/2059040 swapFree=4192956/4192956
[pid=16004] ppid=16002 vsize=1537680 CPUtime=1800.13
/proc/16004/stat : 16004 (java) S 16002 16004 15266 0 -1 4202496 98283 0 1 0 179922 91 0 0 25 0 16 0 9258469 1574584320 85678 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 384420 85678 1450 10 0 381723 0
[pid=16004/tid=16006] ppid=16002 vsize=1537680 CPUtime=14.98
/proc/16004/task/16006/stat : 16006 (java) S 16002 16004 15266 0 -1 4202560 13665 0 1 0 1491 7 0 0 15 0 16 0 9258471 1574584320 85678 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=1537680 CPUtime=11.92
/proc/16004/task/16007/stat : 16007 (java) S 16002 16004 15266 0 -1 4202560 23455 0 0 0 1169 23 0 0 16 0 16 0 9258472 1574584320 85678 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16008] ppid=16002 vsize=1537680 CPUtime=11.89
/proc/16004/task/16008/stat : 16008 (java) S 16002 16004 15266 0 -1 4202560 27045 0 0 0 1163 26 0 0 16 0 16 0 9258472 1574584320 85678 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16009] ppid=16002 vsize=1537680 CPUtime=12.57
/proc/16004/task/16009/stat : 16009 (java) S 16002 16004 15266 0 -1 4202560 3977 0 0 0 1248 9 0 0 15 0 16 0 9258474 1574584320 85678 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16010] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16010/stat : 16010 (java) S 16002 16004 15266 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9258474 1574584320 85678 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16011] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16011/stat : 16011 (java) S 16002 16004 15266 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9258474 1574584320 85678 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16012] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16012/stat : 16012 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9258479 1574584320 85678 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16013] ppid=16002 vsize=1537680 CPUtime=3.35
/proc/16004/task/16013/stat : 16013 (java) S 16002 16004 15266 0 -1 4202560 1658 0 0 0 335 0 0 0 16 0 16 0 9258479 1574584320 85678 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16014] ppid=16002 vsize=1537680 CPUtime=2.78
/proc/16004/task/16014/stat : 16014 (java) S 16002 16004 15266 0 -1 4202560 8096 0 0 0 275 3 0 0 15 0 16 0 9258479 1574584320 85678 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16015] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16015/stat : 16015 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9258479 1574584320 85678 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16016] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16016/stat : 16016 (java) R 16002 16004 15266 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 9258479 1574584320 85678 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16004/tid=16017] ppid=16002 vsize=1537680 CPUtime=873.21
/proc/16004/task/16017/stat : 16017 (java) R 16002 16004 15266 0 -1 4202560 17114 0 0 0 87311 10 0 0 25 0 16 0 9259972 1574584320 85678 1992294400 134512640 134550932 4288879648 18446744073709551615 4109116302 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16004/tid=16018] ppid=16002 vsize=1537680 CPUtime=869.32
/proc/16004/task/16018/stat : 16018 (java) R 16002 16004 15266 0 -1 4202560 2146 0 0 0 86925 7 0 0 25 0 16 0 9259972 1574584320 85678 1992294400 134512640 134550932 4288879648 18446744073709551615 4109353899 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16004/tid=16019] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16019/stat : 16019 (java) S 16002 16004 15266 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 16 0 9259975 1574584320 85678 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16020] ppid=16002 vsize=1537680 CPUtime=0
/proc/16004/task/16020/stat : 16020 (java) S 16002 16004 15266 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9259990 1574584320 85678 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 1537680

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

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

[startup+920.816 s]
/proc/loadavg: 2.03 1.98 1.63 3/121 16044
/proc/meminfo: memFree=1372764/2059040 swapFree=4192956/4192956
[pid=16004] ppid=16002 vsize=1538328 CPUtime=1800.32
/proc/16004/stat : 16004 (java) S 16002 16004 15266 0 -1 4202496 98303 0 1 0 179941 91 0 0 18 0 17 0 9258469 1575247872 85697 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 384582 85697 1451 10 0 381885 0
[pid=16004/tid=16006] ppid=16002 vsize=1538328 CPUtime=14.98
/proc/16004/task/16006/stat : 16006 (java) S 16002 16004 15266 0 -1 4202560 13665 0 1 0 1491 7 0 0 15 0 17 0 9258471 1575247872 85697 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=1538328 CPUtime=11.94
/proc/16004/task/16007/stat : 16007 (java) S 16002 16004 15266 0 -1 4202560 23455 0 0 0 1170 24 0 0 16 0 17 0 9258472 1575247872 85697 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16008] ppid=16002 vsize=1538328 CPUtime=11.91
/proc/16004/task/16008/stat : 16008 (java) S 16002 16004 15266 0 -1 4202560 27045 0 0 0 1165 26 0 0 15 0 17 0 9258472 1575247872 85697 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16009] ppid=16002 vsize=1538328 CPUtime=12.57
/proc/16004/task/16009/stat : 16009 (java) S 16002 16004 15266 0 -1 4202560 3977 0 0 0 1248 9 0 0 15 0 17 0 9258474 1575247872 85697 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 0 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16010] ppid=16002 vsize=1538328 CPUtime=0
/proc/16004/task/16010/stat : 16010 (java) S 16002 16004 15266 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 9258474 1575247872 85697 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16011] ppid=16002 vsize=1538328 CPUtime=0
/proc/16004/task/16011/stat : 16011 (java) S 16002 16004 15266 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 17 0 9258474 1575247872 85697 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16012] ppid=16002 vsize=1538328 CPUtime=0
/proc/16004/task/16012/stat : 16012 (java) S 16002 16004 15266 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 17 0 9258479 1575247872 85697 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16013] ppid=16002 vsize=1538328 CPUtime=3.38
/proc/16004/task/16013/stat : 16013 (java) S 16002 16004 15266 0 -1 4202560 1658 0 0 0 338 0 0 0 15 0 17 0 9258479 1575247872 85697 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16014] ppid=16002 vsize=1538328 CPUtime=2.8
/proc/16004/task/16014/stat : 16014 (java) S 16002 16004 15266 0 -1 4202560 8096 0 0 0 277 3 0 0 15 0 17 0 9258479 1575247872 85697 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16015] ppid=16002 vsize=1538328 CPUtime=0
/proc/16004/task/16015/stat : 16015 (java) S 16002 16004 15266 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 9258479 1575247872 85697 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16016] ppid=16002 vsize=1538328 CPUtime=0
/proc/16004/task/16016/stat : 16016 (java) S 16002 16004 15266 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 17 0 9258479 1575247872 85697 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 1 0 0 0
[pid=16004/tid=16017] ppid=16002 vsize=1538328 CPUtime=873.26
/proc/16004/task/16017/stat : 16017 (java) R 16002 16004 15266 0 -1 4202560 17115 0 0 0 87316 10 0 0 25 0 17 0 9259972 1575247872 85697 1992294400 134512640 134550932 4288879648 18446744073709551615 4109116242 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16004/tid=16018] ppid=16002 vsize=1538328 CPUtime=869.36
/proc/16004/task/16018/stat : 16018 (java) R 16002 16004 15266 0 -1 4202560 2146 0 0 0 86929 7 0 0 25 0 17 0 9259972 1575247872 85697 1992294400 134512640 134550932 4288879648 18446744073709551615 4109353600 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16004/tid=16019] ppid=16002 vsize=1538328 CPUtime=0
/proc/16004/task/16019/stat : 16019 (java) S 16002 16004 15266 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 17 0 9259975 1575247872 85697 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
[pid=16004/tid=16020] ppid=16002 vsize=1538328 CPUtime=0
/proc/16004/task/16020/stat : 16020 (java) S 16002 16004 15266 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 9259990 1575247872 85697 1992294400 134512640 134550932 4288879648 18446744073709551615 4294960144 0 4 0 16800975 18446604437836196928 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 1538328

Child status: 143
Real time (s): 920.859
CPU time (s): 1800.38
CPU user time (s): 1799.43
CPU system time (s): 0.951855
CPU usage (%): 195.511
Max. virtual memory (cumulated for all children) (KiB): 1542928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 0.951855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98303
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= 28867
involuntary context switches= 49867

runsolver used 5.64014 second user time and 9.2096 second system time

The end

Launcher Data

Begin job on node088 at 2010-06-16 11:14:09
IDJOB=2661577
IDBENCH=48337
IDSOLVER=1166
FILE ID=node088/2661577-1276679649
PBS_JOBID= 11172522
Free space on /tmp= 62564 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_1_40.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661577-1276679649/watcher-2661577-1276679649 -o /tmp/evaluation-result-2661577-1276679649/solver-2661577-1276679649 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661577-1276679649.opb

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

MD5SUM BENCH= 6f80de356bf70dde8dfbe2efc2cb9dee
RANDOM SEED=302704643

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1713172 kB
Buffers:         68732 kB
Cached:         138808 kB
SwapCached:          0 kB
Active:          92308 kB
Inactive:       175156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1713172 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             416 kB
Writeback:           0 kB
AnonPages:       59816 kB
Mapped:          15468 kB
Slab:            56604 kB
PageTables:       3972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182260 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= 62564 MiB
End job on node088 at 2010-06-16 11:29:32