Trace number 2660238

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 CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.43 1794.54

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-2-c.opb
MD5SUM02ee6f086501e1f86c8de97a222a24d7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2606
Total number of constraints6509
Number of constraints which are clauses6509
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 constraint2
Maximum length of a constraint3
Number of terms in the objective function 2606
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 2606
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2606
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c 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@16fd0b7
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	c solving HOME/instance-2660238-1276416935.opb
0.23/0.21	c reading problem ... 
1.32/0.84	c ... done. Wall clock time 0.633s.
1.32/0.84	c #vars     2606
1.32/0.84	c #constraints  6509
1.32/0.84	c constraints type 
1.32/0.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1675
1.32/0.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4834
11.14/9.36	c cleaning 0 clauses out of 5000 with flag 0/5000
20.80/18.51	c cleaning 0 clauses out of 10999 with flag 0/11000
31.91/29.67	c cleaning 0 clauses out of 18000 with flag 0/18001
45.98/43.64	c cleaning 0 clauses out of 25999 with flag 0/26000
62.03/59.61	c cleaning 0 clauses out of 34999 with flag 0/35000
80.85/78.44	c cleaning 0 clauses out of 45000 with flag 0/45001
100.87/98.45	c cleaning 0 clauses out of 54999 with flag 0/55000
121.51/119.09	c cleaning 0 clauses out of 64999 with flag 0/65000
141.63/139.15	c cleaning 0 clauses out of 74999 with flag 0/75000
162.67/160.12	c cleaning 0 clauses out of 84999 with flag 0/85000
183.11/180.51	c cleaning 0 clauses out of 94999 with flag 0/95000
203.24/200.68	c cleaning 0 clauses out of 105001 with flag 0/105002
224.27/221.70	c cleaning 0 clauses out of 114999 with flag 0/115000
245.32/242.64	c cleaning 0 clauses out of 125001 with flag 0/125002
266.87/264.10	c cleaning 0 clauses out of 134999 with flag 0/135000
288.71/285.97	c cleaning 0 clauses out of 145000 with flag 0/145001
311.24/308.41	c cleaning 0 clauses out of 154999 with flag 0/155000
333.89/331.05	c cleaning 0 clauses out of 165000 with flag 0/165001
358.42/355.53	c cleaning 0 clauses out of 175000 with flag 0/175001
382.85/379.90	c cleaning 0 clauses out of 185000 with flag 0/185001
407.59/404.60	c cleaning 0 clauses out of 195000 with flag 0/195001
434.03/431.10	c cleaning 0 clauses out of 205000 with flag 0/205001
461.58/458.59	c cleaning 0 clauses out of 215000 with flag 0/215001
490.32/487.29	c cleaning 0 clauses out of 224999 with flag 0/225000
518.77/515.65	c cleaning 0 clauses out of 235001 with flag 0/235002
546.63/543.49	c cleaning 0 clauses out of 245000 with flag 0/245001
573.85/570.62	c cleaning 0 clauses out of 254999 with flag 0/255000
603.20/599.91	c cleaning 0 clauses out of 265000 with flag 0/265001
630.57/627.25	c cleaning 0 clauses out of 274999 with flag 0/275000
658.94/655.54	c cleaning 0 clauses out of 284999 with flag 0/285000
687.48/684.10	c cleaning 0 clauses out of 295001 with flag 0/295002
716.22/712.71	c cleaning 0 clauses out of 305000 with flag 0/305001
745.87/742.38	c cleaning 0 clauses out of 314999 with flag 0/315000
777.24/773.60	c cleaning 0 clauses out of 325001 with flag 0/325002
808.60/804.98	c cleaning 0 clauses out of 335000 with flag 0/335001
840.25/836.60	c cleaning 0 clauses out of 344999 with flag 0/345000
873.12/869.38	c cleaning 0 clauses out of 354999 with flag 0/355000
903.47/899.64	c cleaning 0 clauses out of 364999 with flag 0/365000
934.12/930.27	c cleaning 0 clauses out of 374999 with flag 0/375000
964.87/960.92	c cleaning 0 clauses out of 384999 with flag 0/385000
999.45/995.45	c cleaning 0 clauses out of 394999 with flag 0/395000
1031.42/1027.39	c cleaning 0 clauses out of 404999 with flag 0/405000
1063.29/1059.10	c cleaning 0 clauses out of 415001 with flag 0/415002
1094.42/1090.28	c cleaning 0 clauses out of 424999 with flag 0/425000
1126.07/1121.86	c cleaning 0 clauses out of 434999 with flag 0/435000
1158.13/1153.87	c cleaning 0 clauses out of 445001 with flag 0/445002
1190.80/1186.49	c cleaning 0 clauses out of 454999 with flag 0/455000
1222.35/1217.90	c cleaning 0 clauses out of 464999 with flag 0/465000
1248.62/1244.14	c cleaning 0 clauses out of 474999 with flag 0/475000
1274.50/1269.91	c cleaning 0 clauses out of 485000 with flag 0/485001
1300.88/1296.28	c cleaning 0 clauses out of 495000 with flag 0/495001
1330.55/1325.86	c cleaning 0 clauses out of 505000 with flag 0/505001
1364.13/1359.37	c cleaning 0 clauses out of 515000 with flag 0/515001
1397.60/1392.73	c cleaning 0 clauses out of 525000 with flag 0/525001
1429.30/1424.39	c cleaning 0 clauses out of 535000 with flag 0/535001
1463.58/1458.52	c cleaning 0 clauses out of 545001 with flag 0/545002
1497.45/1492.30	c cleaning 0 clauses out of 554999 with flag 0/555000
1532.19/1527.00	c cleaning 0 clauses out of 564999 with flag 0/565000
1568.25/1563.03	c cleaning 0 clauses out of 575000 with flag 0/575001
1604.51/1599.26	c cleaning 0 clauses out of 584999 with flag 0/585000
1643.67/1638.30	c cleaning 0 clauses out of 595000 with flag 0/595001
1678.57/1673.13	c cleaning 0 clauses out of 604999 with flag 0/605000
1716.13/1710.63	c cleaning 0 clauses out of 615001 with flag 0/615002
1752.00/1746.44	c cleaning 0 clauses out of 624999 with flag 0/625000
1788.72/1783.07	c cleaning 0 clauses out of 634999 with flag 0/635000
1800.06/1794.31	c starts		: 167
1800.06/1794.31	c conflicts		: 638402
1800.06/1794.31	c decisions		: 663910
1800.06/1794.31	c propagations		: 454607910
1800.06/1794.31	c inspects		: 3136385080
1800.06/1794.31	c learnt literals	: 1
1800.06/1794.31	c learnt binary clauses	: 28
1800.06/1794.31	c learnt ternary clauses	: 16
1800.06/1794.31	c learnt clauses	: 638400
1800.06/1794.31	c ignored clauses	: 0
1800.06/1794.31	c root simplifications	: 0
1800.06/1794.31	c removed literals (reason simplification)	: 0
1800.06/1794.31	c reason swapping (by a shorter reason)	: 0
1800.06/1794.31	c Calls to reduceDB	: 65
1800.06/1794.31	c number of reductions to clauses (during analyze)	: 0
1800.06/1794.31	c number of learned constraints concerned by reduction	: 0
1800.06/1794.32	c number of learning phase by resolution	: 0
1800.06/1794.32	c number of learning phase by cutting planes	: 0
1800.06/1794.32	c speed (assignments/second)	: 253479.37602559506
1800.06/1794.32	c non guided choices	0
1800.26/1794.45	c learnt constraints type 
1800.26/1794.45	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 638404
1800.26/1794.45	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 28
1800.26/1794.45	c constraints type 
1800.26/1794.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1675
1800.26/1794.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4834
1800.26/1794.45	s UNKNOWN
1800.26/1794.45	c Total wall clock time (in seconds): 1794.242

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 23347
/proc/meminfo: memFree=1878672/2059040 swapFree=4135780/4192956
[pid=23347] ppid=23345 vsize=248 CPUtime=0
/proc/23347/stat : 23347 (java) R 23345 23347 23208 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 17294799 253952 28 1992294400 134512640 134550932 4289931936 18446744073709551615 9183710 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/23347/statm: 62 28 21 10 0 23 0

[startup+0.0836421 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 23347
/proc/meminfo: memFree=1878672/2059040 swapFree=4135780/4192956
[pid=23347] ppid=23345 vsize=1521796 CPUtime=0.07
/proc/23347/stat : 23347 (java) S 23345 23347 23208 0 -1 4202496 3785 0 1 0 5 2 0 0 18 0 7 0 17294799 1558319104 3227 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/23347/statm: 380449 3227 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101643 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 23347
/proc/meminfo: memFree=1878672/2059040 swapFree=4135780/4192956
[pid=23347] ppid=23345 vsize=1525048 CPUtime=0.08
/proc/23347/stat : 23347 (java) S 23345 23347 23208 0 -1 4202496 3962 0 1 0 6 2 0 0 18 0 12 0 17294799 1561649152 3402 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23347/statm: 381262 3402 1076 10 0 378564 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525048

[startup+0.301663 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 23347
/proc/meminfo: memFree=1878672/2059040 swapFree=4135780/4192956
[pid=23347] ppid=23345 vsize=1526216 CPUtime=0.36
/proc/23347/stat : 23347 (java) S 23345 23347 23208 0 -1 4202496 5344 0 1 0 33 3 0 0 18 0 12 0 17294799 1562845184 4782 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23347/statm: 381554 4782 1362 10 0 378856 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526216

[startup+0.701703 s]
/proc/loadavg: 0.99 0.97 0.99 3/106 23347
/proc/meminfo: memFree=1878672/2059040 swapFree=4135780/4192956
[pid=23347] ppid=23345 vsize=1531184 CPUtime=1.13
/proc/23347/stat : 23347 (java) S 23345 23347 23208 0 -1 4202496 8463 0 1 0 108 5 0 0 18 0 12 0 17294799 1567932416 7456 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23347/statm: 382796 7457 1402 10 0 380098 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1531184

[startup+1.50278 s]
/proc/loadavg: 0.99 0.97 0.99 4/119 23360
/proc/meminfo: memFree=1845584/2059040 swapFree=4135780/4192956
[pid=23347] ppid=23345 vsize=1531508 CPUtime=2.59
/proc/23347/stat : 23347 (java) S 23345 23347 23208 0 -1 4202496 11552 0 1 0 252 7 0 0 18 0 13 0 17294799 1568264192 10344 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23347/statm: 382877 10344 1420 10 0 380179 0
[pid=23347/tid=23349] ppid=23345 vsize=1531508 CPUtime=1.45
/proc/23347/task/23349/stat : 23349 (java) R 23345 23347 23208 0 -1 4202560 7929 0 1 0 140 5 0 0 25 0 13 0 17294801 1568264192 10344 1992294400 134512640 134550932 4289931936 18446744073709551615 4109347613 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23347/tid=23350] ppid=23345 vsize=1531508 CPUtime=0
/proc/23347/task/23350/stat : 23350 (java) S 23345 23347 23208 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 17294802 1568264192 10344 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23351] ppid=23345 vsize=1531508 CPUtime=0
/proc/23347/task/23351/stat : 23351 (java) S 23345 23347 23208 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 17294802 1568264192 10345 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23352] ppid=23345 vsize=1531508 CPUtime=0
/proc/23347/task/23352/stat : 23352 (java) S 23345 23347 23208 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 17294804 1568264192 10345 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23353] ppid=23345 vsize=1531508 CPUtime=0
/proc/23347/task/23353/stat : 23353 (java) S 23345 23347 23208 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 13 0 17294804 1568264192 10345 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23354] ppid=23345 vsize=1531508 CPUtime=0
/proc/23347/task/23354/stat : 23354 (java) S 23345 23347 23208 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 17294804 1568264192 10345 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23355] ppid=23345 vsize=1531508 CPUtime=0
/proc/23347/task/23355/stat : 23355 (java) S 23345 23347 23208 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 17294808 1568264192 10346 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23356] ppid=23345 vsize=1531508 CPUtime=0.61
/proc/23347/task/23356/stat : 23356 (java) R 23345 23347 23208 0 -1 4202560 1727 0 0 0 61 0 0 0 25 0 13 0 17294809 1568264192 10346 1992294400 134512640 134550932 4289931936 18446744073709551615 105575995 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23347/tid=23357] ppid=23345 vsize=1531508 CPUtime=0.5
/proc/23347/task/23357/stat : 23357 (java) R 23345 23347 23208 0 -1 4202560 829 0 0 0 50 0 0 0 25 0 13 0 17294809 1568264192 10346 1992294400 134512640 134550932 4289931936 18446744073709551615 106119454 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23347/tid=23358] ppid=23345 vsize=1531508 CPUtime=0
/proc/23347/task/23358/stat : 23358 (java) S 23345 23347 23208 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 17294809 1568264192 10346 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23359] ppid=23345 vsize=1531508 CPUtime=0
/proc/23347/task/23359/stat : 23359 (java) S 23345 23347 23208 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 17294809 1568264192 10346 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23360] ppid=23345 vsize=1531508 CPUtime=0
/proc/23347/task/23360/stat : 23360 (java) S 23345 23347 23208 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 17294897 1568264192 10346 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 1531508

[startup+3.10092 s]
/proc/loadavg: 0.99 0.97 0.99 4/119 23360
/proc/meminfo: memFree=1809500/2059040 swapFree=4135780/4192956
[pid=23347] ppid=23345 vsize=1531508 CPUtime=4.82
/proc/23347/stat : 23347 (java) S 23345 23347 23208 0 -1 4202496 36741 0 1 0 465 17 0 0 18 0 13 0 17294799 1568264192 34918 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23347/statm: 382877 34918 1433 10 0 380179 0
[pid=23347/tid=23349] ppid=23345 vsize=1531508 CPUtime=3.04
/proc/23347/task/23349/stat : 23349 (java) R 23345 23347 23208 0 -1 4202560 32064 0 1 0 290 14 0 0 25 0 13 0 17294801 1568264192 34918 1992294400 134512640 134550932 4289931936 18446744073709551615 4109336852 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23347/tid=23350] ppid=23345 vsize=1531508 CPUtime=0
/proc/23347/task/23350/stat : 23350 (java) S 23345 23347 23208 0 -1 4202560 178 0 0 0 0 0 0 0 18 0 13 0 17294802 1568264192 34918 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23351] ppid=23345 vsize=1531508 CPUtime=0
/proc/23347/task/23351/stat : 23351 (java) S 23345 23347 23208 0 -1 4202560 209 0 0 0 0 0 0 0 18 0 13 0 17294802 1568264192 34918 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23352] ppid=23345 vsize=1531508 CPUtime=0
/proc/23347/task/23352/stat : 23352 (java) S 23345 23347 23208 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 13 0 17294804 1568264192 34918 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23353] ppid=23345 vsize=1531508 CPUtime=0
/proc/23347/task/23353/stat : 23353 (java) S 23345 23347 23208 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 17294804 1568264192 34918 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23354] ppid=23345 vsize=1531508 CPUtime=0
/proc/23347/task/23354/stat : 23354 (java) S 23345 23347 23208 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 17294804 1568264192 34918 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23355] ppid=23345 vsize=1531508 CPUtime=0
/proc/23347/task/23355/stat : 23355 (java) S 23345 23347 23208 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 17294808 1568264192 34918 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23356] ppid=23345 vsize=1531508 CPUtime=0.91
/proc/23347/task/23356/stat : 23356 (java) S 23345 23347 23208 0 -1 4202560 1877 0 0 0 91 0 0 0 17 0 13 0 17294809 1568264192 34918 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23357] ppid=23345 vsize=1531508 CPUtime=0.81
/proc/23347/task/23357/stat : 23357 (java) S 23345 23347 23208 0 -1 4202560 1339 0 0 0 81 0 0 0 18 0 13 0 17294809 1568264192 34918 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23358] ppid=23345 vsize=1531508 CPUtime=0
/proc/23347/task/23358/stat : 23358 (java) S 23345 23347 23208 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 17294809 1568264192 34918 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23359] ppid=23345 vsize=1531508 CPUtime=0
/proc/23347/task/23359/stat : 23359 (java) S 23345 23347 23208 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 17294809 1568264192 34918 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23360] ppid=23345 vsize=1531508 CPUtime=0
/proc/23347/task/23360/stat : 23360 (java) S 23345 23347 23208 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 17294897 1568264192 34918 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 1531508

[startup+6.30122 s]
/proc/loadavg: 0.99 0.97 0.99 2/119 23360
/proc/meminfo: memFree=1741672/2059040 swapFree=4135780/4192956
[pid=23347] ppid=23345 vsize=1531028 CPUtime=8.11
/proc/23347/stat : 23347 (java) S 23345 23347 23208 0 -1 4202496 37324 0 1 0 794 17 0 0 18 0 13 0 17294799 1567772672 35370 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23347/statm: 382757 35370 1433 10 0 380059 0
[pid=23347/tid=23349] ppid=23345 vsize=1531028 CPUtime=6.22
/proc/23347/task/23349/stat : 23349 (java) R 23345 23347 23208 0 -1 4202560 32075 0 1 0 608 14 0 0 25 0 13 0 17294801 1567772672 35370 1992294400 134512640 134550932 4289931936 18446744073709551615 4109337237 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23347/tid=23350] ppid=23345 vsize=1531028 CPUtime=0.02
/proc/23347/task/23350/stat : 23350 (java) S 23345 23347 23208 0 -1 4202560 483 0 0 0 2 0 0 0 18 0 13 0 17294802 1567772672 35370 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23351] ppid=23345 vsize=1531028 CPUtime=0.02
/proc/23347/task/23351/stat : 23351 (java) S 23345 23347 23208 0 -1 4202560 460 0 0 0 2 0 0 0 18 0 13 0 17294802 1567772672 35370 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23352] ppid=23345 vsize=1531028 CPUtime=0
/proc/23347/task/23352/stat : 23352 (java) S 23345 23347 23208 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 13 0 17294804 1567772672 35370 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23353] ppid=23345 vsize=1531028 CPUtime=0
/proc/23347/task/23353/stat : 23353 (java) S 23345 23347 23208 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 17294804 1567772672 35370 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23354] ppid=23345 vsize=1531028 CPUtime=0
/proc/23347/task/23354/stat : 23354 (java) S 23345 23347 23208 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 17294804 1567772672 35370 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23355] ppid=23345 vsize=1531028 CPUtime=0
/proc/23347/task/23355/stat : 23355 (java) S 23345 23347 23208 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 17294808 1567772672 35370 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23356] ppid=23345 vsize=1531028 CPUtime=0.95
/proc/23347/task/23356/stat : 23356 (java) S 23345 23347 23208 0 -1 4202560 1879 0 0 0 95 0 0 0 15 0 13 0 17294809 1567772672 35370 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23357] ppid=23345 vsize=1531028 CPUtime=0.84
/proc/23347/task/23357/stat : 23357 (java) S 23345 23347 23208 0 -1 4202560 1341 0 0 0 84 0 0 0 15 0 13 0 17294809 1567772672 35370 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23358] ppid=23345 vsize=1531028 CPUtime=0
/proc/23347/task/23358/stat : 23358 (java) S 23345 23347 23208 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 17294809 1567772672 35370 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23359] ppid=23345 vsize=1531028 CPUtime=0
/proc/23347/task/23359/stat : 23359 (java) S 23345 23347 23208 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 17294809 1567772672 35370 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23360] ppid=23345 vsize=1531028 CPUtime=0
/proc/23347/task/23360/stat : 23360 (java) S 23345 23347 23208 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 17294897 1567772672 35370 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.11
Current children cumulated vsize (KiB) 1531028

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.99 2/119 23360
/proc/meminfo: memFree=1702116/2059040 swapFree=4135780/4192956
[pid=23347] ppid=23345 vsize=1534748 CPUtime=14.94
/proc/23347/stat : 23347 (java) S 23345 23347 23208 0 -1 4202496 48043 0 1 0 1473 21 0 0 18 0 13 0 17294799 1571581952 45239 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23347/statm: 383687 45239 1443 10 0 380989 0
[pid=23347/tid=23349] ppid=23345 vsize=1534748 CPUtime=12.56
/proc/23347/task/23349/stat : 23349 (java) R 23345 23347 23208 0 -1 4202560 39423 0 1 0 1239 17 0 0 25 0 13 0 17294801 1571581952 45239 1992294400 134512640 134550932 4289931936 18446744073709551615 4109341768 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23347/tid=23350] ppid=23345 vsize=1534748 CPUtime=0.05
/proc/23347/task/23350/stat : 23350 (java) S 23345 23347 23208 0 -1 4202560 1204 0 0 0 5 0 0 0 16 0 13 0 17294802 1571581952 45239 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23351] ppid=23345 vsize=1534748 CPUtime=0.04
/proc/23347/task/23351/stat : 23351 (java) S 23345 23347 23208 0 -1 4202560 1047 0 0 0 4 0 0 0 18 0 13 0 17294802 1571581952 45239 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23352] ppid=23345 vsize=1534748 CPUtime=0.03
/proc/23347/task/23352/stat : 23352 (java) S 23345 23347 23208 0 -1 4202560 283 0 0 0 3 0 0 0 15 0 13 0 17294804 1571581952 45239 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23353] ppid=23345 vsize=1534748 CPUtime=0
/proc/23347/task/23353/stat : 23353 (java) S 23345 23347 23208 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 17294804 1571581952 45239 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23354] ppid=23345 vsize=1534748 CPUtime=0
/proc/23347/task/23354/stat : 23354 (java) S 23345 23347 23208 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 17294804 1571581952 45239 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23355] ppid=23345 vsize=1534748 CPUtime=0
/proc/23347/task/23355/stat : 23355 (java) S 23345 23347 23208 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 17294808 1571581952 45239 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23356] ppid=23345 vsize=1534748 CPUtime=1.31
/proc/23347/task/23356/stat : 23356 (java) S 23345 23347 23208 0 -1 4202560 3599 0 0 0 130 1 0 0 16 0 13 0 17294809 1571581952 45239 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23357] ppid=23345 vsize=1534748 CPUtime=0.9
/proc/23347/task/23357/stat : 23357 (java) S 23345 23347 23208 0 -1 4202560 1421 0 0 0 90 0 0 0 15 0 13 0 17294809 1571581952 45239 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23358] ppid=23345 vsize=1534748 CPUtime=0
/proc/23347/task/23358/stat : 23358 (java) S 23345 23347 23208 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 17294809 1571581952 45239 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23359] ppid=23345 vsize=1534748 CPUtime=0
/proc/23347/task/23359/stat : 23359 (java) S 23345 23347 23208 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 17294809 1571581952 45239 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23360] ppid=23345 vsize=1534748 CPUtime=0
/proc/23347/task/23360/stat : 23360 (java) S 23345 23347 23208 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 17294897 1571581952 45239 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.94
Current children cumulated vsize (KiB) 1534748

[startup+25.502 s]
/proc/loadavg: 0.99 0.97 0.99 3/119 23360
/proc/meminfo: memFree=1702612/2059040 swapFree=4135780/4192956
[pid=23347] ppid=23345 vsize=1531188 CPUtime=27.8
/proc/23347/stat : 23347 (java) S 23345 23347 23208 0 -1 4202496 48770 0 1 0 2759 21 0 0 18 0 13 0 17294799 1567936512 45048 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23347/statm: 382797 45048 1443 10 0 380099 0
[pid=23347/tid=23349] ppid=23345 vsize=1531188 CPUtime=25.24
/proc/23347/task/23349/stat : 23349 (java) R 23345 23347 23208 0 -1 4202560 39435 0 1 0 2507 17 0 0 25 0 13 0 17294801 1567936512 45048 1992294400 134512640 134550932 4289931936 18446744073709551615 4109314942 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23347/tid=23350] ppid=23345 vsize=1531188 CPUtime=0.06
/proc/23347/task/23350/stat : 23350 (java) S 23345 23347 23208 0 -1 4202560 1536 0 0 0 6 0 0 0 15 0 13 0 17294802 1567936512 45048 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23351] ppid=23345 vsize=1531188 CPUtime=0.06
/proc/23347/task/23351/stat : 23351 (java) S 23345 23347 23208 0 -1 4202560 1408 0 0 0 6 0 0 0 15 0 13 0 17294802 1567936512 45048 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23352] ppid=23345 vsize=1531188 CPUtime=0.06

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

[pid=23347] ppid=23345 vsize=1531188 CPUtime=1727.86
/proc/23347/stat : 23347 (java) S 23345 23347 23208 0 -1 4202496 86434 0 1 0 172661 125 0 0 18 0 13 0 17294799 1567936512 80915 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23347/statm: 382797 80915 1443 10 0 380099 0
[pid=23347/tid=23349] ppid=23345 vsize=1531188 CPUtime=1695
/proc/23347/task/23349/stat : 23349 (java) R 23345 23347 23208 0 -1 4202560 40329 0 1 0 169438 62 0 0 25 0 13 0 17294801 1567936512 80915 1992294400 134512640 134550932 4289931936 18446744073709551615 4109450530 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23347/tid=23350] ppid=23345 vsize=1531188 CPUtime=5.25
/proc/23347/task/23350/stat : 23350 (java) S 23345 23347 23208 0 -1 4202560 21040 0 0 0 498 27 0 0 15 0 13 0 17294802 1567936512 80915 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23351] ppid=23345 vsize=1531188 CPUtime=5.48
/proc/23347/task/23351/stat : 23351 (java) S 23345 23347 23208 0 -1 4202560 17785 0 0 0 522 26 0 0 15 0 13 0 17294802 1567936512 80915 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23352] ppid=23345 vsize=1531188 CPUtime=19.68
/proc/23347/task/23352/stat : 23352 (java) S 23345 23347 23208 0 -1 4202560 1089 0 0 0 1963 5 0 0 15 0 13 0 17294804 1567936512 80915 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23353] ppid=23345 vsize=1531188 CPUtime=0
/proc/23347/task/23353/stat : 23353 (java) S 23345 23347 23208 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 17294804 1567936512 80915 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23354] ppid=23345 vsize=1531188 CPUtime=0
/proc/23347/task/23354/stat : 23354 (java) S 23345 23347 23208 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 17294804 1567936512 80915 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23355] ppid=23345 vsize=1531188 CPUtime=0
/proc/23347/task/23355/stat : 23355 (java) S 23345 23347 23208 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 17294808 1567936512 80915 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23356] ppid=23345 vsize=1531188 CPUtime=1.45
/proc/23347/task/23356/stat : 23356 (java) S 23345 23347 23208 0 -1 4202560 3602 0 0 0 144 1 0 0 15 0 13 0 17294809 1567936512 80915 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23357] ppid=23345 vsize=1531188 CPUtime=0.94
/proc/23347/task/23357/stat : 23357 (java) S 23345 23347 23208 0 -1 4202560 1421 0 0 0 94 0 0 0 16 0 13 0 17294809 1567936512 80915 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23358] ppid=23345 vsize=1531188 CPUtime=0
/proc/23347/task/23358/stat : 23358 (java) S 23345 23347 23208 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 17294809 1567936512 80915 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23359] ppid=23345 vsize=1531188 CPUtime=0
/proc/23347/task/23359/stat : 23359 (java) S 23345 23347 23208 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 17294809 1567936512 80915 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23360] ppid=23345 vsize=1531188 CPUtime=0
/proc/23347/task/23360/stat : 23360 (java) S 23345 23347 23208 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 17294897 1567936512 80915 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1727.86
Current children cumulated vsize (KiB) 1531188

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/119 23408
/proc/meminfo: memFree=1555424/2059040 swapFree=4135780/4192956
[pid=23347] ppid=23345 vsize=1531188 CPUtime=1788.01
/proc/23347/stat : 23347 (java) S 23345 23347 23208 0 -1 4202496 86869 0 1 0 178674 127 0 0 18 0 13 0 17294799 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23347/statm: 382797 81320 1443 10 0 380099 0
[pid=23347/tid=23349] ppid=23345 vsize=1531188 CPUtime=1753.93
/proc/23347/task/23349/stat : 23349 (java) R 23345 23347 23208 0 -1 4202560 40349 0 1 0 175330 63 0 0 25 0 13 0 17294801 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4109636979 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23347/tid=23350] ppid=23345 vsize=1531188 CPUtime=5.46
/proc/23347/task/23350/stat : 23350 (java) S 23345 23347 23208 0 -1 4202560 21303 0 0 0 518 28 0 0 16 0 13 0 17294802 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23351] ppid=23345 vsize=1531188 CPUtime=5.73
/proc/23347/task/23351/stat : 23351 (java) S 23345 23347 23208 0 -1 4202560 17929 0 0 0 547 26 0 0 15 0 13 0 17294802 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23352] ppid=23345 vsize=1531188 CPUtime=20.43
/proc/23347/task/23352/stat : 23352 (java) S 23345 23347 23208 0 -1 4202560 1093 0 0 0 2038 5 0 0 15 0 13 0 17294804 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23353] ppid=23345 vsize=1531188 CPUtime=0
/proc/23347/task/23353/stat : 23353 (java) S 23345 23347 23208 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 17294804 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23354] ppid=23345 vsize=1531188 CPUtime=0
/proc/23347/task/23354/stat : 23354 (java) S 23345 23347 23208 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 17294804 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23355] ppid=23345 vsize=1531188 CPUtime=0
/proc/23347/task/23355/stat : 23355 (java) S 23345 23347 23208 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 17294808 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23356] ppid=23345 vsize=1531188 CPUtime=1.45
/proc/23347/task/23356/stat : 23356 (java) S 23345 23347 23208 0 -1 4202560 3602 0 0 0 144 1 0 0 15 0 13 0 17294809 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23357] ppid=23345 vsize=1531188 CPUtime=0.94
/proc/23347/task/23357/stat : 23357 (java) S 23345 23347 23208 0 -1 4202560 1421 0 0 0 94 0 0 0 16 0 13 0 17294809 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23358] ppid=23345 vsize=1531188 CPUtime=0
/proc/23347/task/23358/stat : 23358 (java) S 23345 23347 23208 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 17294809 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23359] ppid=23345 vsize=1531188 CPUtime=0
/proc/23347/task/23359/stat : 23359 (java) S 23345 23347 23208 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 17294809 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23360] ppid=23345 vsize=1531188 CPUtime=0
/proc/23347/task/23360/stat : 23360 (java) S 23345 23347 23208 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 17294897 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1788.01
Current children cumulated vsize (KiB) 1531188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/119 23408
/proc/meminfo: memFree=1555424/2059040 swapFree=4135780/4192956
[pid=23347] ppid=23345 vsize=1531188 CPUtime=1800.06
/proc/23347/stat : 23347 (java) S 23345 23347 23208 0 -1 4202496 86873 0 1 0 179878 128 0 0 18 0 13 0 17294799 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23347/statm: 382797 81320 1443 10 0 380099 0
[pid=23347/tid=23349] ppid=23345 vsize=1531188 CPUtime=1765.28
/proc/23347/task/23349/stat : 23349 (java) R 23345 23347 23208 0 -1 4202560 40353 0 1 0 176465 63 0 0 25 0 13 0 17294801 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4109282775 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23347/tid=23350] ppid=23345 vsize=1531188 CPUtime=5.5
/proc/23347/task/23350/stat : 23350 (java) S 23345 23347 23208 0 -1 4202560 21303 0 0 0 522 28 0 0 16 0 13 0 17294802 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23351] ppid=23345 vsize=1531188 CPUtime=5.77
/proc/23347/task/23351/stat : 23351 (java) S 23345 23347 23208 0 -1 4202560 17929 0 0 0 551 26 0 0 16 0 13 0 17294802 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23352] ppid=23345 vsize=1531188 CPUtime=21.03
/proc/23347/task/23352/stat : 23352 (java) S 23345 23347 23208 0 -1 4202560 1093 0 0 0 2098 5 0 0 15 0 13 0 17294804 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23353] ppid=23345 vsize=1531188 CPUtime=0
/proc/23347/task/23353/stat : 23353 (java) S 23345 23347 23208 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 17294804 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23354] ppid=23345 vsize=1531188 CPUtime=0
/proc/23347/task/23354/stat : 23354 (java) S 23345 23347 23208 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 17294804 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23355] ppid=23345 vsize=1531188 CPUtime=0
/proc/23347/task/23355/stat : 23355 (java) S 23345 23347 23208 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 17294808 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23356] ppid=23345 vsize=1531188 CPUtime=1.45
/proc/23347/task/23356/stat : 23356 (java) S 23345 23347 23208 0 -1 4202560 3602 0 0 0 144 1 0 0 15 0 13 0 17294809 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23357] ppid=23345 vsize=1531188 CPUtime=0.94
/proc/23347/task/23357/stat : 23357 (java) S 23345 23347 23208 0 -1 4202560 1421 0 0 0 94 0 0 0 16 0 13 0 17294809 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23358] ppid=23345 vsize=1531188 CPUtime=0
/proc/23347/task/23358/stat : 23358 (java) S 23345 23347 23208 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 17294809 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23359] ppid=23345 vsize=1531188 CPUtime=0
/proc/23347/task/23359/stat : 23359 (java) S 23345 23347 23208 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 17294809 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23360] ppid=23345 vsize=1531188 CPUtime=0
/proc/23347/task/23360/stat : 23360 (java) S 23345 23347 23208 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 17294897 1567936512 81320 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1531188

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

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

[startup+1794.42 s]
/proc/loadavg: 0.99 0.97 0.99 2/119 23408
/proc/meminfo: memFree=1555424/2059040 swapFree=4135780/4192956
[pid=23347] ppid=23345 vsize=1531836 CPUtime=1800.26
/proc/23347/stat : 23347 (java) S 23345 23347 23208 0 -1 4202496 86893 0 1 0 179898 128 0 0 18 0 15 0 17294799 1568600064 81340 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23347/statm: 382959 81340 1445 10 0 380261 0
[pid=23347/tid=23349] ppid=23345 vsize=1531836 CPUtime=1765.38
/proc/23347/task/23349/stat : 23349 (java) R 23345 23347 23208 0 -1 4202560 40353 0 1 0 176475 63 0 0 25 0 15 0 17294801 1568600064 81340 1992294400 134512640 134550932 4289931936 18446744073709551615 4109354561 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23347/tid=23350] ppid=23345 vsize=1531836 CPUtime=5.5
/proc/23347/task/23350/stat : 23350 (java) S 23345 23347 23208 0 -1 4202560 21303 0 0 0 522 28 0 0 16 0 15 0 17294802 1568600064 81340 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23351] ppid=23345 vsize=1531836 CPUtime=5.77
/proc/23347/task/23351/stat : 23351 (java) S 23345 23347 23208 0 -1 4202560 17929 0 0 0 551 26 0 0 16 0 15 0 17294802 1568600064 81340 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23352] ppid=23345 vsize=1531836 CPUtime=21.03
/proc/23347/task/23352/stat : 23352 (java) S 23345 23347 23208 0 -1 4202560 1093 0 0 0 2098 5 0 0 15 0 15 0 17294804 1568600064 81340 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23353] ppid=23345 vsize=1531836 CPUtime=0
/proc/23347/task/23353/stat : 23353 (java) S 23345 23347 23208 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 17294804 1568600064 81340 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23354] ppid=23345 vsize=1531836 CPUtime=0
/proc/23347/task/23354/stat : 23354 (java) S 23345 23347 23208 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 15 0 17294804 1568600064 81340 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23355] ppid=23345 vsize=1531836 CPUtime=0
/proc/23347/task/23355/stat : 23355 (java) S 23345 23347 23208 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 15 0 17294808 1568600064 81340 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23356] ppid=23345 vsize=1531836 CPUtime=1.48
/proc/23347/task/23356/stat : 23356 (java) S 23345 23347 23208 0 -1 4202560 3606 0 0 0 147 1 0 0 15 0 15 0 17294809 1568600064 81340 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23357] ppid=23345 vsize=1531836 CPUtime=0.94
/proc/23347/task/23357/stat : 23357 (java) S 23345 23347 23208 0 -1 4202560 1421 0 0 0 94 0 0 0 16 0 15 0 17294809 1568600064 81340 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23358] ppid=23345 vsize=1531836 CPUtime=0
/proc/23347/task/23358/stat : 23358 (java) S 23345 23347 23208 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 17294809 1568600064 81340 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23359] ppid=23345 vsize=1531836 CPUtime=0
/proc/23347/task/23359/stat : 23359 (java) S 23345 23347 23208 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 15 0 17294809 1568600064 81340 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23360] ppid=23345 vsize=1531836 CPUtime=0
/proc/23347/task/23360/stat : 23360 (java) S 23345 23347 23208 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 17294897 1568600064 81340 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 1531836

[startup+1794.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/119 23408
/proc/meminfo: memFree=1555424/2059040 swapFree=4135780/4192956
[pid=23347] ppid=23345 vsize=1531836 CPUtime=1800.39
/proc/23347/stat : 23347 (java) S 23345 23347 23208 0 -1 4202496 86896 0 1 0 179911 128 0 0 18 0 14 0 17294799 1568600064 81343 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/23347/statm: 382959 81343 1446 10 0 380261 0
[pid=23347/tid=23349] ppid=23345 vsize=1531836 CPUtime=1765.47
/proc/23347/task/23349/stat : 23349 (java) R 23345 23347 23208 0 -1 4202560 40353 0 1 0 176484 63 0 0 25 0 14 0 17294801 1568600064 81343 1992294400 134512640 134550932 4289931936 18446744073709551615 4109282775 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=23347/tid=23350] ppid=23345 vsize=1531836 CPUtime=5.5
/proc/23347/task/23350/stat : 23350 (java) S 23345 23347 23208 0 -1 4202560 21303 0 0 0 522 28 0 0 16 0 14 0 17294802 1568600064 81343 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23351] ppid=23345 vsize=1531836 CPUtime=5.77
/proc/23347/task/23351/stat : 23351 (java) S 23345 23347 23208 0 -1 4202560 17929 0 0 0 551 26 0 0 16 0 14 0 17294802 1568600064 81343 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23352] ppid=23345 vsize=1531836 CPUtime=21.03
/proc/23347/task/23352/stat : 23352 (java) S 23345 23347 23208 0 -1 4202560 1093 0 0 0 2098 5 0 0 15 0 14 0 17294804 1568600064 81343 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 0 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23353] ppid=23345 vsize=1531836 CPUtime=0
/proc/23347/task/23353/stat : 23353 (java) S 23345 23347 23208 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 17294804 1568600064 81343 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23354] ppid=23345 vsize=1531836 CPUtime=0
/proc/23347/task/23354/stat : 23354 (java) S 23345 23347 23208 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 17294804 1568600064 81343 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23355] ppid=23345 vsize=1531836 CPUtime=0
/proc/23347/task/23355/stat : 23355 (java) S 23345 23347 23208 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 17294808 1568600064 81343 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23356] ppid=23345 vsize=1531836 CPUtime=1.48
/proc/23347/task/23356/stat : 23356 (java) S 23345 23347 23208 0 -1 4202560 3606 0 0 0 147 1 0 0 15 0 14 0 17294809 1568600064 81343 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23357] ppid=23345 vsize=1531836 CPUtime=0.94
/proc/23347/task/23357/stat : 23357 (java) S 23345 23347 23208 0 -1 4202560 1421 0 0 0 94 0 0 0 16 0 14 0 17294809 1568600064 81343 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23358] ppid=23345 vsize=1531836 CPUtime=0
/proc/23347/task/23358/stat : 23358 (java) S 23345 23347 23208 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 17294809 1568600064 81343 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 0 0 0 0
[pid=23347/tid=23359] ppid=23345 vsize=1531836 CPUtime=0
/proc/23347/task/23359/stat : 23359 (java) S 23345 23347 23208 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 14 0 17294809 1568600064 81343 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
[pid=23347/tid=23360] ppid=23345 vsize=1531836 CPUtime=0
/proc/23347/task/23360/stat : 23360 (java) S 23345 23347 23208 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 17294897 1568600064 81343 1992294400 134512640 134550932 4289931936 18446744073709551615 4294960144 0 4 0 16800975 18446604437821290496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 1531836

Child status: 143
Real time (s): 1794.54
CPU time (s): 1800.43
CPU user time (s): 1799.11
CPU system time (s): 1.3168
CPU usage (%): 100.328
Max. virtual memory (cumulated for all children) (KiB): 1537300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.3168
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86897
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= 45371
involuntary context switches= 36441

runsolver used 3.68344 second user time and 9.72052 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-13 10:15:35
IDJOB=2660238
IDBENCH=2057
IDSOLVER=1165
FILE ID=node015/2660238-1276416935
PBS_JOBID= 11173294
Free space on /tmp= 62548 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-2-c.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660238-1276416935/watcher-2660238-1276416935 -o /tmp/evaluation-result-2660238-1276416935/solver-2660238-1276416935 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660238-1276416935.opb

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

MD5SUM BENCH= 02ee6f086501e1f86c8de97a222a24d7
RANDOM SEED=1017128933

node015.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1879192 kB
Buffers:         20480 kB
Cached:          89716 kB
SwapCached:      17332 kB
Active:          75652 kB
Inactive:        54452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1879192 kB
SwapTotal:     4192956 kB
SwapFree:      4135780 kB
Dirty:             524 kB
Writeback:           0 kB
AnonPages:       11440 kB
Mapped:           9136 kB
Slab:            27808 kB
PageTables:       4052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180084 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= 62548 MiB
End job on node015 at 2010-06-13 10:45:31