Trace number 2660248

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.18.opb
MD5SUM18a894a2ba4f3cf6bad1b497c8fca8eb
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 variables4500
Total number of constraints72413
Number of constraints which are clauses72413
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 constraint18
Number of terms in the objective function 4500
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 4500
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 4500
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.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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2660248-1276462648.opb
0.22/0.21	c reading problem ... 
2.46/1.70	c ... done. Wall clock time 1.49s.
2.46/1.70	c #vars     4500
2.46/1.71	c #constraints  72413
2.46/1.71	c constraints type 
2.46/1.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 72288
2.46/1.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125
7.02/5.49	c cleaning 0 clauses out of 5000 with flag 0/5000
12.52/10.84	c cleaning 0 clauses out of 11001 with flag 0/11001
17.95/16.25	c cleaning 0 clauses out of 18001 with flag 0/18001
25.81/24.01	c cleaning 0 clauses out of 26000 with flag 0/26000
35.57/33.70	c cleaning 0 clauses out of 35000 with flag 0/35000
50.52/48.62	c cleaning 0 clauses out of 45000 with flag 0/45000
70.07/68.11	c cleaning 0 clauses out of 56001 with flag 0/56001
94.82/92.85	c cleaning 0 clauses out of 68001 with flag 0/68001
127.30/125.24	c cleaning 0 clauses out of 81000 with flag 0/81000
162.19/160.06	c cleaning 0 clauses out of 95000 with flag 0/95000
211.09/208.82	c cleaning 0 clauses out of 110000 with flag 0/110000
267.41/265.08	c cleaning 0 clauses out of 126001 with flag 0/126001
352.64/350.13	c cleaning 0 clauses out of 143000 with flag 0/143000
455.16/452.51	c cleaning 0 clauses out of 161000 with flag 0/161000
560.40/557.70	c cleaning 0 clauses out of 180001 with flag 0/180001
639.92/636.95	c cleaning 0 clauses out of 200002 with flag 0/200002
744.47/741.31	c cleaning 0 clauses out of 221002 with flag 0/221002
908.68/905.34	c cleaning 0 clauses out of 243003 with flag 0/243003
1105.95/1102.33	c cleaning 0 clauses out of 266000 with flag 0/266000
1218.06/1214.17	c cleaning 0 clauses out of 290000 with flag 0/290000
1379.36/1375.18	c cleaning 0 clauses out of 315001 with flag 0/315001
1511.29/1506.78	c cleaning 0 clauses out of 341001 with flag 0/341001
1609.06/1604.15	c cleaning 0 clauses out of 368002 with flag 0/368002
1760.83/1755.54	c cleaning 0 clauses out of 396001 with flag 0/396001
1800.04/1794.62	c starts		: 147
1800.04/1794.62	c conflicts		: 402372
1800.04/1794.62	c decisions		: 525218
1800.04/1794.62	c propagations		: 134071349
1800.04/1794.62	c inspects		: 2729463740
1800.04/1794.62	c learnt literals	: 0
1800.04/1794.62	c learnt binary clauses	: 0
1800.04/1794.62	c learnt ternary clauses	: 0
1800.04/1794.62	c learnt clauses	: 402372
1800.04/1794.62	c ignored clauses	: 0
1800.04/1794.62	c root simplifications	: 0
1800.04/1794.62	c removed literals (reason simplification)	: 0
1800.04/1794.62	c reason swapping (by a shorter reason)	: 0
1800.04/1794.62	c Calls to reduceDB	: 24
1800.04/1794.62	c number of reductions to clauses (during analyze)	: 0
1800.04/1794.62	c number of learned constraints concerned by reduction	: 0
1800.04/1794.62	c number of learning phase by resolution	: 0
1800.04/1794.62	c number of learning phase by cutting planes	: 0
1800.04/1794.62	c speed (assignments/second)	: 74778.58577475401
1800.04/1794.62	c non guided choices	14
1800.24/1794.72	c learnt constraints type 
1800.24/1794.72	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 402379
1800.24/1794.72	c constraints type 
1800.24/1794.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 72288
1800.24/1794.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125
1800.24/1794.72	s UNKNOWN
1800.24/1794.72	c Total wall clock time (in seconds): 1794.504

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 24869
/proc/meminfo: memFree=1848368/2059040 swapFree=4140200/4192956
[pid=24869] ppid=24867 vsize=2028 CPUtime=0
/proc/24869/stat : 24869 (java6) R 24867 24869 24095 0 -1 4194304 211 0 0 0 0 0 0 0 16 0 1 0 21868762 2076672 115 1992294400 134512640 134550932 4288274304 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24869/statm: 458 122 90 10 0 63 0

[startup+0.101392 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 24869
/proc/meminfo: memFree=1848368/2059040 swapFree=4140200/4192956
[pid=24869] ppid=24867 vsize=1524184 CPUtime=0.08
/proc/24869/stat : 24869 (java) S 24867 24869 24095 0 -1 4202496 3954 0 1 0 7 1 0 0 15 0 12 0 21868762 1560764416 3392 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 381046 3392 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.200403 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 24869
/proc/meminfo: memFree=1848368/2059040 swapFree=4140200/4192956
[pid=24869] ppid=24867 vsize=1526356 CPUtime=0.22
/proc/24869/stat : 24869 (java) S 24867 24869 24095 0 -1 4202496 5067 0 1 0 20 2 0 0 15 0 12 0 21868762 1562988544 4503 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 381589 4504 1347 10 0 378891 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1526356

[startup+0.300408 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 24869
/proc/meminfo: memFree=1848368/2059040 swapFree=4140200/4192956
[pid=24869] ppid=24867 vsize=1526356 CPUtime=0.35
/proc/24869/stat : 24869 (java) S 24867 24869 24095 0 -1 4202496 5321 0 1 0 32 3 0 0 15 0 12 0 21868762 1562988544 4757 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 381589 4757 1362 10 0 378891 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526356

[startup+0.700443 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 24869
/proc/meminfo: memFree=1848368/2059040 swapFree=4140200/4192956
[pid=24869] ppid=24867 vsize=1528956 CPUtime=1.08
/proc/24869/stat : 24869 (java) S 24867 24869 24095 0 -1 4202496 7565 0 1 0 105 3 0 0 15 0 12 0 21868762 1565650944 6960 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 382239 6961 1394 10 0 379541 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1528956

[startup+1.5015 s]
/proc/loadavg: 0.92 0.98 0.99 5/118 24881
/proc/meminfo: memFree=1801836/2059040 swapFree=4140200/4192956
[pid=24869] ppid=24867 vsize=1528976 CPUtime=2.26
/proc/24869/stat : 24869 (java) S 24867 24869 24095 0 -1 4202496 24207 0 1 0 214 12 0 0 15 0 12 0 21868762 1565671424 23343 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 382244 23344 1408 10 0 379546 0
[pid=24869/tid=24871] ppid=24867 vsize=1528976 CPUtime=1.47
/proc/24869/task/24871/stat : 24871 (java) R 24867 24869 24095 0 -1 4202560 21545 0 1 0 136 11 0 0 25 0 12 0 21868764 1565671424 23345 1992294400 134512640 134550932 4290206816 18446744073709551615 4109110794 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24869/tid=24872] ppid=24867 vsize=1528976 CPUtime=0
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 24095 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 21868765 1565671424 23346 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24873] ppid=24867 vsize=1528976 CPUtime=0
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 24095 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 21868765 1565671424 23347 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24874] ppid=24867 vsize=1528976 CPUtime=0
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 24095 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 21868767 1565671424 23349 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24875] ppid=24867 vsize=1528976 CPUtime=0
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 24095 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 21868767 1565671424 23350 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24876] ppid=24867 vsize=1528976 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 24095 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 21868767 1565671424 23351 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24877] ppid=24867 vsize=1528976 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 24095 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 21868771 1565671424 23352 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24878] ppid=24867 vsize=1528976 CPUtime=0.11
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 24095 0 -1 4202560 97 0 0 0 11 0 0 0 21 0 12 0 21868772 1565671424 23353 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24879] ppid=24867 vsize=1528976 CPUtime=0.66
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 24095 0 -1 4202560 1501 0 0 0 66 0 0 0 16 0 12 0 21868772 1565671424 23355 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24880] ppid=24867 vsize=1528976 CPUtime=0
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 24095 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 21868772 1565671424 23356 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24881] ppid=24867 vsize=1528976 CPUtime=0
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 24095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 21868772 1565671424 23357 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 1528976

[startup+3.10163 s]
/proc/loadavg: 0.92 0.98 0.99 2/119 24882
/proc/meminfo: memFree=1730900/2059040 swapFree=4140200/4192956
[pid=24869] ppid=24867 vsize=1530512 CPUtime=4.61
/proc/24869/stat : 24869 (java) S 24867 24869 24095 0 -1 4202496 37302 0 1 0 444 17 0 0 15 0 13 0 21868762 1567244288 35533 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 382628 35533 1435 10 0 379930 0
[pid=24869/tid=24871] ppid=24867 vsize=1530512 CPUtime=2.69
/proc/24869/task/24871/stat : 24871 (java) R 24867 24869 24095 0 -1 4202560 32060 0 1 0 255 14 0 0 25 0 13 0 21868764 1567244288 35533 1992294400 134512640 134550932 4290206816 18446744073709551615 4109321912 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24869/tid=24872] ppid=24867 vsize=1530512 CPUtime=0.02
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 24095 0 -1 4202560 635 0 0 0 2 0 0 0 15 0 13 0 21868765 1567244288 35533 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24873] ppid=24867 vsize=1530512 CPUtime=0.02
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 24095 0 -1 4202560 654 0 0 0 2 0 0 0 18 0 13 0 21868765 1567244288 35533 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24874] ppid=24867 vsize=1530512 CPUtime=0
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 24095 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 21868767 1567244288 35533 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24875] ppid=24867 vsize=1530512 CPUtime=0
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 24095 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21868767 1567244288 35533 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24876] ppid=24867 vsize=1530512 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 24095 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 21868767 1567244288 35533 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24877] ppid=24867 vsize=1530512 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 24095 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 21868771 1567244288 35533 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24878] ppid=24867 vsize=1530512 CPUtime=0.66
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 24095 0 -1 4202560 752 0 0 0 66 0 0 0 15 0 13 0 21868772 1567244288 35533 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24879] ppid=24867 vsize=1530512 CPUtime=1.16
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 24095 0 -1 4202560 2124 0 0 0 115 1 0 0 15 0 13 0 21868772 1567244288 35533 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24880] ppid=24867 vsize=1530512 CPUtime=0
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 24095 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 21868772 1567244288 35533 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24881] ppid=24867 vsize=1530512 CPUtime=0
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 24095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21868772 1567244288 35533 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24882] ppid=24867 vsize=1530512 CPUtime=0
/proc/24869/task/24882/stat : 24882 (java) S 24867 24869 24095 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 21868959 1567244288 35533 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 1530512

[startup+6.3019 s]
/proc/loadavg: 0.93 0.98 0.99 3/119 24882
/proc/meminfo: memFree=1701388/2059040 swapFree=4140200/4192956
[pid=24869] ppid=24867 vsize=1530100 CPUtime=7.96
/proc/24869/stat : 24869 (java) S 24867 24869 24095 0 -1 4202496 41614 0 1 0 777 19 0 0 15 0 13 0 21868762 1566822400 39761 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 382525 39761 1445 10 0 379827 0
[pid=24869/tid=24871] ppid=24867 vsize=1530100 CPUtime=5.73
/proc/24869/task/24871/stat : 24871 (java) R 24867 24869 24095 0 -1 4202560 32073 0 1 0 558 15 0 0 25 0 13 0 21868764 1566822400 39761 1992294400 134512640 134550932 4290206816 18446744073709551615 4109403311 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24869/tid=24872] ppid=24867 vsize=1530100 CPUtime=0.1
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 24095 0 -1 4202560 1833 0 0 0 10 0 0 0 15 0 13 0 21868765 1566822400 39761 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24873] ppid=24867 vsize=1530100 CPUtime=0.1
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 24095 0 -1 4202560 1827 0 0 0 10 0 0 0 15 0 13 0 21868765 1566822400 39761 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24874] ppid=24867 vsize=1530100 CPUtime=0.05
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 24095 0 -1 4202560 1874 0 0 0 5 0 0 0 16 0 13 0 21868767 1566822400 39761 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24875] ppid=24867 vsize=1530100 CPUtime=0
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 24095 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21868767 1566822400 39761 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24876] ppid=24867 vsize=1530100 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 24095 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 21868767 1566822400 39761 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24877] ppid=24867 vsize=1530100 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 24095 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 21868771 1566822400 39761 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24878] ppid=24867 vsize=1530100 CPUtime=0.68
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 24095 0 -1 4202560 801 0 0 0 68 0 0 0 15 0 13 0 21868772 1566822400 39761 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24879] ppid=24867 vsize=1530100 CPUtime=1.24
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 24095 0 -1 4202560 2138 0 0 0 123 1 0 0 15 0 13 0 21868772 1566822400 39761 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24880] ppid=24867 vsize=1530100 CPUtime=0
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 24095 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 21868772 1566822400 39761 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24881] ppid=24867 vsize=1530100 CPUtime=0
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 24095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21868772 1566822400 39761 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24882] ppid=24867 vsize=1530100 CPUtime=0
/proc/24869/task/24882/stat : 24882 (java) S 24867 24869 24095 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 21868959 1566822400 39761 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 1530100

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 3/119 24882
/proc/meminfo: memFree=1674232/2059040 swapFree=4140200/4192956
[pid=24869] ppid=24867 vsize=1530100 CPUtime=14.44
/proc/24869/stat : 24869 (java) S 24867 24869 24095 0 -1 4202496 46562 0 1 0 1422 22 0 0 15 0 13 0 21868762 1566822400 44620 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 382525 44620 1445 10 0 379827 0
[pid=24869/tid=24871] ppid=24867 vsize=1530100 CPUtime=11.96
/proc/24869/task/24871/stat : 24871 (java) R 24867 24869 24095 0 -1 4202560 34493 0 1 0 1180 16 0 0 25 0 13 0 21868764 1566822400 44620 1992294400 134512640 134550932 4290206816 18446744073709551615 4109307442 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24869/tid=24872] ppid=24867 vsize=1530100 CPUtime=0.14
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 24095 0 -1 4202560 2773 0 0 0 13 1 0 0 15 0 13 0 21868765 1566822400 44620 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24873] ppid=24867 vsize=1530100 CPUtime=0.13
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 24095 0 -1 4202560 2693 0 0 0 12 1 0 0 16 0 13 0 21868765 1566822400 44620 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24874] ppid=24867 vsize=1530100 CPUtime=0.12
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 24095 0 -1 4202560 2497 0 0 0 12 0 0 0 15 0 13 0 21868767 1566822400 44620 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24875] ppid=24867 vsize=1530100 CPUtime=0
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 24095 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21868767 1566822400 44620 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24876] ppid=24867 vsize=1530100 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 24095 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 21868767 1566822400 44620 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24877] ppid=24867 vsize=1530100 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 24095 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 21868771 1566822400 44620 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24878] ppid=24867 vsize=1530100 CPUtime=0.73
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 24095 0 -1 4202560 885 0 0 0 73 0 0 0 16 0 13 0 21868772 1566822400 44620 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24879] ppid=24867 vsize=1530100 CPUtime=1.29
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 24095 0 -1 4202560 2153 0 0 0 128 1 0 0 16 0 13 0 21868772 1566822400 44620 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24880] ppid=24867 vsize=1530100 CPUtime=0
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 24095 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 21868772 1566822400 44620 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24881] ppid=24867 vsize=1530100 CPUtime=0
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 24095 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 21868772 1566822400 44620 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24882] ppid=24867 vsize=1530100 CPUtime=0
/proc/24869/task/24882/stat : 24882 (java) S 24867 24869 24095 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 21868959 1566822400 44620 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.44
Current children cumulated vsize (KiB) 1530100

[startup+25.5004 s]
/proc/loadavg: 0.95 0.98 0.99 2/119 24884
/proc/meminfo: memFree=1664312/2059040 swapFree=4140200/4192956
[pid=24869] ppid=24867 vsize=1531124 CPUtime=27.33
/proc/24869/stat : 24869 (java) S 24867 24869 24095 0 -1 4202496 49380 0 1 0 2710 23 0 0 15 0 13 0 21868762 1567870976 47138 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 382781 47138 1445 10 0 380083 0
[pid=24869/tid=24871] ppid=24867 vsize=1531124 CPUtime=24.52
/proc/24869/task/24871/stat : 24871 (java) R 24867 24869 24095 0 -1 4202560 34503 0 1 0 2436 16 0 0 25 0 13 0 21868764 1567870976 47138 1992294400 134512640 134550932 4290206816 18446744073709551615 4109316281 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24869/tid=24872] ppid=24867 vsize=1531124 CPUtime=0.19
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 24095 0 -1 4202560 4158 0 0 0 18 1 0 0 15 0 13 0 21868765 1567870976 47138 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24873] ppid=24867 vsize=1531124 CPUtime=0.19
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 24095 0 -1 4202560 3911 0 0 0 18 1 0 0 16 0 13 0 21868765 1567870976 47138 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24874] ppid=24867 vsize=1531124 CPUtime=0.28
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 24095 0 -1 4202560 2557 0 0 0 28 0 0 0 16 0 13 0 21868767 1567870976 47138 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24875] ppid=24867 vsize=1531124 CPUtime=0

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

[pid=24869/tid=24875] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 24095 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21868767 1567870976 136277 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24876] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 24095 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 21868767 1567870976 136277 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24877] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 24095 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 21868771 1567870976 136277 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24878] ppid=24867 vsize=1531124 CPUtime=0.79
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 24095 0 -1 4202560 1030 0 0 0 79 0 0 0 15 0 13 0 21868772 1567870976 136277 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24879] ppid=24867 vsize=1531124 CPUtime=1.29
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 24095 0 -1 4202560 2153 0 0 0 128 1 0 0 16 0 13 0 21868772 1567870976 136277 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24880] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 24095 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 21868772 1567870976 136277 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24881] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 24095 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 21868772 1567870976 136277 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24882] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24882/stat : 24882 (java) S 24867 24869 24095 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 21868959 1567870976 136277 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1667.4
Current children cumulated vsize (KiB) 1531124

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 24940
/proc/meminfo: memFree=1292932/2059040 swapFree=4140200/4192956
[pid=24869] ppid=24867 vsize=1531124 CPUtime=1727.51
/proc/24869/stat : 24869 (java) S 24867 24869 24095 0 -1 4202496 149039 0 1 0 172653 98 0 0 15 0 13 0 21868762 1567870976 139342 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 382781 139342 1445 10 0 380083 0
[pid=24869/tid=24871] ppid=24867 vsize=1531124 CPUtime=1710.28
/proc/24869/task/24871/stat : 24871 (java) R 24867 24869 24095 0 -1 4202560 34926 0 1 0 170991 37 0 0 25 0 13 0 21868764 1567870976 139342 1992294400 134512640 134550932 4290206816 18446744073709551615 4109403311 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24869/tid=24872] ppid=24867 vsize=1531124 CPUtime=4.48
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 24095 0 -1 4202560 53421 0 0 0 422 26 0 0 16 0 13 0 21868765 1567870976 139342 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24873] ppid=24867 vsize=1531124 CPUtime=4.54
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 24095 0 -1 4202560 51688 0 0 0 428 26 0 0 15 0 13 0 21868765 1567870976 139342 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24874] ppid=24867 vsize=1531124 CPUtime=6.06
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 24095 0 -1 4202560 4653 0 0 0 602 4 0 0 15 0 13 0 21868767 1567870976 139342 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24875] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 24095 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21868767 1567870976 139342 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24876] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 24095 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 21868767 1567870976 139342 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24877] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 24095 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 21868771 1567870976 139342 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24878] ppid=24867 vsize=1531124 CPUtime=0.79
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 24095 0 -1 4202560 1030 0 0 0 79 0 0 0 15 0 13 0 21868772 1567870976 139342 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24879] ppid=24867 vsize=1531124 CPUtime=1.29
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 24095 0 -1 4202560 2153 0 0 0 128 1 0 0 16 0 13 0 21868772 1567870976 139342 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24880] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 24095 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 21868772 1567870976 139342 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24881] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 24095 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 21868772 1567870976 139342 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24882] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24882/stat : 24882 (java) S 24867 24869 24095 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 21868959 1567870976 139342 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1727.51
Current children cumulated vsize (KiB) 1531124

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 24942
/proc/meminfo: memFree=1273960/2059040 swapFree=4140200/4192956
[pid=24869] ppid=24867 vsize=1531124 CPUtime=1787.7
/proc/24869/stat : 24869 (java) S 24867 24869 24095 0 -1 4202496 153824 0 1 0 178669 101 0 0 15 0 13 0 21868762 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 382781 144018 1445 10 0 380083 0
[pid=24869/tid=24871] ppid=24867 vsize=1531124 CPUtime=1769.07
/proc/24869/task/24871/stat : 24871 (java) R 24867 24869 24095 0 -1 4202560 34935 0 1 0 176869 38 0 0 25 0 13 0 21868764 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4109403311 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24869/tid=24872] ppid=24867 vsize=1531124 CPUtime=4.72
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 24095 0 -1 4202560 55502 0 0 0 445 27 0 0 16 0 13 0 21868765 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24873] ppid=24867 vsize=1531124 CPUtime=4.78
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 24095 0 -1 4202560 54377 0 0 0 450 28 0 0 16 0 13 0 21868765 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24874] ppid=24867 vsize=1531124 CPUtime=6.98
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 24095 0 -1 4202560 4657 0 0 0 694 4 0 0 15 0 13 0 21868767 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24875] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 24095 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21868767 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24876] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 24095 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 21868767 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24877] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 24095 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 21868771 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24878] ppid=24867 vsize=1531124 CPUtime=0.79
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 24095 0 -1 4202560 1030 0 0 0 79 0 0 0 15 0 13 0 21868772 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24879] ppid=24867 vsize=1531124 CPUtime=1.29
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 24095 0 -1 4202560 2153 0 0 0 128 1 0 0 16 0 13 0 21868772 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24880] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 24095 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 21868772 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24881] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 24095 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 21868772 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24882] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24882/stat : 24882 (java) S 24867 24869 24095 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 21868959 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1787.7
Current children cumulated vsize (KiB) 1531124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 24942
/proc/meminfo: memFree=1273960/2059040 swapFree=4140200/4192956
[pid=24869] ppid=24867 vsize=1531124 CPUtime=1800.04
/proc/24869/stat : 24869 (java) S 24867 24869 24095 0 -1 4202496 153829 0 1 0 179902 102 0 0 15 0 13 0 21868762 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 382781 144018 1445 10 0 380083 0
[pid=24869/tid=24871] ppid=24867 vsize=1531124 CPUtime=1781.35
/proc/24869/task/24871/stat : 24871 (java) R 24867 24869 24095 0 -1 4202560 34936 0 1 0 178097 38 0 0 25 0 13 0 21868764 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4109403311 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=24869/tid=24872] ppid=24867 vsize=1531124 CPUtime=4.75
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 24095 0 -1 4202560 55502 0 0 0 448 27 0 0 15 0 13 0 21868765 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24873] ppid=24867 vsize=1531124 CPUtime=4.8
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 24095 0 -1 4202560 54377 0 0 0 452 28 0 0 16 0 13 0 21868765 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24874] ppid=24867 vsize=1531124 CPUtime=6.98
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 24095 0 -1 4202560 4659 0 0 0 694 4 0 0 15 0 13 0 21868767 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24875] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 24095 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 21868767 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24876] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 24095 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 21868767 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24877] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 24095 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 21868771 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24878] ppid=24867 vsize=1531124 CPUtime=0.79
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 24095 0 -1 4202560 1030 0 0 0 79 0 0 0 15 0 13 0 21868772 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24879] ppid=24867 vsize=1531124 CPUtime=1.29
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 24095 0 -1 4202560 2153 0 0 0 128 1 0 0 16 0 13 0 21868772 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24880] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 24095 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 21868772 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24881] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 24095 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 21868772 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24882] ppid=24867 vsize=1531124 CPUtime=0
/proc/24869/task/24882/stat : 24882 (java) S 24867 24869 24095 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 21868959 1567870976 144018 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1531124

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

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

[startup+1794.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 24942
/proc/meminfo: memFree=1273960/2059040 swapFree=4140200/4192956
[pid=24869] ppid=24867 vsize=1531772 CPUtime=1800.24
/proc/24869/stat : 24869 (java) S 24867 24869 24095 0 -1 4202496 153908 0 1 0 179922 102 0 0 15 0 15 0 21868762 1568534528 144075 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 382943 144075 1445 10 0 380245 0
[pid=24869/tid=24871] ppid=24867 vsize=1531772 CPUtime=1781.42
/proc/24869/task/24871/stat : 24871 (java) R 24867 24869 24095 0 -1 4202560 34936 0 1 0 178104 38 0 0 25 0 15 0 21868764 1568534528 144075 1992294400 134512640 134550932 4290206816 18446744073709551615 4109306392 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24869/tid=24872] ppid=24867 vsize=1531772 CPUtime=4.75
/proc/24869/task/24872/stat : 24872 (java) S 24867 24869 24095 0 -1 4202560 55502 0 0 0 448 27 0 0 15 0 15 0 21868765 1568534528 144075 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24873] ppid=24867 vsize=1531772 CPUtime=4.8
/proc/24869/task/24873/stat : 24873 (java) S 24867 24869 24095 0 -1 4202560 54377 0 0 0 452 28 0 0 16 0 15 0 21868765 1568534528 144075 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24874] ppid=24867 vsize=1531772 CPUtime=6.98
/proc/24869/task/24874/stat : 24874 (java) S 24867 24869 24095 0 -1 4202560 4659 0 0 0 694 4 0 0 15 0 15 0 21868767 1568534528 144075 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 0 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24875] ppid=24867 vsize=1531772 CPUtime=0
/proc/24869/task/24875/stat : 24875 (java) S 24867 24869 24095 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 21868767 1568534528 144075 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24876] ppid=24867 vsize=1531772 CPUtime=0
/proc/24869/task/24876/stat : 24876 (java) S 24867 24869 24095 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 21868767 1568534528 144075 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24877] ppid=24867 vsize=1531772 CPUtime=0
/proc/24869/task/24877/stat : 24877 (java) S 24867 24869 24095 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 15 0 21868771 1568534528 144075 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24878] ppid=24867 vsize=1531772 CPUtime=0.83
/proc/24869/task/24878/stat : 24878 (java) S 24867 24869 24095 0 -1 4202560 1092 0 0 0 83 0 0 0 15 0 15 0 21868772 1568534528 144075 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24879] ppid=24867 vsize=1531772 CPUtime=1.3
/proc/24869/task/24879/stat : 24879 (java) S 24867 24869 24095 0 -1 4202560 2153 0 0 0 129 1 0 0 15 0 15 0 21868772 1568534528 144075 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24880] ppid=24867 vsize=1531772 CPUtime=0
/proc/24869/task/24880/stat : 24880 (java) S 24867 24869 24095 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 21868772 1568534528 144075 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
[pid=24869/tid=24881] ppid=24867 vsize=1531772 CPUtime=0
/proc/24869/task/24881/stat : 24881 (java) S 24867 24869 24095 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 15 0 21868772 1568534528 144075 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 1 0 0 0
[pid=24869/tid=24882] ppid=24867 vsize=1531772 CPUtime=0
/proc/24869/task/24882/stat : 24882 (java) S 24867 24869 24095 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 21868959 1568534528 144075 1992294400 134512640 134550932 4290206816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834780992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1531772

[startup+1794.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 24942
/proc/meminfo: memFree=1273960/2059040 swapFree=4140200/4192956
[pid=24869] ppid=24867 vsize=0 CPUtime=1800.33
/proc/24869/stat : 24869 (java) Z 24867 24869 24095 0 -1 4203548 153912 0 1 0 179928 105 0 0 15 0 2 0 21868762 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/24869/statm: 0 0 0 0 0 0 0
[pid=24869/tid=24882] ppid=24867 vsize=0 CPUtime=0.02
/proc/24869/task/24882/stat : 24882 (java) R 24867 24869 24095 0 -1 4203588 4 0 0 0 0 2 0 0 18 0 2 0 21868959 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.83
CPU time (s): 1800.37
CPU user time (s): 1799.29
CPU system time (s): 1.07784
CPU usage (%): 100.308
Max. virtual memory (cumulated for all children) (KiB): 1531772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.29
system time used= 1.07784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153912
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= 40251
involuntary context switches= 27797

runsolver used 3.76443 second user time and 9.48156 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-13 22:57:28
IDJOB=2660248
IDBENCH=2173
IDSOLVER=1165
FILE ID=node003/2660248-1276462648
PBS_JOBID= 11173342
Free space on /tmp= 62552 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-g125.18.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660248-1276462648/watcher-2660248-1276462648 -o /tmp/evaluation-result-2660248-1276462648/solver-2660248-1276462648 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660248-1276462648.opb

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

MD5SUM BENCH= 18a894a2ba4f3cf6bad1b497c8fca8eb
RANDOM SEED=604863783

node003.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.251
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.50
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.251
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1848888 kB
Buffers:         40080 kB
Cached:          92020 kB
SwapCached:       5688 kB
Active:          75472 kB
Inactive:        69004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1848888 kB
SwapTotal:     4192956 kB
SwapFree:      4140200 kB
Dirty:            2128 kB
Writeback:           8 kB
AnonPages:       10820 kB
Mapped:          12952 kB
Slab:            43948 kB
PageTables:       4052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183200 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= 62552 MiB
End job on node003 at 2010-06-13 23:27:25