Trace number 2685023

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.37 922.467

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12058_4-sat.opb
MD5SUMda4c22aa3836e09c7cdc382a7b6da5de
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, 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 variables35332
Total number of constraints122962
Number of constraints which are clauses122382
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints580
Minimum length of a constraint1
Maximum length of a constraint120
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 709
Number of bits of the biggest sum of numbers10
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.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2685023-1278438300.opb
0.24/0.22	c reading problem ... 
5.98/4.05	c ... done. Wall clock time 3.827s.
5.98/4.05	c #vars     35332
5.98/4.05	c #constraints  107258
5.98/4.05	c constraints type 
5.98/4.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12767
5.98/4.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 87354
5.98/4.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 580
5.98/4.05	c constraints type 
5.98/4.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 87354
5.98/4.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12767
5.98/4.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 580
19.39/10.83	c cleaning 2490 clauses out of 5000 with flag 5000/5000
31.87/17.22	c cleaning 4248 clauses out of 8510 with flag 11000/11000
46.70/24.89	c cleaning 5628 clauses out of 11265 with flag 18003/18003
66.06/34.76	c cleaning 6813 clauses out of 13635 with flag 26001/26001
87.15/45.52	c cleaning 7896 clauses out of 15821 with flag 35000/35000
110.78/57.60	c cleaning 8950 clauses out of 17925 with flag 45000/45000
137.18/71.19	c cleaning 9973 clauses out of 19977 with flag 56002/56002
166.54/86.12	c cleaning 10972 clauses out of 22002 with flag 68000/68000
199.49/103.06	c cleaning 11991 clauses out of 24030 with flag 81000/81000
231.93/119.66	c cleaning 13008 clauses out of 26039 with flag 95000/95000
276.46/142.34	c cleaning 13998 clauses out of 28031 with flag 110000/110000
298.92/153.96	c cleaning 0 clauses out of 5001 with flag 0/5001
314.52/162.19	c cleaning 14986 clauses out of 30033 with flag 126000/126000
354.19/182.44	c cleaning 15998 clauses out of 32048 with flag 143001/143001
393.44/202.50	c cleaning 17010 clauses out of 34049 with flag 161000/161000
437.45/225.01	c cleaning 18015 clauses out of 36039 with flag 180000/180000
484.60/249.28	c cleaning 18994 clauses out of 38024 with flag 200000/200000
547.58/281.39	c cleaning 20005 clauses out of 40030 with flag 221000/221000
611.03/313.72	c cleaning 21003 clauses out of 42025 with flag 243001/243001
670.94/344.34	c cleaning 21985 clauses out of 44021 with flag 266000/266000
735.70/377.52	c cleaning 23001 clauses out of 46036 with flag 290000/290000
798.73/409.74	c cleaning 24014 clauses out of 48035 with flag 315000/315000
872.76/447.59	c cleaning 25003 clauses out of 50022 with flag 341001/341001
945.35/484.63	c cleaning 25985 clauses out of 52020 with flag 368002/368002
1029.39/527.67	c cleaning 26980 clauses out of 54035 with flag 396002/396002
1108.72/568.17	c cleaning 28019 clauses out of 56054 with flag 425001/425001
1112.09/570.30	c cleaning 0 clauses out of 11002 with flag 0/11002
1184.23/607.24	c cleaning 28997 clauses out of 58035 with flag 455001/455001
1274.88/653.67	c cleaning 29989 clauses out of 60037 with flag 486000/486000
1363.59/698.92	c cleaning 30972 clauses out of 62048 with flag 518000/518000
1462.58/749.45	c cleaning 32020 clauses out of 64076 with flag 551000/551000
1571.42/804.97	c cleaning 32994 clauses out of 66058 with flag 585002/585002
1675.14/858.09	c cleaning 34017 clauses out of 68064 with flag 620002/620002
1774.78/908.99	c cleaning 35002 clauses out of 70045 with flag 656000/656000
1800.10/922.32	c starts		: 168
1800.10/922.32	c conflicts		: 666146
1800.10/922.32	c decisions		: 862467
1800.10/922.32	c propagations		: 350075614
1800.10/922.32	c inspects		: 1372013903
1800.10/922.32	c learnt literals	: 1
1800.10/922.32	c learnt binary clauses	: 5
1800.10/922.32	c learnt ternary clauses	: 266
1800.10/922.32	c learnt clauses	: 666145
1800.10/922.32	c ignored clauses	: 0
1800.10/922.32	c root simplifications	: 0
1800.10/922.32	c removed literals (reason simplification)	: 8911749
1800.10/922.32	c reason swapping (by a shorter reason)	: 0
1800.10/922.32	c Calls to reduceDB	: 32
1800.10/922.32	c number of reductions to clauses (during analyze)	: 0
1800.10/922.32	c number of learned constraints concerned by reduction	: 0
1800.10/922.32	c number of learning phase by resolution	: 0
1800.10/922.32	c number of learning phase by cutting planes	: 0
1800.10/922.32	c speed (assignments/second)	: 381233.5399898287
1800.10/922.32	c non guided choices	2441
1800.10/922.42	c learnt constraints type 
1800.10/922.42	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 45222
1800.10/922.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.10/922.42	c constraints type 
1800.10/922.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12767
1800.10/922.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 87354
1800.10/922.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 580
1800.10/922.42	c constraints type 
1800.10/922.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 87354
1800.10/922.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12767
1800.10/922.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 580
1800.10/922.42	s UNKNOWN
1800.10/922.42	c Total wall clock time (in seconds): 922.186

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.94 3/106 21818
/proc/meminfo: memFree=1423368/2059040 swapFree=4192956/4192956
[pid=21818] ppid=21816 vsize=248 CPUtime=0
/proc/21818/stat : 21818 (java) R 21816 21818 21333 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 12042523 253952 29 1992294400 134512640 134550932 4290643136 18446744073709551615 9183828 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21818/statm: 62 29 21 10 0 23 0

[startup+0.0295501 s]
/proc/loadavg: 1.00 1.00 0.94 3/106 21818
/proc/meminfo: memFree=1423368/2059040 swapFree=4192956/4192956
[pid=21818] ppid=21816 vsize=1517712 CPUtime=0.01
/proc/21818/stat : 21818 (java) S 21816 21818 21333 0 -1 4202496 2621 0 1 0 0 1 0 0 18 0 3 0 12042523 1554137088 2064 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/21818/statm: 379428 2064 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.100841 s]
/proc/loadavg: 1.00 1.00 0.94 3/106 21818
/proc/meminfo: memFree=1423368/2059040 swapFree=4192956/4192956
[pid=21818] ppid=21816 vsize=1524448 CPUtime=0.08
/proc/21818/stat : 21818 (java) S 21816 21818 21333 0 -1 4202496 3958 0 1 0 5 3 0 0 18 0 12 0 12042523 1561034752 3396 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21818/statm: 381112 3396 1075 10 0 378415 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524448

[startup+0.300855 s]
/proc/loadavg: 1.00 1.00 0.94 3/106 21818
/proc/meminfo: memFree=1423368/2059040 swapFree=4192956/4192956
[pid=21818] ppid=21816 vsize=1526508 CPUtime=0.35
/proc/21818/stat : 21818 (java) S 21816 21818 21333 0 -1 4202496 5760 0 1 0 32 3 0 0 18 0 12 0 12042523 1563144192 5196 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21818/statm: 381627 5196 1361 10 0 378930 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526508

[startup+0.700898 s]
/proc/loadavg: 1.00 1.00 0.94 3/106 21818
/proc/meminfo: memFree=1423368/2059040 swapFree=4192956/4192956
[pid=21818] ppid=21816 vsize=1528332 CPUtime=1.09
/proc/21818/stat : 21818 (java) S 21816 21818 21333 0 -1 4202496 7904 0 1 0 104 5 0 0 18 0 12 0 12042523 1565011968 7261 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21818/statm: 382083 7261 1403 10 0 379386 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528332

[startup+1.50197 s]
/proc/loadavg: 1.00 1.00 0.94 5/118 21830
/proc/meminfo: memFree=1382912/2059040 swapFree=4192956/4192956
[pid=21818] ppid=21816 vsize=1535752 CPUtime=2.61
/proc/21818/stat : 21818 (java) S 21816 21818 21333 0 -1 4202496 19128 0 1 0 251 10 0 0 18 0 12 0 12042523 1572610048 17695 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21818/statm: 383938 17696 1414 10 0 381241 0
[pid=21818/tid=21820] ppid=21816 vsize=1535752 CPUtime=1.34
/proc/21818/task/21820/stat : 21820 (java) R 21816 21818 21333 0 -1 4202560 14223 0 1 0 126 8 0 0 25 0 12 0 12042524 1572610048 17697 1992294400 134512640 134550932 4290643136 18446744073709551615 4109489992 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21818/tid=21821] ppid=21816 vsize=1535752 CPUtime=0
/proc/21818/task/21821/stat : 21821 (java) S 21816 21818 21333 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 12042526 1572610048 17698 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21822] ppid=21816 vsize=1535752 CPUtime=0
/proc/21818/task/21822/stat : 21822 (java) S 21816 21818 21333 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 12042526 1572610048 17698 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21823] ppid=21816 vsize=1535752 CPUtime=0
/proc/21818/task/21823/stat : 21823 (java) S 21816 21818 21333 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 12042527 1572610048 17699 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21824] ppid=21816 vsize=1535752 CPUtime=0
/proc/21818/task/21824/stat : 21824 (java) S 21816 21818 21333 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 12042528 1572610048 17700 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21825] ppid=21816 vsize=1535752 CPUtime=0
/proc/21818/task/21825/stat : 21825 (java) S 21816 21818 21333 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 12042528 1572610048 17700 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21826] ppid=21816 vsize=1535752 CPUtime=0
/proc/21818/task/21826/stat : 21826 (java) S 21816 21818 21333 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 12042532 1572610048 17701 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21827] ppid=21816 vsize=1535752 CPUtime=0.17
/proc/21818/task/21827/stat : 21827 (java) S 21816 21818 21333 0 -1 4202560 115 0 0 0 17 0 0 0 21 0 12 0 12042532 1572610048 17702 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21828] ppid=21816 vsize=1535752 CPUtime=1.06
/proc/21818/task/21828/stat : 21828 (java) R 21816 21818 21333 0 -1 4202560 3726 0 0 0 106 0 0 0 16 0 12 0 12042532 1572610048 17702 1992294400 134512640 134550932 4290643136 18446744073709551615 104140971 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21818/tid=21829] ppid=21816 vsize=1535752 CPUtime=0
/proc/21818/task/21829/stat : 21829 (java) S 21816 21818 21333 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 12042532 1572610048 17703 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21830] ppid=21816 vsize=1535752 CPUtime=0
/proc/21818/task/21830/stat : 21830 (java) S 21816 21818 21333 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 12042532 1572610048 17704 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1535752

[startup+3.1021 s]
/proc/loadavg: 1.00 1.00 0.94 2/118 21830
/proc/meminfo: memFree=1299460/2059040 swapFree=4192956/4192956
[pid=21818] ppid=21816 vsize=1536120 CPUtime=4.45
/proc/21818/stat : 21818 (java) S 21816 21818 21333 0 -1 4202496 39973 0 1 0 424 21 0 0 18 0 12 0 12042523 1572986880 38498 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21818/statm: 384030 38498 1423 10 0 381333 0
[pid=21818/tid=21820] ppid=21816 vsize=1536120 CPUtime=2.75
/proc/21818/task/21820/stat : 21820 (java) R 21816 21818 21333 0 -1 4202560 32021 0 1 0 258 17 0 0 25 0 12 0 12042524 1572986880 38498 1992294400 134512640 134550932 4290643136 18446744073709551615 4109385354 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21818/tid=21821] ppid=21816 vsize=1536120 CPUtime=0.06
/proc/21818/task/21821/stat : 21821 (java) S 21816 21818 21333 0 -1 4202560 1403 0 0 0 6 0 0 0 18 0 12 0 12042526 1572986880 38498 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21822] ppid=21816 vsize=1536120 CPUtime=0.05
/proc/21818/task/21822/stat : 21822 (java) S 21816 21818 21333 0 -1 4202560 1497 0 0 0 5 0 0 0 18 0 12 0 12042526 1572986880 38498 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21823] ppid=21816 vsize=1536120 CPUtime=0
/proc/21818/task/21823/stat : 21823 (java) S 21816 21818 21333 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 12 0 12042527 1572986880 38498 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21824] ppid=21816 vsize=1536120 CPUtime=0
/proc/21818/task/21824/stat : 21824 (java) S 21816 21818 21333 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 12042528 1572986880 38498 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21825] ppid=21816 vsize=1536120 CPUtime=0
/proc/21818/task/21825/stat : 21825 (java) S 21816 21818 21333 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 12 0 12042528 1572986880 38498 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21826] ppid=21816 vsize=1536120 CPUtime=0
/proc/21818/task/21826/stat : 21826 (java) S 21816 21818 21333 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 12042532 1572986880 38498 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21827] ppid=21816 vsize=1536120 CPUtime=0.3
/proc/21818/task/21827/stat : 21827 (java) S 21816 21818 21333 0 -1 4202560 140 0 0 0 30 0 0 0 16 0 12 0 12042532 1572986880 38498 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21828] ppid=21816 vsize=1536120 CPUtime=1.23
/proc/21818/task/21828/stat : 21828 (java) S 21816 21818 21333 0 -1 4202560 3841 0 0 0 123 0 0 0 15 0 12 0 12042532 1572986880 38498 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21829] ppid=21816 vsize=1536120 CPUtime=0
/proc/21818/task/21829/stat : 21829 (java) S 21816 21818 21333 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 12042532 1572986880 38498 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21830] ppid=21816 vsize=1536120 CPUtime=0
/proc/21818/task/21830/stat : 21830 (java) S 21816 21818 21333 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 12042532 1572986880 38498 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 1536120

[startup+6.3024 s]
/proc/loadavg: 1.00 1.00 0.94 4/122 21834
/proc/meminfo: memFree=1242884/2059040 swapFree=4192956/4192956
[pid=21818] ppid=21816 vsize=1544496 CPUtime=10.49
/proc/21818/stat : 21818 (java) S 21816 21818 21333 0 -1 4202496 54759 0 1 0 1019 30 0 0 18 0 16 0 12042523 1581563904 50727 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21818/statm: 386124 50727 1435 10 0 383427 0
[pid=21818/tid=21820] ppid=21816 vsize=1544496 CPUtime=3.37
/proc/21818/task/21820/stat : 21820 (java) S 21816 21818 21333 0 -1 4202560 32044 0 1 0 319 18 0 0 18 0 16 0 12042524 1581563904 50727 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21821] ppid=21816 vsize=1544496 CPUtime=0.47
/proc/21818/task/21821/stat : 21821 (java) S 21816 21818 21333 0 -1 4202560 9181 0 0 0 43 4 0 0 16 0 16 0 12042526 1581563904 50727 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21822] ppid=21816 vsize=1544496 CPUtime=0.26
/proc/21818/task/21822/stat : 21822 (java) S 21816 21818 21333 0 -1 4202560 4400 0 0 0 24 2 0 0 15 0 16 0 12042526 1581563904 50727 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21823] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21823/stat : 21823 (java) S 21816 21818 21333 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 16 0 12042527 1581563904 50727 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21824] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21824/stat : 21824 (java) S 21816 21818 21333 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 12042528 1581563904 50727 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21825] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21825/stat : 21825 (java) S 21816 21818 21333 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 12042528 1581563904 50727 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21826] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21826/stat : 21826 (java) S 21816 21818 21333 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 12042532 1581563904 50727 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21827] ppid=21816 vsize=1544496 CPUtime=1.06
/proc/21818/task/21827/stat : 21827 (java) S 21816 21818 21333 0 -1 4202560 213 0 0 0 106 0 0 0 15 0 16 0 12042532 1581563904 50727 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21828] ppid=21816 vsize=1544496 CPUtime=2.93
/proc/21818/task/21828/stat : 21828 (java) S 21816 21818 21333 0 -1 4202560 7795 0 0 0 291 2 0 0 15 0 16 0 12042532 1581563904 50727 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21829] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21829/stat : 21829 (java) S 21816 21818 21333 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 12042532 1581563904 50727 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21830] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21830/stat : 21830 (java) S 21816 21818 21333 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 12042532 1581563904 50727 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21831] ppid=21816 vsize=1544496 CPUtime=1.39
/proc/21818/task/21831/stat : 21831 (java) R 21816 21818 21333 0 -1 4202560 14 0 0 0 139 0 0 0 25 0 16 0 12042928 1581563904 50727 1992294400 134512640 134550932 4290643136 18446744073709551615 4109845691 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21818/tid=21832] ppid=21816 vsize=1544496 CPUtime=0.93
/proc/21818/task/21832/stat : 21832 (java) R 21816 21818 21333 0 -1 4202560 32 0 0 0 93 0 0 0 18 0 16 0 12042928 1581563904 50727 1992294400 134512640 134550932 4290643136 18446744073709551615 4110054895 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21818/tid=21833] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21833/stat : 21833 (java) S 21816 21818 21333 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12042945 1581563904 50727 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21834] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21834/stat : 21834 (java) S 21816 21818 21333 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 12042948 1581563904 50727 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.49
Current children cumulated vsize (KiB) 1544496

[startup+12.702 s]
/proc/loadavg: 1.23 1.05 0.95 4/122 21834
/proc/meminfo: memFree=1198864/2059040 swapFree=4192956/4192956
[pid=21818] ppid=21816 vsize=1544496 CPUtime=22.95
/proc/21818/stat : 21818 (java) S 21816 21818 21333 0 -1 4202496 62181 0 1 0 2260 35 0 0 18 0 16 0 12042523 1581563904 57482 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21818/statm: 386124 57482 1450 10 0 383427 0
[pid=21818/tid=21820] ppid=21816 vsize=1544496 CPUtime=3.37
/proc/21818/task/21820/stat : 21820 (java) S 21816 21818 21333 0 -1 4202560 32044 0 1 0 319 18 0 0 15 0 16 0 12042524 1581563904 57482 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21821] ppid=21816 vsize=1544496 CPUtime=0.85
/proc/21818/task/21821/stat : 21821 (java) S 21816 21818 21333 0 -1 4202560 12636 0 0 0 79 6 0 0 16 0 16 0 12042526 1581563904 57482 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21822] ppid=21816 vsize=1544496 CPUtime=0.65
/proc/21818/task/21822/stat : 21822 (java) S 21816 21818 21333 0 -1 4202560 8209 0 0 0 61 4 0 0 15 0 16 0 12042526 1581563904 57482 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21823] ppid=21816 vsize=1544496 CPUtime=0.22
/proc/21818/task/21823/stat : 21823 (java) S 21816 21818 21333 0 -1 4202560 126 0 0 0 22 0 0 0 15 0 16 0 12042527 1581563904 57482 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21824] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21824/stat : 21824 (java) S 21816 21818 21333 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 12042528 1581563904 57482 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21825] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21825/stat : 21825 (java) S 21816 21818 21333 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 12042528 1581563904 57482 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21826] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21826/stat : 21826 (java) S 21816 21818 21333 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 12042532 1581563904 57482 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21827] ppid=21816 vsize=1544496 CPUtime=1.09
/proc/21818/task/21827/stat : 21827 (java) S 21816 21818 21333 0 -1 4202560 213 0 0 0 109 0 0 0 15 0 16 0 12042532 1581563904 57482 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21828] ppid=21816 vsize=1544496 CPUtime=3.53
/proc/21818/task/21828/stat : 21828 (java) S 21816 21818 21333 0 -1 4202560 7816 0 0 0 351 2 0 0 15 0 16 0 12042532 1581563904 57482 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21829] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21829/stat : 21829 (java) S 21816 21818 21333 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 12042532 1581563904 57482 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21830] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21830/stat : 21830 (java) S 21816 21818 21333 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 12042532 1581563904 57482 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21831] ppid=21816 vsize=1544496 CPUtime=6.99
/proc/21818/task/21831/stat : 21831 (java) R 21816 21818 21333 0 -1 4202560 23 0 0 0 699 0 0 0 25 0 16 0 12042928 1581563904 57482 1992294400 134512640 134550932 4290643136 18446744073709551615 4110037958 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21818/tid=21832] ppid=21816 vsize=1544496 CPUtime=6.16
/proc/21818/task/21832/stat : 21832 (java) R 21816 21818 21333 0 -1 4202560 44 0 0 0 616 0 0 0 17 0 16 0 12042928 1581563904 57482 1992294400 134512640 134550932 4290643136 18446744073709551615 4110055351 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21818/tid=21833] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21833/stat : 21833 (java) S 21816 21818 21333 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12042945 1581563904 57482 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21834] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21834/stat : 21834 (java) S 21816 21818 21333 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 12042948 1581563904 57482 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.95
Current children cumulated vsize (KiB) 1544496

[startup+25.5011 s]
/proc/loadavg: 1.35 1.08 0.96 3/122 21836
/proc/meminfo: memFree=1183116/2059040 swapFree=4192956/4192956
[pid=21818] ppid=21816 vsize=1544496 CPUtime=47.83
/proc/21818/stat : 21818 (java) S 21816 21818 21333 0 -1 4202496 66055 0 1 0 4745 38 0 0 18 0 16 0 12042523 1581563904 61120 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/21818/task/21831/stat : 21831 (java) R 21816 21818 21333 0 -1 4202560 458 0 0 0 71148 21 0 0 25 0 16 0 12042928 1581563904 118308 1992294400 134512640 134550932 4290643136 18446744073709551615 4110137585 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21818/tid=21832] ppid=21816 vsize=1544496 CPUtime=708.41
/proc/21818/task/21832/stat : 21832 (java) R 21816 21818 21333 0 -1 4202560 388 0 0 0 70832 9 0 0 25 0 16 0 12042928 1581563904 118308 1992294400 134512640 134550932 4290643136 18446744073709551615 4110047598 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21818/tid=21833] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21833/stat : 21833 (java) S 21816 21818 21333 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12042945 1581563904 118308 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21834] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21834/stat : 21834 (java) S 21816 21818 21333 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 12042948 1581563904 118308 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1487.01
Current children cumulated vsize (KiB) 1544496

[startup+822.301 s]
/proc/loadavg: 2.10 2.01 1.58 3/122 21856
/proc/meminfo: memFree=940944/2059040 swapFree=4192956/4192956
[pid=21818] ppid=21816 vsize=1544496 CPUtime=1604.39
/proc/21818/stat : 21818 (java) S 21816 21818 21333 0 -1 4202496 167358 0 1 0 160280 159 0 0 18 0 16 0 12042523 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21818/statm: 386124 121114 1450 10 0 383427 0
[pid=21818/tid=21820] ppid=21816 vsize=1544496 CPUtime=3.37
/proc/21818/task/21820/stat : 21820 (java) S 21816 21818 21333 0 -1 4202560 32062 0 1 0 319 18 0 0 15 0 16 0 12042524 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21821] ppid=21816 vsize=1544496 CPUtime=18.81
/proc/21818/task/21821/stat : 21821 (java) S 21816 21818 21333 0 -1 4202560 46797 0 0 0 1841 40 0 0 16 0 16 0 12042526 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21822] ppid=21816 vsize=1544496 CPUtime=18.61
/proc/21818/task/21822/stat : 21822 (java) S 21816 21818 21333 0 -1 4202560 40169 0 0 0 1821 40 0 0 16 0 16 0 12042526 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21823] ppid=21816 vsize=1544496 CPUtime=23.93
/proc/21818/task/21823/stat : 21823 (java) S 21816 21818 21333 0 -1 4202560 38174 0 0 0 2372 21 0 0 15 0 16 0 12042527 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21824] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21824/stat : 21824 (java) S 21816 21818 21333 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 12042528 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21825] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21825/stat : 21825 (java) S 21816 21818 21333 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 12042528 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21826] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21826/stat : 21826 (java) S 21816 21818 21333 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 12042532 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21827] ppid=21816 vsize=1544496 CPUtime=2.64
/proc/21818/task/21827/stat : 21827 (java) S 21816 21818 21333 0 -1 4202560 322 0 0 0 264 0 0 0 15 0 16 0 12042532 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21828] ppid=21816 vsize=1544496 CPUtime=3.86
/proc/21818/task/21828/stat : 21828 (java) S 21816 21818 21333 0 -1 4202560 7823 0 0 0 384 2 0 0 16 0 16 0 12042532 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21829] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21829/stat : 21829 (java) S 21816 21818 21333 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 12042532 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21830] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21830/stat : 21830 (java) S 21816 21818 21333 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 12042532 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21831] ppid=21816 vsize=1544496 CPUtime=768.67
/proc/21818/task/21831/stat : 21831 (java) R 21816 21818 21333 0 -1 4202560 482 0 0 0 76844 23 0 0 25 0 16 0 12042928 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4110037958 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21818/tid=21832] ppid=21816 vsize=1544496 CPUtime=764.39
/proc/21818/task/21832/stat : 21832 (java) R 21816 21818 21333 0 -1 4202560 411 0 0 0 76430 9 0 0 25 0 16 0 12042928 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4110038539 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21818/tid=21833] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21833/stat : 21833 (java) S 21816 21818 21333 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12042945 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21834] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21834/stat : 21834 (java) S 21816 21818 21333 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 12042948 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1604.39
Current children cumulated vsize (KiB) 1544496

[startup+882.302 s]
/proc/loadavg: 2.17 2.03 1.62 3/122 21858
/proc/meminfo: memFree=940820/2059040 swapFree=4192956/4192956
[pid=21818] ppid=21816 vsize=1544496 CPUtime=1722.07
/proc/21818/stat : 21818 (java) S 21816 21818 21333 0 -1 4202496 168693 0 1 0 172043 164 0 0 18 0 16 0 12042523 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21818/statm: 386124 121114 1450 10 0 383427 0
[pid=21818/tid=21820] ppid=21816 vsize=1544496 CPUtime=3.37
/proc/21818/task/21820/stat : 21820 (java) S 21816 21818 21333 0 -1 4202560 32063 0 1 0 319 18 0 0 15 0 16 0 12042524 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21821] ppid=21816 vsize=1544496 CPUtime=20.22
/proc/21818/task/21821/stat : 21821 (java) S 21816 21818 21333 0 -1 4202560 46797 0 0 0 1980 42 0 0 16 0 16 0 12042526 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21822] ppid=21816 vsize=1544496 CPUtime=20.01
/proc/21818/task/21822/stat : 21822 (java) S 21816 21818 21333 0 -1 4202560 40169 0 0 0 1960 41 0 0 16 0 16 0 12042526 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21823] ppid=21816 vsize=1544496 CPUtime=25.17
/proc/21818/task/21823/stat : 21823 (java) S 21816 21818 21333 0 -1 4202560 39460 0 0 0 2495 22 0 0 15 0 16 0 12042527 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21824] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21824/stat : 21824 (java) S 21816 21818 21333 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 12042528 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21825] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21825/stat : 21825 (java) S 21816 21818 21333 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 12042528 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21826] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21826/stat : 21826 (java) S 21816 21818 21333 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 12042532 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21827] ppid=21816 vsize=1544496 CPUtime=2.64
/proc/21818/task/21827/stat : 21827 (java) S 21816 21818 21333 0 -1 4202560 322 0 0 0 264 0 0 0 15 0 16 0 12042532 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21828] ppid=21816 vsize=1544496 CPUtime=3.86
/proc/21818/task/21828/stat : 21828 (java) S 21816 21818 21333 0 -1 4202560 7823 0 0 0 384 2 0 0 16 0 16 0 12042532 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21829] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21829/stat : 21829 (java) S 21816 21818 21333 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 12042532 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21830] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21830/stat : 21830 (java) S 21816 21818 21333 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 12042532 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21831] ppid=21816 vsize=1544496 CPUtime=825.79
/proc/21818/task/21831/stat : 21831 (java) R 21816 21818 21333 0 -1 4202560 504 0 0 0 82554 25 0 0 25 0 16 0 12042928 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4110008146 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21818/tid=21832] ppid=21816 vsize=1544496 CPUtime=820.92
/proc/21818/task/21832/stat : 21832 (java) R 21816 21818 21333 0 -1 4202560 433 0 0 0 82082 10 0 0 25 0 16 0 12042928 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4110015477 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21818/tid=21833] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21833/stat : 21833 (java) S 21816 21818 21333 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12042945 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21834] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21834/stat : 21834 (java) S 21816 21818 21333 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 12042948 1581563904 121114 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1722.07
Current children cumulated vsize (KiB) 1544496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.303 s]
/proc/loadavg: 2.09 2.03 1.63 3/122 21860
/proc/meminfo: memFree=933008/2059040 swapFree=4192956/4192956
[pid=21818] ppid=21816 vsize=1544496 CPUtime=1800.1
/proc/21818/stat : 21818 (java) S 21816 21818 21333 0 -1 4202496 172018 0 1 0 179842 168 0 0 18 0 16 0 12042523 1581563904 123048 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21818/statm: 386124 123048 1450 10 0 383427 0
[pid=21818/tid=21820] ppid=21816 vsize=1544496 CPUtime=3.37
/proc/21818/task/21820/stat : 21820 (java) S 21816 21818 21333 0 -1 4202560 32064 0 1 0 319 18 0 0 15 0 16 0 12042524 1581563904 123048 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21821] ppid=21816 vsize=1544496 CPUtime=21.15
/proc/21818/task/21821/stat : 21821 (java) S 21816 21818 21333 0 -1 4202560 47904 0 0 0 2072 43 0 0 16 0 16 0 12042526 1581563904 123048 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21822] ppid=21816 vsize=1544496 CPUtime=20.94
/proc/21818/task/21822/stat : 21822 (java) S 21816 21818 21333 0 -1 4202560 41071 0 0 0 2052 42 0 0 16 0 16 0 12042526 1581563904 123048 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21823] ppid=21816 vsize=1544496 CPUtime=26.46
/proc/21818/task/21823/stat : 21823 (java) S 21816 21818 21333 0 -1 4202560 40744 0 0 0 2623 23 0 0 15 0 16 0 12042527 1581563904 123048 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21824] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21824/stat : 21824 (java) S 21816 21818 21333 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 12042528 1581563904 123048 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21825] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21825/stat : 21825 (java) S 21816 21818 21333 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 12042528 1581563904 123048 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21826] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21826/stat : 21826 (java) S 21816 21818 21333 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 12042532 1581563904 123048 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21827] ppid=21816 vsize=1544496 CPUtime=2.64
/proc/21818/task/21827/stat : 21827 (java) S 21816 21818 21333 0 -1 4202560 322 0 0 0 264 0 0 0 15 0 16 0 12042532 1581563904 123048 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21828] ppid=21816 vsize=1544496 CPUtime=3.86
/proc/21818/task/21828/stat : 21828 (java) S 21816 21818 21333 0 -1 4202560 7823 0 0 0 384 2 0 0 16 0 16 0 12042532 1581563904 123048 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21829] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21829/stat : 21829 (java) S 21816 21818 21333 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 12042532 1581563904 123048 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21830] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21830/stat : 21830 (java) S 21816 21818 21333 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 12042532 1581563904 123048 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21831] ppid=21816 vsize=1544496 CPUtime=862.9
/proc/21818/task/21831/stat : 21831 (java) R 21816 21818 21333 0 -1 4202560 522 0 0 0 86265 25 0 0 25 0 16 0 12042928 1581563904 123048 1992294400 134512640 134550932 4290643136 18446744073709551615 4110137784 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21818/tid=21832] ppid=21816 vsize=1544496 CPUtime=858.68
/proc/21818/task/21832/stat : 21832 (java) R 21816 21818 21333 0 -1 4202560 444 0 0 0 85858 10 0 0 25 0 16 0 12042928 1581563904 123048 1992294400 134512640 134550932 4290643136 18446744073709551615 4110036068 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21818/tid=21833] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21833/stat : 21833 (java) S 21816 21818 21333 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 12042945 1581563904 123048 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21834] ppid=21816 vsize=1544496 CPUtime=0
/proc/21818/task/21834/stat : 21834 (java) S 21816 21818 21333 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 12042948 1581563904 123048 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1544496

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

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

[startup+922.421 s]
/proc/loadavg: 2.09 2.03 1.63 3/122 21860
/proc/meminfo: memFree=933008/2059040 swapFree=4192956/4192956
[pid=21818] ppid=21816 vsize=1545144 CPUtime=1800.32
/proc/21818/stat : 21818 (java) S 21816 21818 21333 0 -1 4202496 172039 0 1 0 179863 169 0 0 18 0 15 0 12042523 1582227456 123068 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21818/statm: 386286 123068 1451 10 0 383589 0
[pid=21818/tid=21820] ppid=21816 vsize=1545144 CPUtime=3.37
/proc/21818/task/21820/stat : 21820 (java) S 21816 21818 21333 0 -1 4202560 32064 0 1 0 319 18 0 0 15 0 15 0 12042524 1582227456 123068 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21821] ppid=21816 vsize=1545144 CPUtime=21.15
/proc/21818/task/21821/stat : 21821 (java) S 21816 21818 21333 0 -1 4202560 47904 0 0 0 2072 43 0 0 16 0 15 0 12042526 1582227456 123068 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21822] ppid=21816 vsize=1545144 CPUtime=20.94
/proc/21818/task/21822/stat : 21822 (java) S 21816 21818 21333 0 -1 4202560 41071 0 0 0 2052 42 0 0 16 0 15 0 12042526 1582227456 123068 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21823] ppid=21816 vsize=1545144 CPUtime=26.46
/proc/21818/task/21823/stat : 21823 (java) R 21816 21818 21333 0 -1 4202560 40744 0 0 0 2623 23 0 0 15 0 15 0 12042527 1582227456 123068 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=21818/tid=21824] ppid=21816 vsize=1545144 CPUtime=0
/proc/21818/task/21824/stat : 21824 (java) S 21816 21818 21333 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 12042528 1582227456 123068 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21825] ppid=21816 vsize=1545144 CPUtime=0
/proc/21818/task/21825/stat : 21825 (java) S 21816 21818 21333 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 15 0 12042528 1582227456 123068 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21827] ppid=21816 vsize=1545144 CPUtime=2.64
/proc/21818/task/21827/stat : 21827 (java) S 21816 21818 21333 0 -1 4202560 322 0 0 0 264 0 0 0 15 0 15 0 12042532 1582227456 123068 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21828] ppid=21816 vsize=1545144 CPUtime=3.89
/proc/21818/task/21828/stat : 21828 (java) S 21816 21818 21333 0 -1 4202560 7824 0 0 0 387 2 0 0 15 0 15 0 12042532 1582227456 123068 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 1 0 0 0
[pid=21818/tid=21829] ppid=21816 vsize=1545144 CPUtime=0
/proc/21818/task/21829/stat : 21829 (java) S 21816 21818 21333 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 15 0 12042532 1582227456 123068 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21831] ppid=21816 vsize=1545144 CPUtime=862.97
/proc/21818/task/21831/stat : 21831 (java) R 21816 21818 21333 0 -1 4202560 522 0 0 0 86272 25 0 0 25 0 15 0 12042928 1582227456 123068 1992294400 134512640 134550932 4290643136 18446744073709551615 4109845537 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21818/tid=21832] ppid=21816 vsize=1545144 CPUtime=858.75
/proc/21818/task/21832/stat : 21832 (java) S 21816 21818 21333 0 -1 4202560 444 0 0 0 85865 10 0 0 25 0 15 0 12042928 1582227456 123068 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21833] ppid=21816 vsize=1545144 CPUtime=0
/proc/21818/task/21833/stat : 21833 (java) S 21816 21818 21333 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 12042945 1582227456 123068 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
[pid=21818/tid=21834] ppid=21816 vsize=1545144 CPUtime=0
/proc/21818/task/21834/stat : 21834 (java) S 21816 21818 21333 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 12042948 1582227456 123068 1992294400 134512640 134550932 4290643136 18446744073709551615 4294960144 0 4 0 16800975 18446604437830729920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 1545144

Child status: 143
Real time (s): 922.467
CPU time (s): 1800.37
CPU user time (s): 1798.63
CPU system time (s): 1.73474
CPU usage (%): 195.169
Max. virtual memory (cumulated for all children) (KiB): 1549624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 1.73474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172039
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= 30513
involuntary context switches= 53285

runsolver used 3.72443 second user time and 11.8562 second system time

The end

Launcher Data

Begin job on node015 at 2010-07-06 19:45:00
IDJOB=2685023
IDBENCH=74310
IDSOLVER=1166
FILE ID=node015/2685023-1278438300
PBS_JOBID= 11233456
Free space on /tmp= 62580 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12058_4-sat.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2685023-1278438300/watcher-2685023-1278438300 -o /tmp/evaluation-result-2685023-1278438300/solver-2685023-1278438300 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2685023-1278438300.opb

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

MD5SUM BENCH= da4c22aa3836e09c7cdc382a7b6da5de
RANDOM SEED=2067182163

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1423764 kB
Buffers:        107088 kB
Cached:         389160 kB
SwapCached:          0 kB
Active:         185200 kB
Inactive:       372216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1423764 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4256 kB
Writeback:           0 kB
AnonPages:       61072 kB
Mapped:          14504 kB
Slab:            55952 kB
PageTables:       4152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181708 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= 62580 MiB
End job on node015 at 2010-07-06 20:00:25