Trace number 2658902

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.24 1796.23

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=120-sizeP=61-sizeQ=120-718083277-max.opb
MD5SUM0661dfe89322dd53d59d5cf9cb4ab784
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 variables7501
Total number of constraints21961
Number of constraints which are clauses21960
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 constraint7320
Number of terms in the objective function 61
Biggest coefficient in the objective function 1152921504606846976
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 2305843009213693951
Number of bits of the sum of numbers in the objective function 61
Biggest number in a constraint 766247770432944429179173513575154591809369561091801088
Number of bits of the biggest number in a constraint 180
Biggest sum of numbers in a constraint 3064991081731777716431606447292085661660191751591249102
Number of bits of the biggest sum of numbers181
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- 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@1ac1fe4
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-2658902-1276629279.opb
0.22/0.21	c reading problem ... 
2.01/1.31	c ... done. Wall clock time 1.101s.
2.01/1.31	c #vars     7501
2.01/1.31	c #constraints  23792
2.01/1.31	c constraints type 
2.01/1.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7320
2.01/1.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14640
2.01/1.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
154.56/153.34	c cleaning 2500 clauses out of 5000 with flag 5000/5000
274.91/273.58	c cleaning 4247 clauses out of 8502 with flag 11002/11002
405.39/403.95	c cleaning 5616 clauses out of 11253 with flag 18000/18000
540.52/538.82	c cleaning 6803 clauses out of 13637 with flag 26000/26000
756.42/754.46	c cleaning 7915 clauses out of 15835 with flag 35001/35001
887.48/884.98	c cleaning 8949 clauses out of 17919 with flag 45000/45000
1090.14/1086.93	c cleaning 9977 clauses out of 19970 with flag 56000/56000
1357.66/1354.18	c cleaning 10995 clauses out of 21994 with flag 68001/68001
1626.87/1623.11	c cleaning 11997 clauses out of 23998 with flag 81000/81000
1800.07/1796.11	c starts		: 89
1800.07/1796.11	c conflicts		: 90175
1800.07/1796.11	c decisions		: 261667
1800.07/1796.11	c propagations		: 13796592
1800.07/1796.11	c inspects		: 185893815
1800.07/1796.11	c learnt literals	: 0
1800.07/1796.11	c learnt binary clauses	: 2
1800.07/1796.11	c learnt ternary clauses	: 20
1800.07/1796.11	c learnt clauses	: 90174
1800.07/1796.11	c ignored clauses	: 0
1800.07/1796.11	c root simplifications	: 0
1800.07/1796.11	c removed literals (reason simplification)	: 142450388
1800.07/1796.11	c reason swapping (by a shorter reason)	: 0
1800.07/1796.11	c Calls to reduceDB	: 9
1800.07/1796.11	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.11	c number of learned constraints concerned by reduction	: 0
1800.07/1796.11	c number of learning phase by resolution	: 0
1800.07/1796.11	c number of learning phase by cutting planes	: 0
1800.07/1796.11	c speed (assignments/second)	: 7686.988730765245
1800.07/1796.11	c non guided choices	53
1800.07/1796.14	c learnt constraints type 
1800.07/1796.14	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 21174
1800.07/1796.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.07/1796.14	c constraints type 
1800.07/1796.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7320
1800.07/1796.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 14640
1800.07/1796.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/1796.14	s UNKNOWN
1800.07/1796.14	c Total wall clock time (in seconds): 1795.924

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-2658902-1276629279/watcher-2658902-1276629279 -o /tmp/evaluation-result-2658902-1276629279/solver-2658902-1276629279 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658902-1276629279.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.01 1.00 3/105 13899
/proc/meminfo: memFree=1883120/2059040 swapFree=4140536/4192956
[pid=13899] ppid=13897 vsize=428 CPUtime=0
/proc/13899/stat : 13899 (java6) R 13897 13899 13072 0 -1 4194304 123 0 0 0 0 0 0 0 21 0 1 0 4219335 438272 43 1992294400 134512640 134550932 4291654128 18446744073709551615 7242324 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13899/statm: 107 43 33 10 0 25 0

[startup+0.0318589 s]
/proc/loadavg: 1.00 1.01 1.00 3/105 13899
/proc/meminfo: memFree=1883120/2059040 swapFree=4140536/4192956
[pid=13899] ppid=13897 vsize=1518368 CPUtime=0.01
/proc/13899/stat : 13899 (java) S 13897 13899 13072 0 -1 4202496 2679 0 1 0 0 1 0 0 15 0 4 0 4219335 1554808832 2123 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/13899/statm: 379592 2126 443 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.100859 s]
/proc/loadavg: 1.00 1.01 1.00 3/105 13899
/proc/meminfo: memFree=1883120/2059040 swapFree=4140536/4192956
[pid=13899] ppid=13897 vsize=1524024 CPUtime=0.08
/proc/13899/stat : 13899 (java) S 13897 13899 13072 0 -1 4202496 3940 0 1 0 5 3 0 0 15 0 12 0 4219335 1560600576 3379 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13899/statm: 381046 3386 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300861 s]
/proc/loadavg: 1.00 1.01 1.00 3/105 13899
/proc/meminfo: memFree=1883120/2059040 swapFree=4140536/4192956
[pid=13899] ppid=13897 vsize=1526104 CPUtime=0.33
/proc/13899/stat : 13899 (java) S 13897 13899 13072 0 -1 4202496 5311 0 1 0 30 3 0 0 15 0 12 0 4219335 1562730496 4748 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13899/statm: 381526 4748 1361 10 0 378828 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526104

[startup+0.700864 s]
/proc/loadavg: 1.00 1.01 1.00 3/105 13899
/proc/meminfo: memFree=1883120/2059040 swapFree=4140536/4192956
[pid=13899] ppid=13897 vsize=1528340 CPUtime=1.1
/proc/13899/stat : 13899 (java) S 13897 13899 13072 0 -1 4202496 7594 0 1 0 105 5 0 0 15 0 12 0 4219335 1565020160 6911 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13899/statm: 382085 6911 1403 10 0 379387 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528340

[startup+1.50187 s]
/proc/loadavg: 1.00 1.01 1.00 2/117 13911
/proc/meminfo: memFree=1840112/2059040 swapFree=4140536/4192956
[pid=13899] ppid=13897 vsize=1532168 CPUtime=2.36
/proc/13899/stat : 13899 (java) S 13897 13899 13072 0 -1 4202496 17585 0 1 0 227 9 0 0 15 0 13 0 4219335 1568940032 16219 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13899/statm: 383042 16219 1421 10 0 380344 0
[pid=13899/tid=13901] ppid=13897 vsize=1532168 CPUtime=1.33
/proc/13899/task/13901/stat : 13901 (java) R 13897 13899 13072 0 -1 4202560 13708 0 1 0 126 7 0 0 25 0 13 0 4219337 1568940032 16219 1992294400 134512640 134550932 4288339744 18446744073709551615 4109657088 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13899/tid=13902] ppid=13897 vsize=1532168 CPUtime=0
/proc/13899/task/13902/stat : 13902 (java) S 13897 13899 13072 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 4219338 1568940032 16219 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13903] ppid=13897 vsize=1532168 CPUtime=0
/proc/13899/task/13903/stat : 13903 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 4219338 1568940032 16219 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13904] ppid=13897 vsize=1532168 CPUtime=0
/proc/13899/task/13904/stat : 13904 (java) S 13897 13899 13072 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 4219340 1568940032 16219 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13905] ppid=13897 vsize=1532168 CPUtime=0
/proc/13899/task/13905/stat : 13905 (java) S 13897 13899 13072 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 13 0 4219341 1568940032 16219 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13906] ppid=13897 vsize=1532168 CPUtime=0
/proc/13899/task/13906/stat : 13906 (java) S 13897 13899 13072 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 4219341 1568940032 16219 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13907] ppid=13897 vsize=1532168 CPUtime=0
/proc/13899/task/13907/stat : 13907 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4219345 1568940032 16219 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13908] ppid=13897 vsize=1532168 CPUtime=0.34
/proc/13899/task/13908/stat : 13908 (java) R 13897 13899 13072 0 -1 4202560 644 0 0 0 34 0 0 0 18 0 13 0 4219345 1568940032 16219 1992294400 134512640 134550932 4288339744 18446744073709551615 102192204 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13899/tid=13909] ppid=13897 vsize=1532168 CPUtime=0.65
/proc/13899/task/13909/stat : 13909 (java) S 13897 13899 13072 0 -1 4202560 2164 0 0 0 65 0 0 0 15 0 13 0 4219345 1568940032 16219 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13910] ppid=13897 vsize=1532168 CPUtime=0
/proc/13899/task/13910/stat : 13910 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4219345 1568940032 16219 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13911] ppid=13897 vsize=1532168 CPUtime=0
/proc/13899/task/13911/stat : 13911 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4219345 1568940032 16219 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 1532168

[startup+3.10189 s]
/proc/loadavg: 1.00 1.01 1.00 2/118 13912
/proc/meminfo: memFree=1822000/2059040 swapFree=4140536/4192956
[pid=13899] ppid=13897 vsize=1532168 CPUtime=4.27
/proc/13899/stat : 13899 (java) S 13897 13899 13072 0 -1 4202496 18666 0 1 0 417 10 0 0 15 0 13 0 4219335 1568940032 17073 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13899/statm: 383042 17073 1426 10 0 380344 0
[pid=13899/tid=13901] ppid=13897 vsize=1532168 CPUtime=2.78
/proc/13899/task/13901/stat : 13901 (java) R 13897 13899 13072 0 -1 4202560 14531 0 1 0 271 7 0 0 25 0 13 0 4219337 1568940032 17073 1992294400 134512640 134550932 4288339744 18446744073709551615 4109758548 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13899/tid=13902] ppid=13897 vsize=1532168 CPUtime=0
/proc/13899/task/13902/stat : 13902 (java) S 13897 13899 13072 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 4219338 1568940032 17073 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13903] ppid=13897 vsize=1532168 CPUtime=0
/proc/13899/task/13903/stat : 13903 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 4219338 1568940032 17073 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13904] ppid=13897 vsize=1532168 CPUtime=0
/proc/13899/task/13904/stat : 13904 (java) S 13897 13899 13072 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 4219340 1568940032 17073 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13905] ppid=13897 vsize=1532168 CPUtime=0
/proc/13899/task/13905/stat : 13905 (java) S 13897 13899 13072 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 13 0 4219341 1568940032 17073 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13906] ppid=13897 vsize=1532168 CPUtime=0
/proc/13899/task/13906/stat : 13906 (java) S 13897 13899 13072 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 4219341 1568940032 17073 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13907] ppid=13897 vsize=1532168 CPUtime=0
/proc/13899/task/13907/stat : 13907 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4219345 1568940032 17073 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13908] ppid=13897 vsize=1532168 CPUtime=0.54
/proc/13899/task/13908/stat : 13908 (java) S 13897 13899 13072 0 -1 4202560 881 0 0 0 54 0 0 0 15 0 13 0 4219345 1568940032 17073 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13909] ppid=13897 vsize=1532168 CPUtime=0.91
/proc/13899/task/13909/stat : 13909 (java) S 13897 13899 13072 0 -1 4202560 2185 0 0 0 91 0 0 0 15 0 13 0 4219345 1568940032 17073 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13910] ppid=13897 vsize=1532168 CPUtime=0
/proc/13899/task/13910/stat : 13910 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4219345 1568940032 17073 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13911] ppid=13897 vsize=1532168 CPUtime=0
/proc/13899/task/13911/stat : 13911 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4219345 1568940032 17073 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13912] ppid=13897 vsize=1532168 CPUtime=0
/proc/13899/task/13912/stat : 13912 (java) S 13897 13899 13072 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4219473 1568940032 17073 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 1532168

[startup+6.30091 s]
/proc/loadavg: 1.00 1.01 1.00 2/118 13912
/proc/meminfo: memFree=1814940/2059040 swapFree=4140536/4192956
[pid=13899] ppid=13897 vsize=1531452 CPUtime=7.48
/proc/13899/stat : 13899 (java) S 13897 13899 13072 0 -1 4202496 20334 0 1 0 737 11 0 0 15 0 13 0 4219335 1568206848 18674 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13899/statm: 382863 18674 1426 10 0 380165 0
[pid=13899/tid=13901] ppid=13897 vsize=1531452 CPUtime=5.96
/proc/13899/task/13901/stat : 13901 (java) R 13897 13899 13072 0 -1 4202560 16197 0 1 0 588 8 0 0 25 0 13 0 4219337 1568206848 18674 1992294400 134512640 134550932 4288339744 18446744073709551615 4109868777 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13899/tid=13902] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13902/stat : 13902 (java) S 13897 13899 13072 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 4219338 1568206848 18674 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13903] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13903/stat : 13903 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 4219338 1568206848 18674 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13904] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13904/stat : 13904 (java) S 13897 13899 13072 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 4219340 1568206848 18674 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13905] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13905/stat : 13905 (java) S 13897 13899 13072 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 13 0 4219341 1568206848 18674 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13906] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13906/stat : 13906 (java) S 13897 13899 13072 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 4219341 1568206848 18674 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13907] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13907/stat : 13907 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4219345 1568206848 18674 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13908] ppid=13897 vsize=1531452 CPUtime=0.54
/proc/13899/task/13908/stat : 13908 (java) S 13897 13899 13072 0 -1 4202560 881 0 0 0 54 0 0 0 15 0 13 0 4219345 1568206848 18674 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13909] ppid=13897 vsize=1531452 CPUtime=0.94
/proc/13899/task/13909/stat : 13909 (java) S 13897 13899 13072 0 -1 4202560 2187 0 0 0 94 0 0 0 15 0 13 0 4219345 1568206848 18674 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13910] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13910/stat : 13910 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4219345 1568206848 18674 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13911] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13911/stat : 13911 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4219345 1568206848 18674 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13912] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13912/stat : 13912 (java) S 13897 13899 13072 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4219473 1568206848 18674 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 1531452

[startup+12.702 s]
/proc/loadavg: 1.00 1.01 1.00 2/118 13912
/proc/meminfo: memFree=1803160/2059040 swapFree=4140536/4192956
[pid=13899] ppid=13897 vsize=1531452 CPUtime=13.87
/proc/13899/stat : 13899 (java) S 13897 13899 13072 0 -1 4202496 22929 0 1 0 1376 11 0 0 15 0 13 0 4219335 1568206848 21269 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13899/statm: 382863 21269 1426 10 0 380165 0
[pid=13899/tid=13901] ppid=13897 vsize=1531452 CPUtime=12.36
/proc/13899/task/13901/stat : 13901 (java) R 13897 13899 13072 0 -1 4202560 18792 0 1 0 1227 9 0 0 25 0 13 0 4219337 1568206848 21269 1992294400 134512640 134550932 4288339744 18446744073709551615 4109758554 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13899/tid=13902] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13902/stat : 13902 (java) S 13897 13899 13072 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 4219338 1568206848 21269 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13903] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13903/stat : 13903 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 4219338 1568206848 21269 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13904] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13904/stat : 13904 (java) S 13897 13899 13072 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 4219340 1568206848 21269 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13905] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13905/stat : 13905 (java) S 13897 13899 13072 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 13 0 4219341 1568206848 21269 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13906] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13906/stat : 13906 (java) S 13897 13899 13072 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 4219341 1568206848 21269 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13907] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13907/stat : 13907 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4219345 1568206848 21269 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13908] ppid=13897 vsize=1531452 CPUtime=0.54
/proc/13899/task/13908/stat : 13908 (java) S 13897 13899 13072 0 -1 4202560 881 0 0 0 54 0 0 0 15 0 13 0 4219345 1568206848 21269 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13909] ppid=13897 vsize=1531452 CPUtime=0.94
/proc/13899/task/13909/stat : 13909 (java) S 13897 13899 13072 0 -1 4202560 2187 0 0 0 94 0 0 0 15 0 13 0 4219345 1568206848 21269 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13910] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13910/stat : 13910 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4219345 1568206848 21269 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13911] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13911/stat : 13911 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4219345 1568206848 21269 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13912] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13912/stat : 13912 (java) S 13897 13899 13072 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4219473 1568206848 21269 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.87
Current children cumulated vsize (KiB) 1531452

[startup+25.5011 s]
/proc/loadavg: 1.00 1.01 1.00 3/118 13912
/proc/meminfo: memFree=1787784/2059040 swapFree=4140536/4192956
[pid=13899] ppid=13897 vsize=1531452 CPUtime=26.67
/proc/13899/stat : 13899 (java) S 13897 13899 13072 0 -1 4202496 26671 0 1 0 2654 13 0 0 15 0 13 0 4219335 1568206848 25011 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13899/statm: 382863 25011 1426 10 0 380165 0
[pid=13899/tid=13901] ppid=13897 vsize=1531452 CPUtime=25.15
/proc/13899/task/13901/stat : 13901 (java) R 13897 13899 13072 0 -1 4202560 22534 0 1 0 2505 10 0 0 25 0 13 0 4219337 1568206848 25011 1992294400 134512640 134550932 4288339744 18446744073709551615 4109921260 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13899/tid=13902] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13902/stat : 13902 (java) S 13897 13899 13072 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 4219338 1568206848 25011 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13903] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13903/stat : 13903 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 4219338 1568206848 25011 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13904] ppid=13897 vsize=1531452 CPUtime=0
/proc/13899/task/13904/stat : 13904 (java) S 13897 13899 13072 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 4219340 1568206848 25011 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13905] ppid=13897 vsize=1531452 CPUtime=0

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

[pid=13899/tid=13905] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13905/stat : 13905 (java) S 13897 13899 13072 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4219341 1576595456 96731 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13906] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13906/stat : 13906 (java) S 13897 13899 13072 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4219341 1576595456 96731 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13907] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13907/stat : 13907 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4219345 1576595456 96731 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13908] ppid=13897 vsize=1539644 CPUtime=1.76
/proc/13899/task/13908/stat : 13908 (java) S 13897 13899 13072 0 -1 4202560 7185 0 0 0 173 3 0 0 16 0 13 0 4219345 1576595456 96731 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13909] ppid=13897 vsize=1539644 CPUtime=1.36
/proc/13899/task/13909/stat : 13909 (java) S 13897 13899 13072 0 -1 4202560 2248 0 0 0 136 0 0 0 15 0 13 0 4219345 1576595456 96731 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13910] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13910/stat : 13910 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4219345 1576595456 96731 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13911] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13911/stat : 13911 (java) S 13897 13899 13072 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 4219345 1576595456 96731 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13912] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13912/stat : 13912 (java) S 13897 13899 13072 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4219473 1576595456 96731 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1606.08
Current children cumulated vsize (KiB) 1539644

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 13959
/proc/meminfo: memFree=1488076/2059040 swapFree=4140536/4192956
[pid=13899] ppid=13897 vsize=1539644 CPUtime=1666.09
/proc/13899/stat : 13899 (java) S 13897 13899 13072 0 -1 4202496 109041 0 1 0 166547 62 0 0 15 0 13 0 4219335 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13899/statm: 384911 99325 1444 10 0 382213 0
[pid=13899/tid=13901] ppid=13897 vsize=1539644 CPUtime=1658.39
/proc/13899/task/13901/stat : 13901 (java) R 13897 13899 13072 0 -1 4202560 32109 0 1 0 165819 20 0 0 25 0 13 0 4219337 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4109880159 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13899/tid=13902] ppid=13897 vsize=1539644 CPUtime=1.87
/proc/13899/task/13902/stat : 13902 (java) S 13897 13899 13072 0 -1 4202560 32957 0 0 0 170 17 0 0 15 0 13 0 4219338 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13903] ppid=13897 vsize=1539644 CPUtime=1.84
/proc/13899/task/13903/stat : 13903 (java) S 13897 13899 13072 0 -1 4202560 31838 0 0 0 167 17 0 0 16 0 13 0 4219338 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13904] ppid=13897 vsize=1539644 CPUtime=0.79
/proc/13899/task/13904/stat : 13904 (java) S 13897 13899 13072 0 -1 4202560 1538 0 0 0 78 1 0 0 15 0 13 0 4219340 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13905] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13905/stat : 13905 (java) S 13897 13899 13072 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4219341 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13906] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13906/stat : 13906 (java) S 13897 13899 13072 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4219341 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13907] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13907/stat : 13907 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13908] ppid=13897 vsize=1539644 CPUtime=1.76
/proc/13899/task/13908/stat : 13908 (java) S 13897 13899 13072 0 -1 4202560 7185 0 0 0 173 3 0 0 16 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13909] ppid=13897 vsize=1539644 CPUtime=1.36
/proc/13899/task/13909/stat : 13909 (java) S 13897 13899 13072 0 -1 4202560 2248 0 0 0 136 0 0 0 15 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13910] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13910/stat : 13910 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13911] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13911/stat : 13911 (java) S 13897 13899 13072 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13912] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13912/stat : 13912 (java) S 13897 13899 13072 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4219473 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.09
Current children cumulated vsize (KiB) 1539644

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 13961
/proc/meminfo: memFree=1487952/2059040 swapFree=4140536/4192956
[pid=13899] ppid=13897 vsize=1539644 CPUtime=1726.21
/proc/13899/stat : 13899 (java) S 13897 13899 13072 0 -1 4202496 109052 0 1 0 172558 63 0 0 15 0 13 0 4219335 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13899/statm: 384911 99325 1444 10 0 382213 0
[pid=13899/tid=13901] ppid=13897 vsize=1539644 CPUtime=1718.22
/proc/13899/task/13901/stat : 13901 (java) R 13897 13899 13072 0 -1 4202560 32112 0 1 0 171802 20 0 0 25 0 13 0 4219337 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4109880155 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13899/tid=13902] ppid=13897 vsize=1539644 CPUtime=2.01
/proc/13899/task/13902/stat : 13902 (java) S 13897 13899 13072 0 -1 4202560 32957 0 0 0 184 17 0 0 16 0 13 0 4219338 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13903] ppid=13897 vsize=1539644 CPUtime=1.99
/proc/13899/task/13903/stat : 13903 (java) S 13897 13899 13072 0 -1 4202560 31838 0 0 0 182 17 0 0 16 0 13 0 4219338 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13904] ppid=13897 vsize=1539644 CPUtime=0.79
/proc/13899/task/13904/stat : 13904 (java) S 13897 13899 13072 0 -1 4202560 1542 0 0 0 78 1 0 0 15 0 13 0 4219340 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13905] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13905/stat : 13905 (java) S 13897 13899 13072 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4219341 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13906] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13906/stat : 13906 (java) S 13897 13899 13072 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4219341 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13907] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13907/stat : 13907 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13908] ppid=13897 vsize=1539644 CPUtime=1.76
/proc/13899/task/13908/stat : 13908 (java) S 13897 13899 13072 0 -1 4202560 7185 0 0 0 173 3 0 0 16 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13909] ppid=13897 vsize=1539644 CPUtime=1.36
/proc/13899/task/13909/stat : 13909 (java) S 13897 13899 13072 0 -1 4202560 2248 0 0 0 136 0 0 0 15 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13910] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13910/stat : 13910 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13911] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13911/stat : 13911 (java) S 13897 13899 13072 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13912] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13912/stat : 13912 (java) S 13897 13899 13072 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4219473 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1726.21
Current children cumulated vsize (KiB) 1539644

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 13963
/proc/meminfo: memFree=1487704/2059040 swapFree=4140536/4192956
[pid=13899] ppid=13897 vsize=1539644 CPUtime=1786.27
/proc/13899/stat : 13899 (java) S 13897 13899 13072 0 -1 4202496 109061 0 1 0 178564 63 0 0 15 0 13 0 4219335 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13899/statm: 384911 99325 1444 10 0 382213 0
[pid=13899/tid=13901] ppid=13897 vsize=1539644 CPUtime=1778.13
/proc/13899/task/13901/stat : 13901 (java) R 13897 13899 13072 0 -1 4202560 32115 0 1 0 177793 20 0 0 25 0 13 0 4219337 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4109975506 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13899/tid=13902] ppid=13897 vsize=1539644 CPUtime=2.08
/proc/13899/task/13902/stat : 13902 (java) S 13897 13899 13072 0 -1 4202560 32957 0 0 0 191 17 0 0 16 0 13 0 4219338 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13903] ppid=13897 vsize=1539644 CPUtime=2.06
/proc/13899/task/13903/stat : 13903 (java) S 13897 13899 13072 0 -1 4202560 31838 0 0 0 189 17 0 0 15 0 13 0 4219338 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13904] ppid=13897 vsize=1539644 CPUtime=0.79
/proc/13899/task/13904/stat : 13904 (java) S 13897 13899 13072 0 -1 4202560 1544 0 0 0 78 1 0 0 15 0 13 0 4219340 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13905] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13905/stat : 13905 (java) S 13897 13899 13072 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4219341 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13906] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13906/stat : 13906 (java) S 13897 13899 13072 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4219341 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13907] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13907/stat : 13907 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13908] ppid=13897 vsize=1539644 CPUtime=1.76
/proc/13899/task/13908/stat : 13908 (java) S 13897 13899 13072 0 -1 4202560 7185 0 0 0 173 3 0 0 16 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13909] ppid=13897 vsize=1539644 CPUtime=1.36
/proc/13899/task/13909/stat : 13909 (java) S 13897 13899 13072 0 -1 4202560 2248 0 0 0 136 0 0 0 15 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13910] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13910/stat : 13910 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13911] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13911/stat : 13911 (java) S 13897 13899 13072 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13912] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13912/stat : 13912 (java) S 13897 13899 13072 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4219473 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.27
Current children cumulated vsize (KiB) 1539644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 13963
/proc/meminfo: memFree=1487704/2059040 swapFree=4140536/4192956
[pid=13899] ppid=13897 vsize=1539644 CPUtime=1800.07
/proc/13899/stat : 13899 (java) S 13897 13899 13072 0 -1 4202496 109061 0 1 0 179944 63 0 0 15 0 13 0 4219335 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13899/statm: 384911 99325 1444 10 0 382213 0
[pid=13899/tid=13901] ppid=13897 vsize=1539644 CPUtime=1791.94
/proc/13899/task/13901/stat : 13901 (java) R 13897 13899 13072 0 -1 4202560 32115 0 1 0 179173 21 0 0 25 0 13 0 4219337 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4109976874 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13899/tid=13902] ppid=13897 vsize=1539644 CPUtime=2.08
/proc/13899/task/13902/stat : 13902 (java) S 13897 13899 13072 0 -1 4202560 32957 0 0 0 191 17 0 0 16 0 13 0 4219338 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13903] ppid=13897 vsize=1539644 CPUtime=2.06
/proc/13899/task/13903/stat : 13903 (java) S 13897 13899 13072 0 -1 4202560 31838 0 0 0 189 17 0 0 15 0 13 0 4219338 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13904] ppid=13897 vsize=1539644 CPUtime=0.79
/proc/13899/task/13904/stat : 13904 (java) S 13897 13899 13072 0 -1 4202560 1544 0 0 0 78 1 0 0 15 0 13 0 4219340 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 0 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13905] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13905/stat : 13905 (java) S 13897 13899 13072 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 4219341 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13906] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13906/stat : 13906 (java) S 13897 13899 13072 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4219341 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13907] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13907/stat : 13907 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13908] ppid=13897 vsize=1539644 CPUtime=1.76
/proc/13899/task/13908/stat : 13908 (java) S 13897 13899 13072 0 -1 4202560 7185 0 0 0 173 3 0 0 16 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 1 0 0 0
[pid=13899/tid=13909] ppid=13897 vsize=1539644 CPUtime=1.36
/proc/13899/task/13909/stat : 13909 (java) S 13897 13899 13072 0 -1 4202560 2248 0 0 0 136 0 0 0 15 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13910] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13910/stat : 13910 (java) S 13897 13899 13072 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13911] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13911/stat : 13911 (java) S 13897 13899 13072 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 4219345 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
[pid=13899/tid=13912] ppid=13897 vsize=1539644 CPUtime=0
/proc/13899/task/13912/stat : 13912 (java) S 13897 13899 13072 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4219473 1576595456 99325 1992294400 134512640 134550932 4288339744 18446744073709551615 4294960144 0 4 0 16800975 18446604437856629696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1539644

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

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

[startup+1796.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13966
/proc/meminfo: memFree=1753544/2059040 swapFree=4140536/4192956
[pid=13899] ppid=13897 vsize=0 CPUtime=1800.23
/proc/13899/stat : 13899 (java) Z 13897 13899 13072 0 -1 4203548 109127 0 1 0 179956 67 0 0 15 0 2 0 4219335 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13899/statm: 0 0 0 0 0 0 0
[pid=13899/tid=13901] ppid=13897 vsize=0 CPUtime=1792.03
/proc/13899/task/13901/stat : 13901 (java) R 13897 13899 13072 0 -1 4203588 32115 0 1 0 179179 24 0 0 25 0 2 0 4219337 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.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.23
CPU time (s): 1800.24
CPU user time (s): 1799.57
CPU system time (s): 0.675897
CPU usage (%): 100.223
Max. virtual memory (cumulated for all children) (KiB): 1543740

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

runsolver used 3.80342 second user time and 9.35158 second system time

The end

Launcher Data

Begin job on node054 at 2010-06-15 21:14:40
IDJOB=2658902
IDBENCH=3051
IDSOLVER=1164
FILE ID=node054/2658902-1276629279
PBS_JOBID= 11172332
Free space on /tmp= 62480 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=120-sizeP=61-sizeQ=120-718083277-max.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658902-1276629279/watcher-2658902-1276629279 -o /tmp/evaluation-result-2658902-1276629279/solver-2658902-1276629279 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658902-1276629279.opb

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

MD5SUM BENCH= 0661dfe89322dd53d59d5cf9cb4ab784
RANDOM SEED=1977469699

node054.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.217
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.43
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.217
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1883516 kB
Buffers:         16996 kB
Cached:          79880 kB
SwapCached:       6676 kB
Active:          71380 kB
Inactive:        39324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1883516 kB
SwapTotal:     4192956 kB
SwapFree:      4140536 kB
Dirty:            1152 kB
Writeback:           0 kB
AnonPages:       11188 kB
Mapped:          12864 kB
Slab:            43092 kB
PageTables:       3964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180560 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62480 MiB
End job on node054 at 2010-06-15 21:44:38