Trace number 2658893

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498-max.opb
MD5SUMed1765c8e2f5b9ac0be00c2d97d71991
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 variables97901
Total number of constraints291721
Number of constraints which are clauses291720
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 constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295513459689730629073816418642253180734108769246219889599930392714811235131541912049967060836868994739843120196423842159639336839621523
Number of bits of the biggest sum of numbers661
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100526
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.14	c Free memory 		1393557488
0.08/0.14	c Max memory 		1395916800
0.08/0.14	c Total memory 		1395916800
0.08/0.14	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658893-1276627754.opb
0.24/0.20	c reading problem ... 
10.28/8.01	c ... done. Wall clock time 7.8s.
10.28/8.01	c #vars     97901
10.28/8.01	c #constraints  316253
10.28/8.01	c constraints type 
10.28/8.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97240
10.28/8.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 194480
10.28/8.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/1797.02	c starts		: 5
1800.07/1797.02	c conflicts		: 807
1800.07/1797.02	c decisions		: 3613
1800.07/1797.02	c propagations		: 1876635
1800.07/1797.02	c inspects		: 7157098
1800.07/1797.02	c learnt literals	: 0
1800.07/1797.02	c learnt binary clauses	: 1
1800.07/1797.02	c learnt ternary clauses	: 0
1800.07/1797.02	c learnt clauses	: 807
1800.07/1797.02	c ignored clauses	: 0
1800.07/1797.02	c root simplifications	: 0
1800.07/1797.02	c removed literals (reason simplification)	: 22400507
1800.07/1797.02	c reason swapping (by a shorter reason)	: 0
1800.07/1797.02	c Calls to reduceDB	: 0
1800.07/1797.02	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.02	c number of learned constraints concerned by reduction	: 0
1800.07/1797.02	c number of learning phase by resolution	: 0
1800.07/1797.02	c number of learning phase by cutting planes	: 0
1800.07/1797.02	c speed (assignments/second)	: 1048.9754988353939
1800.07/1797.02	c non guided choices	187
1800.07/1797.02	c learnt constraints type 
1800.07/1797.02	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 806
1800.07/1797.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.07/1797.02	c constraints type 
1800.07/1797.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97240
1800.07/1797.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 194480
1800.07/1797.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/1797.02	s UNKNOWN
1800.07/1797.02	c Total wall clock time (in seconds): 1796.821

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-2658893-1276627754/watcher-2658893-1276627754 -o /tmp/evaluation-result-2658893-1276627754/solver-2658893-1276627754 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658893-1276627754.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.08 1.02 1.00 3/106 10884
/proc/meminfo: memFree=1813012/2059040 swapFree=4192956/4192956
[pid=10884] ppid=10882 vsize=248 CPUtime=0
/proc/10884/stat : 10884 (java) R 10882 10884 10260 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 4068124 253952 29 1992294400 134512640 134550932 4289401328 18446744073709551615 2089556 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10884/statm: 62 29 21 10 0 23 0

[startup+0.0209139 s]
/proc/loadavg: 1.08 1.02 1.00 3/106 10884
/proc/meminfo: memFree=1813012/2059040 swapFree=4192956/4192956
[pid=10884] ppid=10882 vsize=1517068 CPUtime=0.01
/proc/10884/stat : 10884 (java) S 10882 10884 10260 0 -1 4202496 1853 0 1 0 0 1 0 0 18 0 2 0 4068124 1553477632 1298 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10884/statm: 379267 1314 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.100914 s]
/proc/loadavg: 1.08 1.02 1.00 3/106 10884
/proc/meminfo: memFree=1813012/2059040 swapFree=4192956/4192956
[pid=10884] ppid=10882 vsize=1524184 CPUtime=0.08
/proc/10884/stat : 10884 (java) S 10882 10884 10260 0 -1 4202496 4001 0 1 0 6 2 0 0 18 0 12 0 4068124 1560764416 3441 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10884/statm: 381046 3441 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300912 s]
/proc/loadavg: 1.08 1.02 1.00 3/106 10884
/proc/meminfo: memFree=1813012/2059040 swapFree=4192956/4192956
[pid=10884] ppid=10882 vsize=1526492 CPUtime=0.4
/proc/10884/stat : 10884 (java) S 10882 10884 10260 0 -1 4202496 5914 0 1 0 36 4 0 0 18 0 12 0 4068124 1563127808 5352 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10884/statm: 381623 5352 1365 10 0 378925 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1526492

[startup+0.700909 s]
/proc/loadavg: 1.08 1.02 1.00 3/106 10884
/proc/meminfo: memFree=1813012/2059040 swapFree=4192956/4192956
[pid=10884] ppid=10882 vsize=1527744 CPUtime=1.13
/proc/10884/stat : 10884 (java) S 10882 10884 10260 0 -1 4202496 8439 0 1 0 108 5 0 0 18 0 12 0 4068124 1564409856 7877 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10884/statm: 381936 7878 1403 10 0 379238 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1527744

[startup+1.5019 s]
/proc/loadavg: 1.08 1.02 1.00 4/118 10896
/proc/meminfo: memFree=1763504/2059040 swapFree=4192956/4192956
[pid=10884] ppid=10882 vsize=1532616 CPUtime=2.45
/proc/10884/stat : 10884 (java) S 10882 10884 10260 0 -1 4202496 27847 0 1 0 229 16 0 0 18 0 12 0 4068124 1569398784 26447 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10884/statm: 383154 26449 1407 10 0 380456 0
[pid=10884/tid=10886] ppid=10882 vsize=1532616 CPUtime=1.47
/proc/10884/task/10886/stat : 10886 (java) R 10882 10884 10260 0 -1 4202560 23793 0 1 0 133 14 0 0 18 0 12 0 4068125 1569398784 26450 1992294400 134512640 134550932 4289401328 18446744073709551615 4109796860 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10884/tid=10887] ppid=10882 vsize=1532616 CPUtime=0
/proc/10884/task/10887/stat : 10887 (java) S 10882 10884 10260 0 -1 4202560 3 0 0 0 0 0 0 0 21 0 12 0 4068126 1569398784 26451 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10888] ppid=10882 vsize=1532616 CPUtime=0
/proc/10884/task/10888/stat : 10888 (java) S 10882 10884 10260 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 4068126 1569398784 26452 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10889] ppid=10882 vsize=1532616 CPUtime=0
/proc/10884/task/10889/stat : 10889 (java) S 10882 10884 10260 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 4068128 1569398784 26454 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10890] ppid=10882 vsize=1532616 CPUtime=0
/proc/10884/task/10890/stat : 10890 (java) S 10882 10884 10260 0 -1 4202560 10 0 0 0 0 0 0 0 24 0 12 0 4068128 1569398784 26455 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10891] ppid=10882 vsize=1532616 CPUtime=0
/proc/10884/task/10891/stat : 10891 (java) S 10882 10884 10260 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 4068128 1569398784 26456 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10892] ppid=10882 vsize=1532616 CPUtime=0
/proc/10884/task/10892/stat : 10892 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 4068133 1569398784 26458 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10893] ppid=10882 vsize=1532616 CPUtime=0.6
/proc/10884/task/10893/stat : 10893 (java) S 10882 10884 10260 0 -1 4202560 2123 0 0 0 60 0 0 0 25 0 12 0 4068133 1569398784 26459 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10894] ppid=10882 vsize=1532616 CPUtime=0.34
/proc/10884/task/10894/stat : 10894 (java) S 10882 10884 10260 0 -1 4202560 868 0 0 0 34 0 0 0 25 0 12 0 4068133 1569398784 26461 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10895] ppid=10882 vsize=1532616 CPUtime=0
/proc/10884/task/10895/stat : 10895 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 4068133 1569398784 26462 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10896] ppid=10882 vsize=1532616 CPUtime=0
/proc/10884/task/10896/stat : 10896 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 4068133 1569398784 26464 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 1532616

[startup+3.10089 s]
/proc/loadavg: 1.08 1.02 1.00 2/118 10896
/proc/meminfo: memFree=1669264/2059040 swapFree=4192956/4192956
[pid=10884] ppid=10882 vsize=1532616 CPUtime=4.17
/proc/10884/stat : 10884 (java) S 10882 10884 10260 0 -1 4202496 42958 0 1 0 394 23 0 0 18 0 12 0 4068124 1569398784 41524 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10884/statm: 383154 41524 1417 10 0 380456 0
[pid=10884/tid=10886] ppid=10882 vsize=1532616 CPUtime=2.93
/proc/10884/task/10886/stat : 10886 (java) R 10882 10884 10260 0 -1 4202560 32007 0 1 0 275 18 0 0 19 0 12 0 4068125 1569398784 41524 1992294400 134512640 134550932 4289401328 18446744073709551615 4109731901 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10884/tid=10887] ppid=10882 vsize=1532616 CPUtime=0.12
/proc/10884/task/10887/stat : 10887 (java) S 10882 10884 10260 0 -1 4202560 3135 0 0 0 11 1 0 0 15 0 12 0 4068126 1569398784 41524 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10888] ppid=10882 vsize=1532616 CPUtime=0.12
/proc/10884/task/10888/stat : 10888 (java) S 10882 10884 10260 0 -1 4202560 3753 0 0 0 11 1 0 0 18 0 12 0 4068126 1569398784 41524 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10889] ppid=10882 vsize=1532616 CPUtime=0
/proc/10884/task/10889/stat : 10889 (java) S 10882 10884 10260 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 12 0 4068128 1569398784 41524 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10890] ppid=10882 vsize=1532616 CPUtime=0
/proc/10884/task/10890/stat : 10890 (java) S 10882 10884 10260 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 4068128 1569398784 41524 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10891] ppid=10882 vsize=1532616 CPUtime=0
/proc/10884/task/10891/stat : 10891 (java) S 10882 10884 10260 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 4068128 1569398784 41524 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10892] ppid=10882 vsize=1532616 CPUtime=0
/proc/10884/task/10892/stat : 10892 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 4068133 1569398784 41524 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10893] ppid=10882 vsize=1532616 CPUtime=0.6
/proc/10884/task/10893/stat : 10893 (java) S 10882 10884 10260 0 -1 4202560 2123 0 0 0 60 0 0 0 25 0 12 0 4068133 1569398784 41524 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10894] ppid=10882 vsize=1532616 CPUtime=0.34
/proc/10884/task/10894/stat : 10894 (java) S 10882 10884 10260 0 -1 4202560 868 0 0 0 34 0 0 0 25 0 12 0 4068133 1569398784 41524 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10895] ppid=10882 vsize=1532616 CPUtime=0
/proc/10884/task/10895/stat : 10895 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 4068133 1569398784 41524 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10896] ppid=10882 vsize=1532616 CPUtime=0
/proc/10884/task/10896/stat : 10896 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 4068133 1569398784 41524 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 1532616

[startup+6.30187 s]
/proc/loadavg: 1.07 1.02 1.00 2/118 10896
/proc/meminfo: memFree=1625492/2059040 swapFree=4192956/4192956
[pid=10884] ppid=10882 vsize=1530676 CPUtime=7.64
/proc/10884/stat : 10884 (java) S 10882 10884 10260 0 -1 4202496 50086 0 1 0 736 28 0 0 18 0 12 0 4068124 1567412224 47924 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10884/statm: 382669 47924 1419 10 0 379971 0
[pid=10884/tid=10886] ppid=10882 vsize=1530676 CPUtime=5.86
/proc/10884/task/10886/stat : 10886 (java) R 10882 10884 10260 0 -1 4202560 32011 0 1 0 567 19 0 0 25 0 12 0 4068125 1567412224 47924 1992294400 134512640 134550932 4289401328 18446744073709551615 4109906575 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10884/tid=10887] ppid=10882 vsize=1530676 CPUtime=0.38
/proc/10884/task/10887/stat : 10887 (java) S 10882 10884 10260 0 -1 4202560 7026 0 0 0 35 3 0 0 16 0 12 0 4068126 1567412224 47924 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10888] ppid=10882 vsize=1530676 CPUtime=0.38
/proc/10884/task/10888/stat : 10888 (java) S 10882 10884 10260 0 -1 4202560 6982 0 0 0 35 3 0 0 18 0 12 0 4068126 1567412224 47924 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10889] ppid=10882 vsize=1530676 CPUtime=0
/proc/10884/task/10889/stat : 10889 (java) S 10882 10884 10260 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 4068128 1567412224 47924 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10890] ppid=10882 vsize=1530676 CPUtime=0
/proc/10884/task/10890/stat : 10890 (java) S 10882 10884 10260 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 4068128 1567412224 47924 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10891] ppid=10882 vsize=1530676 CPUtime=0
/proc/10884/task/10891/stat : 10891 (java) S 10882 10884 10260 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 4068128 1567412224 47924 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10892] ppid=10882 vsize=1530676 CPUtime=0
/proc/10884/task/10892/stat : 10892 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 4068133 1567412224 47924 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10893] ppid=10882 vsize=1530676 CPUtime=0.61
/proc/10884/task/10893/stat : 10893 (java) S 10882 10884 10260 0 -1 4202560 2125 0 0 0 61 0 0 0 15 0 12 0 4068133 1567412224 47924 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10894] ppid=10882 vsize=1530676 CPUtime=0.34
/proc/10884/task/10894/stat : 10894 (java) S 10882 10884 10260 0 -1 4202560 868 0 0 0 34 0 0 0 25 0 12 0 4068133 1567412224 47924 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10895] ppid=10882 vsize=1530676 CPUtime=0
/proc/10884/task/10895/stat : 10895 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 4068133 1567412224 47924 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10896] ppid=10882 vsize=1530676 CPUtime=0
/proc/10884/task/10896/stat : 10896 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 4068133 1567412224 47924 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.64
Current children cumulated vsize (KiB) 1530676

[startup+12.701 s]
/proc/loadavg: 1.07 1.02 1.00 2/119 10897
/proc/meminfo: memFree=1596468/2059040 swapFree=4192956/4192956
[pid=10884] ppid=10882 vsize=1542264 CPUtime=15.65
/proc/10884/stat : 10884 (java) S 10882 10884 10260 0 -1 4202496 60506 0 1 0 1531 34 0 0 18 0 13 0 4068124 1579278336 55203 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10884/statm: 385566 55203 1436 10 0 382868 0
[pid=10884/tid=10886] ppid=10882 vsize=1542264 CPUtime=11.75
/proc/10884/task/10886/stat : 10886 (java) R 10882 10884 10260 0 -1 4202560 32062 0 1 0 1156 19 0 0 25 0 13 0 4068125 1579278336 55203 1992294400 134512640 134550932 4289401328 18446744073709551615 4110282685 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10884/tid=10887] ppid=10882 vsize=1542264 CPUtime=0.56
/proc/10884/task/10887/stat : 10887 (java) S 10882 10884 10260 0 -1 4202560 8802 0 0 0 51 5 0 0 16 0 13 0 4068126 1579278336 55203 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10888] ppid=10882 vsize=1542264 CPUtime=0.54
/proc/10884/task/10888/stat : 10888 (java) S 10882 10884 10260 0 -1 4202560 9950 0 0 0 49 5 0 0 18 0 13 0 4068126 1579278336 55203 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10889] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10889/stat : 10889 (java) S 10882 10884 10260 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 4068128 1579278336 55203 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10890] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10890/stat : 10890 (java) S 10882 10884 10260 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4068128 1579278336 55203 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10891] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10891/stat : 10891 (java) S 10882 10884 10260 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4068128 1579278336 55203 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10892] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10892/stat : 10892 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4068133 1579278336 55203 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10893] ppid=10882 vsize=1542264 CPUtime=1.15
/proc/10884/task/10893/stat : 10893 (java) S 10882 10884 10260 0 -1 4202560 2169 0 0 0 115 0 0 0 15 0 13 0 4068133 1579278336 55203 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10894] ppid=10882 vsize=1542264 CPUtime=1.59
/proc/10884/task/10894/stat : 10894 (java) S 10882 10884 10260 0 -1 4202560 6444 0 0 0 157 2 0 0 15 0 13 0 4068133 1579278336 55203 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10895] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10895/stat : 10895 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4068133 1579278336 55203 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10896] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10896/stat : 10896 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4068133 1579278336 55203 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10897] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10897/stat : 10897 (java) S 10882 10884 10260 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 4068960 1579278336 55203 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.65
Current children cumulated vsize (KiB) 1542264

[startup+25.5014 s]
/proc/loadavg: 1.05 1.01 1.00 2/119 10897
/proc/meminfo: memFree=1597088/2059040 swapFree=4192956/4192956
[pid=10884] ppid=10882 vsize=1542264 CPUtime=28.44
/proc/10884/stat : 10884 (java) S 10882 10884 10260 0 -1 4202496 60506 0 1 0 2810 34 0 0 18 0 13 0 4068124 1579278336 55059 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10884/statm: 385566 55059 1436 10 0 382868 0
[pid=10884/tid=10886] ppid=10882 vsize=1542264 CPUtime=24.56
/proc/10884/task/10886/stat : 10886 (java) R 10882 10884 10260 0 -1 4202560 32062 0 1 0 2436 20 0 0 25 0 13 0 4068125 1579278336 55059 1992294400 134512640 134550932 4289401328 18446744073709551615 4110027019 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10884/tid=10887] ppid=10882 vsize=1542264 CPUtime=0.56
/proc/10884/task/10887/stat : 10887 (java) S 10882 10884 10260 0 -1 4202560 8802 0 0 0 51 5 0 0 16 0 13 0 4068126 1579278336 55059 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10888] ppid=10882 vsize=1542264 CPUtime=0.54
/proc/10884/task/10888/stat : 10888 (java) S 10882 10884 10260 0 -1 4202560 9950 0 0 0 49 5 0 0 18 0 13 0 4068126 1579278336 55059 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10889] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10889/stat : 10889 (java) S 10882 10884 10260 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 4068128 1579278336 55059 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10890] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10890/stat : 10890 (java) S 10882 10884 10260 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4068128 1579278336 55059 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10891] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10891/stat : 10891 (java) S 10882 10884 10260 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4068128 1579278336 55059 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10892] ppid=10882 vsize=1542264 CPUtime=0

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

[pid=10884] ppid=10882 vsize=1542264 CPUtime=1605.4
/proc/10884/stat : 10884 (java) S 10882 10884 10260 0 -1 4202496 74991 0 1 0 160499 41 0 0 18 0 13 0 4068124 1579278336 68480 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10884/statm: 385566 68480 1436 10 0 382868 0
[pid=10884/tid=10886] ppid=10882 vsize=1542264 CPUtime=1600.45
/proc/10884/task/10886/stat : 10886 (java) R 10882 10884 10260 0 -1 4202560 32077 0 1 0 160025 20 0 0 25 0 13 0 4068125 1579278336 68480 1992294400 134512640 134550932 4289401328 18446744073709551615 4110027034 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10884/tid=10887] ppid=10882 vsize=1542264 CPUtime=0.97
/proc/10884/task/10887/stat : 10887 (java) S 10882 10884 10260 0 -1 4202560 16686 0 0 0 89 8 0 0 16 0 13 0 4068126 1579278336 68480 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10888] ppid=10882 vsize=1542264 CPUtime=0.93
/proc/10884/task/10888/stat : 10888 (java) S 10882 10884 10260 0 -1 4202560 16405 0 0 0 85 8 0 0 18 0 13 0 4068126 1579278336 68480 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10889] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10889/stat : 10889 (java) S 10882 10884 10260 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 13 0 4068128 1579278336 68480 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10890] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10890/stat : 10890 (java) S 10882 10884 10260 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4068128 1579278336 68480 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10891] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10891/stat : 10891 (java) S 10882 10884 10260 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4068128 1579278336 68480 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10892] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10892/stat : 10892 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4068133 1579278336 68480 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10893] ppid=10882 vsize=1542264 CPUtime=1.38
/proc/10884/task/10893/stat : 10893 (java) S 10882 10884 10260 0 -1 4202560 2184 0 0 0 137 1 0 0 15 0 13 0 4068133 1579278336 68480 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10894] ppid=10882 vsize=1542264 CPUtime=1.62
/proc/10884/task/10894/stat : 10894 (java) S 10882 10884 10260 0 -1 4202560 6450 0 0 0 160 2 0 0 15 0 13 0 4068133 1579278336 68480 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10895] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10895/stat : 10895 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4068133 1579278336 68480 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10896] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10896/stat : 10896 (java) S 10882 10884 10260 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 4068133 1579278336 68480 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10897] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10897/stat : 10897 (java) S 10882 10884 10260 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 4068960 1579278336 68480 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1605.4
Current children cumulated vsize (KiB) 1542264

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10950
/proc/meminfo: memFree=1540560/2059040 swapFree=4192956/4192956
[pid=10884] ppid=10882 vsize=1542264 CPUtime=1665.4
/proc/10884/stat : 10884 (java) S 10882 10884 10260 0 -1 4202496 75321 0 1 0 166499 41 0 0 18 0 13 0 4068124 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10884/statm: 385566 68803 1436 10 0 382868 0
[pid=10884/tid=10886] ppid=10882 vsize=1542264 CPUtime=1660.41
/proc/10884/task/10886/stat : 10886 (java) R 10882 10884 10260 0 -1 4202560 32078 0 1 0 166021 20 0 0 25 0 13 0 4068125 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4110283511 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10884/tid=10887] ppid=10882 vsize=1542264 CPUtime=0.98
/proc/10884/task/10887/stat : 10887 (java) S 10882 10884 10260 0 -1 4202560 16868 0 0 0 90 8 0 0 16 0 13 0 4068126 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10888] ppid=10882 vsize=1542264 CPUtime=0.95
/proc/10884/task/10888/stat : 10888 (java) S 10882 10884 10260 0 -1 4202560 16546 0 0 0 87 8 0 0 18 0 13 0 4068126 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10889] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10889/stat : 10889 (java) S 10882 10884 10260 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 13 0 4068128 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10890] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10890/stat : 10890 (java) S 10882 10884 10260 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4068128 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10891] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10891/stat : 10891 (java) S 10882 10884 10260 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4068128 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10892] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10892/stat : 10892 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10893] ppid=10882 vsize=1542264 CPUtime=1.38
/proc/10884/task/10893/stat : 10893 (java) S 10882 10884 10260 0 -1 4202560 2184 0 0 0 137 1 0 0 15 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10894] ppid=10882 vsize=1542264 CPUtime=1.62
/proc/10884/task/10894/stat : 10894 (java) S 10882 10884 10260 0 -1 4202560 6450 0 0 0 160 2 0 0 15 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10895] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10895/stat : 10895 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10896] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10896/stat : 10896 (java) S 10882 10884 10260 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10897] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10897/stat : 10897 (java) S 10882 10884 10260 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 4068960 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1665.4
Current children cumulated vsize (KiB) 1542264

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10952
/proc/meminfo: memFree=1540436/2059040 swapFree=4192956/4192956
[pid=10884] ppid=10882 vsize=1542264 CPUtime=1725.38
/proc/10884/stat : 10884 (java) S 10882 10884 10260 0 -1 4202496 75325 0 1 0 172497 41 0 0 18 0 13 0 4068124 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10884/statm: 385566 68803 1436 10 0 382868 0
[pid=10884/tid=10886] ppid=10882 vsize=1542264 CPUtime=1720.4
/proc/10884/task/10886/stat : 10886 (java) R 10882 10884 10260 0 -1 4202560 32078 0 1 0 172020 20 0 0 25 0 13 0 4068125 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4110283041 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10884/tid=10887] ppid=10882 vsize=1542264 CPUtime=0.98
/proc/10884/task/10887/stat : 10887 (java) S 10882 10884 10260 0 -1 4202560 16868 0 0 0 90 8 0 0 16 0 13 0 4068126 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10888] ppid=10882 vsize=1542264 CPUtime=0.95
/proc/10884/task/10888/stat : 10888 (java) S 10882 10884 10260 0 -1 4202560 16546 0 0 0 87 8 0 0 18 0 13 0 4068126 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10889] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10889/stat : 10889 (java) S 10882 10884 10260 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 13 0 4068128 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10890] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10890/stat : 10890 (java) S 10882 10884 10260 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4068128 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10891] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10891/stat : 10891 (java) S 10882 10884 10260 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4068128 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10892] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10892/stat : 10892 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10893] ppid=10882 vsize=1542264 CPUtime=1.38
/proc/10884/task/10893/stat : 10893 (java) S 10882 10884 10260 0 -1 4202560 2184 0 0 0 137 1 0 0 15 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10894] ppid=10882 vsize=1542264 CPUtime=1.62
/proc/10884/task/10894/stat : 10894 (java) S 10882 10884 10260 0 -1 4202560 6450 0 0 0 160 2 0 0 15 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10895] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10895/stat : 10895 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10896] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10896/stat : 10896 (java) S 10882 10884 10260 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10897] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10897/stat : 10897 (java) S 10882 10884 10260 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 4068960 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1725.38
Current children cumulated vsize (KiB) 1542264

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10954
/proc/meminfo: memFree=1540312/2059040 swapFree=4192956/4192956
[pid=10884] ppid=10882 vsize=1542264 CPUtime=1785.37
/proc/10884/stat : 10884 (java) S 10882 10884 10260 0 -1 4202496 75327 0 1 0 178496 41 0 0 18 0 13 0 4068124 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10884/statm: 385566 68803 1436 10 0 382868 0
[pid=10884/tid=10886] ppid=10882 vsize=1542264 CPUtime=1780.38
/proc/10884/task/10886/stat : 10886 (java) R 10882 10884 10260 0 -1 4202560 32078 0 1 0 178018 20 0 0 25 0 13 0 4068125 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4110027005 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10884/tid=10887] ppid=10882 vsize=1542264 CPUtime=0.98
/proc/10884/task/10887/stat : 10887 (java) S 10882 10884 10260 0 -1 4202560 16868 0 0 0 90 8 0 0 16 0 13 0 4068126 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10888] ppid=10882 vsize=1542264 CPUtime=0.95
/proc/10884/task/10888/stat : 10888 (java) S 10882 10884 10260 0 -1 4202560 16546 0 0 0 87 8 0 0 18 0 13 0 4068126 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10889] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10889/stat : 10889 (java) S 10882 10884 10260 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 13 0 4068128 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10890] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10890/stat : 10890 (java) S 10882 10884 10260 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4068128 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10891] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10891/stat : 10891 (java) S 10882 10884 10260 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4068128 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10892] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10892/stat : 10892 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10893] ppid=10882 vsize=1542264 CPUtime=1.38
/proc/10884/task/10893/stat : 10893 (java) S 10882 10884 10260 0 -1 4202560 2184 0 0 0 137 1 0 0 15 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10894] ppid=10882 vsize=1542264 CPUtime=1.62
/proc/10884/task/10894/stat : 10894 (java) S 10882 10884 10260 0 -1 4202560 6450 0 0 0 160 2 0 0 15 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10895] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10895/stat : 10895 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10896] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10896/stat : 10896 (java) S 10882 10884 10260 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10897] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10897/stat : 10897 (java) S 10882 10884 10260 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 4068960 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1785.37
Current children cumulated vsize (KiB) 1542264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10954
/proc/meminfo: memFree=1540312/2059040 swapFree=4192956/4192956
[pid=10884] ppid=10882 vsize=1542264 CPUtime=1800.07
/proc/10884/stat : 10884 (java) S 10882 10884 10260 0 -1 4202496 75329 0 1 0 179966 41 0 0 18 0 13 0 4068124 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10884/statm: 385566 68803 1436 10 0 382868 0
[pid=10884/tid=10886] ppid=10882 vsize=1542264 CPUtime=1795.09
/proc/10884/task/10886/stat : 10886 (java) R 10882 10884 10260 0 -1 4202560 32078 0 1 0 179489 20 0 0 25 0 13 0 4068125 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4110027028 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10884/tid=10887] ppid=10882 vsize=1542264 CPUtime=0.98
/proc/10884/task/10887/stat : 10887 (java) S 10882 10884 10260 0 -1 4202560 16868 0 0 0 90 8 0 0 16 0 13 0 4068126 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10888] ppid=10882 vsize=1542264 CPUtime=0.95
/proc/10884/task/10888/stat : 10888 (java) S 10882 10884 10260 0 -1 4202560 16546 0 0 0 87 8 0 0 18 0 13 0 4068126 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10889] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10889/stat : 10889 (java) S 10882 10884 10260 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 13 0 4068128 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 0 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10890] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10890/stat : 10890 (java) S 10882 10884 10260 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4068128 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10891] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10891/stat : 10891 (java) S 10882 10884 10260 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4068128 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10892] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10892/stat : 10892 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10893] ppid=10882 vsize=1542264 CPUtime=1.38
/proc/10884/task/10893/stat : 10893 (java) S 10882 10884 10260 0 -1 4202560 2184 0 0 0 137 1 0 0 15 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10894] ppid=10882 vsize=1542264 CPUtime=1.62
/proc/10884/task/10894/stat : 10894 (java) S 10882 10884 10260 0 -1 4202560 6450 0 0 0 160 2 0 0 15 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 1 0 0 0
[pid=10884/tid=10895] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10895/stat : 10895 (java) S 10882 10884 10260 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
[pid=10884/tid=10896] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10896/stat : 10896 (java) R 10882 10884 10260 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 4068133 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10884/tid=10897] ppid=10882 vsize=1542264 CPUtime=0
/proc/10884/task/10897/stat : 10897 (java) S 10882 10884 10260 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 4068960 1579278336 68803 1992294400 134512640 134550932 4289401328 18446744073709551615 4294960144 0 4 0 16800975 18446604437837024000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1542264

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

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

Child status: 143
Real time (s): 1797.09
CPU time (s): 1800.17
CPU user time (s): 1799.72
CPU system time (s): 0.448931
CPU usage (%): 100.171
Max. virtual memory (cumulated for all children) (KiB): 1544896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.448931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75350
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= 36834
involuntary context switches= 24464

runsolver used 3.52346 second user time and 9.61354 second system time

The end

Launcher Data

Begin job on node042 at 2010-06-15 20:49:16
IDJOB=2658893
IDBENCH=3025
IDSOLVER=1164
FILE ID=node042/2658893-1276627754
PBS_JOBID= 11172320
Free space on /tmp= 62564 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=440-sizeP=221-sizeQ=440-726468498-max.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658893-1276627754/watcher-2658893-1276627754 -o /tmp/evaluation-result-2658893-1276627754/solver-2658893-1276627754 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658893-1276627754.opb

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

MD5SUM BENCH= ed1765c8e2f5b9ac0be00c2d97d71991
RANDOM SEED=2019283326

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1813160 kB
Buffers:          3636 kB
Cached:         117020 kB
SwapCached:          0 kB
Active:          33932 kB
Inactive:       146392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1813160 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           18648 kB
Writeback:           0 kB
AnonPages:       59504 kB
Mapped:          15316 kB
Slab:            43420 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183172 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= 62564 MiB
End job on node042 at 2010-06-15 21:19:15