Trace number 2662129

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.39 912.987

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-5.opb
MD5SUM0973e03eb27089eff6bc20e630a3ba01
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3176
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13501
Number of constraints which are clauses13501
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.15	c version 2.2.0.v20100531
0.07/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.15	c java.vm.version	11.2-b01
0.07/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version		1.6.0_12
0.07/0.15	c os.name		Linux
0.07/0.15	c os.version		2.6.18-164.el5
0.07/0.15	c os.arch		i386
0.07/0.15	c Free memory 		1393557488
0.07/0.15	c Max memory 		1395916800
0.07/0.15	c Total memory 		1395916800
0.07/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2662129-1276459126.opb
0.23/0.21	c reading problem ... 
1.90/1.18	c ... done. Wall clock time 0.964s.
1.90/1.18	c #vars     6352
1.90/1.18	c #constraints  13376
1.90/1.18	c constraints type 
1.90/1.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7092
1.90/1.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6002
1.90/1.18	c constraints type 
1.90/1.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6002
1.90/1.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7092
16.15/8.30	c cleaning 2500 clauses out of 5001 with flag 5001/5001
33.93/17.38	c cleaning 4249 clauses out of 8500 with flag 11000/11000
51.13/26.05	c cleaning 0 clauses out of 5001 with flag 0/5001
56.42/28.80	c cleaning 5626 clauses out of 11252 with flag 18001/18001
82.33/41.81	c cleaning 6810 clauses out of 13626 with flag 26001/26001
109.43/55.54	c cleaning 0 clauses out of 11001 with flag 0/11001
110.57/56.18	c cleaning 7907 clauses out of 15815 with flag 35000/35000
143.60/72.89	c cleaning 8951 clauses out of 17908 with flag 45000/45000
178.03/90.29	c cleaning 0 clauses out of 18001 with flag 0/18001
182.12/92.38	c cleaning 9979 clauses out of 19957 with flag 56000/56000
222.69/112.83	c cleaning 10988 clauses out of 21979 with flag 68001/68001
256.91/130.15	c cleaning 0 clauses out of 26001 with flag 0/26001
267.09/135.38	c cleaning 11993 clauses out of 23992 with flag 81002/81002
317.16/160.61	c cleaning 12994 clauses out of 25998 with flag 95001/95001
348.19/176.38	c cleaning 0 clauses out of 35001 with flag 0/35001
368.91/186.83	c cleaning 13501 clauses out of 27003 with flag 109000/109000
421.35/213.35	c cleaning 13748 clauses out of 27502 with flag 123000/123000
450.79/228.28	c cleaning 0 clauses out of 45000 with flag 0/45000
472.70/239.39	c cleaning 13877 clauses out of 27754 with flag 137000/137000
525.14/265.89	c cleaning 13938 clauses out of 27877 with flag 151000/151000
568.23/287.63	c cleaning 0 clauses out of 56001 with flag 0/56001
577.63/292.47	c cleaning 13966 clauses out of 27941 with flag 165002/165002
628.28/318.02	c cleaning 13985 clauses out of 27973 with flag 179000/179000
663.05/335.65	c cleaning 13991 clauses out of 27987 with flag 193000/193000
696.21/352.44	c cleaning 13998 clauses out of 27997 with flag 207001/207001
700.44/354.64	c cleaning 0 clauses out of 68001 with flag 0/68001
731.23/370.23	c cleaning 13999 clauses out of 27998 with flag 221000/221000
766.99/388.32	c cleaning 13997 clauses out of 27999 with flag 235000/235000
803.50/406.85	c cleaning 13998 clauses out of 28002 with flag 249000/249000
837.08/423.84	c cleaning 13999 clauses out of 28005 with flag 263001/263001
849.62/430.22	c cleaning 0 clauses out of 81001 with flag 0/81001
866.91/439.01	c cleaning 13997 clauses out of 28005 with flag 277000/277000
897.86/454.78	c cleaning 13998 clauses out of 28008 with flag 291000/291000
930.82/471.44	c cleaning 14006 clauses out of 28011 with flag 305001/305001
965.96/489.26	c cleaning 14001 clauses out of 28007 with flag 319003/319003
1003.50/508.29	c cleaning 13998 clauses out of 28004 with flag 333001/333001
1004.69/508.94	c cleaning 0 clauses out of 95000 with flag 0/95000
1041.21/527.42	c cleaning 14002 clauses out of 28006 with flag 347001/347001
1080.09/547.10	c cleaning 14002 clauses out of 28005 with flag 361002/361002
1119.37/567.01	c cleaning 13999 clauses out of 28001 with flag 375000/375000
1130.86/572.95	c cleaning 0 clauses out of 109003 with flag 0/109003
1161.21/588.33	c cleaning 13996 clauses out of 28003 with flag 389001/389001
1202.27/609.18	c cleaning 13997 clauses out of 28007 with flag 403001/403001
1239.73/628.16	c cleaning 0 clauses out of 123002 with flag 0/123002
1244.63/630.72	c cleaning 14001 clauses out of 28010 with flag 417001/417001
1287.65/652.54	c cleaning 14000 clauses out of 28009 with flag 431001/431001
1332.24/675.15	c cleaning 14002 clauses out of 28008 with flag 445000/445000
1356.83/687.62	c cleaning 0 clauses out of 137000 with flag 0/137000
1378.77/698.83	c cleaning 13997 clauses out of 28006 with flag 459000/459000
1425.91/722.71	c cleaning 14003 clauses out of 28009 with flag 473000/473000
1476.20/748.28	c cleaning 13999 clauses out of 28006 with flag 487000/487000
1477.17/748.87	c cleaning 0 clauses out of 151000 with flag 0/151000
1528.20/774.73	c cleaning 14000 clauses out of 28007 with flag 501000/501000
1582.82/802.45	c cleaning 13998 clauses out of 28008 with flag 515001/515001
1595.47/808.95	c cleaning 0 clauses out of 165001 with flag 0/165001
1637.63/830.38	c cleaning 13999 clauses out of 28009 with flag 529000/529000
1692.25/858.04	c cleaning 14000 clauses out of 28012 with flag 543002/543002
1717.54/870.97	c cleaning 0 clauses out of 179000 with flag 0/179000
1747.20/886.03	c cleaning 13999 clauses out of 28010 with flag 557000/557000
1800.07/912.81	c starts		: 153
1800.07/912.81	c conflicts		: 569924
1800.07/912.81	c decisions		: 632867
1800.07/912.81	c propagations		: 938896501
1800.07/912.81	c inspects		: 3248111924
1800.07/912.81	c learnt literals	: 1
1800.07/912.81	c learnt binary clauses	: 55
1800.07/912.81	c learnt ternary clauses	: 65
1800.07/912.81	c learnt clauses	: 569923
1800.07/912.81	c ignored clauses	: 0
1800.07/912.81	c root simplifications	: 0
1800.07/912.82	c removed literals (reason simplification)	: 6739172
1800.07/912.82	c reason swapping (by a shorter reason)	: 0
1800.07/912.82	c Calls to reduceDB	: 43
1800.07/912.82	c number of reductions to clauses (during analyze)	: 0
1800.07/912.82	c number of learned constraints concerned by reduction	: 0
1800.07/912.82	c number of learning phase by resolution	: 0
1800.07/912.82	c number of learning phase by cutting planes	: 0
1800.07/912.82	c speed (assignments/second)	: 1029903.9648543551
1800.07/912.82	c non guided choices	0
1800.28/912.94	c learnt constraints type 
1800.28/912.94	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 26916
1800.28/912.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 55
1800.28/912.94	c constraints type 
1800.28/912.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7092
1800.28/912.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6002
1800.28/912.94	c constraints type 
1800.28/912.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6002
1800.28/912.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7092
1800.28/912.94	s UNKNOWN
1800.28/912.94	c Total wall clock time (in seconds): 912.72

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

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


[startup+0 s]
/proc/loadavg: 1.00 0.99 1.00 3/106 25480
/proc/meminfo: memFree=1845696/2059040 swapFree=4134576/4192956
[pid=25480] ppid=25478 vsize=1832 CPUtime=0
/proc/25480/stat : 25480 (java6) S 25478 25480 24849 0 -1 4194304 254 0 0 0 0 0 0 0 21 0 1 0 21499026 1875968 156 1992294400 134512640 134550932 4286985568 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699383486 0 0 17 1 0 0 0
/proc/25480/statm: 458 156 119 10 0 63 0

[startup+0.0146051 s]
/proc/loadavg: 1.00 0.99 1.00 3/106 25480
/proc/meminfo: memFree=1845696/2059040 swapFree=4134576/4192956
[pid=25480] ppid=25478 vsize=13164 CPUtime=0
/proc/25480/stat : 25480 (java) R 25478 25480 24849 0 -1 4194304 902 0 0 0 0 0 0 0 18 0 1 0 21499026 13479936 409 1992294400 134512640 134550932 4294896944 18446744073709551615 1808005 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25480/statm: 3291 416 144 10 0 1121 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13164

[startup+0.100603 s]
/proc/loadavg: 1.00 0.99 1.00 3/106 25480
/proc/meminfo: memFree=1845696/2059040 swapFree=4134576/4192956
[pid=25480] ppid=25478 vsize=1524180 CPUtime=0.07
/proc/25480/stat : 25480 (java) S 25478 25480 24849 0 -1 4202496 3959 0 1 0 5 2 0 0 18 0 12 0 21499026 1560760320 3398 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25480/statm: 381045 3398 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1524180

[startup+0.3006 s]
/proc/loadavg: 1.00 0.99 1.00 3/106 25480
/proc/meminfo: memFree=1845696/2059040 swapFree=4134576/4192956
[pid=25480] ppid=25478 vsize=1526396 CPUtime=0.37
/proc/25480/stat : 25480 (java) S 25478 25480 24849 0 -1 4202496 5432 0 1 0 34 3 0 0 18 0 12 0 21499026 1563029504 4869 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25480/statm: 381599 4869 1361 10 0 378902 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526396

[startup+0.700593 s]
/proc/loadavg: 1.00 0.99 1.00 3/106 25480
/proc/meminfo: memFree=1845696/2059040 swapFree=4134576/4192956
[pid=25480] ppid=25478 vsize=1530736 CPUtime=1.09
/proc/25480/stat : 25480 (java) S 25478 25480 24849 0 -1 4202496 8336 0 1 0 104 5 0 0 18 0 12 0 21499026 1567473664 7443 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25480/statm: 382684 7443 1401 10 0 379987 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1530736

[startup+1.50158 s]
/proc/loadavg: 1.00 0.99 1.00 5/118 25492
/proc/meminfo: memFree=1809268/2059040 swapFree=4134576/4192956
[pid=25480] ppid=25478 vsize=1531664 CPUtime=2.68
/proc/25480/stat : 25480 (java) S 25478 25480 24849 0 -1 4202496 16744 0 1 0 258 10 0 0 18 0 14 0 21499026 1568423936 14686 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25480/statm: 382916 14687 1421 10 0 380219 0
[pid=25480/tid=25482] ppid=25478 vsize=1531664 CPUtime=1.11
/proc/25480/task/25482/stat : 25482 (java) S 25478 25480 24849 0 -1 4202560 10998 0 1 0 105 6 0 0 18 0 14 0 21499027 1568423936 14687 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25483] ppid=25478 vsize=1531664 CPUtime=0
/proc/25480/task/25483/stat : 25483 (java) S 25478 25480 24849 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 14 0 21499029 1568423936 14687 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25484] ppid=25478 vsize=1531664 CPUtime=0
/proc/25480/task/25484/stat : 25484 (java) S 25478 25480 24849 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 21499029 1568423936 14687 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25485] ppid=25478 vsize=1531664 CPUtime=0
/proc/25480/task/25485/stat : 25485 (java) S 25478 25480 24849 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 21499030 1568423936 14687 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 0 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25486] ppid=25478 vsize=1531664 CPUtime=0
/proc/25480/task/25486/stat : 25486 (java) S 25478 25480 24849 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 21499031 1568423936 14687 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25487] ppid=25478 vsize=1531664 CPUtime=0
/proc/25480/task/25487/stat : 25487 (java) S 25478 25480 24849 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 21499031 1568423936 14687 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25488] ppid=25478 vsize=1531664 CPUtime=0
/proc/25480/task/25488/stat : 25488 (java) S 25478 25480 24849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 21499035 1568423936 14687 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25489] ppid=25478 vsize=1531664 CPUtime=0.95
/proc/25480/task/25489/stat : 25489 (java) R 25478 25480 24849 0 -1 4202560 2112 0 0 0 94 1 0 0 16 0 14 0 21499035 1568423936 14687 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25480/tid=25490] ppid=25478 vsize=1531664 CPUtime=0.27
/proc/25480/task/25490/stat : 25490 (java) R 25478 25480 24849 0 -1 4202560 1246 0 0 0 27 0 0 0 24 0 14 0 21499035 1568423936 14687 1992294400 134512640 134550932 4294896944 18446744073709551615 106809848 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25480/tid=25491] ppid=25478 vsize=1531664 CPUtime=0
/proc/25480/task/25491/stat : 25491 (java) S 25478 25480 24849 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 21499035 1568423936 14687 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25492] ppid=25478 vsize=1531664 CPUtime=0
/proc/25480/task/25492/stat : 25492 (java) S 25478 25480 24849 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 21499035 1568423936 14687 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 1531664

[startup+3.10155 s]
/proc/loadavg: 1.32 1.05 1.02 5/122 25496
/proc/meminfo: memFree=1779972/2059040 swapFree=4134576/4192956
[pid=25480] ppid=25478 vsize=1533336 CPUtime=5.86
/proc/25480/stat : 25480 (java) S 25478 25480 24849 0 -1 4202496 27870 0 1 0 571 15 0 0 18 0 16 0 21499026 1570136064 25077 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25480/statm: 383334 25079 1433 10 0 380637 0
[pid=25480/tid=25482] ppid=25478 vsize=1533336 CPUtime=1.11
/proc/25480/task/25482/stat : 25482 (java) S 25478 25480 24849 0 -1 4202560 10998 0 1 0 105 6 0 0 18 0 16 0 21499027 1570136064 25079 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25483] ppid=25478 vsize=1533336 CPUtime=0
/proc/25480/task/25483/stat : 25483 (java) S 25478 25480 24849 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 16 0 21499029 1570136064 25080 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25484] ppid=25478 vsize=1533336 CPUtime=0
/proc/25480/task/25484/stat : 25484 (java) S 25478 25480 24849 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 21499029 1570136064 25082 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25485] ppid=25478 vsize=1533336 CPUtime=0
/proc/25480/task/25485/stat : 25485 (java) S 25478 25480 24849 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 21499030 1570136064 25083 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 0 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25486] ppid=25478 vsize=1533336 CPUtime=0
/proc/25480/task/25486/stat : 25486 (java) S 25478 25480 24849 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 21499031 1570136064 25084 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25487] ppid=25478 vsize=1533336 CPUtime=0
/proc/25480/task/25487/stat : 25487 (java) S 25478 25480 24849 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 21499031 1570136064 25086 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25488] ppid=25478 vsize=1533336 CPUtime=0
/proc/25480/task/25488/stat : 25488 (java) S 25478 25480 24849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21499035 1570136064 25087 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25489] ppid=25478 vsize=1533336 CPUtime=1.95
/proc/25480/task/25489/stat : 25489 (java) S 25478 25480 24849 0 -1 4202560 2174 0 0 0 194 1 0 0 16 0 16 0 21499035 1570136064 25088 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25490] ppid=25478 vsize=1533336 CPUtime=0.54
/proc/25480/task/25490/stat : 25490 (java) S 25478 25480 24849 0 -1 4202560 2175 0 0 0 54 0 0 0 25 0 16 0 21499035 1570136064 25089 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25491] ppid=25478 vsize=1533336 CPUtime=0
/proc/25480/task/25491/stat : 25491 (java) S 25478 25480 24849 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 21499035 1570136064 25090 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25492] ppid=25478 vsize=1533336 CPUtime=0
/proc/25480/task/25492/stat : 25492 (java) S 25478 25480 24849 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 21499035 1570136064 25090 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25493] ppid=25478 vsize=1533336 CPUtime=1.33
/proc/25480/task/25493/stat : 25493 (java) R 25478 25480 24849 0 -1 4202560 1644 0 0 0 133 0 0 0 20 0 16 0 21499144 1570136064 25090 1992294400 134512640 134550932 4294896944 18446744073709551615 4110124514 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25480/tid=25494] ppid=25478 vsize=1533336 CPUtime=0.86
/proc/25480/task/25494/stat : 25494 (java) R 25478 25480 24849 0 -1 4202560 9821 0 0 0 82 4 0 0 22 0 16 0 21499144 1570136064 25090 1992294400 134512640 134550932 4294896944 18446744073709551615 4110265885 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25480/tid=25495] ppid=25478 vsize=1533336 CPUtime=0
/proc/25480/task/25495/stat : 25495 (java) S 25478 25480 24849 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 21499179 1570136064 25090 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25496] ppid=25478 vsize=1533336 CPUtime=0
/proc/25480/task/25496/stat : 25496 (java) S 25478 25480 24849 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21499185 1570136064 25090 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 1533336

[startup+6.3015 s]
/proc/loadavg: 1.32 1.05 1.02 3/122 25496
/proc/meminfo: memFree=1700612/2059040 swapFree=4134576/4192956
[pid=25480] ppid=25478 vsize=1532440 CPUtime=12.18
/proc/25480/stat : 25480 (java) S 25478 25480 24849 0 -1 4202496 40319 0 1 0 1199 19 0 0 18 0 16 0 21499026 1569218560 37302 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25480/statm: 383110 37302 1442 10 0 380413 0
[pid=25480/tid=25482] ppid=25478 vsize=1532440 CPUtime=1.11
/proc/25480/task/25482/stat : 25482 (java) S 25478 25480 24849 0 -1 4202560 10998 0 1 0 105 6 0 0 18 0 16 0 21499027 1569218560 37302 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25483] ppid=25478 vsize=1532440 CPUtime=0.05
/proc/25480/task/25483/stat : 25483 (java) S 25478 25480 24849 0 -1 4202560 1345 0 0 0 5 0 0 0 18 0 16 0 21499029 1569218560 37302 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25484] ppid=25478 vsize=1532440 CPUtime=0.05
/proc/25480/task/25484/stat : 25484 (java) S 25478 25480 24849 0 -1 4202560 1411 0 0 0 5 0 0 0 18 0 16 0 21499029 1569218560 37302 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25485] ppid=25478 vsize=1532440 CPUtime=0
/proc/25480/task/25485/stat : 25485 (java) S 25478 25480 24849 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 16 0 21499030 1569218560 37302 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 0 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25486] ppid=25478 vsize=1532440 CPUtime=0
/proc/25480/task/25486/stat : 25486 (java) S 25478 25480 24849 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21499031 1569218560 37302 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25487] ppid=25478 vsize=1532440 CPUtime=0
/proc/25480/task/25487/stat : 25487 (java) S 25478 25480 24849 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 21499031 1569218560 37302 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25488] ppid=25478 vsize=1532440 CPUtime=0
/proc/25480/task/25488/stat : 25488 (java) S 25478 25480 24849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21499035 1569218560 37302 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25489] ppid=25478 vsize=1532440 CPUtime=2
/proc/25480/task/25489/stat : 25489 (java) S 25478 25480 24849 0 -1 4202560 2176 0 0 0 199 1 0 0 15 0 16 0 21499035 1569218560 37302 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25490] ppid=25478 vsize=1532440 CPUtime=0.54
/proc/25480/task/25490/stat : 25490 (java) S 25478 25480 24849 0 -1 4202560 2175 0 0 0 54 0 0 0 25 0 16 0 21499035 1569218560 37302 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25491] ppid=25478 vsize=1532440 CPUtime=0
/proc/25480/task/25491/stat : 25491 (java) S 25478 25480 24849 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 21499035 1569218560 37302 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25492] ppid=25478 vsize=1532440 CPUtime=0
/proc/25480/task/25492/stat : 25492 (java) S 25478 25480 24849 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 21499035 1569218560 37302 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25493] ppid=25478 vsize=1532440 CPUtime=4.41
/proc/25480/task/25493/stat : 25493 (java) R 25478 25480 24849 0 -1 4202560 1671 0 0 0 441 0 0 0 25 0 16 0 21499144 1569218560 37302 1992294400 134512640 134550932 4294896944 18446744073709551615 4109620986 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25480/tid=25494] ppid=25478 vsize=1532440 CPUtime=3.94
/proc/25480/task/25494/stat : 25494 (java) R 25478 25480 24849 0 -1 4202560 19459 0 0 0 387 7 0 0 25 0 16 0 21499144 1569218560 37302 1992294400 134512640 134550932 4294896944 18446744073709551615 4110043502 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25480/tid=25495] ppid=25478 vsize=1532440 CPUtime=0
/proc/25480/task/25495/stat : 25495 (java) S 25478 25480 24849 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 21499179 1569218560 37302 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25496] ppid=25478 vsize=1532440 CPUtime=0
/proc/25480/task/25496/stat : 25496 (java) S 25478 25480 24849 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21499185 1569218560 37302 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 1532440

[startup+12.7014 s]
/proc/loadavg: 1.42 1.08 1.03 3/122 25496
/proc/meminfo: memFree=1687716/2059040 swapFree=4134576/4192956
[pid=25480] ppid=25478 vsize=1532440 CPUtime=24.81
/proc/25480/stat : 25480 (java) S 25478 25480 24849 0 -1 4202496 43832 0 1 0 2460 21 0 0 18 0 16 0 21499026 1569218560 40808 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25480/statm: 383110 40808 1447 10 0 380413 0
[pid=25480/tid=25482] ppid=25478 vsize=1532440 CPUtime=1.11
/proc/25480/task/25482/stat : 25482 (java) S 25478 25480 24849 0 -1 4202560 10998 0 1 0 105 6 0 0 18 0 16 0 21499027 1569218560 40808 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25483] ppid=25478 vsize=1532440 CPUtime=0.1
/proc/25480/task/25483/stat : 25483 (java) S 25478 25480 24849 0 -1 4202560 1559 0 0 0 10 0 0 0 18 0 16 0 21499029 1569218560 40808 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25484] ppid=25478 vsize=1532440 CPUtime=0.1
/proc/25480/task/25484/stat : 25484 (java) S 25478 25480 24849 0 -1 4202560 1714 0 0 0 10 0 0 0 18 0 16 0 21499029 1569218560 40808 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25485] ppid=25478 vsize=1532440 CPUtime=0.05
/proc/25480/task/25485/stat : 25485 (java) S 25478 25480 24849 0 -1 4202560 1424 0 0 0 5 0 0 0 15 0 16 0 21499030 1569218560 40808 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 0 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25486] ppid=25478 vsize=1532440 CPUtime=0
/proc/25480/task/25486/stat : 25486 (java) S 25478 25480 24849 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21499031 1569218560 40808 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25487] ppid=25478 vsize=1532440 CPUtime=0
/proc/25480/task/25487/stat : 25487 (java) S 25478 25480 24849 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 21499031 1569218560 40808 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25488] ppid=25478 vsize=1532440 CPUtime=0
/proc/25480/task/25488/stat : 25488 (java) S 25478 25480 24849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21499035 1569218560 40808 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25489] ppid=25478 vsize=1532440 CPUtime=2.11
/proc/25480/task/25489/stat : 25489 (java) S 25478 25480 24849 0 -1 4202560 2193 0 0 0 210 1 0 0 15 0 16 0 21499035 1569218560 40808 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25490] ppid=25478 vsize=1532440 CPUtime=0.54
/proc/25480/task/25490/stat : 25490 (java) S 25478 25480 24849 0 -1 4202560 2175 0 0 0 54 0 0 0 18 0 16 0 21499035 1569218560 40808 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25491] ppid=25478 vsize=1532440 CPUtime=0
/proc/25480/task/25491/stat : 25491 (java) S 25478 25480 24849 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 21499035 1569218560 40808 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25492] ppid=25478 vsize=1532440 CPUtime=0
/proc/25480/task/25492/stat : 25492 (java) S 25478 25480 24849 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 21499035 1569218560 40808 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25493] ppid=25478 vsize=1532440 CPUtime=10.6
/proc/25480/task/25493/stat : 25493 (java) R 25478 25480 24849 0 -1 4202560 1672 0 0 0 1059 1 0 0 25 0 16 0 21499144 1569218560 40808 1992294400 134512640 134550932 4294896944 18446744073709551615 4110193264 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25480/tid=25494] ppid=25478 vsize=1532440 CPUtime=10.12
/proc/25480/task/25494/stat : 25494 (java) R 25478 25480 24849 0 -1 4202560 21027 0 0 0 1004 8 0 0 25 0 16 0 21499144 1569218560 40808 1992294400 134512640 134550932 4294896944 18446744073709551615 4110124552 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25480/tid=25495] ppid=25478 vsize=1532440 CPUtime=0
/proc/25480/task/25495/stat : 25495 (java) S 25478 25480 24849 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 21499179 1569218560 40808 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25496] ppid=25478 vsize=1532440 CPUtime=0
/proc/25480/task/25496/stat : 25496 (java) S 25478 25480 24849 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21499185 1569218560 40808 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0

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

Current children cumulated vsize (KiB) 1533464

[startup+822.302 s]
/proc/loadavg: 2.06 1.96 1.59 3/122 25527
/proc/meminfo: memFree=1593104/2059040 swapFree=4134576/4192956
[pid=25480] ppid=25478 vsize=1533464 CPUtime=1621.79
/proc/25480/stat : 25480 (java) S 25478 25480 24849 0 -1 4202496 68612 0 1 0 162102 77 0 0 18 0 16 0 21499026 1570267136 63847 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25480/statm: 383366 63847 1447 10 0 380669 0
[pid=25480/tid=25482] ppid=25478 vsize=1533464 CPUtime=1.11
/proc/25480/task/25482/stat : 25482 (java) S 25478 25480 24849 0 -1 4202560 11002 0 1 0 105 6 0 0 15 0 16 0 21499027 1570267136 63847 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25483] ppid=25478 vsize=1533464 CPUtime=2.65
/proc/25480/task/25483/stat : 25483 (java) S 25478 25480 24849 0 -1 4202560 11540 0 0 0 254 11 0 0 15 0 16 0 21499029 1570267136 63847 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25484] ppid=25478 vsize=1533464 CPUtime=2.67
/proc/25480/task/25484/stat : 25484 (java) S 25478 25480 24849 0 -1 4202560 11321 0 0 0 256 11 0 0 15 0 16 0 21499029 1570267136 63847 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25485] ppid=25478 vsize=1533464 CPUtime=7.91
/proc/25480/task/25485/stat : 25485 (java) S 25478 25480 24849 0 -1 4202560 2933 0 0 0 786 5 0 0 15 0 16 0 21499030 1570267136 63847 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 0 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25486] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25486/stat : 25486 (java) S 25478 25480 24849 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21499031 1570267136 63847 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25487] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25487/stat : 25487 (java) S 25478 25480 24849 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 21499031 1570267136 63847 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25488] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25488/stat : 25488 (java) S 25478 25480 24849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21499035 1570267136 63847 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25489] ppid=25478 vsize=1533464 CPUtime=2.26
/proc/25480/task/25489/stat : 25489 (java) S 25478 25480 24849 0 -1 4202560 2196 0 0 0 225 1 0 0 15 0 16 0 21499035 1570267136 63847 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25490] ppid=25478 vsize=1533464 CPUtime=0.8
/proc/25480/task/25490/stat : 25490 (java) S 25478 25480 24849 0 -1 4202560 2733 0 0 0 79 1 0 0 15 0 16 0 21499035 1570267136 63847 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25491] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25491/stat : 25491 (java) S 25478 25480 24849 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 21499035 1570267136 63847 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25492] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25492/stat : 25492 (java) S 25478 25480 24849 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 21499035 1570267136 63847 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25493] ppid=25478 vsize=1533464 CPUtime=804.63
/proc/25480/task/25493/stat : 25493 (java) R 25478 25480 24849 0 -1 4202560 1999 0 0 0 80449 14 0 0 25 0 16 0 21499144 1570267136 63847 1992294400 134512640 134550932 4294896944 18446744073709551615 4110124511 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25480/tid=25494] ppid=25478 vsize=1533464 CPUtime=799.68
/proc/25480/task/25494/stat : 25494 (java) R 25478 25480 24849 0 -1 4202560 23767 0 0 0 79945 23 0 0 25 0 16 0 21499144 1570267136 63847 1992294400 134512640 134550932 4294896944 18446744073709551615 4110231362 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25480/tid=25495] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25495/stat : 25495 (java) S 25478 25480 24849 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 21499179 1570267136 63847 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25496] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25496/stat : 25496 (java) S 25478 25480 24849 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21499185 1570267136 63847 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1621.79
Current children cumulated vsize (KiB) 1533464

[startup+882.302 s]
/proc/loadavg: 2.03 1.98 1.62 3/122 25527
/proc/meminfo: memFree=1587896/2059040 swapFree=4134576/4192956
[pid=25480] ppid=25478 vsize=1533464 CPUtime=1739.87
/proc/25480/stat : 25480 (java) S 25478 25480 24849 0 -1 4202496 70016 0 1 0 173907 80 0 0 18 0 16 0 21499026 1570267136 65150 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25480/statm: 383366 65150 1447 10 0 380669 0
[pid=25480/tid=25482] ppid=25478 vsize=1533464 CPUtime=1.11
/proc/25480/task/25482/stat : 25482 (java) S 25478 25480 24849 0 -1 4202560 11002 0 1 0 105 6 0 0 15 0 16 0 21499027 1570267136 65150 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25483] ppid=25478 vsize=1533464 CPUtime=2.86
/proc/25480/task/25483/stat : 25483 (java) S 25478 25480 24849 0 -1 4202560 12207 0 0 0 274 12 0 0 16 0 16 0 21499029 1570267136 65150 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25484] ppid=25478 vsize=1533464 CPUtime=2.89
/proc/25480/task/25484/stat : 25484 (java) S 25478 25480 24849 0 -1 4202560 11939 0 0 0 278 11 0 0 15 0 16 0 21499029 1570267136 65150 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25485] ppid=25478 vsize=1533464 CPUtime=8.72
/proc/25480/task/25485/stat : 25485 (java) S 25478 25480 24849 0 -1 4202560 3022 0 0 0 866 6 0 0 16 0 16 0 21499030 1570267136 65150 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 0 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25486] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25486/stat : 25486 (java) S 25478 25480 24849 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21499031 1570267136 65150 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25487] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25487/stat : 25487 (java) S 25478 25480 24849 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 21499031 1570267136 65150 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25488] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25488/stat : 25488 (java) S 25478 25480 24849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21499035 1570267136 65150 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25489] ppid=25478 vsize=1533464 CPUtime=2.26
/proc/25480/task/25489/stat : 25489 (java) S 25478 25480 24849 0 -1 4202560 2196 0 0 0 225 1 0 0 15 0 16 0 21499035 1570267136 65150 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25490] ppid=25478 vsize=1533464 CPUtime=0.8
/proc/25480/task/25490/stat : 25490 (java) S 25478 25480 24849 0 -1 4202560 2733 0 0 0 79 1 0 0 15 0 16 0 21499035 1570267136 65150 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25491] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25491/stat : 25491 (java) S 25478 25480 24849 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 21499035 1570267136 65150 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25492] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25492/stat : 25492 (java) S 25478 25480 24849 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 21499035 1570267136 65150 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25493] ppid=25478 vsize=1533464 CPUtime=863.18
/proc/25480/task/25493/stat : 25493 (java) R 25478 25480 24849 0 -1 4202560 2017 0 0 0 86303 15 0 0 25 0 16 0 21499144 1570267136 65150 1992294400 134512640 134550932 4294896944 18446744073709551615 4110131817 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25480/tid=25494] ppid=25478 vsize=1533464 CPUtime=857.99
/proc/25480/task/25494/stat : 25494 (java) R 25478 25480 24849 0 -1 4202560 23775 0 0 0 85775 24 0 0 25 0 16 0 21499144 1570267136 65150 1992294400 134512640 134550932 4294896944 18446744073709551615 4110256486 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25480/tid=25495] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25495/stat : 25495 (java) S 25478 25480 24849 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 21499179 1570267136 65150 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25496] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25496/stat : 25496 (java) S 25478 25480 24849 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21499185 1570267136 65150 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1739.87
Current children cumulated vsize (KiB) 1533464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.802 s]
/proc/loadavg: 1.96 1.96 1.63 3/122 25529
/proc/meminfo: memFree=1582936/2059040 swapFree=4134576/4192956
[pid=25480] ppid=25478 vsize=1533464 CPUtime=1800.07
/proc/25480/stat : 25480 (java) S 25478 25480 24849 0 -1 4202496 71278 0 1 0 179926 81 0 0 18 0 16 0 21499026 1570267136 66356 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25480/statm: 383366 66356 1447 10 0 380669 0
[pid=25480/tid=25482] ppid=25478 vsize=1533464 CPUtime=1.11
/proc/25480/task/25482/stat : 25482 (java) S 25478 25480 24849 0 -1 4202560 11002 0 1 0 105 6 0 0 15 0 16 0 21499027 1570267136 66356 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25483] ppid=25478 vsize=1533464 CPUtime=2.96
/proc/25480/task/25483/stat : 25483 (java) S 25478 25480 24849 0 -1 4202560 12671 0 0 0 283 13 0 0 16 0 16 0 21499029 1570267136 66356 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25484] ppid=25478 vsize=1533464 CPUtime=2.99
/proc/25480/task/25484/stat : 25484 (java) S 25478 25480 24849 0 -1 4202560 12667 0 0 0 288 11 0 0 15 0 16 0 21499029 1570267136 66356 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25485] ppid=25478 vsize=1533464 CPUtime=8.98
/proc/25480/task/25485/stat : 25485 (java) S 25478 25480 24849 0 -1 4202560 3080 0 0 0 892 6 0 0 15 0 16 0 21499030 1570267136 66356 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 0 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25486] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25486/stat : 25486 (java) S 25478 25480 24849 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 21499031 1570267136 66356 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25487] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25487/stat : 25487 (java) S 25478 25480 24849 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 21499031 1570267136 66356 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25488] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25488/stat : 25488 (java) S 25478 25480 24849 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 21499035 1570267136 66356 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25489] ppid=25478 vsize=1533464 CPUtime=2.26
/proc/25480/task/25489/stat : 25489 (java) S 25478 25480 24849 0 -1 4202560 2196 0 0 0 225 1 0 0 15 0 16 0 21499035 1570267136 66356 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25490] ppid=25478 vsize=1533464 CPUtime=0.8
/proc/25480/task/25490/stat : 25490 (java) S 25478 25480 24849 0 -1 4202560 2733 0 0 0 79 1 0 0 15 0 16 0 21499035 1570267136 66356 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25491] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25491/stat : 25491 (java) S 25478 25480 24849 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 21499035 1570267136 66356 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25492] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25492/stat : 25492 (java) S 25478 25480 24849 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 21499035 1570267136 66356 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25493] ppid=25478 vsize=1533464 CPUtime=892.85
/proc/25480/task/25493/stat : 25493 (java) R 25478 25480 24849 0 -1 4202560 2024 0 0 0 89270 15 0 0 25 0 16 0 21499144 1570267136 66356 1992294400 134512640 134550932 4294896944 18446744073709551615 4110212585 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25480/tid=25494] ppid=25478 vsize=1533464 CPUtime=888.04
/proc/25480/task/25494/stat : 25494 (java) R 25478 25480 24849 0 -1 4202560 23780 0 0 0 88780 24 0 0 25 0 16 0 21499144 1570267136 66356 1992294400 134512640 134550932 4294896944 18446744073709551615 4110124511 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25480/tid=25495] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25495/stat : 25495 (java) S 25478 25480 24849 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 21499179 1570267136 66356 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25496] ppid=25478 vsize=1533464 CPUtime=0
/proc/25480/task/25496/stat : 25496 (java) S 25478 25480 24849 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 21499185 1570267136 66356 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1533464

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

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

[startup+912.917 s]
/proc/loadavg: 1.96 1.96 1.63 5/125 25532
/proc/meminfo: memFree=1582788/2059040 swapFree=4134576/4192956
[pid=25480] ppid=25478 vsize=1534112 CPUtime=1800.28
/proc/25480/stat : 25480 (java) S 25478 25480 24849 0 -1 4202496 71295 0 1 0 179947 81 0 0 18 0 18 0 21499026 1570930688 66373 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25480/statm: 383528 66373 1447 10 0 380831 0
[pid=25480/tid=25482] ppid=25478 vsize=1534112 CPUtime=1.11
/proc/25480/task/25482/stat : 25482 (java) S 25478 25480 24849 0 -1 4202560 11002 0 1 0 105 6 0 0 15 0 18 0 21499027 1570930688 66373 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25483] ppid=25478 vsize=1534112 CPUtime=2.96
/proc/25480/task/25483/stat : 25483 (java) S 25478 25480 24849 0 -1 4202560 12671 0 0 0 283 13 0 0 16 0 18 0 21499029 1570930688 66373 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25484] ppid=25478 vsize=1534112 CPUtime=2.99
/proc/25480/task/25484/stat : 25484 (java) S 25478 25480 24849 0 -1 4202560 12667 0 0 0 288 11 0 0 15 0 18 0 21499029 1570930688 66373 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25485] ppid=25478 vsize=1534112 CPUtime=8.98
/proc/25480/task/25485/stat : 25485 (java) S 25478 25480 24849 0 -1 4202560 3080 0 0 0 892 6 0 0 15 0 18 0 21499030 1570930688 66373 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 0 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25486] ppid=25478 vsize=1534112 CPUtime=0
/proc/25480/task/25486/stat : 25486 (java) S 25478 25480 24849 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 21499031 1570930688 66373 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25487] ppid=25478 vsize=1534112 CPUtime=0
/proc/25480/task/25487/stat : 25487 (java) S 25478 25480 24849 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 21499031 1570930688 66373 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25488] ppid=25478 vsize=1534112 CPUtime=0
/proc/25480/task/25488/stat : 25488 (java) S 25478 25480 24849 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 21499035 1570930688 66373 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25489] ppid=25478 vsize=1534112 CPUtime=2.26
/proc/25480/task/25489/stat : 25489 (java) S 25478 25480 24849 0 -1 4202560 2196 0 0 0 225 1 0 0 15 0 18 0 21499035 1570930688 66373 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25490] ppid=25478 vsize=1534112 CPUtime=0.82
/proc/25480/task/25490/stat : 25490 (java) S 25478 25480 24849 0 -1 4202560 2733 0 0 0 81 1 0 0 15 0 18 0 21499035 1570930688 66373 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25491] ppid=25478 vsize=1534112 CPUtime=0
/proc/25480/task/25491/stat : 25491 (java) S 25478 25480 24849 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 21499035 1570930688 66373 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25492] ppid=25478 vsize=1534112 CPUtime=0
/proc/25480/task/25492/stat : 25492 (java) S 25478 25480 24849 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 21499035 1570930688 66373 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25493] ppid=25478 vsize=1534112 CPUtime=892.94
/proc/25480/task/25493/stat : 25493 (java) R 25478 25480 24849 0 -1 4202560 2024 0 0 0 89279 15 0 0 25 0 18 0 21499144 1570930688 66373 1992294400 134512640 134550932 4294896944 18446744073709551615 4110232252 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25480/tid=25494] ppid=25478 vsize=1534112 CPUtime=888.13
/proc/25480/task/25494/stat : 25494 (java) R 25478 25480 24849 0 -1 4202560 23780 0 0 0 88789 24 0 0 25 0 18 0 21499144 1570930688 66373 1992294400 134512640 134550932 4294896944 18446744073709551615 4110256323 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25480/tid=25495] ppid=25478 vsize=1534112 CPUtime=0
/proc/25480/task/25495/stat : 25495 (java) S 25478 25480 24849 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 18 0 21499179 1570930688 66373 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25496] ppid=25478 vsize=1534112 CPUtime=0
/proc/25480/task/25496/stat : 25496 (java) S 25478 25480 24849 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 18 0 21499185 1570930688 66373 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 1 0 0 0
[pid=25480/tid=25531] ppid=25478 vsize=1534112 CPUtime=0
/proc/25480/task/25531/stat : 25531 (java) S 25478 25480 24849 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 21590307 1570930688 66373 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 18446604437861042048 0 0 -1 0 0 0 0
[pid=25480/tid=25532] ppid=25478 vsize=1534112 CPUtime=0.01
/proc/25480/task/25532/stat : 25532 (java) R 25478 25480 24849 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 18 0 21590308 1570930688 66373 1992294400 134512640 134550932 4294896944 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 1534112

Child status: 143
Real time (s): 912.987
CPU time (s): 1800.39
CPU user time (s): 1799.55
CPU system time (s): 0.845871
CPU usage (%): 197.198
Max. virtual memory (cumulated for all children) (KiB): 1534360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.55
system time used= 0.845871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71298
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= 25362
involuntary context switches= 51512

runsolver used 4.5843 second user time and 10.5364 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-13 21:58:46
IDJOB=2662129
IDBENCH=2167
IDSOLVER=1166
FILE ID=node017/2662129-1276459126
PBS_JOBID= 11173350
Free space on /tmp= 62368 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-5.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662129-1276459126/watcher-2662129-1276459126 -o /tmp/evaluation-result-2662129-1276459126/solver-2662129-1276459126 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662129-1276459126.opb

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

MD5SUM BENCH= 0973e03eb27089eff6bc20e630a3ba01
RANDOM SEED=1333916304

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
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.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1846092 kB
Buffers:         42812 kB
Cached:          93228 kB
SwapCached:      11368 kB
Active:          91552 kB
Inactive:        58356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1846092 kB
SwapTotal:     4192956 kB
SwapFree:      4134576 kB
Dirty:             780 kB
Writeback:           0 kB
AnonPages:       12320 kB
Mapped:           9144 kB
Slab:            41324 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183236 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= 62368 MiB
End job on node017 at 2010-06-13 22:14:01