Trace number 2661580

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.41 920.258

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_3_40.opb
MD5SUM67a15ea3b760eccb0e507c1f93bad0e1
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)12432
Sum of products size (including duplicates)24864
Number of different products6216
Sum of products size12432

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2661580-1276679968.opb
0.22/0.22	c reading problem ... 
16.96/15.28	c ... done. Wall clock time 15.052s.
16.96/15.28	c #vars     6616
16.96/15.28	c #constraints  13035
16.96/15.28	c constraints type 
16.96/15.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6216
16.96/15.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
16.96/15.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
16.96/15.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6216
16.96/15.28	c constraints type 
16.96/15.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
16.96/15.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6216
16.96/15.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
16.96/15.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6216
33.51/23.60	c cleaning 2503 clauses out of 5006 with flag 5006/5006
50.45/32.29	c cleaning 4265 clauses out of 8529 with flag 11032/11032
75.52/44.95	c cleaning 5628 clauses out of 11256 with flag 18024/18024
96.25/55.44	c cleaning 6826 clauses out of 13652 with flag 26048/26048
134.66/74.93	c cleaning 7881 clauses out of 15778 with flag 35000/35000
175.92/95.86	c cleaning 8954 clauses out of 17908 with flag 45011/45011
211.23/113.76	c cleaning 9985 clauses out of 19971 with flag 56028/56028
278.82/147.93	c cleaning 10981 clauses out of 21961 with flag 68003/68003
357.83/187.96	c cleaning 11997 clauses out of 23994 with flag 81017/81017
396.07/207.33	c cleaning 12989 clauses out of 25981 with flag 95001/95001
445.62/232.45	c cleaning 13505 clauses out of 27010 with flag 109019/109019
487.02/253.44	c cleaning 13742 clauses out of 27488 with flag 123002/123002
528.54/274.59	c cleaning 13874 clauses out of 27750 with flag 137006/137006
579.06/300.16	c cleaning 13947 clauses out of 27896 with flag 151026/151026
632.33/327.10	c cleaning 13970 clauses out of 27942 with flag 165019/165019
700.43/361.61	c cleaning 13978 clauses out of 27957 with flag 179004/179004
752.38/388.01	c cleaning 13993 clauses out of 27990 with flag 193015/193015
804.62/414.52	c cleaning 13997 clauses out of 27996 with flag 207014/207014
866.58/445.95	c cleaning 13995 clauses out of 27993 with flag 221008/221008
926.16/476.15	c cleaning 13995 clauses out of 27991 with flag 235001/235001
984.22/505.64	c cleaning 14012 clauses out of 28025 with flag 249030/249030
1051.51/539.71	c cleaning 14005 clauses out of 28012 with flag 263029/263029
1101.55/565.16	c cleaning 14012 clauses out of 28025 with flag 277047/277047
1155.93/592.78	c cleaning 13987 clauses out of 27978 with flag 291012/291012
1223.86/627.27	c cleaning 13988 clauses out of 27979 with flag 305000/305000
1289.52/660.51	c cleaning 14003 clauses out of 28008 with flag 319017/319017
1349.59/691.08	c cleaning 13993 clauses out of 27988 with flag 333000/333000
1420.17/726.80	c cleaning 14018 clauses out of 28037 with flag 347042/347042
1484.87/759.75	c cleaning 14007 clauses out of 28013 with flag 361036/361036
1566.94/801.38	c cleaning 13994 clauses out of 27989 with flag 375019/375019
1637.67/837.23	c cleaning 0 clauses out of 5001 with flag 0/5001
1649.87/843.66	c cleaning 13993 clauses out of 27987 with flag 389011/389011
1711.56/875.05	c cleaning 13994 clauses out of 27991 with flag 403008/403008
1774.00/906.76	c cleaning 14003 clauses out of 28009 with flag 417020/417020
1800.15/920.11	c starts		: 149
1800.15/920.11	c conflicts		: 424299
1800.15/920.11	c decisions		: 555525
1800.15/920.11	c propagations		: 11630298
1800.15/920.11	c inspects		: 863532832
1800.15/920.11	c learnt literals	: 0
1800.15/920.11	c learnt binary clauses	: 0
1800.15/920.11	c learnt ternary clauses	: 37
1800.15/920.11	c learnt clauses	: 424299
1800.15/920.11	c ignored clauses	: 0
1800.15/920.11	c root simplifications	: 0
1800.15/920.11	c removed literals (reason simplification)	: 10496676
1800.15/920.11	c reason swapping (by a shorter reason)	: 0
1800.15/920.11	c Calls to reduceDB	: 33
1800.15/920.11	c number of reductions to clauses (during analyze)	: 0
1800.15/920.11	c number of learned constraints concerned by reduction	: 0
1800.15/920.11	c number of learning phase by resolution	: 0
1800.15/920.11	c number of learning phase by cutting planes	: 0
1800.15/920.11	c speed (assignments/second)	: 12853.458851197673
1800.15/920.11	c non guided choices	6377
1800.15/920.18	c learnt constraints type 
1800.15/920.18	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 21325
1800.15/920.18	c constraints type 
1800.15/920.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6216
1800.15/920.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.15/920.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.15/920.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6216
1800.15/920.18	c constraints type 
1800.15/920.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.15/920.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6216
1800.15/920.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.15/920.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6216
1800.15/920.18	s UNKNOWN
1800.15/920.18	c Total wall clock time (in seconds): 919.959

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8411
/proc/meminfo: memFree=1745644/2059040 swapFree=4140408/4192956
[pid=8411] ppid=8409 vsize=1832 CPUtime=0
/proc/8411/stat : 8411 (java6) R 8409 8411 8033 0 -1 4194304 254 0 0 0 0 0 0 0 16 0 1 0 43600723 1875968 157 1992294400 134512640 134550932 4290655008 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8411/statm: 458 157 119 10 0 63 0

[startup+0.081349 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8411
/proc/meminfo: memFree=1745644/2059040 swapFree=4140408/4192956
[pid=8411] ppid=8409 vsize=1521796 CPUtime=0.06
/proc/8411/stat : 8411 (java) S 8409 8411 8033 0 -1 4202496 3782 0 1 0 4 2 0 0 15 0 7 0 43600723 1558319104 3223 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/8411/statm: 380449 3223 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101348 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8411
/proc/meminfo: memFree=1745644/2059040 swapFree=4140408/4192956
[pid=8411] ppid=8409 vsize=1524180 CPUtime=0.08
/proc/8411/stat : 8411 (java) S 8409 8411 8033 0 -1 4202496 3959 0 1 0 6 2 0 0 15 0 12 0 43600723 1560760320 3398 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8411/statm: 381045 3398 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301363 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8411
/proc/meminfo: memFree=1745644/2059040 swapFree=4140408/4192956
[pid=8411] ppid=8409 vsize=1526444 CPUtime=0.35
/proc/8411/stat : 8411 (java) S 8409 8411 8033 0 -1 4202496 5401 0 1 0 32 3 0 0 15 0 12 0 43600723 1563078656 4838 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8411/statm: 381611 4838 1354 10 0 378914 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526444

[startup+0.701408 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8411
/proc/meminfo: memFree=1745644/2059040 swapFree=4140408/4192956
[pid=8411] ppid=8409 vsize=1527328 CPUtime=1.07
/proc/8411/stat : 8411 (java) S 8409 8411 8033 0 -1 4202496 6757 0 1 0 104 3 0 0 15 0 12 0 43600723 1563983872 6157 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8411/statm: 381832 6157 1402 10 0 379135 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1527328

[startup+1.50147 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 8423
/proc/meminfo: memFree=1720996/2059040 swapFree=4140408/4192956
[pid=8411] ppid=8409 vsize=1529152 CPUtime=2.13
/proc/8411/stat : 8411 (java) S 8409 8411 8033 0 -1 4202496 8884 0 1 0 209 4 0 0 15 0 12 0 43600723 1565851648 8016 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8411/statm: 382288 8016 1409 10 0 379591 0
[pid=8411/tid=8413] ppid=8409 vsize=1529152 CPUtime=1.45
/proc/8411/task/8413/stat : 8413 (java) R 8409 8411 8033 0 -1 4202560 6177 0 1 0 142 3 0 0 25 0 12 0 43600725 1565851648 8016 1992294400 134512640 134550932 4294486336 18446744073709551615 4109547179 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8411/tid=8414] ppid=8409 vsize=1529152 CPUtime=0
/proc/8411/task/8414/stat : 8414 (java) S 8409 8411 8033 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 43600726 1565851648 8016 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8415] ppid=8409 vsize=1529152 CPUtime=0
/proc/8411/task/8415/stat : 8415 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 43600726 1565851648 8016 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8416] ppid=8409 vsize=1529152 CPUtime=0
/proc/8411/task/8416/stat : 8416 (java) S 8409 8411 8033 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 43600728 1565851648 8016 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8417] ppid=8409 vsize=1529152 CPUtime=0
/proc/8411/task/8417/stat : 8417 (java) S 8409 8411 8033 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 43600728 1565851648 8016 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8418] ppid=8409 vsize=1529152 CPUtime=0
/proc/8411/task/8418/stat : 8418 (java) S 8409 8411 8033 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 43600728 1565851648 8016 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8419] ppid=8409 vsize=1529152 CPUtime=0
/proc/8411/task/8419/stat : 8419 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 43600733 1565851648 8016 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8420] ppid=8409 vsize=1529152 CPUtime=0.21
/proc/8411/task/8420/stat : 8420 (java) S 8409 8411 8033 0 -1 4202560 341 0 0 0 21 0 0 0 18 0 12 0 43600733 1565851648 8016 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8421] ppid=8409 vsize=1529152 CPUtime=0.45
/proc/8411/task/8421/stat : 8421 (java) S 8409 8411 8033 0 -1 4202560 1300 0 0 0 45 0 0 0 15 0 12 0 43600733 1565851648 8016 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8422] ppid=8409 vsize=1529152 CPUtime=0
/proc/8411/task/8422/stat : 8422 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 43600733 1565851648 8016 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8423] ppid=8409 vsize=1529152 CPUtime=0
/proc/8411/task/8423/stat : 8423 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 43600733 1565851648 8016 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 1529152

[startup+3.10163 s]
/proc/loadavg: 1.00 1.00 1.00 5/118 8423
/proc/meminfo: memFree=1713432/2059040 swapFree=4140408/4192956
[pid=8411] ppid=8409 vsize=1541956 CPUtime=4.59
/proc/8411/stat : 8411 (java) S 8409 8411 8033 0 -1 4202496 17041 0 1 0 450 9 0 0 15 0 12 0 43600723 1578962944 12278 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8411/statm: 385489 12278 1410 10 0 382792 0
[pid=8411/tid=8413] ppid=8409 vsize=1541956 CPUtime=3.02
/proc/8411/task/8413/stat : 8413 (java) R 8409 8411 8033 0 -1 4202560 7342 0 1 0 298 4 0 0 25 0 12 0 43600725 1578962944 12278 1992294400 134512640 134550932 4294486336 18446744073709551615 4109546441 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8411/tid=8414] ppid=8409 vsize=1541956 CPUtime=0
/proc/8411/task/8414/stat : 8414 (java) S 8409 8411 8033 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 43600726 1578962944 12278 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8415] ppid=8409 vsize=1541956 CPUtime=0
/proc/8411/task/8415/stat : 8415 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 43600726 1578962944 12278 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8416] ppid=8409 vsize=1541956 CPUtime=0
/proc/8411/task/8416/stat : 8416 (java) S 8409 8411 8033 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 43600728 1578962944 12278 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8417] ppid=8409 vsize=1541956 CPUtime=0
/proc/8411/task/8417/stat : 8417 (java) S 8409 8411 8033 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 43600728 1578962944 12278 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8418] ppid=8409 vsize=1541956 CPUtime=0
/proc/8411/task/8418/stat : 8418 (java) S 8409 8411 8033 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 43600728 1578962944 12278 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8419] ppid=8409 vsize=1541956 CPUtime=0
/proc/8411/task/8419/stat : 8419 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 43600733 1578962944 12278 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8420] ppid=8409 vsize=1541956 CPUtime=1.05
/proc/8411/task/8420/stat : 8420 (java) S 8409 8411 8033 0 -1 4202560 7287 0 0 0 102 3 0 0 15 0 12 0 43600733 1578962944 12278 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8421] ppid=8409 vsize=1541956 CPUtime=0.48
/proc/8411/task/8421/stat : 8421 (java) S 8409 8411 8033 0 -1 4202560 1346 0 0 0 48 0 0 0 15 0 12 0 43600733 1578962944 12278 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8422] ppid=8409 vsize=1541956 CPUtime=0
/proc/8411/task/8422/stat : 8422 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 43600733 1578962944 12278 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8423] ppid=8409 vsize=1541956 CPUtime=0
/proc/8411/task/8423/stat : 8423 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 43600733 1578962944 12278 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 1541956

[startup+6.30093 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 8423
/proc/meminfo: memFree=1696692/2059040 swapFree=4140408/4192956
[pid=8411] ppid=8409 vsize=1540976 CPUtime=7.89
/proc/8411/stat : 8411 (java) S 8409 8411 8033 0 -1 4202496 18710 0 1 0 779 10 0 0 15 0 12 0 43600723 1577959424 13737 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8411/statm: 385244 13737 1417 10 0 382547 0
[pid=8411/tid=8413] ppid=8409 vsize=1540976 CPUtime=6.2
/proc/8411/task/8413/stat : 8413 (java) R 8409 8411 8033 0 -1 4202560 8970 0 1 0 615 5 0 0 25 0 12 0 43600725 1577959424 13737 1992294400 134512640 134550932 4294486336 18446744073709551615 4109546700 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8411/tid=8414] ppid=8409 vsize=1540976 CPUtime=0
/proc/8411/task/8414/stat : 8414 (java) S 8409 8411 8033 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 43600726 1577959424 13737 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8415] ppid=8409 vsize=1540976 CPUtime=0
/proc/8411/task/8415/stat : 8415 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 43600726 1577959424 13737 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8416] ppid=8409 vsize=1540976 CPUtime=0
/proc/8411/task/8416/stat : 8416 (java) S 8409 8411 8033 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 43600728 1577959424 13737 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8417] ppid=8409 vsize=1540976 CPUtime=0
/proc/8411/task/8417/stat : 8417 (java) S 8409 8411 8033 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 43600728 1577959424 13737 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8418] ppid=8409 vsize=1540976 CPUtime=0
/proc/8411/task/8418/stat : 8418 (java) S 8409 8411 8033 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 43600728 1577959424 13737 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8419] ppid=8409 vsize=1540976 CPUtime=0
/proc/8411/task/8419/stat : 8419 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 43600733 1577959424 13737 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8420] ppid=8409 vsize=1540976 CPUtime=1.16
/proc/8411/task/8420/stat : 8420 (java) S 8409 8411 8033 0 -1 4202560 7328 0 0 0 113 3 0 0 15 0 12 0 43600733 1577959424 13737 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8421] ppid=8409 vsize=1540976 CPUtime=0.49
/proc/8411/task/8421/stat : 8421 (java) S 8409 8411 8033 0 -1 4202560 1346 0 0 0 49 0 0 0 16 0 12 0 43600733 1577959424 13737 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8422] ppid=8409 vsize=1540976 CPUtime=0
/proc/8411/task/8422/stat : 8422 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 43600733 1577959424 13737 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8423] ppid=8409 vsize=1540976 CPUtime=0
/proc/8411/task/8423/stat : 8423 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 43600733 1577959424 13737 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.89
Current children cumulated vsize (KiB) 1540976

[startup+12.7025 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 8423
/proc/meminfo: memFree=1688384/2059040 swapFree=4140408/4192956
[pid=8411] ppid=8409 vsize=1537324 CPUtime=14.45
/proc/8411/stat : 8411 (java) S 8409 8411 8033 0 -1 4202496 21824 0 1 0 1431 14 0 0 15 0 12 0 43600723 1574219776 15947 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8411/statm: 384331 15947 1417 10 0 381634 0
[pid=8411/tid=8413] ppid=8409 vsize=1537324 CPUtime=12.58
/proc/8411/task/8413/stat : 8413 (java) R 8409 8411 8033 0 -1 4202560 12038 0 1 0 1250 8 0 0 25 0 12 0 43600725 1574219776 15947 1992294400 134512640 134550932 4294486336 18446744073709551615 4109546113 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8411/tid=8414] ppid=8409 vsize=1537324 CPUtime=0
/proc/8411/task/8414/stat : 8414 (java) S 8409 8411 8033 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 43600726 1574219776 15947 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8415] ppid=8409 vsize=1537324 CPUtime=0
/proc/8411/task/8415/stat : 8415 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 43600726 1574219776 15947 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8416] ppid=8409 vsize=1537324 CPUtime=0
/proc/8411/task/8416/stat : 8416 (java) S 8409 8411 8033 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 43600728 1574219776 15947 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8417] ppid=8409 vsize=1537324 CPUtime=0
/proc/8411/task/8417/stat : 8417 (java) S 8409 8411 8033 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 43600728 1574219776 15947 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8418] ppid=8409 vsize=1537324 CPUtime=0
/proc/8411/task/8418/stat : 8418 (java) S 8409 8411 8033 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 43600728 1574219776 15947 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8419] ppid=8409 vsize=1537324 CPUtime=0
/proc/8411/task/8419/stat : 8419 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 43600733 1574219776 15947 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8420] ppid=8409 vsize=1537324 CPUtime=1.22
/proc/8411/task/8420/stat : 8420 (java) S 8409 8411 8033 0 -1 4202560 7337 0 0 0 119 3 0 0 16 0 12 0 43600733 1574219776 15947 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8421] ppid=8409 vsize=1537324 CPUtime=0.62
/proc/8411/task/8421/stat : 8421 (java) S 8409 8411 8033 0 -1 4202560 1383 0 0 0 62 0 0 0 15 0 12 0 43600733 1574219776 15947 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8422] ppid=8409 vsize=1537324 CPUtime=0
/proc/8411/task/8422/stat : 8422 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 43600733 1574219776 15947 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8423] ppid=8409 vsize=1537324 CPUtime=0
/proc/8411/task/8423/stat : 8423 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 43600733 1574219776 15947 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.45
Current children cumulated vsize (KiB) 1537324

[startup+25.5018 s]
/proc/loadavg: 1.30 1.07 1.02 3/122 8429
/proc/meminfo: memFree=1523680/2059040 swapFree=4140408/4192956
[pid=8411] ppid=8409 vsize=1547360 CPUtime=37.16
/proc/8411/stat : 8411 (java) S 8409 8411 8033 0 -1 4202496 66637 0 1 0 3682 34 0 0 15 0 16 0 43600723 1584496640 56601 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8411/statm: 386840 56601 1444 10 0 384143 0
[pid=8411/tid=8413] ppid=8409 vsize=1547360 CPUtime=15.15
/proc/8411/task/8413/stat : 8413 (java) S 8409 8411 8033 0 -1 4202560 13634 0 1 0 1506 9 0 0 18 0 16 0 43600725 1584496640 56601 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8414] ppid=8409 vsize=1547360 CPUtime=0.37
/proc/8411/task/8414/stat : 8414 (java) S 8409 8411 8033 0 -1 4202560 8312 0 0 0 34 3 0 0 16 0 16 0 43600726 1584496640 56601 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8415] ppid=8409 vsize=1547360 CPUtime=0.37
/proc/8411/task/8415/stat : 8415 (java) S 8409 8411 8033 0 -1 4202560 7482 0 0 0 34 3 0 0 16 0 16 0 43600726 1584496640 56601 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8416] ppid=8409 vsize=1547360 CPUtime=0.12
/proc/8411/task/8416/stat : 8416 (java) S 8409 8411 8033 0 -1 4202560 3313 0 0 0 12 0 0 0 16 0 16 0 43600728 1584496640 56601 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8417] ppid=8409 vsize=1547360 CPUtime=0
/proc/8411/task/8417/stat : 8417 (java) S 8409 8411 8033 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 43600728 1584496640 56601 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8418] ppid=8409 vsize=1547360 CPUtime=0
/proc/8411/task/8418/stat : 8418 (java) S 8409 8411 8033 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 43600728 1584496640 56601 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8419] ppid=8409 vsize=1547360 CPUtime=0
/proc/8411/task/8419/stat : 8419 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 43600733 1584496640 56601 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8420] ppid=8409 vsize=1547360 CPUtime=2.54

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

/proc/8411/task/8426/stat : 8426 (java) S 8409 8411 8033 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 43602258 1590788096 94567 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8427] ppid=8409 vsize=1553504 CPUtime=0
/proc/8411/task/8427/stat : 8427 (java) S 8409 8411 8033 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 43602260 1590788096 94567 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1489.66
Current children cumulated vsize (KiB) 1553504

[startup+822.302 s]
/proc/loadavg: 2.07 2.00 1.61 3/122 8449
/proc/meminfo: memFree=1363224/2059040 swapFree=4140408/4192956
[pid=8411] ppid=8409 vsize=1553504 CPUtime=1608.13
/proc/8411/stat : 8411 (java) S 8409 8411 8033 0 -1 4202496 115206 0 1 0 160687 126 0 0 15 0 16 0 43600723 1590788096 96387 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8411/statm: 388376 96387 1450 10 0 385679 0
[pid=8411/tid=8413] ppid=8409 vsize=1553504 CPUtime=15.15
/proc/8411/task/8413/stat : 8413 (java) S 8409 8411 8033 0 -1 4202560 13650 0 1 0 1506 9 0 0 15 0 16 0 43600725 1590788096 96387 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8414] ppid=8409 vsize=1553504 CPUtime=13.22
/proc/8411/task/8414/stat : 8414 (java) S 8409 8411 8033 0 -1 4202560 30046 0 0 0 1287 35 0 0 16 0 16 0 43600726 1590788096 96387 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8415] ppid=8409 vsize=1553504 CPUtime=13.24
/proc/8411/task/8415/stat : 8415 (java) S 8409 8411 8033 0 -1 4202560 28421 0 0 0 1299 25 0 0 15 0 16 0 43600726 1590788096 96387 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8416] ppid=8409 vsize=1553504 CPUtime=8.74
/proc/8411/task/8416/stat : 8416 (java) S 8409 8411 8033 0 -1 4202560 3794 0 0 0 864 10 0 0 15 0 16 0 43600728 1590788096 96387 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8417] ppid=8409 vsize=1553504 CPUtime=0
/proc/8411/task/8417/stat : 8417 (java) S 8409 8411 8033 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 43600728 1590788096 96387 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8418] ppid=8409 vsize=1553504 CPUtime=0
/proc/8411/task/8418/stat : 8418 (java) S 8409 8411 8033 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 43600728 1590788096 96387 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8419] ppid=8409 vsize=1553504 CPUtime=0
/proc/8411/task/8419/stat : 8419 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 43600733 1590788096 96387 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8420] ppid=8409 vsize=1553504 CPUtime=2.6
/proc/8411/task/8420/stat : 8420 (java) S 8409 8411 8033 0 -1 4202560 9753 0 0 0 255 5 0 0 15 0 16 0 43600733 1590788096 96387 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8421] ppid=8409 vsize=1553504 CPUtime=3.32
/proc/8411/task/8421/stat : 8421 (java) S 8409 8411 8033 0 -1 4202560 9026 0 0 0 329 3 0 0 15 0 16 0 43600733 1590788096 96387 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8422] ppid=8409 vsize=1553504 CPUtime=0
/proc/8411/task/8422/stat : 8422 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 43600733 1590788096 96387 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8423] ppid=8409 vsize=1553504 CPUtime=0
/proc/8411/task/8423/stat : 8423 (java) S 8409 8411 8033 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 43600733 1590788096 96387 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8424] ppid=8409 vsize=1553504 CPUtime=776.26
/proc/8411/task/8424/stat : 8424 (java) R 8409 8411 8033 0 -1 4202560 9626 0 0 0 77609 17 0 0 25 0 16 0 43602251 1590788096 96387 1992294400 134512640 134550932 4294486336 18446744073709551615 4110590397 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8411/tid=8425] ppid=8409 vsize=1553504 CPUtime=775.51
/proc/8411/task/8425/stat : 8425 (java) R 8409 8411 8033 0 -1 4202560 9769 0 0 0 77535 16 0 0 25 0 16 0 43602251 1590788096 96387 1992294400 134512640 134550932 4294486336 18446744073709551615 4110020580 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8411/tid=8426] ppid=8409 vsize=1553504 CPUtime=0
/proc/8411/task/8426/stat : 8426 (java) S 8409 8411 8033 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 43602258 1590788096 96387 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8427] ppid=8409 vsize=1553504 CPUtime=0
/proc/8411/task/8427/stat : 8427 (java) S 8409 8411 8033 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 43602260 1590788096 96387 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1608.13
Current children cumulated vsize (KiB) 1553504

[startup+882.302 s]
/proc/loadavg: 2.05 2.01 1.63 3/122 8451
/proc/meminfo: memFree=1360372/2059040 swapFree=4140408/4192956
[pid=8411] ppid=8409 vsize=1555552 CPUtime=1725.63
/proc/8411/stat : 8411 (java) S 8409 8411 8033 0 -1 4202496 116109 0 1 0 172421 142 0 0 15 0 16 0 43600723 1592885248 96929 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8411/statm: 388888 96929 1450 10 0 386191 0
[pid=8411/tid=8413] ppid=8409 vsize=1555552 CPUtime=15.15
/proc/8411/task/8413/stat : 8413 (java) S 8409 8411 8033 0 -1 4202560 13653 0 1 0 1506 9 0 0 15 0 16 0 43600725 1592885248 96929 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8414] ppid=8409 vsize=1555552 CPUtime=14.35
/proc/8411/task/8414/stat : 8414 (java) S 8409 8411 8033 0 -1 4202560 30046 0 0 0 1399 36 0 0 16 0 16 0 43600726 1592885248 96929 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8415] ppid=8409 vsize=1555552 CPUtime=14.36
/proc/8411/task/8415/stat : 8415 (java) S 8409 8411 8033 0 -1 4202560 28421 0 0 0 1409 27 0 0 15 0 16 0 43600726 1592885248 96929 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8416] ppid=8409 vsize=1555552 CPUtime=10.39
/proc/8411/task/8416/stat : 8416 (java) S 8409 8411 8033 0 -1 4202560 3804 0 0 0 1018 21 0 0 15 0 16 0 43600728 1592885248 96929 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8417] ppid=8409 vsize=1555552 CPUtime=0
/proc/8411/task/8417/stat : 8417 (java) S 8409 8411 8033 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 43600728 1592885248 96929 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8418] ppid=8409 vsize=1555552 CPUtime=0
/proc/8411/task/8418/stat : 8418 (java) S 8409 8411 8033 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 43600728 1592885248 96929 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8419] ppid=8409 vsize=1555552 CPUtime=0
/proc/8411/task/8419/stat : 8419 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 43600733 1592885248 96929 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8420] ppid=8409 vsize=1555552 CPUtime=2.64
/proc/8411/task/8420/stat : 8420 (java) S 8409 8411 8033 0 -1 4202560 9753 0 0 0 259 5 0 0 16 0 16 0 43600733 1592885248 96929 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8421] ppid=8409 vsize=1555552 CPUtime=3.63
/proc/8411/task/8421/stat : 8421 (java) S 8409 8411 8033 0 -1 4202560 9856 0 0 0 359 4 0 0 15 0 16 0 43600733 1592885248 96929 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8422] ppid=8409 vsize=1555552 CPUtime=0
/proc/8411/task/8422/stat : 8422 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 43600733 1592885248 96929 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8423] ppid=8409 vsize=1555552 CPUtime=0
/proc/8411/task/8423/stat : 8423 (java) S 8409 8411 8033 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 43600733 1592885248 96929 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8424] ppid=8409 vsize=1555552 CPUtime=833.31
/proc/8411/task/8424/stat : 8424 (java) R 8409 8411 8033 0 -1 4202560 9647 0 0 0 83313 18 0 0 25 0 16 0 43602251 1592885248 96929 1992294400 134512640 134550932 4294486336 18446744073709551615 4110397727 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8411/tid=8425] ppid=8409 vsize=1555552 CPUtime=831.71
/proc/8411/task/8425/stat : 8425 (java) R 8409 8411 8033 0 -1 4202560 9804 0 0 0 83154 17 0 0 25 0 16 0 43602251 1592885248 96929 1992294400 134512640 134550932 4294486336 18446744073709551615 4110126567 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8411/tid=8426] ppid=8409 vsize=1555552 CPUtime=0
/proc/8411/task/8426/stat : 8426 (java) S 8409 8411 8033 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 43602258 1592885248 96929 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8427] ppid=8409 vsize=1555552 CPUtime=0
/proc/8411/task/8427/stat : 8427 (java) S 8409 8411 8033 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 43602260 1592885248 96929 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1725.63
Current children cumulated vsize (KiB) 1555552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.102 s]
/proc/loadavg: 2.08 2.02 1.65 3/122 8451
/proc/meminfo: memFree=1357148/2059040 swapFree=4140408/4192956
[pid=8411] ppid=8409 vsize=1555552 CPUtime=1800.15
/proc/8411/stat : 8411 (java) S 8409 8411 8033 0 -1 4202496 117103 0 1 0 179871 144 0 0 15 0 16 0 43600723 1592885248 97830 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8411/statm: 388888 97830 1450 10 0 386191 0
[pid=8411/tid=8413] ppid=8409 vsize=1555552 CPUtime=15.15
/proc/8411/task/8413/stat : 8413 (java) S 8409 8411 8033 0 -1 4202560 13653 0 1 0 1506 9 0 0 15 0 16 0 43600725 1592885248 97830 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8414] ppid=8409 vsize=1555552 CPUtime=14.95
/proc/8411/task/8414/stat : 8414 (java) S 8409 8411 8033 0 -1 4202560 30632 0 0 0 1459 36 0 0 15 0 16 0 43600726 1592885248 97830 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8415] ppid=8409 vsize=1555552 CPUtime=14.97
/proc/8411/task/8415/stat : 8415 (java) S 8409 8411 8033 0 -1 4202560 28795 0 0 0 1468 29 0 0 16 0 16 0 43600726 1592885248 97830 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8416] ppid=8409 vsize=1555552 CPUtime=10.81
/proc/8411/task/8416/stat : 8416 (java) S 8409 8411 8033 0 -1 4202560 3806 0 0 0 1060 21 0 0 15 0 16 0 43600728 1592885248 97830 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8417] ppid=8409 vsize=1555552 CPUtime=0
/proc/8411/task/8417/stat : 8417 (java) S 8409 8411 8033 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 43600728 1592885248 97830 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8418] ppid=8409 vsize=1555552 CPUtime=0
/proc/8411/task/8418/stat : 8418 (java) S 8409 8411 8033 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 43600728 1592885248 97830 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8419] ppid=8409 vsize=1555552 CPUtime=0
/proc/8411/task/8419/stat : 8419 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 43600733 1592885248 97830 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8420] ppid=8409 vsize=1555552 CPUtime=2.64
/proc/8411/task/8420/stat : 8420 (java) S 8409 8411 8033 0 -1 4202560 9753 0 0 0 259 5 0 0 16 0 16 0 43600733 1592885248 97830 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8421] ppid=8409 vsize=1555552 CPUtime=3.63
/proc/8411/task/8421/stat : 8421 (java) S 8409 8411 8033 0 -1 4202560 9856 0 0 0 359 4 0 0 15 0 16 0 43600733 1592885248 97830 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8422] ppid=8409 vsize=1555552 CPUtime=0
/proc/8411/task/8422/stat : 8422 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 43600733 1592885248 97830 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8423] ppid=8409 vsize=1555552 CPUtime=0
/proc/8411/task/8423/stat : 8423 (java) R 8409 8411 8033 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 43600733 1592885248 97830 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8411/tid=8424] ppid=8409 vsize=1555552 CPUtime=869.84
/proc/8411/task/8424/stat : 8424 (java) R 8409 8411 8033 0 -1 4202560 9663 0 0 0 86966 18 0 0 25 0 16 0 43602251 1592885248 97830 1992294400 134512640 134550932 4294486336 18446744073709551615 4110590161 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8411/tid=8425] ppid=8409 vsize=1555552 CPUtime=868.08
/proc/8411/task/8425/stat : 8425 (java) R 8409 8411 8033 0 -1 4202560 9818 0 0 0 86790 18 0 0 25 0 16 0 43602251 1592885248 97830 1992294400 134512640 134550932 4294486336 18446744073709551615 4110126587 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8411/tid=8426] ppid=8409 vsize=1555552 CPUtime=0
/proc/8411/task/8426/stat : 8426 (java) S 8409 8411 8033 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 43602258 1592885248 97830 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8427] ppid=8409 vsize=1555552 CPUtime=0
/proc/8411/task/8427/stat : 8427 (java) S 8409 8411 8033 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 43602260 1592885248 97830 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 1555552

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

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

[startup+920.216 s]
/proc/loadavg: 2.08 2.02 1.65 3/122 8451
/proc/meminfo: memFree=1357148/2059040 swapFree=4140408/4192956
[pid=8411] ppid=8409 vsize=1556200 CPUtime=1800.36
/proc/8411/stat : 8411 (java) S 8409 8411 8033 0 -1 4202496 117123 0 1 0 179892 144 0 0 15 0 17 0 43600723 1593548800 97850 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8411/statm: 389050 97850 1451 10 0 386353 0
[pid=8411/tid=8413] ppid=8409 vsize=1556200 CPUtime=15.15
/proc/8411/task/8413/stat : 8413 (java) S 8409 8411 8033 0 -1 4202560 13653 0 1 0 1506 9 0 0 15 0 17 0 43600725 1593548800 97850 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8414] ppid=8409 vsize=1556200 CPUtime=14.95
/proc/8411/task/8414/stat : 8414 (java) S 8409 8411 8033 0 -1 4202560 30632 0 0 0 1459 36 0 0 15 0 17 0 43600726 1593548800 97850 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8415] ppid=8409 vsize=1556200 CPUtime=14.97
/proc/8411/task/8415/stat : 8415 (java) S 8409 8411 8033 0 -1 4202560 28795 0 0 0 1468 29 0 0 16 0 17 0 43600726 1593548800 97850 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8416] ppid=8409 vsize=1556200 CPUtime=10.81
/proc/8411/task/8416/stat : 8416 (java) S 8409 8411 8033 0 -1 4202560 3806 0 0 0 1060 21 0 0 15 0 17 0 43600728 1593548800 97850 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 0 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8417] ppid=8409 vsize=1556200 CPUtime=0
/proc/8411/task/8417/stat : 8417 (java) S 8409 8411 8033 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 43600728 1593548800 97850 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8418] ppid=8409 vsize=1556200 CPUtime=0
/proc/8411/task/8418/stat : 8418 (java) S 8409 8411 8033 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 43600728 1593548800 97850 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8419] ppid=8409 vsize=1556200 CPUtime=0
/proc/8411/task/8419/stat : 8419 (java) S 8409 8411 8033 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 17 0 43600733 1593548800 97850 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8420] ppid=8409 vsize=1556200 CPUtime=2.67
/proc/8411/task/8420/stat : 8420 (java) S 8409 8411 8033 0 -1 4202560 9753 0 0 0 262 5 0 0 15 0 17 0 43600733 1593548800 97850 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8421] ppid=8409 vsize=1556200 CPUtime=3.64
/proc/8411/task/8421/stat : 8421 (java) S 8409 8411 8033 0 -1 4202560 9856 0 0 0 360 4 0 0 15 0 17 0 43600733 1593548800 97850 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8422] ppid=8409 vsize=1556200 CPUtime=0
/proc/8411/task/8422/stat : 8422 (java) S 8409 8411 8033 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 43600733 1593548800 97850 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 0 0 0 0
[pid=8411/tid=8423] ppid=8409 vsize=1556200 CPUtime=0
/proc/8411/task/8423/stat : 8423 (java) R 8409 8411 8033 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 17 0 43600733 1593548800 97850 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8411/tid=8424] ppid=8409 vsize=1556200 CPUtime=869.91
/proc/8411/task/8424/stat : 8424 (java) R 8409 8411 8033 0 -1 4202560 9663 0 0 0 86973 18 0 0 25 0 17 0 43602251 1593548800 97850 1992294400 134512640 134550932 4294486336 18446744073709551615 4110591154 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8411/tid=8425] ppid=8409 vsize=1556200 CPUtime=868.15
/proc/8411/task/8425/stat : 8425 (java) R 8409 8411 8033 0 -1 4202560 9818 0 0 0 86797 18 0 0 25 0 17 0 43602251 1593548800 97850 1992294400 134512640 134550932 4294486336 18446744073709551615 4110282712 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8411/tid=8426] ppid=8409 vsize=1556200 CPUtime=0
/proc/8411/task/8426/stat : 8426 (java) S 8409 8411 8033 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 17 0 43602258 1593548800 97850 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
[pid=8411/tid=8427] ppid=8409 vsize=1556200 CPUtime=0
/proc/8411/task/8427/stat : 8427 (java) S 8409 8411 8033 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 17 0 43602260 1593548800 97850 1992294400 134512640 134550932 4294486336 18446744073709551615 4294960144 0 4 0 16800975 18446604437851577344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 1556200

Child status: 143
Real time (s): 920.258
CPU time (s): 1800.41
CPU user time (s): 1798.92
CPU system time (s): 1.48977
CPU usage (%): 195.642
Max. virtual memory (cumulated for all children) (KiB): 1557600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.48977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117124
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= 31199
involuntary context switches= 54254

runsolver used 4.75828 second user time and 10.5344 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-16 11:19:29
IDJOB=2661580
IDBENCH=48340
IDSOLVER=1166
FILE ID=node004/2661580-1276679968
PBS_JOBID= 11172548
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_3_40.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661580-1276679968/watcher-2661580-1276679968 -o /tmp/evaluation-result-2661580-1276679968/solver-2661580-1276679968 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661580-1276679968.opb

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

MD5SUM BENCH= 67a15ea3b760eccb0e507c1f93bad0e1
RANDOM SEED=2025182355

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1746164 kB
Buffers:        104896 kB
Cached:         114440 kB
SwapCached:       6480 kB
Active:          94524 kB
Inactive:       138604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1746164 kB
SwapTotal:     4192956 kB
SwapFree:      4140408 kB
Dirty:             408 kB
Writeback:           0 kB
AnonPages:       12104 kB
Mapped:          13200 kB
Slab:            57820 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182724 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 node004 at 2010-06-16 11:34:51