Trace number 2660355

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.17 1792.67

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=220-sizeP=111-sizeQ=220-229130880-max.opb
MD5SUMce74ed6abc2682e3852648a27e28a7ce
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -4
Optimality of the best value was proved NO
Number of variables24751
Total number of constraints73261
Number of constraints which are clauses73260
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 constraint24420
Number of terms in the objective function 111
Biggest coefficient in the objective function 1298074214633706907132624082305024
Number of bits for the biggest coefficient in the objective function 111
Sum of the numbers in the objective function 2596148429267413814265248164610047
Number of bits of the sum of numbers in the objective function 111
Biggest number in a constraint 1093625362391505962186251113558810682676584715446606218212885303204976499599687961611756588511526912
Number of bits of the biggest number in a constraint 330
Biggest sum of numbers in a constraint 4374501449566023848745004454235242451901741326209966194279906655789612083583747144123545843134987905
Number of bits of the biggest sum of numbers331
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.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2660355-1276625306.opb
0.24/0.21	c reading problem ... 
3.88/2.62	c ... done. Wall clock time 2.402s.
3.88/2.62	c #vars     24751
3.88/2.62	c #constraints  79367
3.88/2.62	c constraints type 
3.88/2.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 48840
3.88/2.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24420
3.88/2.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.10/1792.61	c starts		: 1
1800.10/1792.61	c conflicts		: 6
1800.10/1792.61	c decisions		: 907
1800.10/1792.61	c propagations		: 50557
1800.10/1792.61	c inspects		: 296889
1800.10/1792.61	c learnt literals	: 0
1800.10/1792.61	c learnt binary clauses	: 0
1800.10/1792.61	c learnt ternary clauses	: 0
1800.10/1792.61	c learnt clauses	: 5
1800.10/1792.61	c ignored clauses	: 0
1800.10/1792.61	c root simplifications	: 0
1800.10/1792.61	c removed literals (reason simplification)	: 0
1800.10/1792.61	c reason swapping (by a shorter reason)	: 0
1800.10/1792.61	c Calls to reduceDB	: 0
1800.10/1792.61	c number of reductions to clauses (during analyze)	: 0
1800.10/1792.61	c number of learned constraints concerned by reduction	: 0
1800.10/1792.61	c number of learning phase by resolution	: 0
1800.10/1792.61	c number of learning phase by cutting planes	: 0
1800.10/1792.61	c speed (assignments/second)	: 28.244102520555845
1800.10/1792.61	c non guided choices	2
1800.10/1792.61	c learnt constraints type 
1800.10/1792.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5
1800.10/1792.61	c constraints type 
1800.10/1792.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 48840
1800.10/1792.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 24420
1800.10/1792.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.10/1792.61	s UNKNOWN
1800.10/1792.61	c Total wall clock time (in seconds): 1792.406

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10842
/proc/meminfo: memFree=1795628/2059040 swapFree=4192956/4192956
[pid=10842] ppid=10840 vsize=1832 CPUtime=0
/proc/10842/stat : 10842 (java6) S 10840 10842 10364 0 -1 4194304 246 0 0 0 0 0 0 0 21 0 1 0 3823419 1875968 148 1992294400 134512640 134550932 4292862560 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/10842/statm: 458 148 111 10 0 63 0

[startup+0.0542541 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10842
/proc/meminfo: memFree=1795628/2059040 swapFree=4192956/4192956
[pid=10842] ppid=10840 vsize=1521664 CPUtime=0.04
/proc/10842/stat : 10842 (java) S 10840 10842 10364 0 -1 4202496 3549 0 1 0 2 2 0 0 18 0 7 0 3823419 1558183936 2989 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 380416 2989 1011 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101258 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10842
/proc/meminfo: memFree=1795628/2059040 swapFree=4192956/4192956
[pid=10842] ppid=10840 vsize=1524184 CPUtime=0.08
/proc/10842/stat : 10842 (java) S 10840 10842 10364 0 -1 4202496 3961 0 1 0 6 2 0 0 18 0 12 0 3823419 1560764416 3399 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 381046 3399 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300573 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10842
/proc/meminfo: memFree=1795628/2059040 swapFree=4192956/4192956
[pid=10842] ppid=10840 vsize=1526360 CPUtime=0.37
/proc/10842/stat : 10842 (java) S 10840 10842 10364 0 -1 4202496 5491 0 1 0 34 3 0 0 18 0 12 0 3823419 1562992640 4927 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 381590 4927 1363 10 0 378892 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526360

[startup+0.70057 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 10842
/proc/meminfo: memFree=1795628/2059040 swapFree=4192956/4192956
[pid=10842] ppid=10840 vsize=1528256 CPUtime=1.13
/proc/10842/stat : 10842 (java) S 10840 10842 10364 0 -1 4202496 7843 0 1 0 109 4 0 0 18 0 12 0 3823419 1564934144 7279 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 382064 7280 1404 10 0 379366 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1528256

[startup+1.50156 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 10854
/proc/meminfo: memFree=1753248/2059040 swapFree=4192956/4192956
[pid=10842] ppid=10840 vsize=1535060 CPUtime=2.53
/proc/10842/stat : 10842 (java) S 10840 10842 10364 0 -1 4202496 24305 0 1 0 239 14 0 0 18 0 12 0 3823419 1571901440 22863 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 383765 22864 1408 10 0 381067 0
[pid=10842/tid=10844] ppid=10840 vsize=1535060 CPUtime=1.47
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10364 0 -1 4202560 19520 0 1 0 135 12 0 0 18 0 12 0 3823421 1571901440 22865 1992294400 134512640 134550932 4289279952 18446744073709551615 4109123843 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1535060 CPUtime=0
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10364 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 3823422 1571901440 22866 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1535060 CPUtime=0
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10364 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 3823422 1571901440 22868 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1535060 CPUtime=0
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10364 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 3823424 1571901440 22869 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1535060 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10364 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 3823424 1571901440 22871 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1535060 CPUtime=0
/proc/10842/task/10849/stat : 10849 (java) S 10840 10842 10364 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 3823424 1571901440 22872 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10850] ppid=10840 vsize=1535060 CPUtime=0
/proc/10842/task/10850/stat : 10850 (java) S 10840 10842 10364 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 3823429 1571901440 22874 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10851] ppid=10840 vsize=1535060 CPUtime=0.45
/proc/10842/task/10851/stat : 10851 (java) S 10840 10842 10364 0 -1 4202560 1839 0 0 0 45 0 0 0 25 0 12 0 3823429 1571901440 22875 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10852] ppid=10840 vsize=1535060 CPUtime=0.58
/proc/10842/task/10852/stat : 10852 (java) S 10840 10842 10364 0 -1 4202560 1883 0 0 0 57 1 0 0 25 0 12 0 3823429 1571901440 22876 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10853] ppid=10840 vsize=1535060 CPUtime=0
/proc/10842/task/10853/stat : 10853 (java) S 10840 10842 10364 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3823429 1571901440 22878 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10854] ppid=10840 vsize=1535060 CPUtime=0
/proc/10842/task/10854/stat : 10854 (java) S 10840 10842 10364 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3823429 1571901440 22879 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 1535060

[startup+3.10855 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 10854
/proc/meminfo: memFree=1650452/2059040 swapFree=4192956/4192956
[pid=10842] ppid=10840 vsize=1535384 CPUtime=4.7
/proc/10842/stat : 10842 (java) S 10840 10842 10364 0 -1 4202496 39104 0 1 0 450 20 0 0 18 0 13 0 3823419 1572233216 37648 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 383846 37648 1431 10 0 381148 0
[pid=10842/tid=10844] ppid=10840 vsize=1535384 CPUtime=2.85
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10364 0 -1 4202560 32060 0 1 0 268 17 0 0 21 0 13 0 3823421 1572233216 37648 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1535384 CPUtime=0.04
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10364 0 -1 4202560 1013 0 0 0 4 0 0 0 18 0 13 0 3823422 1572233216 37648 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1535384 CPUtime=0.04
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10364 0 -1 4202560 1145 0 0 0 4 0 0 0 18 0 13 0 3823422 1572233216 37648 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10364 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 3823424 1572233216 37648 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10364 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3823424 1572233216 37648 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10849/stat : 10849 (java) S 10840 10842 10364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3823424 1572233216 37648 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10850] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10850/stat : 10850 (java) S 10840 10842 10364 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3823429 1572233216 37648 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10851] ppid=10840 vsize=1535384 CPUtime=0.82
/proc/10842/task/10851/stat : 10851 (java) R 10840 10842 10364 0 -1 4202560 1894 0 0 0 82 0 0 0 15 0 13 0 3823429 1572233216 37648 1992294400 134512640 134550932 4289279952 18446744073709551615 105634679 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10842/tid=10852] ppid=10840 vsize=1535384 CPUtime=0.9
/proc/10842/task/10852/stat : 10852 (java) R 10840 10842 10364 0 -1 4202560 1916 0 0 0 89 1 0 0 16 0 13 0 3823429 1572233216 37648 1992294400 134512640 134550932 4289279952 18446744073709551615 106811688 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10842/tid=10853] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10853/stat : 10853 (java) S 10840 10842 10364 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3823429 1572233216 37648 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10854] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10854/stat : 10854 (java) S 10840 10842 10364 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3823429 1572233216 37648 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 1535384

[startup+6.30152 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10855
/proc/meminfo: memFree=1649268/2059040 swapFree=4192956/4192956
[pid=10842] ppid=10840 vsize=1535384 CPUtime=8.45
/proc/10842/stat : 10842 (java) S 10840 10842 10364 0 -1 4202496 44790 0 1 0 822 23 0 0 18 0 13 0 3823419 1572233216 43292 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 383846 43292 1434 10 0 381148 0
[pid=10842/tid=10844] ppid=10840 vsize=1535384 CPUtime=5.7
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10364 0 -1 4202560 32067 0 1 0 553 17 0 0 22 0 13 0 3823421 1572233216 43292 1992294400 134512640 134550932 4289279952 18446744073709551615 4109361601 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1535384 CPUtime=0.16
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10364 0 -1 4202560 4048 0 0 0 15 1 0 0 15 0 13 0 3823422 1572233216 43292 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1535384 CPUtime=0.15
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10364 0 -1 4202560 3710 0 0 0 14 1 0 0 16 0 13 0 3823422 1572233216 43292 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10364 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 13 0 3823424 1572233216 43292 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10364 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3823424 1572233216 43292 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10849/stat : 10849 (java) S 10840 10842 10364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3823424 1572233216 43292 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10850] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10850/stat : 10850 (java) S 10840 10842 10364 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3823429 1572233216 43292 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10851] ppid=10840 vsize=1535384 CPUtime=1.21
/proc/10842/task/10851/stat : 10851 (java) S 10840 10842 10364 0 -1 4202560 1918 0 0 0 121 0 0 0 16 0 13 0 3823429 1572233216 43292 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10852] ppid=10840 vsize=1535384 CPUtime=1.18
/proc/10842/task/10852/stat : 10852 (java) S 10840 10842 10364 0 -1 4202560 1963 0 0 0 117 1 0 0 16 0 13 0 3823429 1572233216 43292 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10853] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10853/stat : 10853 (java) S 10840 10842 10364 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3823429 1572233216 43292 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10854] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10854/stat : 10854 (java) S 10840 10842 10364 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3823429 1572233216 43292 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10855] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10855/stat : 10855 (java) S 10840 10842 10364 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 3823693 1572233216 43292 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.45
Current children cumulated vsize (KiB) 1535384

[startup+12.7005 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10855
/proc/meminfo: memFree=1610952/2059040 swapFree=4192956/4192956
[pid=10842] ppid=10840 vsize=1535384 CPUtime=15.07
/proc/10842/stat : 10842 (java) S 10840 10842 10364 0 -1 4202496 49544 0 1 0 1482 25 0 0 18 0 13 0 3823419 1572233216 47266 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 383846 47266 1434 10 0 381148 0
[pid=10842/tid=10844] ppid=10840 vsize=1535384 CPUtime=11.86
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10364 0 -1 4202560 32084 0 1 0 1169 17 0 0 25 0 13 0 3823421 1572233216 47266 1992294400 134512640 134550932 4289279952 18446744073709551615 4109683030 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1535384 CPUtime=0.38
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10364 0 -1 4202560 6180 0 0 0 36 2 0 0 16 0 13 0 3823422 1572233216 47266 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1535384 CPUtime=0.37
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10364 0 -1 4202560 6312 0 0 0 35 2 0 0 15 0 13 0 3823422 1572233216 47266 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10364 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 13 0 3823424 1572233216 47266 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10364 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3823424 1572233216 47266 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10849/stat : 10849 (java) S 10840 10842 10364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3823424 1572233216 47266 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10850] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10850/stat : 10850 (java) S 10840 10842 10364 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3823429 1572233216 47266 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10851] ppid=10840 vsize=1535384 CPUtime=1.21
/proc/10842/task/10851/stat : 10851 (java) S 10840 10842 10364 0 -1 4202560 1918 0 0 0 121 0 0 0 16 0 13 0 3823429 1572233216 47266 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10852] ppid=10840 vsize=1535384 CPUtime=1.18
/proc/10842/task/10852/stat : 10852 (java) S 10840 10842 10364 0 -1 4202560 1963 0 0 0 117 1 0 0 16 0 13 0 3823429 1572233216 47266 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10853] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10853/stat : 10853 (java) S 10840 10842 10364 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3823429 1572233216 47266 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10854] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10854/stat : 10854 (java) S 10840 10842 10364 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3823429 1572233216 47266 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10855] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10855/stat : 10855 (java) S 10840 10842 10364 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 3823693 1572233216 47266 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.07
Current children cumulated vsize (KiB) 1535384

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10857
/proc/meminfo: memFree=1607356/2059040 swapFree=4192956/4192956
[pid=10842] ppid=10840 vsize=1535384 CPUtime=27.89
/proc/10842/stat : 10842 (java) S 10840 10842 10364 0 -1 4202496 50454 0 1 0 2763 26 0 0 18 0 13 0 3823419 1572233216 48154 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 383846 48154 1434 10 0 381148 0
[pid=10842/tid=10844] ppid=10840 vsize=1535384 CPUtime=24.64
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10364 0 -1 4202560 32992 0 1 0 2446 18 0 0 25 0 13 0 3823421 1572233216 48154 1992294400 134512640 134550932 4289279952 18446744073709551615 4109717188 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1535384 CPUtime=0.4
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10364 0 -1 4202560 6181 0 0 0 38 2 0 0 16 0 13 0 3823422 1572233216 48154 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1535384 CPUtime=0.39
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10364 0 -1 4202560 6313 0 0 0 37 2 0 0 15 0 13 0 3823422 1572233216 48154 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10364 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 13 0 3823424 1572233216 48154 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1535384 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10364 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3823424 1572233216 48154 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1535384 CPUtime=0

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

[pid=10842] ppid=10840 vsize=1535656 CPUtime=1609.12
/proc/10842/stat : 10842 (java) S 10840 10842 10364 0 -1 4202496 77373 0 1 0 160822 90 0 0 18 0 13 0 3823419 1572511744 64816 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 383914 64816 1440 10 0 381216 0
[pid=10842/tid=10844] ppid=10840 vsize=1535656 CPUtime=1595.84
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10364 0 -1 4202560 36169 0 1 0 159550 34 0 0 20 0 13 0 3823421 1572511744 64816 1992294400 134512640 134550932 4289279952 18446744073709551615 4109717257 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1535656 CPUtime=4.62
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10364 0 -1 4202560 17415 0 0 0 440 22 0 0 16 0 13 0 3823422 1572511744 64816 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1535656 CPUtime=4.6
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10364 0 -1 4202560 16866 0 0 0 445 15 0 0 15 0 13 0 3823422 1572511744 64816 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1535656 CPUtime=0.49
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10364 0 -1 4202560 122 0 0 0 34 15 0 0 15 0 13 0 3823424 1572511744 64816 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10364 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3823424 1572511744 64816 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10849/stat : 10849 (java) S 10840 10842 10364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3823424 1572511744 64816 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10850] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10850/stat : 10850 (java) S 10840 10842 10364 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3823429 1572511744 64816 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10851] ppid=10840 vsize=1535656 CPUtime=1.98
/proc/10842/task/10851/stat : 10851 (java) S 10840 10842 10364 0 -1 4202560 2666 0 0 0 197 1 0 0 15 0 13 0 3823429 1572511744 64816 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10852] ppid=10840 vsize=1535656 CPUtime=1.54
/proc/10842/task/10852/stat : 10852 (java) S 10840 10842 10364 0 -1 4202560 2971 0 0 0 153 1 0 0 16 0 13 0 3823429 1572511744 64816 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10853] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10853/stat : 10853 (java) S 10840 10842 10364 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3823429 1572511744 64816 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10854] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10854/stat : 10854 (java) S 10840 10842 10364 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 3823429 1572511744 64816 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10855] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10855/stat : 10855 (java) S 10840 10842 10364 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 3823693 1572511744 64816 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1609.12
Current children cumulated vsize (KiB) 1535656

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 10902
/proc/meminfo: memFree=1533328/2059040 swapFree=4192956/4192956
[pid=10842] ppid=10840 vsize=1535656 CPUtime=1669.35
/proc/10842/stat : 10842 (java) S 10840 10842 10364 0 -1 4202496 80008 0 1 0 166841 94 0 0 18 0 13 0 3823419 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 383914 66311 1440 10 0 381216 0
[pid=10842/tid=10844] ppid=10840 vsize=1535656 CPUtime=1655.55
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10364 0 -1 4202560 36260 0 1 0 165521 34 0 0 25 0 13 0 3823421 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4109717454 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1535656 CPUtime=4.85
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10364 0 -1 4202560 18675 0 0 0 463 22 0 0 15 0 13 0 3823422 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1535656 CPUtime=4.84
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10364 0 -1 4202560 18142 0 0 0 468 16 0 0 16 0 13 0 3823422 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1535656 CPUtime=0.5
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10364 0 -1 4202560 126 0 0 0 35 15 0 0 15 0 13 0 3823424 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10364 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3823424 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10849/stat : 10849 (java) S 10840 10842 10364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3823424 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10850] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10850/stat : 10850 (java) S 10840 10842 10364 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3823429 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10851] ppid=10840 vsize=1535656 CPUtime=1.98
/proc/10842/task/10851/stat : 10851 (java) S 10840 10842 10364 0 -1 4202560 2666 0 0 0 197 1 0 0 15 0 13 0 3823429 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10852] ppid=10840 vsize=1535656 CPUtime=1.54
/proc/10842/task/10852/stat : 10852 (java) S 10840 10842 10364 0 -1 4202560 2971 0 0 0 153 1 0 0 16 0 13 0 3823429 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10853] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10853/stat : 10853 (java) S 10840 10842 10364 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3823429 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10854] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10854/stat : 10854 (java) S 10840 10842 10364 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 3823429 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10855] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10855/stat : 10855 (java) S 10840 10842 10364 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 3823693 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1669.35
Current children cumulated vsize (KiB) 1535656

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/119 10904
/proc/meminfo: memFree=1533204/2059040 swapFree=4192956/4192956
[pid=10842] ppid=10840 vsize=1535656 CPUtime=1729.55
/proc/10842/stat : 10842 (java) S 10840 10842 10364 0 -1 4202496 80109 0 1 0 172859 96 0 0 18 0 13 0 3823419 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 383914 66311 1440 10 0 381216 0
[pid=10842/tid=10844] ppid=10840 vsize=1535656 CPUtime=1715.28
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10364 0 -1 4202560 36357 0 1 0 171493 35 0 0 25 0 13 0 3823421 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4109682957 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1535656 CPUtime=5.09
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10364 0 -1 4202560 18675 0 0 0 486 23 0 0 16 0 13 0 3823422 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1535656 CPUtime=5.08
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10364 0 -1 4202560 18142 0 0 0 490 18 0 0 15 0 13 0 3823422 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1535656 CPUtime=0.52
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10364 0 -1 4202560 128 0 0 0 36 16 0 0 15 0 13 0 3823424 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10364 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3823424 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10849/stat : 10849 (java) S 10840 10842 10364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3823424 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10850] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10850/stat : 10850 (java) S 10840 10842 10364 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3823429 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10851] ppid=10840 vsize=1535656 CPUtime=1.98
/proc/10842/task/10851/stat : 10851 (java) S 10840 10842 10364 0 -1 4202560 2666 0 0 0 197 1 0 0 15 0 13 0 3823429 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10852] ppid=10840 vsize=1535656 CPUtime=1.54
/proc/10842/task/10852/stat : 10852 (java) S 10840 10842 10364 0 -1 4202560 2971 0 0 0 153 1 0 0 16 0 13 0 3823429 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10853] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10853/stat : 10853 (java) S 10840 10842 10364 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3823429 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10854] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10854/stat : 10854 (java) S 10840 10842 10364 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 3823429 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10855] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10855/stat : 10855 (java) S 10840 10842 10364 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 3823693 1572511744 66311 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1729.55
Current children cumulated vsize (KiB) 1535656

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/119 10906
/proc/meminfo: memFree=1526632/2059040 swapFree=4192956/4192956
[pid=10842] ppid=10840 vsize=1535656 CPUtime=1789.76
/proc/10842/stat : 10842 (java) S 10840 10842 10364 0 -1 4202496 83044 0 1 0 178876 100 0 0 18 0 13 0 3823419 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 383914 67897 1440 10 0 381216 0
[pid=10842/tid=10844] ppid=10840 vsize=1535656 CPUtime=1774.98
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10364 0 -1 4202560 36444 0 1 0 177463 35 0 0 25 0 13 0 3823421 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4109362017 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1535656 CPUtime=5.33
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10364 0 -1 4202560 20067 0 0 0 509 24 0 0 16 0 13 0 3823422 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1535656 CPUtime=5.31
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10364 0 -1 4202560 19590 0 0 0 512 19 0 0 15 0 13 0 3823422 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1535656 CPUtime=0.54
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10364 0 -1 4202560 132 0 0 0 38 16 0 0 15 0 13 0 3823424 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10364 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3823424 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10849/stat : 10849 (java) S 10840 10842 10364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3823424 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10850] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10850/stat : 10850 (java) S 10840 10842 10364 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3823429 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10851] ppid=10840 vsize=1535656 CPUtime=1.98
/proc/10842/task/10851/stat : 10851 (java) S 10840 10842 10364 0 -1 4202560 2666 0 0 0 197 1 0 0 15 0 13 0 3823429 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10852] ppid=10840 vsize=1535656 CPUtime=1.54
/proc/10842/task/10852/stat : 10852 (java) S 10840 10842 10364 0 -1 4202560 2971 0 0 0 153 1 0 0 16 0 13 0 3823429 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10853] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10853/stat : 10853 (java) S 10840 10842 10364 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3823429 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10854] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10854/stat : 10854 (java) S 10840 10842 10364 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 3823429 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10855] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10855/stat : 10855 (java) S 10840 10842 10364 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 3823693 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1789.76
Current children cumulated vsize (KiB) 1535656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.6 s]
/proc/loadavg: 1.00 1.01 1.00 2/119 10906
/proc/meminfo: memFree=1526632/2059040 swapFree=4192956/4192956
[pid=10842] ppid=10840 vsize=1535656 CPUtime=1800.1
/proc/10842/stat : 10842 (java) S 10840 10842 10364 0 -1 4202496 83060 0 1 0 179910 100 0 0 18 0 13 0 3823419 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10842/statm: 383914 67897 1440 10 0 381216 0
[pid=10842/tid=10844] ppid=10840 vsize=1535656 CPUtime=1785.24
/proc/10842/task/10844/stat : 10844 (java) R 10840 10842 10364 0 -1 4202560 36460 0 1 0 178489 35 0 0 25 0 13 0 3823421 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4109361841 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10842/tid=10845] ppid=10840 vsize=1535656 CPUtime=5.37
/proc/10842/task/10845/stat : 10845 (java) S 10840 10842 10364 0 -1 4202560 20067 0 0 0 513 24 0 0 15 0 13 0 3823422 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10846] ppid=10840 vsize=1535656 CPUtime=5.35
/proc/10842/task/10846/stat : 10846 (java) S 10840 10842 10364 0 -1 4202560 19590 0 0 0 516 19 0 0 16 0 13 0 3823422 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10847] ppid=10840 vsize=1535656 CPUtime=0.54
/proc/10842/task/10847/stat : 10847 (java) S 10840 10842 10364 0 -1 4202560 132 0 0 0 38 16 0 0 16 0 13 0 3823424 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 0 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10848] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10848/stat : 10848 (java) S 10840 10842 10364 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3823424 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10849] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10849/stat : 10849 (java) S 10840 10842 10364 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3823424 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10850] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10850/stat : 10850 (java) S 10840 10842 10364 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3823429 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10851] ppid=10840 vsize=1535656 CPUtime=1.98
/proc/10842/task/10851/stat : 10851 (java) S 10840 10842 10364 0 -1 4202560 2666 0 0 0 197 1 0 0 15 0 13 0 3823429 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 1 0 0 0
[pid=10842/tid=10852] ppid=10840 vsize=1535656 CPUtime=1.54
/proc/10842/task/10852/stat : 10852 (java) S 10840 10842 10364 0 -1 4202560 2971 0 0 0 153 1 0 0 16 0 13 0 3823429 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10853] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10853/stat : 10853 (java) S 10840 10842 10364 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3823429 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10854] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10854/stat : 10854 (java) S 10840 10842 10364 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 3823429 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
[pid=10842/tid=10855] ppid=10840 vsize=1535656 CPUtime=0
/proc/10842/task/10855/stat : 10855 (java) S 10840 10842 10364 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 3823693 1572511744 67897 1992294400 134512640 134550932 4289279952 18446744073709551615 4294960144 0 4 0 16800975 18446604437820731456 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1535656

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): 1792.67
CPU time (s): 1800.17
CPU user time (s): 1799.14
CPU system time (s): 1.03284
CPU usage (%): 100.418
Max. virtual memory (cumulated for all children) (KiB): 1538604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 1.03284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83081
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= 61698
involuntary context switches= 48007

runsolver used 3.58645 second user time and 9.63654 second system time

The end

Launcher Data

Begin job on node038 at 2010-06-15 20:08:27
IDJOB=2660355
IDBENCH=2980
IDSOLVER=1165
FILE ID=node038/2660355-1276625306
PBS_JOBID= 11172330
Free space on /tmp= 62476 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=220-sizeP=111-sizeQ=220-229130880-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-2660355-1276625306/watcher-2660355-1276625306 -o /tmp/evaluation-result-2660355-1276625306/solver-2660355-1276625306 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660355-1276625306.opb

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

MD5SUM BENCH= ce74ed6abc2682e3852648a27e28a7ce
RANDOM SEED=265474264

node038.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.222
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.44
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.222
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1796024 kB
Buffers:         39164 kB
Cached:         100388 kB
SwapCached:          0 kB
Active:          74172 kB
Inactive:       124820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1796024 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3740 kB
Writeback:           0 kB
AnonPages:       59508 kB
Mapped:          15360 kB
Slab:            42072 kB
PageTables:       4088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180056 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= 62472 MiB
End job on node038 at 2010-06-15 20:38:21