Trace number 2658875

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 Resolution 2.2.0 2010-05-26? (TO) 1800.18 1797.62

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-330229238-max.opb
MD5SUM7371465ba0e0d5bc10bb1d033f8bcd56
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 4697085165547666455778961193578674053759190090835006449104283878090284482579702915208197909390404088540790263
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.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.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2658875-1276624971.opb
0.08/0.20	c reading problem ... 
3.56/2.76	c ... done. Wall clock time 2.555s.
3.56/2.76	c #vars     29401
3.56/2.76	c #constraints  94503
3.56/2.76	c constraints type 
3.56/2.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29040
3.56/2.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 58080
3.56/2.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
924.03/921.81	c cleaning 2495 clauses out of 5001 with flag 5001/5001
1800.06/1797.52	c starts		: 34
1800.06/1797.52	c conflicts		: 10640
1800.06/1797.52	c decisions		: 99254
1800.06/1797.52	c propagations		: 4209566
1800.06/1797.52	c inspects		: 54602780
1800.06/1797.52	c learnt literals	: 0
1800.06/1797.52	c learnt binary clauses	: 0
1800.06/1797.52	c learnt ternary clauses	: 0
1800.06/1797.52	c learnt clauses	: 10640
1800.06/1797.52	c ignored clauses	: 0
1800.06/1797.52	c root simplifications	: 0
1800.06/1797.52	c removed literals (reason simplification)	: 87979859
1800.06/1797.52	c reason swapping (by a shorter reason)	: 0
1800.06/1797.52	c Calls to reduceDB	: 1
1800.06/1797.52	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.52	c number of learned constraints concerned by reduction	: 0
1800.06/1797.52	c number of learning phase by resolution	: 0
1800.06/1797.52	c number of learning phase by cutting planes	: 0
1800.06/1797.52	c speed (assignments/second)	: 2345.4809455992904
1800.06/1797.52	c non guided choices	170
1800.06/1797.53	c learnt constraints type 
1800.06/1797.53	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 8145
1800.06/1797.53	c constraints type 
1800.06/1797.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29040
1800.06/1797.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 58080
1800.06/1797.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/1797.53	s UNKNOWN
1800.06/1797.53	c Total wall clock time (in seconds): 1797.324

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-2658875-1276624971/watcher-2658875-1276624971 -o /tmp/evaluation-result-2658875-1276624971/solver-2658875-1276624971 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658875-1276624971.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.10 3/106 3899
/proc/meminfo: memFree=1773156/2059040 swapFree=4136680/4192956
[pid=3899] ppid=3897 vsize=1832 CPUtime=0
/proc/3899/stat : 3899 (java6) S 3897 3899 3197 0 -1 4194304 251 0 0 0 0 0 0 0 21 0 1 0 36152524 1875968 153 1992294400 134512640 134550932 4286910736 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/3899/statm: 458 153 116 10 0 63 0

[startup+0.047289 s]
/proc/loadavg: 1.00 1.00 1.10 3/106 3899
/proc/meminfo: memFree=1773156/2059040 swapFree=4136680/4192956
[pid=3899] ppid=3897 vsize=1521016 CPUtime=0.04
/proc/3899/stat : 3899 (java) S 3897 3899 3197 0 -1 4202496 3449 0 1 0 2 2 0 0 18 0 5 0 36152524 1557520384 2892 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/3899/statm: 380254 2892 971 10 0 377564 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521016

[startup+0.101274 s]
/proc/loadavg: 1.00 1.00 1.10 3/106 3899
/proc/meminfo: memFree=1773156/2059040 swapFree=4136680/4192956
[pid=3899] ppid=3897 vsize=1524184 CPUtime=0.08
/proc/3899/stat : 3899 (java) S 3897 3899 3197 0 -1 4202496 3962 0 1 0 6 2 0 0 18 0 12 0 36152524 1560764416 3401 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3899/statm: 381046 3401 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.30339 s]
/proc/loadavg: 1.00 1.00 1.10 3/106 3899
/proc/meminfo: memFree=1773156/2059040 swapFree=4136680/4192956
[pid=3899] ppid=3897 vsize=1526420 CPUtime=0.37
/proc/3899/stat : 3899 (java) S 3897 3899 3197 0 -1 4202496 5543 0 1 0 34 3 0 0 18 0 12 0 36152524 1563054080 4979 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3899/statm: 381605 4979 1362 10 0 378907 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526420

[startup+0.701375 s]
/proc/loadavg: 1.00 1.00 1.10 3/106 3899
/proc/meminfo: memFree=1773156/2059040 swapFree=4136680/4192956
[pid=3899] ppid=3897 vsize=1527684 CPUtime=1.12
/proc/3899/stat : 3899 (java) S 3897 3899 3197 0 -1 4202496 7968 0 1 0 107 5 0 0 18 0 12 0 36152524 1564348416 7362 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3899/statm: 381921 7363 1403 10 0 379223 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1527684

[startup+1.50034 s]
/proc/loadavg: 1.00 1.00 1.10 2/118 3911
/proc/meminfo: memFree=1725568/2059040 swapFree=4136680/4192956
[pid=3899] ppid=3897 vsize=1531780 CPUtime=2.12
/proc/3899/stat : 3899 (java) S 3897 3899 3197 0 -1 4202496 27942 0 1 0 198 14 0 0 18 0 12 0 36152524 1568542720 26816 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3899/statm: 382945 26817 1407 10 0 380247 0
[pid=3899/tid=3901] ppid=3897 vsize=1531780 CPUtime=1.47
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 3197 0 -1 4202560 24408 0 1 0 135 12 0 0 18 0 12 0 36152526 1568542720 26818 1992294400 134512640 134550932 4291090384 18446744073709551615 4109856067 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3899/tid=3902] ppid=3897 vsize=1531780 CPUtime=0
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 3197 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 36152527 1568542720 26820 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=1531780 CPUtime=0
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 3197 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 36152527 1568542720 26821 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3904] ppid=3897 vsize=1531780 CPUtime=0
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 3197 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 36152529 1568542720 26823 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3905] ppid=3897 vsize=1531780 CPUtime=0
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 3197 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 12 0 36152530 1568542720 26824 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3906] ppid=3897 vsize=1531780 CPUtime=0
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 3197 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 36152530 1568542720 26826 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3907] ppid=3897 vsize=1531780 CPUtime=0
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 36152534 1568542720 26827 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3908] ppid=3897 vsize=1531780 CPUtime=0.24
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 3197 0 -1 4202560 429 0 0 0 24 0 0 0 22 0 12 0 36152534 1568542720 26828 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3909] ppid=3897 vsize=1531780 CPUtime=0.38
/proc/3899/task/3909/stat : 3909 (java) S 3897 3899 3197 0 -1 4202560 2042 0 0 0 37 1 0 0 23 0 12 0 36152534 1568542720 26830 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3910] ppid=3897 vsize=1531780 CPUtime=0
/proc/3899/task/3910/stat : 3910 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 36152534 1568542720 26831 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3911] ppid=3897 vsize=1531780 CPUtime=0
/proc/3899/task/3911/stat : 3911 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 36152534 1568542720 26833 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1531780

[startup+3.10151 s]
/proc/loadavg: 1.16 1.03 1.11 2/118 3911
/proc/meminfo: memFree=1631824/2059040 swapFree=4136680/4192956
[pid=3899] ppid=3897 vsize=1532300 CPUtime=4.32
/proc/3899/stat : 3899 (java) S 3897 3899 3197 0 -1 4202496 37819 0 1 0 414 18 0 0 18 0 13 0 36152524 1569075200 36681 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3899/statm: 383075 36681 1430 10 0 380377 0
[pid=3899/tid=3901] ppid=3897 vsize=1532300 CPUtime=3
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 3197 0 -1 4202560 32026 0 1 0 285 15 0 0 21 0 13 0 36152526 1569075200 36681 1992294400 134512640 134550932 4291090384 18446744073709551615 4109531003 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3899/tid=3902] ppid=3897 vsize=1532300 CPUtime=0.04
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 3197 0 -1 4202560 1075 0 0 0 4 0 0 0 18 0 13 0 36152527 1569075200 36681 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=1532300 CPUtime=0.04
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 3197 0 -1 4202560 1045 0 0 0 4 0 0 0 18 0 13 0 36152527 1569075200 36681 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3904] ppid=3897 vsize=1532300 CPUtime=0
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 3197 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 36152529 1569075200 36681 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3905] ppid=3897 vsize=1532300 CPUtime=0
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 3197 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36152530 1569075200 36681 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3906] ppid=3897 vsize=1532300 CPUtime=0
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 3197 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36152530 1569075200 36681 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3907] ppid=3897 vsize=1532300 CPUtime=0
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 36152534 1569075200 36681 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3908] ppid=3897 vsize=1532300 CPUtime=0.36
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 3197 0 -1 4202560 455 0 0 0 36 0 0 0 17 0 13 0 36152534 1569075200 36681 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3909] ppid=3897 vsize=1532300 CPUtime=0.83
/proc/3899/task/3909/stat : 3909 (java) R 3897 3899 3197 0 -1 4202560 2145 0 0 0 82 1 0 0 16 0 13 0 36152534 1569075200 36681 1992294400 134512640 134550932 4291090384 18446744073709551615 105499075 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3899/tid=3910] ppid=3897 vsize=1532300 CPUtime=0
/proc/3899/task/3910/stat : 3910 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 36152534 1569075200 36681 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3911] ppid=3897 vsize=1532300 CPUtime=0
/proc/3899/task/3911/stat : 3911 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 36152534 1569075200 36681 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 1532300

[startup+6.30176 s]
/proc/loadavg: 1.16 1.03 1.11 2/119 3912
/proc/meminfo: memFree=1630764/2059040 swapFree=4136680/4192956
[pid=3899] ppid=3897 vsize=1531556 CPUtime=7.92
/proc/3899/stat : 3899 (java) S 3897 3899 3197 0 -1 4202496 38014 0 1 0 773 19 0 0 18 0 13 0 36152524 1568313344 36594 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3899/statm: 382889 36594 1435 10 0 380191 0
[pid=3899/tid=3901] ppid=3897 vsize=1531556 CPUtime=6.02
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 3197 0 -1 4202560 32033 0 1 0 586 16 0 0 25 0 13 0 36152526 1568313344 36594 1992294400 134512640 134550932 4291090384 18446744073709551615 4110092265 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3899/tid=3902] ppid=3897 vsize=1531556 CPUtime=0.04
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 3197 0 -1 4202560 1075 0 0 0 4 0 0 0 18 0 13 0 36152527 1568313344 36594 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=1531556 CPUtime=0.04
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 3197 0 -1 4202560 1045 0 0 0 4 0 0 0 18 0 13 0 36152527 1568313344 36594 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3904] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 3197 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 36152529 1568313344 36594 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3905] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 3197 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36152530 1568313344 36594 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3906] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 3197 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36152530 1568313344 36594 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3907] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 36152534 1568313344 36594 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3908] ppid=3897 vsize=1531556 CPUtime=0.57
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 3197 0 -1 4202560 477 0 0 0 57 0 0 0 15 0 13 0 36152534 1568313344 36594 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3909] ppid=3897 vsize=1531556 CPUtime=1.2
/proc/3899/task/3909/stat : 3909 (java) S 3897 3899 3197 0 -1 4202560 2311 0 0 0 119 1 0 0 16 0 13 0 36152534 1568313344 36594 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3910] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3910/stat : 3910 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 36152534 1568313344 36594 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3911] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3911/stat : 3911 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 36152534 1568313344 36594 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3912] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3912/stat : 3912 (java) S 3897 3899 3197 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 36152808 1568313344 36594 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 1531556

[startup+12.7013 s]
/proc/loadavg: 1.13 1.03 1.11 2/119 3914
/proc/meminfo: memFree=1630764/2059040 swapFree=4136680/4192956
[pid=3899] ppid=3897 vsize=1531556 CPUtime=14.39
/proc/3899/stat : 3899 (java) S 3897 3899 3197 0 -1 4202496 38023 0 1 0 1420 19 0 0 18 0 13 0 36152524 1568313344 36603 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3899/statm: 382889 36603 1435 10 0 380191 0
[pid=3899/tid=3901] ppid=3897 vsize=1531556 CPUtime=12.38
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 3197 0 -1 4202560 32034 0 1 0 1222 16 0 0 25 0 13 0 36152526 1568313344 36603 1992294400 134512640 134550932 4291090384 18446744073709551615 4110085376 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3899/tid=3902] ppid=3897 vsize=1531556 CPUtime=0.04
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 3197 0 -1 4202560 1075 0 0 0 4 0 0 0 18 0 13 0 36152527 1568313344 36603 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=1531556 CPUtime=0.04
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 3197 0 -1 4202560 1045 0 0 0 4 0 0 0 18 0 13 0 36152527 1568313344 36603 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3904] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 3197 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 36152529 1568313344 36603 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3905] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 3197 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36152530 1568313344 36603 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3906] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 3197 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36152530 1568313344 36603 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3907] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 36152534 1568313344 36603 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3908] ppid=3897 vsize=1531556 CPUtime=0.59
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 3197 0 -1 4202560 479 0 0 0 59 0 0 0 15 0 13 0 36152534 1568313344 36603 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3909] ppid=3897 vsize=1531556 CPUtime=1.29
/proc/3899/task/3909/stat : 3909 (java) S 3897 3899 3197 0 -1 4202560 2317 0 0 0 128 1 0 0 15 0 13 0 36152534 1568313344 36603 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3910] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3910/stat : 3910 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 36152534 1568313344 36603 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3911] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3911/stat : 3911 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 36152534 1568313344 36603 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3912] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3912/stat : 3912 (java) S 3897 3899 3197 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 36152808 1568313344 36603 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.39
Current children cumulated vsize (KiB) 1531556

[startup+25.5023 s]
/proc/loadavg: 1.11 1.03 1.10 2/119 3914
/proc/meminfo: memFree=1630764/2059040 swapFree=4136680/4192956
[pid=3899] ppid=3897 vsize=1531556 CPUtime=27.24
/proc/3899/stat : 3899 (java) S 3897 3899 3197 0 -1 4202496 38028 0 1 0 2705 19 0 0 18 0 13 0 36152524 1568313344 36607 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3899/statm: 382889 36607 1435 10 0 380191 0
[pid=3899/tid=3901] ppid=3897 vsize=1531556 CPUtime=25.16
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 3197 0 -1 4202560 32035 0 1 0 2500 16 0 0 25 0 13 0 36152526 1568313344 36607 1992294400 134512640 134550932 4291090384 18446744073709551615 4109977289 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3899/tid=3902] ppid=3897 vsize=1531556 CPUtime=0.04
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 3197 0 -1 4202560 1075 0 0 0 4 0 0 0 18 0 13 0 36152527 1568313344 36607 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=1531556 CPUtime=0.04
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 3197 0 -1 4202560 1045 0 0 0 4 0 0 0 18 0 13 0 36152527 1568313344 36607 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3904] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 3197 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 36152529 1568313344 36607 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3905] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 3197 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36152530 1568313344 36607 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3906] ppid=3897 vsize=1531556 CPUtime=0

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

[pid=3899/tid=3904] ppid=3897 vsize=1531556 CPUtime=0.12
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 3197 0 -1 4202560 54 0 0 0 12 0 0 0 15 0 13 0 36152529 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3905] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 3197 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36152530 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3906] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 3197 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36152530 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3907] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 36152534 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3908] ppid=3897 vsize=1531556 CPUtime=0.61
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 3197 0 -1 4202560 479 0 0 0 61 0 0 0 15 0 13 0 36152534 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3909] ppid=3897 vsize=1531556 CPUtime=1.51
/proc/3899/task/3909/stat : 3909 (java) S 3897 3899 3197 0 -1 4202560 2339 0 0 0 150 1 0 0 15 0 13 0 36152534 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3910] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3910/stat : 3910 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 36152534 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3911] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3911/stat : 3911 (java) S 3897 3899 3197 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 36152534 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3912] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3912/stat : 3912 (java) S 3897 3899 3197 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 36152808 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1604.79
Current children cumulated vsize (KiB) 1531556

[startup+1662.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/119 3958
/proc/meminfo: memFree=1330560/2059040 swapFree=4136680/4192956
[pid=3899] ppid=3897 vsize=1531556 CPUtime=1664.79
/proc/3899/stat : 3899 (java) S 3897 3899 3197 0 -1 4202496 113488 0 1 0 166420 59 0 0 18 0 13 0 36152524 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3899/statm: 382889 111201 1444 10 0 380191 0
[pid=3899/tid=3901] ppid=3897 vsize=1531556 CPUtime=1660.29
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 3197 0 -1 4202560 32061 0 1 0 166013 16 0 0 25 0 13 0 36152526 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4110088299 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3899/tid=3902] ppid=3897 vsize=1531556 CPUtime=1.08
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 3197 0 -1 4202560 42168 0 0 0 87 21 0 0 18 0 13 0 36152527 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=1531556 CPUtime=1.08
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 3197 0 -1 4202560 35217 0 0 0 90 18 0 0 18 0 13 0 36152527 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3904] ppid=3897 vsize=1531556 CPUtime=0.12
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 3197 0 -1 4202560 55 0 0 0 12 0 0 0 15 0 13 0 36152529 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3905] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 3197 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36152530 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3906] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 3197 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36152530 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3907] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 36152534 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3908] ppid=3897 vsize=1531556 CPUtime=0.63
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 3197 0 -1 4202560 479 0 0 0 63 0 0 0 15 0 13 0 36152534 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3909] ppid=3897 vsize=1531556 CPUtime=1.53
/proc/3899/task/3909/stat : 3909 (java) S 3897 3899 3197 0 -1 4202560 2340 0 0 0 152 1 0 0 16 0 13 0 36152534 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3910] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3910/stat : 3910 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 36152534 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3911] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3911/stat : 3911 (java) S 3897 3899 3197 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 36152534 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3912] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3912/stat : 3912 (java) S 3897 3899 3197 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 36152808 1568313344 111201 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1664.79
Current children cumulated vsize (KiB) 1531556

[startup+1722.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/119 3958
/proc/meminfo: memFree=1318656/2059040 swapFree=4136680/4192956
[pid=3899] ppid=3897 vsize=1531556 CPUtime=1724.82
/proc/3899/stat : 3899 (java) S 3897 3899 3197 0 -1 4202496 116486 0 1 0 172421 61 0 0 18 0 13 0 36152524 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3899/statm: 382889 114183 1444 10 0 380191 0
[pid=3899/tid=3901] ppid=3897 vsize=1531556 CPUtime=1720.24
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 3197 0 -1 4202560 32062 0 1 0 172008 16 0 0 25 0 13 0 36152526 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4110230166 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3899/tid=3902] ppid=3897 vsize=1531556 CPUtime=1.13
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 3197 0 -1 4202560 44038 0 0 0 90 23 0 0 18 0 13 0 36152527 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=1531556 CPUtime=1.12
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 3197 0 -1 4202560 36340 0 0 0 94 18 0 0 18 0 13 0 36152527 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3904] ppid=3897 vsize=1531556 CPUtime=0.12
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 3197 0 -1 4202560 57 0 0 0 12 0 0 0 15 0 13 0 36152529 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3905] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 3197 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36152530 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3906] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 3197 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36152530 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3907] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 36152534 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3908] ppid=3897 vsize=1531556 CPUtime=0.63
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 3197 0 -1 4202560 479 0 0 0 63 0 0 0 15 0 13 0 36152534 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3909] ppid=3897 vsize=1531556 CPUtime=1.53
/proc/3899/task/3909/stat : 3909 (java) S 3897 3899 3197 0 -1 4202560 2340 0 0 0 152 1 0 0 16 0 13 0 36152534 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3910] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3910/stat : 3910 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 36152534 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3911] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3911/stat : 3911 (java) S 3897 3899 3197 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 36152534 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3912] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3912/stat : 3912 (java) S 3897 3899 3197 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 36152808 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1724.82
Current children cumulated vsize (KiB) 1531556

[startup+1782.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/119 3960
/proc/meminfo: memFree=1318408/2059040 swapFree=4136680/4192956
[pid=3899] ppid=3897 vsize=1531556 CPUtime=1784.81
/proc/3899/stat : 3899 (java) S 3897 3899 3197 0 -1 4202496 116490 0 1 0 178420 61 0 0 18 0 13 0 36152524 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3899/statm: 382889 114183 1444 10 0 380191 0
[pid=3899/tid=3901] ppid=3897 vsize=1531556 CPUtime=1780.22
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 3197 0 -1 4202560 32062 0 1 0 178006 16 0 0 25 0 13 0 36152526 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4110088350 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3899/tid=3902] ppid=3897 vsize=1531556 CPUtime=1.13
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 3197 0 -1 4202560 44038 0 0 0 90 23 0 0 18 0 13 0 36152527 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=1531556 CPUtime=1.12
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 3197 0 -1 4202560 36340 0 0 0 94 18 0 0 18 0 13 0 36152527 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3904] ppid=3897 vsize=1531556 CPUtime=0.12
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 3197 0 -1 4202560 57 0 0 0 12 0 0 0 15 0 13 0 36152529 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3905] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 3197 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36152530 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3906] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 3197 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36152530 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3907] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 36152534 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3908] ppid=3897 vsize=1531556 CPUtime=0.63
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 3197 0 -1 4202560 479 0 0 0 63 0 0 0 15 0 13 0 36152534 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3909] ppid=3897 vsize=1531556 CPUtime=1.53
/proc/3899/task/3909/stat : 3909 (java) S 3897 3899 3197 0 -1 4202560 2340 0 0 0 152 1 0 0 16 0 13 0 36152534 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3910] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3910/stat : 3910 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 36152534 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3911] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3911/stat : 3911 (java) S 3897 3899 3197 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 36152534 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3912] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3912/stat : 3912 (java) S 3897 3899 3197 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 36152808 1568313344 114183 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1784.81
Current children cumulated vsize (KiB) 1531556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.5 s]
/proc/loadavg: 1.06 1.03 1.00 2/119 3960
/proc/meminfo: memFree=1301544/2059040 swapFree=4136680/4192956
[pid=3899] ppid=3897 vsize=1531556 CPUtime=1800.06
/proc/3899/stat : 3899 (java) S 3897 3899 3197 0 -1 4202496 120791 0 1 0 179942 64 0 0 18 0 13 0 36152524 1568313344 118446 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3899/statm: 382889 118446 1444 10 0 380191 0
[pid=3899/tid=3901] ppid=3897 vsize=1531556 CPUtime=1795.39
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 3197 0 -1 4202560 32063 0 1 0 179523 16 0 0 25 0 13 0 36152526 1568313344 118446 1992294400 134512640 134550932 4291090384 18446744073709551615 4110085370 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3899/tid=3902] ppid=3897 vsize=1531556 CPUtime=1.16
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 3197 0 -1 4202560 46919 0 0 0 92 24 0 0 18 0 13 0 36152527 1568313344 118446 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=1531556 CPUtime=1.16
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 3197 0 -1 4202560 37755 0 0 0 97 19 0 0 18 0 13 0 36152527 1568313344 118446 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3904] ppid=3897 vsize=1531556 CPUtime=0.12
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 3197 0 -1 4202560 59 0 0 0 12 0 0 0 15 0 13 0 36152529 1568313344 118446 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3905] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 3197 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36152530 1568313344 118446 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3906] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 3197 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36152530 1568313344 118446 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3907] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 36152534 1568313344 118446 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3908] ppid=3897 vsize=1531556 CPUtime=0.63
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 3197 0 -1 4202560 479 0 0 0 63 0 0 0 15 0 13 0 36152534 1568313344 118446 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3909] ppid=3897 vsize=1531556 CPUtime=1.53
/proc/3899/task/3909/stat : 3909 (java) S 3897 3899 3197 0 -1 4202560 2340 0 0 0 152 1 0 0 16 0 13 0 36152534 1568313344 118446 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=3899/tid=3910] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3910/stat : 3910 (java) S 3897 3899 3197 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 36152534 1568313344 118446 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3911] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3911/stat : 3911 (java) S 3897 3899 3197 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 13 0 36152534 1568313344 118446 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=3899/tid=3912] ppid=3897 vsize=1531556 CPUtime=0
/proc/3899/task/3912/stat : 3912 (java) S 3897 3899 3197 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 36152808 1568313344 118446 1992294400 134512640 134550932 4291090384 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1531556

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

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

[startup+1797.62 s]
/proc/loadavg: 1.06 1.03 1.00 2/119 3960
/proc/meminfo: memFree=1301544/2059040 swapFree=4136680/4192956
[pid=3899] ppid=3897 vsize=0 CPUtime=1800.17
/proc/3899/stat : 3899 (java) Z 3897 3899 3197 0 -1 4203548 120813 0 1 0 179949 68 0 0 17 0 2 0 36152524 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/3899/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.62
CPU time (s): 1800.18
CPU user time (s): 1799.49
CPU system time (s): 0.688895
CPU usage (%): 100.143
Max. virtual memory (cumulated for all children) (KiB): 1532300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 0.688895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120813
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= 36975
involuntary context switches= 26006

runsolver used 3.83042 second user time and 9.02963 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-15 20:02:51
IDJOB=2658875
IDBENCH=2973
IDSOLVER=1164
FILE ID=node026/2658875-1276624971
PBS_JOBID= 11172298
Free space on /tmp= 62556 MiB

SOLVER NAME= SAT4J PB Resolution 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-330229238-max.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658875-1276624971/watcher-2658875-1276624971 -o /tmp/evaluation-result-2658875-1276624971/solver-2658875-1276624971 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658875-1276624971.opb

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

MD5SUM BENCH= 7371465ba0e0d5bc10bb1d033f8bcd56
RANDOM SEED=1999182164

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1773552 kB
Buffers:         75152 kB
Cached:         117936 kB
SwapCached:       9840 kB
Active:          99632 kB
Inactive:       106888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1773552 kB
SwapTotal:     4192956 kB
SwapFree:      4136680 kB
Dirty:            4388 kB
Writeback:           0 kB
AnonPages:       11652 kB
Mapped:           9396 kB
Slab:            57036 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181848 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= 62556 MiB
End job on node026 at 2010-06-15 20:32:51