Trace number 2660372

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.09 1793.06

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-817963885-max.opb
MD5SUMc58b6100663d5c2a4dc369548046ddd4
Bench CategoryOPT-BIGINT (optimisation, big 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 variables29401
Total number of constraints87121
Number of constraints which are clauses87120
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint29040
Number of terms in the objective function 121
Biggest coefficient in the objective function 1329227995784915872903807060280344576
Number of bits for the biggest coefficient in the objective function 121
Sum of the numbers in the objective function 2658455991569831745807614120560689151
Number of bits of the sum of numbers in the objective function 121
Biggest number in a constraint 1174271291386916613944740298394668513687841274454159935353645485766104512557304221731849499192384351515967488
Number of bits of the biggest number in a constraint 360
Biggest sum of numbers in a constraint 4697085165547666455778961193578674053925803487664042654232438232254482458885767017065112738772656890028524910
Number of bits of the biggest sum of numbers361
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.16	c version 2.2.0.v20100526
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c solving HOME/instance-2660372-1276628060.opb
0.25/0.21	c reading problem ... 
4.07/2.91	c ... done. Wall clock time 2.706s.
4.07/2.91	c #vars     29401
4.07/2.91	c #constraints  94382
4.07/2.91	c constraints type 
4.07/2.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 58080
4.07/2.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29040
4.07/2.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/1793.02	c starts		: 1
1800.03/1793.02	c conflicts		: 3
1800.03/1793.02	c decisions		: 247
1800.03/1793.02	c propagations		: 37279
1800.03/1793.02	c inspects		: 168992
1800.03/1793.02	c learnt literals	: 0
1800.03/1793.02	c learnt binary clauses	: 0
1800.03/1793.02	c learnt ternary clauses	: 0
1800.03/1793.02	c learnt clauses	: 2
1800.03/1793.02	c ignored clauses	: 0
1800.03/1793.02	c root simplifications	: 0
1800.03/1793.02	c removed literals (reason simplification)	: 0
1800.03/1793.02	c reason swapping (by a shorter reason)	: 0
1800.03/1793.02	c Calls to reduceDB	: 0
1800.03/1793.02	c number of reductions to clauses (during analyze)	: 0
1800.03/1793.02	c number of learned constraints concerned by reduction	: 0
1800.03/1793.02	c number of learning phase by resolution	: 0
1800.03/1793.02	c number of learning phase by cutting planes	: 0
1800.03/1793.02	c speed (assignments/second)	: 20.82500050276296
1800.03/1793.02	c non guided choices	2
1800.03/1793.02	c learnt constraints type 
1800.03/1793.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/1793.02	c constraints type 
1800.03/1793.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 58080
1800.03/1793.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29040
1800.03/1793.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.03/1793.02	s UNKNOWN
1800.03/1793.02	c Total wall clock time (in seconds): 1792.816

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.17 1.37 3/106 10796
/proc/meminfo: memFree=1836428/2059040 swapFree=4141376/4192956
[pid=10796] ppid=10794 vsize=1832 CPUtime=0
/proc/10796/stat : 10796 (java6) R 10794 10796 10112 0 -1 4194304 245 0 0 0 0 0 0 0 21 0 1 0 4098412 1875968 150 1992294400 134512640 134550932 4286634528 18446744073709551615 12903584 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10796/statm: 459 154 116 10 0 64 0

[startup+0.0859561 s]
/proc/loadavg: 1.00 1.17 1.37 3/106 10796
/proc/meminfo: memFree=1836428/2059040 swapFree=4141376/4192956
[pid=10796] ppid=10794 vsize=1521796 CPUtime=0.06
/proc/10796/stat : 10796 (java) S 10794 10796 10112 0 -1 4202496 3805 0 1 0 4 2 0 0 18 0 7 0 4098412 1558319104 3247 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/10796/statm: 380449 3247 1044 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.10095 s]
/proc/loadavg: 1.00 1.17 1.37 3/106 10796
/proc/meminfo: memFree=1836428/2059040 swapFree=4141376/4192956
[pid=10796] ppid=10794 vsize=1524184 CPUtime=0.08
/proc/10796/stat : 10796 (java) S 10794 10796 10112 0 -1 4202496 3950 0 1 0 6 2 0 0 18 0 12 0 4098412 1560764416 3390 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10796/statm: 381046 3390 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300764 s]
/proc/loadavg: 1.00 1.17 1.37 3/106 10796
/proc/meminfo: memFree=1836428/2059040 swapFree=4141376/4192956
[pid=10796] ppid=10794 vsize=1526404 CPUtime=0.38
/proc/10796/stat : 10796 (java) S 10794 10796 10112 0 -1 4202496 5531 0 1 0 35 3 0 0 18 0 12 0 4098412 1563037696 4969 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10796/statm: 381601 4969 1363 10 0 378903 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526404

[startup+0.700753 s]
/proc/loadavg: 1.00 1.17 1.37 3/106 10796
/proc/meminfo: memFree=1836428/2059040 swapFree=4141376/4192956
[pid=10796] ppid=10794 vsize=1528292 CPUtime=1.14
/proc/10796/stat : 10796 (java) S 10794 10796 10112 0 -1 4202496 7842 0 1 0 109 5 0 0 18 0 12 0 4098412 1564971008 7231 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10796/statm: 382073 7232 1404 10 0 379375 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1528292

[startup+1.50173 s]
/proc/loadavg: 1.00 1.17 1.37 5/118 10808
/proc/meminfo: memFree=1793924/2059040 swapFree=4141376/4192956
[pid=10796] ppid=10794 vsize=1532828 CPUtime=2.48
/proc/10796/stat : 10796 (java) S 10794 10796 10112 0 -1 4202496 24954 0 1 0 235 13 0 0 18 0 12 0 4098412 1569615872 23685 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10796/statm: 383207 23685 1408 10 0 380509 0
[pid=10796/tid=10798] ppid=10794 vsize=1532828 CPUtime=1.46
/proc/10796/task/10798/stat : 10798 (java) R 10794 10796 10112 0 -1 4202560 20996 0 1 0 135 11 0 0 18 0 12 0 4098414 1569615872 23685 1992294400 134512640 134550932 4293773472 18446744073709551615 4109950957 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=1532828 CPUtime=0
/proc/10796/task/10799/stat : 10799 (java) S 10794 10796 10112 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 4098415 1569615872 23685 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10800] ppid=10794 vsize=1532828 CPUtime=0
/proc/10796/task/10800/stat : 10800 (java) S 10794 10796 10112 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 4098415 1569615872 23685 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10801] ppid=10794 vsize=1532828 CPUtime=0
/proc/10796/task/10801/stat : 10801 (java) S 10794 10796 10112 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 4098417 1569615872 23685 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10802] ppid=10794 vsize=1532828 CPUtime=0
/proc/10796/task/10802/stat : 10802 (java) S 10794 10796 10112 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 4098418 1569615872 23685 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10803] ppid=10794 vsize=1532828 CPUtime=0
/proc/10796/task/10803/stat : 10803 (java) S 10794 10796 10112 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 4098418 1569615872 23685 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10804] ppid=10794 vsize=1532828 CPUtime=0
/proc/10796/task/10804/stat : 10804 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 4098422 1569615872 23685 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10805] ppid=10794 vsize=1532828 CPUtime=0.71
/proc/10796/task/10805/stat : 10805 (java) S 10794 10796 10112 0 -1 4202560 2169 0 0 0 71 0 0 0 18 0 12 0 4098422 1569615872 23685 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10806] ppid=10794 vsize=1532828 CPUtime=0.27
/proc/10796/task/10806/stat : 10806 (java) S 10794 10796 10112 0 -1 4202560 724 0 0 0 27 0 0 0 25 0 12 0 4098422 1569615872 23685 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10807] ppid=10794 vsize=1532828 CPUtime=0
/proc/10796/task/10807/stat : 10807 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 4098422 1569615872 23685 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10808] ppid=10794 vsize=1532828 CPUtime=0
/proc/10796/task/10808/stat : 10808 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 4098422 1569615872 23685 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 1532828

[startup+3.10169 s]
/proc/loadavg: 1.00 1.17 1.37 3/118 10808
/proc/meminfo: memFree=1694228/2059040 swapFree=4141376/4192956
[pid=10796] ppid=10794 vsize=1533152 CPUtime=4.47
/proc/10796/stat : 10796 (java) S 10794 10796 10112 0 -1 4202496 38119 0 1 0 429 18 0 0 18 0 13 0 4098412 1569947648 36840 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10796/statm: 383288 36840 1430 10 0 380590 0
[pid=10796/tid=10798] ppid=10794 vsize=1533152 CPUtime=2.99
/proc/10796/task/10798/stat : 10798 (java) R 10794 10796 10112 0 -1 4202560 32050 0 1 0 284 15 0 0 21 0 13 0 4098414 1569947648 36840 1992294400 134512640 134550932 4293773472 18446744073709551615 4109524629 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=1533152 CPUtime=0.04
/proc/10796/task/10799/stat : 10799 (java) S 10794 10796 10112 0 -1 4202560 942 0 0 0 4 0 0 0 18 0 13 0 4098415 1569947648 36840 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10800] ppid=10794 vsize=1533152 CPUtime=0.04
/proc/10796/task/10800/stat : 10800 (java) S 10794 10796 10112 0 -1 4202560 1136 0 0 0 4 0 0 0 18 0 13 0 4098415 1569947648 36840 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10801] ppid=10794 vsize=1533152 CPUtime=0
/proc/10796/task/10801/stat : 10801 (java) S 10794 10796 10112 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 4098417 1569947648 36840 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10802] ppid=10794 vsize=1533152 CPUtime=0
/proc/10796/task/10802/stat : 10802 (java) S 10794 10796 10112 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4098418 1569947648 36840 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10803] ppid=10794 vsize=1533152 CPUtime=0
/proc/10796/task/10803/stat : 10803 (java) S 10794 10796 10112 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4098418 1569947648 36840 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10804] ppid=10794 vsize=1533152 CPUtime=0
/proc/10796/task/10804/stat : 10804 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4098422 1569947648 36840 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10805] ppid=10794 vsize=1533152 CPUtime=0.84
/proc/10796/task/10805/stat : 10805 (java) R 10794 10796 10112 0 -1 4202560 2176 0 0 0 84 0 0 0 16 0 13 0 4098422 1569947648 36840 1992294400 134512640 134550932 4293773472 18446744073709551615 106827809 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10796/tid=10806] ppid=10794 vsize=1533152 CPUtime=0.5
/proc/10796/task/10806/stat : 10806 (java) R 10794 10796 10112 0 -1 4202560 741 0 0 0 50 0 0 0 16 0 13 0 4098422 1569947648 36840 1992294400 134512640 134550932 4293773472 18446744073709551615 105871010 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10796/tid=10807] ppid=10794 vsize=1533152 CPUtime=0
/proc/10796/task/10807/stat : 10807 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4098422 1569947648 36840 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10808] ppid=10794 vsize=1533152 CPUtime=0
/proc/10796/task/10808/stat : 10808 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4098422 1569947648 36840 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 1533152

[startup+6.30159 s]
/proc/loadavg: 1.00 1.17 1.36 2/119 10809
/proc/meminfo: memFree=1692236/2059040 swapFree=4141376/4192956
[pid=10796] ppid=10794 vsize=1533812 CPUtime=8.37
/proc/10796/stat : 10796 (java) S 10794 10796 10112 0 -1 4202496 38467 0 1 0 819 18 0 0 18 0 13 0 4098412 1570623488 37186 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10796/statm: 383453 37186 1434 10 0 380755 0
[pid=10796/tid=10798] ppid=10794 vsize=1533812 CPUtime=6.02
/proc/10796/task/10798/stat : 10798 (java) R 10794 10796 10112 0 -1 4202560 32062 0 1 0 586 16 0 0 25 0 13 0 4098414 1570623488 37186 1992294400 134512640 134550932 4293773472 18446744073709551615 4110160559 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=1533812 CPUtime=0.04
/proc/10796/task/10799/stat : 10799 (java) S 10794 10796 10112 0 -1 4202560 942 0 0 0 4 0 0 0 18 0 13 0 4098415 1570623488 37186 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10800] ppid=10794 vsize=1533812 CPUtime=0.04
/proc/10796/task/10800/stat : 10800 (java) S 10794 10796 10112 0 -1 4202560 1136 0 0 0 4 0 0 0 18 0 13 0 4098415 1570623488 37186 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10801] ppid=10794 vsize=1533812 CPUtime=0
/proc/10796/task/10801/stat : 10801 (java) S 10794 10796 10112 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 4098417 1570623488 37186 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10802] ppid=10794 vsize=1533812 CPUtime=0
/proc/10796/task/10802/stat : 10802 (java) S 10794 10796 10112 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4098418 1570623488 37186 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10803] ppid=10794 vsize=1533812 CPUtime=0
/proc/10796/task/10803/stat : 10803 (java) S 10794 10796 10112 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4098418 1570623488 37186 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10804] ppid=10794 vsize=1533812 CPUtime=0
/proc/10796/task/10804/stat : 10804 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4098422 1570623488 37186 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10805] ppid=10794 vsize=1533812 CPUtime=1.34
/proc/10796/task/10805/stat : 10805 (java) R 10794 10796 10112 0 -1 4202560 2414 0 0 0 134 0 0 0 15 0 13 0 4098422 1570623488 37186 1992294400 134512640 134550932 4293773472 18446744073709551615 105542703 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10796/tid=10806] ppid=10794 vsize=1533812 CPUtime=0.88
/proc/10796/task/10806/stat : 10806 (java) S 10794 10796 10112 0 -1 4202560 839 0 0 0 88 0 0 0 15 0 13 0 4098422 1570623488 37186 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10807] ppid=10794 vsize=1533812 CPUtime=0
/proc/10796/task/10807/stat : 10807 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4098422 1570623488 37186 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10808] ppid=10794 vsize=1533812 CPUtime=0
/proc/10796/task/10808/stat : 10808 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4098422 1570623488 37186 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10809] ppid=10794 vsize=1533812 CPUtime=0
/proc/10796/task/10809/stat : 10809 (java) S 10794 10796 10112 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 4098713 1570623488 37186 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 1533812

[startup+12.7014 s]
/proc/loadavg: 1.08 1.18 1.37 2/119 10809
/proc/meminfo: memFree=1649704/2059040 swapFree=4141376/4192956
[pid=10796] ppid=10794 vsize=1533812 CPUtime=15.27
/proc/10796/stat : 10796 (java) S 10794 10796 10112 0 -1 4202496 49573 0 1 0 1503 24 0 0 18 0 13 0 4098412 1570623488 47790 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10796/statm: 383453 47790 1434 10 0 380755 0
[pid=10796/tid=10798] ppid=10794 vsize=1533812 CPUtime=12
/proc/10796/task/10798/stat : 10798 (java) R 10794 10796 10112 0 -1 4202560 32078 0 1 0 1184 16 0 0 25 0 13 0 4098414 1570623488 47790 1992294400 134512640 134550932 4293773472 18446744073709551615 4110436594 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=1533812 CPUtime=0.41
/proc/10796/task/10799/stat : 10799 (java) S 10794 10796 10112 0 -1 4202560 7488 0 0 0 38 3 0 0 16 0 13 0 4098415 1570623488 47790 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10800] ppid=10794 vsize=1533812 CPUtime=0.41
/proc/10796/task/10800/stat : 10800 (java) S 10794 10796 10112 0 -1 4202560 5662 0 0 0 39 2 0 0 15 0 13 0 4098415 1570623488 47790 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10801] ppid=10794 vsize=1533812 CPUtime=0
/proc/10796/task/10801/stat : 10801 (java) S 10794 10796 10112 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 13 0 4098417 1570623488 47790 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10802] ppid=10794 vsize=1533812 CPUtime=0
/proc/10796/task/10802/stat : 10802 (java) S 10794 10796 10112 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4098418 1570623488 47790 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10803] ppid=10794 vsize=1533812 CPUtime=0
/proc/10796/task/10803/stat : 10803 (java) S 10794 10796 10112 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4098418 1570623488 47790 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10804] ppid=10794 vsize=1533812 CPUtime=0
/proc/10796/task/10804/stat : 10804 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4098422 1570623488 47790 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10805] ppid=10794 vsize=1533812 CPUtime=1.42
/proc/10796/task/10805/stat : 10805 (java) S 10794 10796 10112 0 -1 4202560 2419 0 0 0 142 0 0 0 15 0 13 0 4098422 1570623488 47790 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10806] ppid=10794 vsize=1533812 CPUtime=0.97
/proc/10796/task/10806/stat : 10806 (java) S 10794 10796 10112 0 -1 4202560 843 0 0 0 97 0 0 0 16 0 13 0 4098422 1570623488 47790 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10807] ppid=10794 vsize=1533812 CPUtime=0
/proc/10796/task/10807/stat : 10807 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4098422 1570623488 47790 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10808] ppid=10794 vsize=1533812 CPUtime=0
/proc/10796/task/10808/stat : 10808 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4098422 1570623488 47790 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10809] ppid=10794 vsize=1533812 CPUtime=0
/proc/10796/task/10809/stat : 10809 (java) S 10794 10796 10112 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 4098713 1570623488 47790 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.27
Current children cumulated vsize (KiB) 1533812

[startup+25.5 s]
/proc/loadavg: 1.06 1.17 1.36 2/119 10809
/proc/meminfo: memFree=1648340/2059040 swapFree=4141376/4192956
[pid=10796] ppid=10794 vsize=1533812 CPUtime=28.1
/proc/10796/stat : 10796 (java) S 10794 10796 10112 0 -1 4202496 49917 0 1 0 2785 25 0 0 18 0 13 0 4098412 1570623488 48104 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10796/statm: 383453 48104 1434 10 0 380755 0
[pid=10796/tid=10798] ppid=10794 vsize=1533812 CPUtime=24.78
/proc/10796/task/10798/stat : 10798 (java) R 10794 10796 10112 0 -1 4202560 32420 0 1 0 2462 16 0 0 25 0 13 0 4098414 1570623488 48104 1992294400 134512640 134550932 4293773472 18446744073709551615 4110130061 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=1533812 CPUtime=0.42
/proc/10796/task/10799/stat : 10799 (java) S 10794 10796 10112 0 -1 4202560 7489 0 0 0 39 3 0 0 15 0 13 0 4098415 1570623488 48104 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10800] ppid=10794 vsize=1533812 CPUtime=0.41
/proc/10796/task/10800/stat : 10800 (java) S 10794 10796 10112 0 -1 4202560 5663 0 0 0 39 2 0 0 16 0 13 0 4098415 1570623488 48104 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10801] ppid=10794 vsize=1533812 CPUtime=0
/proc/10796/task/10801/stat : 10801 (java) S 10794 10796 10112 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 13 0 4098417 1570623488 48104 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10802] ppid=10794 vsize=1533812 CPUtime=0
/proc/10796/task/10802/stat : 10802 (java) S 10794 10796 10112 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4098418 1570623488 48104 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10803] ppid=10794 vsize=1533812 CPUtime=0

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

[pid=10796] ppid=10794 vsize=1533544 CPUtime=1609.03
/proc/10796/stat : 10796 (java) S 10794 10796 10112 0 -1 4202496 82073 0 1 0 160704 199 0 0 18 0 13 0 4098412 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10796/statm: 383386 66963 1439 10 0 380688 0
[pid=10796/tid=10798] ppid=10794 vsize=1533544 CPUtime=1595.67
/proc/10796/task/10798/stat : 10798 (java) R 10794 10796 10112 0 -1 4202560 36493 0 1 0 159520 47 0 0 25 0 13 0 4098414 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4110130077 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=1533544 CPUtime=4.62
/proc/10796/task/10799/stat : 10799 (java) S 10794 10796 10112 0 -1 4202560 20948 0 0 0 398 64 0 0 16 0 13 0 4098415 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10800] ppid=10794 vsize=1533544 CPUtime=4.62
/proc/10796/task/10800/stat : 10800 (java) S 10794 10796 10112 0 -1 4202560 17513 0 0 0 399 63 0 0 15 0 13 0 4098415 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10801] ppid=10794 vsize=1533544 CPUtime=0.67
/proc/10796/task/10801/stat : 10801 (java) S 10794 10796 10112 0 -1 4202560 112 0 0 0 46 21 0 0 15 0 13 0 4098417 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10802] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10802/stat : 10802 (java) S 10794 10796 10112 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4098418 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10803] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10803/stat : 10803 (java) S 10794 10796 10112 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4098418 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10804] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10804/stat : 10804 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4098422 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10805] ppid=10794 vsize=1533544 CPUtime=1.82
/proc/10796/task/10805/stat : 10805 (java) S 10794 10796 10112 0 -1 4202560 4725 0 0 0 181 1 0 0 16 0 13 0 4098422 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10806] ppid=10794 vsize=1533544 CPUtime=1.57
/proc/10796/task/10806/stat : 10806 (java) S 10794 10796 10112 0 -1 4202560 1127 0 0 0 157 0 0 0 15 0 13 0 4098422 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10807] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10807/stat : 10807 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4098422 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10808] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10808/stat : 10808 (java) S 10794 10796 10112 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 13 0 4098422 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10809] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10809/stat : 10809 (java) S 10794 10796 10112 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 4098713 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1609.03
Current children cumulated vsize (KiB) 1533544

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/119 10862
/proc/meminfo: memFree=1571088/2059040 swapFree=4141376/4192956
[pid=10796] ppid=10794 vsize=1533544 CPUtime=1669.19
/proc/10796/stat : 10796 (java) S 10794 10796 10112 0 -1 4202496 82206 0 1 0 166712 207 0 0 18 0 13 0 4098412 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10796/statm: 383386 66963 1439 10 0 380688 0
[pid=10796/tid=10798] ppid=10794 vsize=1533544 CPUtime=1655.28
/proc/10796/task/10798/stat : 10798 (java) R 10794 10796 10112 0 -1 4202560 36618 0 1 0 165481 47 0 0 25 0 13 0 4098414 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4110387581 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=1533544 CPUtime=4.88
/proc/10796/task/10799/stat : 10799 (java) S 10794 10796 10112 0 -1 4202560 20948 0 0 0 417 71 0 0 16 0 13 0 4098415 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10800] ppid=10794 vsize=1533544 CPUtime=4.89
/proc/10796/task/10800/stat : 10800 (java) S 10794 10796 10112 0 -1 4202560 17513 0 0 0 426 63 0 0 15 0 13 0 4098415 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10801] ppid=10794 vsize=1533544 CPUtime=0.68
/proc/10796/task/10801/stat : 10801 (java) S 10794 10796 10112 0 -1 4202560 117 0 0 0 47 21 0 0 15 0 13 0 4098417 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10802] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10802/stat : 10802 (java) S 10794 10796 10112 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4098418 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10803] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10803/stat : 10803 (java) S 10794 10796 10112 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4098418 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10804] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10804/stat : 10804 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4098422 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10805] ppid=10794 vsize=1533544 CPUtime=1.82
/proc/10796/task/10805/stat : 10805 (java) S 10794 10796 10112 0 -1 4202560 4725 0 0 0 181 1 0 0 16 0 13 0 4098422 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10806] ppid=10794 vsize=1533544 CPUtime=1.57
/proc/10796/task/10806/stat : 10806 (java) S 10794 10796 10112 0 -1 4202560 1127 0 0 0 157 0 0 0 15 0 13 0 4098422 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10807] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10807/stat : 10807 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4098422 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10808] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10808/stat : 10808 (java) S 10794 10796 10112 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 4098422 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10809] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10809/stat : 10809 (java) S 10794 10796 10112 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 4098713 1570349056 66963 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1669.19
Current children cumulated vsize (KiB) 1533544

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/119 10864
/proc/meminfo: memFree=1563276/2059040 swapFree=4141376/4192956
[pid=10796] ppid=10794 vsize=1533544 CPUtime=1729.33
/proc/10796/stat : 10796 (java) S 10794 10796 10112 0 -1 4202496 85537 0 1 0 172715 218 0 0 18 0 13 0 4098412 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10796/statm: 383386 68933 1439 10 0 380688 0
[pid=10796/tid=10798] ppid=10794 vsize=1533544 CPUtime=1714.82
/proc/10796/task/10798/stat : 10798 (java) R 10794 10796 10112 0 -1 4202560 36738 0 1 0 171434 48 0 0 25 0 13 0 4098414 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4110129600 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=1533544 CPUtime=5.16
/proc/10796/task/10799/stat : 10799 (java) S 10794 10796 10112 0 -1 4202560 22662 0 0 0 437 79 0 0 15 0 13 0 4098415 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10800] ppid=10794 vsize=1533544 CPUtime=5.18
/proc/10796/task/10800/stat : 10800 (java) S 10794 10796 10112 0 -1 4202560 19002 0 0 0 454 64 0 0 15 0 13 0 4098415 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10801] ppid=10794 vsize=1533544 CPUtime=0.7
/proc/10796/task/10801/stat : 10801 (java) S 10794 10796 10112 0 -1 4202560 121 0 0 0 48 22 0 0 15 0 13 0 4098417 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10802] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10802/stat : 10802 (java) S 10794 10796 10112 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4098418 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10803] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10803/stat : 10803 (java) S 10794 10796 10112 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4098418 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10804] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10804/stat : 10804 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4098422 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10805] ppid=10794 vsize=1533544 CPUtime=1.82
/proc/10796/task/10805/stat : 10805 (java) S 10794 10796 10112 0 -1 4202560 4725 0 0 0 181 1 0 0 16 0 13 0 4098422 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10806] ppid=10794 vsize=1533544 CPUtime=1.57
/proc/10796/task/10806/stat : 10806 (java) S 10794 10796 10112 0 -1 4202560 1127 0 0 0 157 0 0 0 15 0 13 0 4098422 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10807] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10807/stat : 10807 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4098422 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10808] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10808/stat : 10808 (java) S 10794 10796 10112 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 4098422 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10809] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10809/stat : 10809 (java) S 10794 10796 10112 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 4098713 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1729.33
Current children cumulated vsize (KiB) 1533544

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/119 10864
/proc/meminfo: memFree=1563028/2059040 swapFree=4141376/4192956
[pid=10796] ppid=10794 vsize=1533544 CPUtime=1789.32
/proc/10796/stat : 10796 (java) S 10794 10796 10112 0 -1 4202496 85673 0 1 0 178706 226 0 0 18 0 13 0 4098412 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10796/statm: 383386 68933 1439 10 0 380688 0
[pid=10796/tid=10798] ppid=10794 vsize=1533544 CPUtime=1774.23
/proc/10796/task/10798/stat : 10798 (java) R 10794 10796 10112 0 -1 4202560 36866 0 1 0 177375 48 0 0 25 0 13 0 4098414 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4110436251 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=1533544 CPUtime=5.44
/proc/10796/task/10799/stat : 10799 (java) S 10794 10796 10112 0 -1 4202560 22662 0 0 0 459 85 0 0 15 0 13 0 4098415 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10800] ppid=10794 vsize=1533544 CPUtime=5.48
/proc/10796/task/10800/stat : 10800 (java) S 10794 10796 10112 0 -1 4202560 19002 0 0 0 481 67 0 0 15 0 13 0 4098415 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10801] ppid=10794 vsize=1533544 CPUtime=0.71
/proc/10796/task/10801/stat : 10801 (java) S 10794 10796 10112 0 -1 4202560 125 0 0 0 49 22 0 0 16 0 13 0 4098417 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10802] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10802/stat : 10802 (java) S 10794 10796 10112 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4098418 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10803] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10803/stat : 10803 (java) S 10794 10796 10112 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4098418 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10804] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10804/stat : 10804 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4098422 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10805] ppid=10794 vsize=1533544 CPUtime=1.82
/proc/10796/task/10805/stat : 10805 (java) S 10794 10796 10112 0 -1 4202560 4725 0 0 0 181 1 0 0 16 0 13 0 4098422 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10806] ppid=10794 vsize=1533544 CPUtime=1.57
/proc/10796/task/10806/stat : 10806 (java) S 10794 10796 10112 0 -1 4202560 1127 0 0 0 157 0 0 0 15 0 13 0 4098422 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10807] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10807/stat : 10807 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4098422 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10808] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10808/stat : 10808 (java) S 10794 10796 10112 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 4098422 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10809] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10809/stat : 10809 (java) S 10794 10796 10112 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 4098713 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1789.32
Current children cumulated vsize (KiB) 1533544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.01 s]
/proc/loadavg: 0.92 0.98 1.03 2/119 10866
/proc/meminfo: memFree=1563028/2059040 swapFree=4141376/4192956
[pid=10796] ppid=10794 vsize=1533544 CPUtime=1800.03
/proc/10796/stat : 10796 (java) S 10794 10796 10112 0 -1 4202496 85698 0 1 0 179775 228 0 0 18 0 13 0 4098412 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10796/statm: 383386 68933 1439 10 0 380688 0
[pid=10796/tid=10798] ppid=10794 vsize=1533544 CPUtime=1784.82
/proc/10796/task/10798/stat : 10798 (java) R 10794 10796 10112 0 -1 4202560 36891 0 1 0 178434 48 0 0 25 0 13 0 4098414 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4110387536 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10796/tid=10799] ppid=10794 vsize=1533544 CPUtime=5.5
/proc/10796/task/10799/stat : 10799 (java) S 10794 10796 10112 0 -1 4202560 22662 0 0 0 464 86 0 0 15 0 13 0 4098415 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10800] ppid=10794 vsize=1533544 CPUtime=5.54
/proc/10796/task/10800/stat : 10800 (java) S 10794 10796 10112 0 -1 4202560 19002 0 0 0 487 67 0 0 15 0 13 0 4098415 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10801] ppid=10794 vsize=1533544 CPUtime=0.71
/proc/10796/task/10801/stat : 10801 (java) S 10794 10796 10112 0 -1 4202560 125 0 0 0 49 22 0 0 15 0 13 0 4098417 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 0 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10802] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10802/stat : 10802 (java) S 10794 10796 10112 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4098418 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10803] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10803/stat : 10803 (java) S 10794 10796 10112 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4098418 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10804] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10804/stat : 10804 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4098422 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10805] ppid=10794 vsize=1533544 CPUtime=1.82
/proc/10796/task/10805/stat : 10805 (java) S 10794 10796 10112 0 -1 4202560 4725 0 0 0 181 1 0 0 16 0 13 0 4098422 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10806] ppid=10794 vsize=1533544 CPUtime=1.57
/proc/10796/task/10806/stat : 10806 (java) S 10794 10796 10112 0 -1 4202560 1127 0 0 0 157 0 0 0 15 0 13 0 4098422 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10807] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10807/stat : 10807 (java) S 10794 10796 10112 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4098422 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 0 0 0 0
[pid=10796/tid=10808] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10808/stat : 10808 (java) S 10794 10796 10112 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 4098422 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
[pid=10796/tid=10809] ppid=10794 vsize=1533544 CPUtime=0
/proc/10796/task/10809/stat : 10809 (java) S 10794 10796 10112 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 4098713 1570349056 68933 1992294400 134512640 134550932 4293773472 18446744073709551615 4294960144 0 4 0 16800975 18446604437831772096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1533544

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

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

Child status: 143
Real time (s): 1793.06
CPU time (s): 1800.09
CPU user time (s): 1797.78
CPU system time (s): 2.30965
CPU usage (%): 100.392
Max. virtual memory (cumulated for all children) (KiB): 1540132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.78
system time used= 2.30965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85717
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= 69257
involuntary context switches= 61490

runsolver used 3.74143 second user time and 9.8575 second system time

The end

Launcher Data

Begin job on node043 at 2010-06-15 20:54:20
IDJOB=2660372
IDBENCH=3032
IDSOLVER=1165
FILE ID=node043/2660372-1276628060
PBS_JOBID= 11172324
Free space on /tmp= 62292 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=240-sizeP=121-sizeQ=240-817963885-max.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660372-1276628060/watcher-2660372-1276628060 -o /tmp/evaluation-result-2660372-1276628060/solver-2660372-1276628060 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660372-1276628060.opb

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

MD5SUM BENCH= c58b6100663d5c2a4dc369548046ddd4
RANDOM SEED=338383467

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1836760 kB
Buffers:         46840 kB
Cached:          97256 kB
SwapCached:       5400 kB
Active:          30552 kB
Inactive:       127272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1836760 kB
SwapTotal:     4192956 kB
SwapFree:      4141376 kB
Dirty:            4392 kB
Writeback:           0 kB
AnonPages:       12096 kB
Mapped:          13692 kB
Slab:            42596 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182136 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= 62292 MiB
End job on node043 at 2010-06-15 21:24:15