Trace number 2658897

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 1796.72

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=360-sizeP=181-sizeQ=360-770414132-max.opb
MD5SUM41622f14b6e1d28d767866cb9a3e32ea
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 variables65701
Total number of constraints195481
Number of constraints which are clauses195480
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 constraint65160
Number of terms in the objective function 181
Biggest coefficient in the objective function 1532495540865888858358347027150309183618739122183602176
Number of bits for the biggest coefficient in the objective function 181
Sum of the numbers in the objective function 3064991081731777716716694054300618367237478244367204351
Number of bits of the sum of numbers in the objective function 181
Biggest number in a constraint 1799565517817278553124215403074392743547878847320766653240302229044735032268595148127616274441556342859968364253408358049283306422197719875603406072346065542053888
Number of bits of the biggest number in a constraint 540
Biggest sum of numbers in a constraint 7198262071269114212496861612297570974191515389283066612360646520299668853108307041790674815860173378468848205106664422578504773969619037192617658424108904539490357
Number of bits of the biggest sum of numbers541
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.15	c See www.sat4j.org for details.
0.07/0.15	c version 2.2.0.v20100526
0.07/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.15	c java.vm.version	11.2-b01
0.07/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version		1.6.0_12
0.07/0.15	c os.name		Linux
0.07/0.15	c os.version		2.6.18-164.el5
0.07/0.15	c os.arch		i386
0.07/0.15	c Free memory 		1393557488
0.07/0.15	c Max memory 		1395916800
0.07/0.15	c Total memory 		1395916800
0.07/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@17f1ba3
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658897-1276628500.opb
0.22/0.21	c reading problem ... 
7.57/5.78	c ... done. Wall clock time 5.567s.
7.57/5.78	c #vars     65701
7.57/5.78	c #constraints  211772
7.57/5.78	c constraints type 
7.57/5.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 65160
7.57/5.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 130320
7.57/5.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.05/1796.62	c starts		: 21
1800.05/1796.62	c conflicts		: 4314
1800.05/1796.62	c decisions		: 19013
1800.05/1796.62	c propagations		: 3345820
1800.05/1796.62	c inspects		: 13421494
1800.05/1796.62	c learnt literals	: 0
1800.05/1796.62	c learnt binary clauses	: 5
1800.05/1796.62	c learnt ternary clauses	: 0
1800.05/1796.62	c learnt clauses	: 4313
1800.05/1796.62	c ignored clauses	: 0
1800.05/1796.62	c root simplifications	: 0
1800.05/1796.62	c removed literals (reason simplification)	: 58511815
1800.05/1796.62	c reason swapping (by a shorter reason)	: 0
1800.05/1796.62	c Calls to reduceDB	: 0
1800.05/1796.62	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.62	c number of learned constraints concerned by reduction	: 0
1800.05/1796.62	c number of learning phase by resolution	: 0
1800.05/1796.62	c number of learning phase by cutting planes	: 0
1800.05/1796.62	c speed (assignments/second)	: 1868.3006149083444
1800.05/1796.62	c non guided choices	133
1800.05/1796.62	c learnt constraints type 
1800.05/1796.62	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 4308
1800.05/1796.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.05/1796.62	c constraints type 
1800.05/1796.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 65160
1800.05/1796.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 130320
1800.05/1796.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.05/1796.62	s UNKNOWN
1800.05/1796.62	c Total wall clock time (in seconds): 1796.411

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

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


[startup+0 s]
/proc/loadavg: 0.93 1.00 1.01 3/105 12881
/proc/meminfo: memFree=1839996/2059040 swapFree=4164960/4192956
[pid=12881] ppid=12879 vsize=248 CPUtime=0
/proc/12881/stat : 12881 (java) R 12879 12881 11847 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 4143622 253952 28 1992294400 134512640 134550932 4290520528 18446744073709551615 1725012 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12881/statm: 62 28 21 10 0 23 0

[startup+0.0997039 s]
/proc/loadavg: 0.93 1.00 1.01 3/105 12881
/proc/meminfo: memFree=1839996/2059040 swapFree=4164960/4192956
[pid=12881] ppid=12879 vsize=1521796 CPUtime=0.07
/proc/12881/stat : 12881 (java) S 12879 12881 11847 0 -1 4202496 3858 0 1 0 5 2 0 0 18 0 7 0 4143622 1558319104 3300 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/12881/statm: 380449 3302 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101699 s]
/proc/loadavg: 0.93 1.00 1.01 3/105 12881
/proc/meminfo: memFree=1839996/2059040 swapFree=4164960/4192956
[pid=12881] ppid=12879 vsize=1521796 CPUtime=0.07
/proc/12881/stat : 12881 (java) S 12879 12881 11847 0 -1 4202496 3868 0 1 0 5 2 0 0 18 0 7 0 4143622 1558319104 3310 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/12881/statm: 380449 3310 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.301727 s]
/proc/loadavg: 0.93 1.00 1.01 3/105 12881
/proc/meminfo: memFree=1839996/2059040 swapFree=4164960/4192956
[pid=12881] ppid=12879 vsize=1526340 CPUtime=0.35
/proc/12881/stat : 12881 (java) S 12879 12881 11847 0 -1 4202496 5683 0 1 0 32 3 0 0 18 0 12 0 4143622 1562972160 5121 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12881/statm: 381585 5121 1357 10 0 378887 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526340

[startup+0.701773 s]
/proc/loadavg: 0.93 1.00 1.01 3/105 12881
/proc/meminfo: memFree=1839996/2059040 swapFree=4164960/4192956
[pid=12881] ppid=12879 vsize=1527856 CPUtime=1.09
/proc/12881/stat : 12881 (java) S 12879 12881 11847 0 -1 4202496 8149 0 1 0 105 4 0 0 18 0 12 0 4143622 1564524544 7587 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12881/statm: 381964 7587 1403 10 0 379266 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1527856

[startup+1.50187 s]
/proc/loadavg: 0.93 1.00 1.01 5/117 12893
/proc/meminfo: memFree=1791292/2059040 swapFree=4164960/4192956
[pid=12881] ppid=12879 vsize=1532688 CPUtime=2.38
/proc/12881/stat : 12881 (java) S 12879 12881 11847 0 -1 4202496 27652 0 1 0 224 14 0 0 18 0 12 0 4143622 1569472512 26364 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12881/statm: 383172 26364 1407 10 0 380474 0
[pid=12881/tid=12883] ppid=12879 vsize=1532688 CPUtime=1.45
/proc/12881/task/12883/stat : 12883 (java) R 12879 12881 11847 0 -1 4202560 23677 0 1 0 133 12 0 0 18 0 12 0 4143623 1569472512 26364 1992294400 134512640 134550932 4290520528 18446744073709551615 4109483406 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12881/tid=12884] ppid=12879 vsize=1532688 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12879 12881 11847 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 4143625 1569472512 26364 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12885] ppid=12879 vsize=1532688 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12879 12881 11847 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 4143625 1569472512 26364 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12886] ppid=12879 vsize=1532688 CPUtime=0
/proc/12881/task/12886/stat : 12886 (java) S 12879 12881 11847 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 4143627 1569472512 26364 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
[pid=12881/tid=12887] ppid=12879 vsize=1532688 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12879 12881 11847 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 4143628 1569472512 26364 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12888] ppid=12879 vsize=1532688 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12879 12881 11847 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 4143628 1569472512 26364 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12889] ppid=12879 vsize=1532688 CPUtime=0
/proc/12881/task/12889/stat : 12889 (java) S 12879 12881 11847 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 4143632 1569472512 26364 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12890] ppid=12879 vsize=1532688 CPUtime=0.68
/proc/12881/task/12890/stat : 12890 (java) S 12879 12881 11847 0 -1 4202560 2401 0 0 0 68 0 0 0 18 0 12 0 4143632 1569472512 26364 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12891] ppid=12879 vsize=1532688 CPUtime=0.21
/proc/12881/task/12891/stat : 12891 (java) S 12879 12881 11847 0 -1 4202560 512 0 0 0 21 0 0 0 25 0 12 0 4143632 1569472512 26364 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12892] ppid=12879 vsize=1532688 CPUtime=0
/proc/12881/task/12892/stat : 12892 (java) S 12879 12881 11847 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 4143632 1569472512 26364 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12893] ppid=12879 vsize=1532688 CPUtime=0
/proc/12881/task/12893/stat : 12893 (java) S 12879 12881 11847 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 4143632 1569472512 26364 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1532688

[startup+3.10103 s]
/proc/loadavg: 0.93 1.00 1.01 2/117 12893
/proc/meminfo: memFree=1696432/2059040 swapFree=4164960/4192956
[pid=12881] ppid=12879 vsize=1532688 CPUtime=4.1
/proc/12881/stat : 12881 (java) S 12879 12881 11847 0 -1 4202496 42424 0 1 0 389 21 0 0 18 0 12 0 4143622 1569472512 41077 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12881/statm: 383172 41077 1417 10 0 380474 0
[pid=12881/tid=12883] ppid=12879 vsize=1532688 CPUtime=2.91
/proc/12881/task/12883/stat : 12883 (java) R 12879 12881 11847 0 -1 4202560 32014 0 1 0 275 16 0 0 20 0 12 0 4143623 1569472512 41077 1992294400 134512640 134550932 4290520528 18446744073709551615 4109433336 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12881/tid=12884] ppid=12879 vsize=1532688 CPUtime=0.12
/proc/12881/task/12884/stat : 12884 (java) S 12879 12881 11847 0 -1 4202560 3140 0 0 0 11 1 0 0 18 0 12 0 4143625 1569472512 41077 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12885] ppid=12879 vsize=1532688 CPUtime=0.12
/proc/12881/task/12885/stat : 12885 (java) S 12879 12881 11847 0 -1 4202560 3286 0 0 0 10 2 0 0 18 0 12 0 4143625 1569472512 41077 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
[pid=12881/tid=12886] ppid=12879 vsize=1532688 CPUtime=0
/proc/12881/task/12886/stat : 12886 (java) S 12879 12881 11847 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 4143627 1569472512 41077 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
[pid=12881/tid=12887] ppid=12879 vsize=1532688 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12879 12881 11847 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 4143628 1569472512 41077 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12888] ppid=12879 vsize=1532688 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12879 12881 11847 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 12 0 4143628 1569472512 41077 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12889] ppid=12879 vsize=1532688 CPUtime=0
/proc/12881/task/12889/stat : 12889 (java) S 12879 12881 11847 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 4143632 1569472512 41077 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12890] ppid=12879 vsize=1532688 CPUtime=0.68
/proc/12881/task/12890/stat : 12890 (java) S 12879 12881 11847 0 -1 4202560 2401 0 0 0 68 0 0 0 18 0 12 0 4143632 1569472512 41077 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12891] ppid=12879 vsize=1532688 CPUtime=0.21
/proc/12881/task/12891/stat : 12891 (java) S 12879 12881 11847 0 -1 4202560 512 0 0 0 21 0 0 0 25 0 12 0 4143632 1569472512 41077 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12892] ppid=12879 vsize=1532688 CPUtime=0
/proc/12881/task/12892/stat : 12892 (java) S 12879 12881 11847 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 4143632 1569472512 41077 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12893] ppid=12879 vsize=1532688 CPUtime=0
/proc/12881/task/12893/stat : 12893 (java) S 12879 12881 11847 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 4143632 1569472512 41077 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 1532688

[startup+6.3014 s]
/proc/loadavg: 1.09 1.03 1.02 4/117 12893
/proc/meminfo: memFree=1655264/2059040 swapFree=4164960/4192956
[pid=12881] ppid=12879 vsize=1542344 CPUtime=8.64
/proc/12881/stat : 12881 (java) S 12879 12881 11847 0 -1 4202496 52342 0 1 0 837 27 0 0 18 0 13 0 4143622 1579360256 48350 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12881/statm: 385586 48350 1430 10 0 382888 0
[pid=12881/tid=12883] ppid=12879 vsize=1542344 CPUtime=5.96
/proc/12881/task/12883/stat : 12883 (java) R 12879 12881 11847 0 -1 4202560 32060 0 1 0 580 16 0 0 25 0 13 0 4143623 1579360256 48350 1992294400 134512640 134550932 4290520528 18446744073709551615 4109795399 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12881/tid=12884] ppid=12879 vsize=1542344 CPUtime=0.25
/proc/12881/task/12884/stat : 12884 (java) S 12879 12881 11847 0 -1 4202560 5689 0 0 0 22 3 0 0 18 0 13 0 4143625 1579360256 48350 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12885] ppid=12879 vsize=1542344 CPUtime=0.25
/proc/12881/task/12885/stat : 12885 (java) S 12879 12881 11847 0 -1 4202560 5973 0 0 0 22 3 0 0 18 0 13 0 4143625 1579360256 48350 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
[pid=12881/tid=12886] ppid=12879 vsize=1542344 CPUtime=0
/proc/12881/task/12886/stat : 12886 (java) S 12879 12881 11847 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 13 0 4143627 1579360256 48350 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
[pid=12881/tid=12887] ppid=12879 vsize=1542344 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12879 12881 11847 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4143628 1579360256 48350 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12888] ppid=12879 vsize=1542344 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12879 12881 11847 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 4143628 1579360256 48350 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12889] ppid=12879 vsize=1542344 CPUtime=0
/proc/12881/task/12889/stat : 12889 (java) S 12879 12881 11847 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4143632 1579360256 48350 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12890] ppid=12879 vsize=1542344 CPUtime=1.36
/proc/12881/task/12890/stat : 12890 (java) S 12879 12881 11847 0 -1 4202560 6105 0 0 0 134 2 0 0 18 0 13 0 4143632 1579360256 48350 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12891] ppid=12879 vsize=1542344 CPUtime=0.77
/proc/12881/task/12891/stat : 12891 (java) S 12879 12881 11847 0 -1 4202560 1437 0 0 0 77 0 0 0 16 0 13 0 4143632 1579360256 48350 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12892] ppid=12879 vsize=1542344 CPUtime=0
/proc/12881/task/12892/stat : 12892 (java) S 12879 12881 11847 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 4143632 1579360256 48350 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12893] ppid=12879 vsize=1542344 CPUtime=0
/proc/12881/task/12893/stat : 12893 (java) S 12879 12881 11847 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 4143632 1579360256 48350 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.64
Current children cumulated vsize (KiB) 1542344

[startup+12.7011 s]
/proc/loadavg: 1.08 1.03 1.02 2/118 12894
/proc/meminfo: memFree=1650916/2059040 swapFree=4164960/4192956
[pid=12881] ppid=12879 vsize=1541260 CPUtime=15.63
/proc/12881/stat : 12881 (java) S 12879 12881 11847 0 -1 4202496 52551 0 1 0 1536 27 0 0 18 0 13 0 4143622 1578250240 48299 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12881/statm: 385315 48299 1435 10 0 382617 0
[pid=12881/tid=12883] ppid=12879 vsize=1541260 CPUtime=12.33
/proc/12881/task/12883/stat : 12883 (java) R 12879 12881 11847 0 -1 4202560 32068 0 1 0 1217 16 0 0 25 0 13 0 4143623 1578250240 48299 1992294400 134512640 134550932 4290520528 18446744073709551615 4109796636 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12881/tid=12884] ppid=12879 vsize=1541260 CPUtime=0.25
/proc/12881/task/12884/stat : 12884 (java) S 12879 12881 11847 0 -1 4202560 5689 0 0 0 22 3 0 0 18 0 13 0 4143625 1578250240 48299 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12885] ppid=12879 vsize=1541260 CPUtime=0.25
/proc/12881/task/12885/stat : 12885 (java) S 12879 12881 11847 0 -1 4202560 5973 0 0 0 22 3 0 0 18 0 13 0 4143625 1578250240 48299 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
[pid=12881/tid=12886] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12886/stat : 12886 (java) S 12879 12881 11847 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 13 0 4143627 1578250240 48299 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
[pid=12881/tid=12887] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12879 12881 11847 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4143628 1578250240 48299 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12888] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12879 12881 11847 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 4143628 1578250240 48299 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12889] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12889/stat : 12889 (java) S 12879 12881 11847 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4143632 1578250240 48299 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12890] ppid=12879 vsize=1541260 CPUtime=1.69
/proc/12881/task/12890/stat : 12890 (java) S 12879 12881 11847 0 -1 4202560 6265 0 0 0 167 2 0 0 15 0 13 0 4143632 1578250240 48299 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12891] ppid=12879 vsize=1541260 CPUtime=1.05
/proc/12881/task/12891/stat : 12891 (java) S 12879 12881 11847 0 -1 4202560 1478 0 0 0 105 0 0 0 15 0 13 0 4143632 1578250240 48299 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12892] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12892/stat : 12892 (java) S 12879 12881 11847 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 4143632 1578250240 48299 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12893] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12893/stat : 12893 (java) S 12879 12881 11847 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 4143632 1578250240 48299 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
[pid=12881/tid=12894] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12894/stat : 12894 (java) S 12879 12881 11847 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 4144213 1578250240 48299 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.63
Current children cumulated vsize (KiB) 1541260

[startup+25.5025 s]
/proc/loadavg: 1.06 1.03 1.02 2/118 12894
/proc/meminfo: memFree=1651040/2059040 swapFree=4164960/4192956
[pid=12881] ppid=12879 vsize=1541260 CPUtime=28.5
/proc/12881/stat : 12881 (java) S 12879 12881 11847 0 -1 4202496 52560 0 1 0 2823 27 0 0 18 0 13 0 4143622 1578250240 48305 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12881/statm: 385315 48305 1435 10 0 382617 0
[pid=12881/tid=12883] ppid=12879 vsize=1541260 CPUtime=25.13
/proc/12881/task/12883/stat : 12883 (java) R 12879 12881 11847 0 -1 4202560 32071 0 1 0 2497 16 0 0 25 0 13 0 4143623 1578250240 48305 1992294400 134512640 134550932 4290520528 18446744073709551615 4109797753 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12881/tid=12884] ppid=12879 vsize=1541260 CPUtime=0.25
/proc/12881/task/12884/stat : 12884 (java) S 12879 12881 11847 0 -1 4202560 5689 0 0 0 22 3 0 0 18 0 13 0 4143625 1578250240 48305 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12885] ppid=12879 vsize=1541260 CPUtime=0.25
/proc/12881/task/12885/stat : 12885 (java) S 12879 12881 11847 0 -1 4202560 5973 0 0 0 22 3 0 0 18 0 13 0 4143625 1578250240 48305 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
[pid=12881/tid=12886] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12886/stat : 12886 (java) S 12879 12881 11847 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 4143627 1578250240 48305 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
[pid=12881/tid=12887] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12879 12881 11847 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4143628 1578250240 48305 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12888] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12879 12881 11847 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 4143628 1578250240 48305 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12889] ppid=12879 vsize=1541260 CPUtime=0

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

[pid=12881/tid=12887] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12879 12881 11847 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4143628 1578250240 89228 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12888] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12879 12881 11847 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 4143628 1578250240 89228 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12889] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12889/stat : 12889 (java) S 12879 12881 11847 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4143632 1578250240 89228 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12890] ppid=12879 vsize=1541260 CPUtime=1.8
/proc/12881/task/12890/stat : 12890 (java) S 12879 12881 11847 0 -1 4202560 6274 0 0 0 178 2 0 0 15 0 13 0 4143632 1578250240 89228 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12891] ppid=12879 vsize=1541260 CPUtime=1.19
/proc/12881/task/12891/stat : 12891 (java) S 12879 12881 11847 0 -1 4202560 1486 0 0 0 119 0 0 0 15 0 13 0 4143632 1578250240 89228 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12892] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12892/stat : 12892 (java) S 12879 12881 11847 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 4143632 1578250240 89228 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12893] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12893/stat : 12893 (java) S 12879 12881 11847 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 13 0 4143632 1578250240 89228 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12894] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12894/stat : 12894 (java) S 12879 12881 11847 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 4144213 1578250240 89228 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1605.72
Current children cumulated vsize (KiB) 1541260

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 12938
/proc/meminfo: memFree=1464916/2059040 swapFree=4164960/4192956
[pid=12881] ppid=12879 vsize=1541260 CPUtime=1665.75
/proc/12881/stat : 12881 (java) S 12879 12881 11847 0 -1 4202496 99744 0 1 0 166521 54 0 0 18 0 13 0 4143622 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12881/statm: 385315 94488 1439 10 0 382617 0
[pid=12881/tid=12883] ppid=12879 vsize=1541260 CPUtime=1660.66
/proc/12881/task/12883/stat : 12883 (java) R 12879 12881 11847 0 -1 4202560 32096 0 1 0 166050 16 0 0 25 0 13 0 4143623 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4109795399 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12881/tid=12884] ppid=12879 vsize=1541260 CPUtime=1.02
/proc/12881/task/12884/stat : 12884 (java) S 12879 12881 11847 0 -1 4202560 29510 0 0 0 87 15 0 0 16 0 13 0 4143625 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
[pid=12881/tid=12885] ppid=12879 vsize=1541260 CPUtime=1.01
/proc/12881/task/12885/stat : 12885 (java) S 12879 12881 11847 0 -1 4202560 29172 0 0 0 84 17 0 0 18 0 13 0 4143625 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12886] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12886/stat : 12886 (java) S 12879 12881 11847 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 13 0 4143627 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
[pid=12881/tid=12887] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12879 12881 11847 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4143628 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12888] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12879 12881 11847 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 4143628 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12889] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12889/stat : 12889 (java) S 12879 12881 11847 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4143632 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12890] ppid=12879 vsize=1541260 CPUtime=1.8
/proc/12881/task/12890/stat : 12890 (java) S 12879 12881 11847 0 -1 4202560 6274 0 0 0 178 2 0 0 15 0 13 0 4143632 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12891] ppid=12879 vsize=1541260 CPUtime=1.19
/proc/12881/task/12891/stat : 12891 (java) S 12879 12881 11847 0 -1 4202560 1486 0 0 0 119 0 0 0 15 0 13 0 4143632 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12892] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12892/stat : 12892 (java) S 12879 12881 11847 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 4143632 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12893] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12893/stat : 12893 (java) S 12879 12881 11847 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 4143632 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12894] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12894/stat : 12894 (java) S 12879 12881 11847 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 4144213 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1665.75
Current children cumulated vsize (KiB) 1541260

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 12940
/proc/meminfo: memFree=1464916/2059040 swapFree=4164960/4192956
[pid=12881] ppid=12879 vsize=1541260 CPUtime=1725.74
/proc/12881/stat : 12881 (java) S 12879 12881 11847 0 -1 4202496 99748 0 1 0 172520 54 0 0 18 0 13 0 4143622 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12881/statm: 385315 94488 1439 10 0 382617 0
[pid=12881/tid=12883] ppid=12879 vsize=1541260 CPUtime=1720.64
/proc/12881/task/12883/stat : 12883 (java) R 12879 12881 11847 0 -1 4202560 32096 0 1 0 172048 16 0 0 25 0 13 0 4143623 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4109796517 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12881/tid=12884] ppid=12879 vsize=1541260 CPUtime=1.02
/proc/12881/task/12884/stat : 12884 (java) S 12879 12881 11847 0 -1 4202560 29510 0 0 0 87 15 0 0 16 0 13 0 4143625 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
[pid=12881/tid=12885] ppid=12879 vsize=1541260 CPUtime=1.01
/proc/12881/task/12885/stat : 12885 (java) S 12879 12881 11847 0 -1 4202560 29172 0 0 0 84 17 0 0 18 0 13 0 4143625 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12886] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12886/stat : 12886 (java) S 12879 12881 11847 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 13 0 4143627 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
[pid=12881/tid=12887] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12879 12881 11847 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4143628 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12888] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12879 12881 11847 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 4143628 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12889] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12889/stat : 12889 (java) S 12879 12881 11847 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4143632 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12890] ppid=12879 vsize=1541260 CPUtime=1.8
/proc/12881/task/12890/stat : 12890 (java) S 12879 12881 11847 0 -1 4202560 6274 0 0 0 178 2 0 0 15 0 13 0 4143632 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12891] ppid=12879 vsize=1541260 CPUtime=1.19
/proc/12881/task/12891/stat : 12891 (java) S 12879 12881 11847 0 -1 4202560 1486 0 0 0 119 0 0 0 15 0 13 0 4143632 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12892] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12892/stat : 12892 (java) S 12879 12881 11847 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 4143632 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12893] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12893/stat : 12893 (java) S 12879 12881 11847 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 4143632 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12894] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12894/stat : 12894 (java) S 12879 12881 11847 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 4144213 1578250240 94488 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1725.74
Current children cumulated vsize (KiB) 1541260

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 12940
/proc/meminfo: memFree=1445572/2059040 swapFree=4164960/4192956
[pid=12881] ppid=12879 vsize=1541260 CPUtime=1785.74
/proc/12881/stat : 12881 (java) S 12879 12881 11847 0 -1 4202496 104507 0 1 0 178518 56 0 0 18 0 13 0 4143622 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12881/statm: 385315 99227 1439 10 0 382617 0
[pid=12881/tid=12883] ppid=12879 vsize=1541260 CPUtime=1780.59
/proc/12881/task/12883/stat : 12883 (java) R 12879 12881 11847 0 -1 4202560 32097 0 1 0 178043 16 0 0 25 0 13 0 4143623 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4109667124 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12881/tid=12884] ppid=12879 vsize=1541260 CPUtime=1.06
/proc/12881/task/12884/stat : 12884 (java) S 12879 12881 11847 0 -1 4202560 31668 0 0 0 89 17 0 0 16 0 13 0 4143625 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
[pid=12881/tid=12885] ppid=12879 vsize=1541260 CPUtime=1.05
/proc/12881/task/12885/stat : 12885 (java) S 12879 12881 11847 0 -1 4202560 31768 0 0 0 87 18 0 0 18 0 13 0 4143625 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12886] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12886/stat : 12886 (java) S 12879 12881 11847 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 13 0 4143627 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
[pid=12881/tid=12887] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12879 12881 11847 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4143628 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12888] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12879 12881 11847 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 4143628 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12889] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12889/stat : 12889 (java) S 12879 12881 11847 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4143632 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12890] ppid=12879 vsize=1541260 CPUtime=1.8
/proc/12881/task/12890/stat : 12890 (java) S 12879 12881 11847 0 -1 4202560 6274 0 0 0 178 2 0 0 15 0 13 0 4143632 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12891] ppid=12879 vsize=1541260 CPUtime=1.19
/proc/12881/task/12891/stat : 12891 (java) S 12879 12881 11847 0 -1 4202560 1486 0 0 0 119 0 0 0 15 0 13 0 4143632 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12892] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12892/stat : 12892 (java) S 12879 12881 11847 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 4143632 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12893] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12893/stat : 12893 (java) S 12879 12881 11847 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 4143632 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12894] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12894/stat : 12894 (java) S 12879 12881 11847 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 4144213 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1785.74
Current children cumulated vsize (KiB) 1541260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 12942
/proc/meminfo: memFree=1445572/2059040 swapFree=4164960/4192956
[pid=12881] ppid=12879 vsize=1541260 CPUtime=1800.05
/proc/12881/stat : 12881 (java) S 12879 12881 11847 0 -1 4202496 104509 0 1 0 179949 56 0 0 18 0 13 0 4143622 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12881/statm: 385315 99227 1439 10 0 382617 0
[pid=12881/tid=12883] ppid=12879 vsize=1541260 CPUtime=1794.9
/proc/12881/task/12883/stat : 12883 (java) R 12879 12881 11847 0 -1 4202560 32097 0 1 0 179474 16 0 0 25 0 13 0 4143623 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4110046457 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12881/tid=12884] ppid=12879 vsize=1541260 CPUtime=1.06
/proc/12881/task/12884/stat : 12884 (java) S 12879 12881 11847 0 -1 4202560 31668 0 0 0 89 17 0 0 16 0 13 0 4143625 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
[pid=12881/tid=12885] ppid=12879 vsize=1541260 CPUtime=1.05
/proc/12881/task/12885/stat : 12885 (java) S 12879 12881 11847 0 -1 4202560 31768 0 0 0 87 18 0 0 18 0 13 0 4143625 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12886] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12886/stat : 12886 (java) S 12879 12881 11847 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 13 0 4143627 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 0 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
[pid=12881/tid=12887] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12887/stat : 12887 (java) S 12879 12881 11847 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4143628 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12888] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12879 12881 11847 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 4143628 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12889] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12889/stat : 12889 (java) S 12879 12881 11847 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 4143632 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12890] ppid=12879 vsize=1541260 CPUtime=1.8
/proc/12881/task/12890/stat : 12890 (java) S 12879 12881 11847 0 -1 4202560 6274 0 0 0 178 2 0 0 15 0 13 0 4143632 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12891] ppid=12879 vsize=1541260 CPUtime=1.19
/proc/12881/task/12891/stat : 12891 (java) S 12879 12881 11847 0 -1 4202560 1486 0 0 0 119 0 0 0 15 0 13 0 4143632 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12892] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12892/stat : 12892 (java) S 12879 12881 11847 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 4143632 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12893] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12893/stat : 12893 (java) S 12879 12881 11847 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 4143632 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 0 0 0 0
[pid=12881/tid=12894] ppid=12879 vsize=1541260 CPUtime=0
/proc/12881/task/12894/stat : 12894 (java) S 12879 12881 11847 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 4144213 1578250240 99227 1992294400 134512640 134550932 4290520528 18446744073709551615 4294960144 0 4 0 16800975 18446604437877566400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1541260

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

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

[startup+1796.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 12942
/proc/meminfo: memFree=1445572/2059040 swapFree=4164960/4192956
[pid=12881] ppid=12879 vsize=0 CPUtime=1800.16
/proc/12881/stat : 12881 (java) Z 12879 12881 11847 0 -1 4203548 104531 0 1 0 179956 60 0 0 17 0 2 0 4143622 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12881/statm: 0 0 0 0 0 0 0
[pid=12881/tid=12885] ppid=12879 vsize=0 CPUtime=1.09
/proc/12881/task/12885/stat : 12885 (java) R 12879 12881 11847 0 -1 4203588 31768 0 0 0 87 22 0 0 18 0 2 0 4143625 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.72
CPU time (s): 1800.18
CPU user time (s): 1799.57
CPU system time (s): 0.606907
CPU usage (%): 100.193
Max. virtual memory (cumulated for all children) (KiB): 1544280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.606907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104531
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= 36825
involuntary context switches= 8507

runsolver used 3.68544 second user time and 9.43356 second system time

The end

Launcher Data

Begin job on node087 at 2010-06-15 21:01:41
IDJOB=2658897
IDBENCH=3040
IDSOLVER=1164
FILE ID=node087/2658897-1276628500
PBS_JOBID= 11172302
Free space on /tmp= 62544 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=360-sizeP=181-sizeQ=360-770414132-max.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658897-1276628500/watcher-2658897-1276628500 -o /tmp/evaluation-result-2658897-1276628500/solver-2658897-1276628500 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658897-1276628500.opb

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

MD5SUM BENCH= 41622f14b6e1d28d767866cb9a3e32ea
RANDOM SEED=1829023804

node087.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.213
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.42
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.213
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1840268 kB
Buffers:         10516 kB
Cached:          99676 kB
SwapCached:        768 kB
Active:          21176 kB
Inactive:       122024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1840268 kB
SwapTotal:     4192956 kB
SwapFree:      4164960 kB
Dirty:           11312 kB
Writeback:           0 kB
AnonPages:       32272 kB
Mapped:          14628 kB
Slab:            53632 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181764 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= 62544 MiB
End job on node087 at 2010-06-15 21:31:40