Trace number 350190

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, and are wall clock time (not CPU 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
sat4jPseudoCP 2007-03-23? (TO) 1800.08 1793.56

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 (download as text)

0.05/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.05/0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.05/0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.05/0.18	c no version file found!!!
0.05/0.18	c sun.arch.data.model	32
0.05/0.18	c java.version	1.6.0
0.05/0.18	c os.name	Linux
0.05/0.18	c os.version	2.6.9-22.EL.rootsmp
0.05/0.18	c os.arch	i386
0.05/0.18	c Free memory 1651659224
0.05/0.18	c Max memory 1654456320
0.05/0.18	c Total memory 1654456320
0.05/0.18	c Number of processors 2
0.15/0.24	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.15/0.24	--- Begin Solver configuration ---
0.15/0.24	c Stops conflict analysis at the first Unique Implication Point
0.15/0.24	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.15/0.24	c Learn all clauses as in MiniSAT
0.15/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.15/0.24	c VSIDS like heuristics from MiniSAT using a heap
0.15/0.24	c No reason simplification
0.15/0.24	c --- End Solver configuration ---
0.15/0.24	c solving /tmp/evaluation/350190-1176804315/instance-350190-1176804315.opb
0.15/0.24	c reading problem ... 
11.06/9.45	c ... done. Wall clock time 9.214s.
11.06/9.45	c CPU time (experimental) 7.91s.
11.06/9.45	c #vars     97901
11.06/9.45	c #constraints  291722
1800.02/1793.51	c starts		: 1
1800.02/1793.51	c conflicts		: 1
1800.02/1793.51	c decisions		: 223
1800.02/1793.51	c propagations		: 49727
1800.02/1793.51	c inspects		: 171716
1800.02/1793.51	c learnt literals	: 0
1800.02/1793.51	c learnt binary clauses	: 0
1800.02/1793.51	c learnt ternary clauses	: 0
1800.02/1793.51	c learnt clauses	: 0
1800.02/1793.51	c root simplifications	: 0
1800.02/1793.51	c removed literals (reason simplification)	: 0
1800.02/1793.51	c reason swapping (by a shorter reason)	: 0
1800.02/1793.51	c Calls to reduceDB	: 0
1800.02/1793.51	c speed (decisions/second)	: 0.1250014714298767
1800.02/1793.51	c non guided choices	2
1800.02/1793.51	s UNKNOWN
1800.02/1793.51	c Total wall clock time (ms): 1793.274

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node17/watcher-350190-1176804315 -o ROOT/results/node17/solver-350190-1176804315 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350190-1176804315/sat4jPseudoCP.jar /tmp/evaluation/350190-1176804315/instance-350190-1176804315.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.99 0.99 3/77 14463
/proc/meminfo: memFree=1349880/2055920 swapFree=4075616/4192956
[pid=14463] ppid=14461 vsize=152 CPUtime=0
/proc/14463/stat : 14463 (java) R 14461 14463 13306 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 128349105 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 2859307 0 0 4096 0 0 0 0 17 1 0 0
/proc/14463/statm: 38 26 19 9 0 4 0

[startup+0.080226 s]
/proc/loadavg: 0.92 0.99 0.99 3/77 14463
/proc/meminfo: memFree=1349880/2055920 swapFree=4075616/4192956
[pid=14463] ppid=14461 vsize=1776088 CPUtime=0.02
/proc/14463/stat : 14463 (java) S 14461 14463 13306 0 -1 0 3287 0 1 0 1 1 0 0 18 0 4 0 128349105 1818714112 3034 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/14463/statm: 444022 3034 900 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.10123 s]
/proc/loadavg: 0.92 0.99 0.99 3/77 14463
/proc/meminfo: memFree=1349880/2055920 swapFree=4075616/4192956
[pid=14463] ppid=14461 vsize=1777708 CPUtime=0.05
/proc/14463/stat : 14463 (java) S 14461 14463 13306 0 -1 0 3655 0 1 0 3 2 0 0 18 0 7 0 128349105 1820372992 3398 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/14463/statm: 444427 3398 1078 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.301249 s]
/proc/loadavg: 0.92 0.99 0.99 3/77 14463
/proc/meminfo: memFree=1349880/2055920 swapFree=4075616/4192956
[pid=14463] ppid=14461 vsize=1781428 CPUtime=0.28
/proc/14463/stat : 14463 (java) S 14461 14463 13306 0 -1 0 5835 0 1 0 25 3 0 0 18 0 12 0 128349105 1824182272 5574 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14463/statm: 445357 5574 1259 9 0 442969 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1781428

[startup+0.701292 s]
/proc/loadavg: 0.92 0.99 0.99 3/77 14463
/proc/meminfo: memFree=1349880/2055920 swapFree=4075616/4192956
[pid=14463] ppid=14461 vsize=1783932 CPUtime=0.82
/proc/14463/stat : 14463 (java) S 14461 14463 13306 0 -1 0 7453 0 1 0 78 4 0 0 18 0 12 0 128349105 1826746368 7085 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14463/statm: 445983 7086 1301 9 0 443595 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 1783932

[startup+1.50238 s]
/proc/loadavg: 0.92 0.99 0.99 3/89 14475
/proc/meminfo: memFree=1319960/2055920 swapFree=4075616/4192956
[pid=14463] ppid=14461 vsize=1785792 CPUtime=1.98
/proc/14463/stat : 14463 (java) S 14461 14463 13306 0 -1 0 18005 0 1 0 187 11 0 0 18 0 12 0 128349105 1828651008 16322 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14463/statm: 446448 16322 1301 9 0 444060 0
[pid=14463/tid=14465] ppid=14461 vsize=1785792 CPUtime=0.99
/proc/14463/task/14465/stat : 14465 (java) R 14461 14463 13306 0 -1 64 14499 0 1 0 92 7 0 0 19 0 12 0 128349107 1828651008 16322 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474364 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14466] ppid=14461 vsize=1785792 CPUtime=0
/proc/14463/task/14466/stat : 14466 (java) S 14461 14463 13306 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 128349112 1828651008 16322 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14467] ppid=14461 vsize=1785792 CPUtime=0
/proc/14463/task/14467/stat : 14467 (java) S 14461 14463 13306 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 128349112 1828651008 16322 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14468] ppid=14461 vsize=1785792 CPUtime=0
/proc/14463/task/14468/stat : 14468 (java) S 14461 14463 13306 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 128349114 1828651008 16322 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14469] ppid=14461 vsize=1785792 CPUtime=0
/proc/14463/task/14469/stat : 14469 (java) S 14461 14463 13306 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 128349114 1828651008 16322 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14470] ppid=14461 vsize=1785792 CPUtime=0
/proc/14463/task/14470/stat : 14470 (java) S 14461 14463 13306 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 128349115 1828651008 16322 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14471] ppid=14461 vsize=1785792 CPUtime=0
/proc/14463/task/14471/stat : 14471 (java) S 14461 14463 13306 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 128349118 1828651008 16322 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14472] ppid=14461 vsize=1785792 CPUtime=0.5
/proc/14463/task/14472/stat : 14472 (java) S 14461 14463 13306 0 -1 64 1860 0 0 0 49 1 0 0 16 0 12 0 128349118 1828651008 16322 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14473] ppid=14461 vsize=1785792 CPUtime=0.44
/proc/14463/task/14473/stat : 14473 (java) S 14461 14463 13306 0 -1 64 924 0 0 0 44 0 0 0 17 0 12 0 128349118 1828651008 16322 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14474] ppid=14461 vsize=1785792 CPUtime=0
/proc/14463/task/14474/stat : 14474 (java) S 14461 14463 13306 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 128349118 1828651008 16322 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14475] ppid=14461 vsize=1785792 CPUtime=0
/proc/14463/task/14475/stat : 14475 (java) S 14461 14463 13306 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128349118 1828651008 16322 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1785792

[startup+3.10254 s]
/proc/loadavg: 0.92 0.99 0.99 2/89 14475
/proc/meminfo: memFree=1221528/2055920 swapFree=4075616/4192956
[pid=14463] ppid=14461 vsize=1786280 CPUtime=3.65
/proc/14463/stat : 14463 (java) S 14461 14463 13306 0 -1 0 44271 0 1 0 340 25 0 0 18 0 12 0 128349105 1829150720 42527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14463/statm: 446570 42527 1310 9 0 444182 0
[pid=14463/tid=14465] ppid=14461 vsize=1786280 CPUtime=2.51
/proc/14463/task/14465/stat : 14465 (java) R 14461 14463 13306 0 -1 64 37683 0 1 0 231 20 0 0 24 0 12 0 128349107 1829150720 42527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14466] ppid=14461 vsize=1786280 CPUtime=0.07
/proc/14463/task/14466/stat : 14466 (java) S 14461 14463 13306 0 -1 64 1576 0 0 0 7 0 0 0 17 0 12 0 128349112 1829150720 42527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14467] ppid=14461 vsize=1786280 CPUtime=0.06
/proc/14463/task/14467/stat : 14467 (java) S 14461 14463 13306 0 -1 64 1501 0 0 0 6 0 0 0 16 0 12 0 128349112 1829150720 42527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14468] ppid=14461 vsize=1786280 CPUtime=0
/proc/14463/task/14468/stat : 14468 (java) S 14461 14463 13306 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 128349114 1829150720 42527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14469] ppid=14461 vsize=1786280 CPUtime=0
/proc/14463/task/14469/stat : 14469 (java) S 14461 14463 13306 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 128349114 1829150720 42527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14470] ppid=14461 vsize=1786280 CPUtime=0
/proc/14463/task/14470/stat : 14470 (java) S 14461 14463 13306 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128349115 1829150720 42527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14471] ppid=14461 vsize=1786280 CPUtime=0
/proc/14463/task/14471/stat : 14471 (java) S 14461 14463 13306 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 128349118 1829150720 42527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14472] ppid=14461 vsize=1786280 CPUtime=0.5
/proc/14463/task/14472/stat : 14472 (java) S 14461 14463 13306 0 -1 64 1860 0 0 0 49 1 0 0 16 0 12 0 128349118 1829150720 42527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14473] ppid=14461 vsize=1786280 CPUtime=0.44
/proc/14463/task/14473/stat : 14473 (java) S 14461 14463 13306 0 -1 64 924 0 0 0 44 0 0 0 17 0 12 0 128349118 1829150720 42527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14474] ppid=14461 vsize=1786280 CPUtime=0
/proc/14463/task/14474/stat : 14474 (java) S 14461 14463 13306 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 128349118 1829150720 42527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14475] ppid=14461 vsize=1786280 CPUtime=0
/proc/14463/task/14475/stat : 14475 (java) S 14461 14463 13306 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128349118 1829150720 42527 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 1786280

[startup+6.30187 s]
/proc/loadavg: 0.93 0.99 0.99 2/89 14475
/proc/meminfo: memFree=1147352/2055920 swapFree=4075616/4192956
[pid=14463] ppid=14461 vsize=1786920 CPUtime=7.42
/proc/14463/stat : 14463 (java) S 14461 14463 13306 0 -1 0 57155 0 1 0 710 32 0 0 18 0 12 0 128349105 1829806080 54616 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14463/statm: 446730 54616 1310 9 0 444342 0
[pid=14463/tid=14465] ppid=14461 vsize=1786920 CPUtime=5.15
/proc/14463/task/14465/stat : 14465 (java) R 14461 14463 13306 0 -1 64 37687 0 1 0 494 21 0 0 20 0 12 0 128349107 1829806080 54616 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474364 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14466] ppid=14461 vsize=1786920 CPUtime=0.63
/proc/14463/task/14466/stat : 14466 (java) S 14461 14463 13306 0 -1 64 8236 0 0 0 60 3 0 0 16 0 12 0 128349112 1829806080 54616 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14467] ppid=14461 vsize=1786920 CPUtime=0.63
/proc/14463/task/14467/stat : 14467 (java) S 14461 14463 13306 0 -1 64 7716 0 0 0 60 3 0 0 16 0 12 0 128349112 1829806080 54616 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14468] ppid=14461 vsize=1786920 CPUtime=0
/proc/14463/task/14468/stat : 14468 (java) S 14461 14463 13306 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 128349114 1829806080 54616 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14469] ppid=14461 vsize=1786920 CPUtime=0
/proc/14463/task/14469/stat : 14469 (java) S 14461 14463 13306 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 128349114 1829806080 54616 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14470] ppid=14461 vsize=1786920 CPUtime=0
/proc/14463/task/14470/stat : 14470 (java) S 14461 14463 13306 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128349115 1829806080 54616 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14471] ppid=14461 vsize=1786920 CPUtime=0
/proc/14463/task/14471/stat : 14471 (java) S 14461 14463 13306 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 128349118 1829806080 54616 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14472] ppid=14461 vsize=1786920 CPUtime=0.5
/proc/14463/task/14472/stat : 14472 (java) S 14461 14463 13306 0 -1 64 1860 0 0 0 49 1 0 0 16 0 12 0 128349118 1829806080 54616 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14473] ppid=14461 vsize=1786920 CPUtime=0.45
/proc/14463/task/14473/stat : 14473 (java) S 14461 14463 13306 0 -1 64 924 0 0 0 45 0 0 0 16 0 12 0 128349118 1829806080 54616 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14474] ppid=14461 vsize=1786920 CPUtime=0
/proc/14463/task/14474/stat : 14474 (java) S 14461 14463 13306 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 128349118 1829806080 54616 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14475] ppid=14461 vsize=1786920 CPUtime=0
/proc/14463/task/14475/stat : 14475 (java) S 14461 14463 13306 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128349118 1829806080 54616 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 1786920

[startup+12.7015 s]
/proc/loadavg: 0.93 0.99 0.99 2/90 14476
/proc/meminfo: memFree=1112912/2055920 swapFree=4075616/4192956
[pid=14463] ppid=14461 vsize=1787884 CPUtime=14.78
/proc/14463/stat : 14463 (java) S 14461 14463 13306 0 -1 0 63985 0 1 0 1442 36 0 0 18 0 13 0 128349105 1830793216 60463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14463/statm: 446971 60463 1323 9 0 444583 0
[pid=14463/tid=14465] ppid=14461 vsize=1787884 CPUtime=10.99
/proc/14463/task/14465/stat : 14465 (java) R 14461 14463 13306 0 -1 64 37753 0 1 0 1076 23 0 0 21 0 13 0 128349107 1830793216 60463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109784463 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14466] ppid=14461 vsize=1787884 CPUtime=0.98
/proc/14463/task/14466/stat : 14466 (java) S 14461 14463 13306 0 -1 64 11357 0 0 0 94 4 0 0 16 0 13 0 128349112 1830793216 60463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14467] ppid=14461 vsize=1787884 CPUtime=1
/proc/14463/task/14467/stat : 14467 (java) S 14461 14463 13306 0 -1 64 11153 0 0 0 95 5 0 0 19 0 13 0 128349112 1830793216 60463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14468] ppid=14461 vsize=1787884 CPUtime=0
/proc/14463/task/14468/stat : 14468 (java) S 14461 14463 13306 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 128349114 1830793216 60463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14469] ppid=14461 vsize=1787884 CPUtime=0
/proc/14463/task/14469/stat : 14469 (java) S 14461 14463 13306 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128349114 1830793216 60463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14470] ppid=14461 vsize=1787884 CPUtime=0
/proc/14463/task/14470/stat : 14470 (java) S 14461 14463 13306 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128349115 1830793216 60463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14471] ppid=14461 vsize=1787884 CPUtime=0
/proc/14463/task/14471/stat : 14471 (java) S 14461 14463 13306 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128349118 1830793216 60463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14472] ppid=14461 vsize=1787884 CPUtime=0.88
/proc/14463/task/14472/stat : 14472 (java) S 14461 14463 13306 0 -1 64 1887 0 0 0 87 1 0 0 16 0 13 0 128349118 1830793216 60463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14473] ppid=14461 vsize=1787884 CPUtime=0.87
/proc/14463/task/14473/stat : 14473 (java) S 14461 14463 13306 0 -1 64 1098 0 0 0 87 0 0 0 16 0 13 0 128349118 1830793216 60463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14474] ppid=14461 vsize=1787884 CPUtime=0
/proc/14463/task/14474/stat : 14474 (java) S 14461 14463 13306 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128349118 1830793216 60463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14475] ppid=14461 vsize=1787884 CPUtime=0
/proc/14463/task/14475/stat : 14475 (java) S 14461 14463 13306 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128349118 1830793216 60463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14476] ppid=14461 vsize=1787884 CPUtime=0
/proc/14463/task/14476/stat : 14476 (java) S 14461 14463 13306 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 128350064 1830793216 60463 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.78
Current children cumulated vsize (KiB) 1787884

[startup+25.5021 s]
/proc/loadavg: 0.95 0.99 0.99 2/90 14476
/proc/meminfo: memFree=1093136/2055920 swapFree=4075616/4192956
[pid=14463] ppid=14461 vsize=1790444 CPUtime=28.72
/proc/14463/stat : 14463 (java) S 14461 14463 13306 0 -1 0 81761 0 1 0 2825 47 0 0 18 0 13 0 128349105 1833414656 63960 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14463/statm: 447611 63960 1323 9 0 445223 0
[pid=14463/tid=14465] ppid=14461 vsize=1790444 CPUtime=22.61
/proc/14463/task/14465/stat : 14465 (java) R 14461 14463 13306 0 -1 64 37779 0 1 0 2238 23 0 0 16 0 13 0 128349107 1833414656 63960 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109761360 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14466] ppid=14461 vsize=1790444 CPUtime=2.09
/proc/14463/task/14466/stat : 14466 (java) S 14461 14463 13306 0 -1 64 20961 0 0 0 200 9 0 0 16 0 13 0 128349112 1833414656 63960 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14467] ppid=14461 vsize=1790444 CPUtime=2.08
/proc/14463/task/14467/stat : 14467 (java) S 14461 14463 13306 0 -1 64 19290 0 0 0 199 9 0 0 16 0 13 0 128349112 1833414656 63960 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14468] ppid=14461 vsize=1790444 CPUtime=0.01
/proc/14463/task/14468/stat : 14468 (java) S 14461 14463 13306 0 -1 64 15 0 0 0 0 1 0 0 16 0 13 0 128349114 1833414656 63960 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14469] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14469/stat : 14469 (java) S 14461 14463 13306 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128349114 1833414656 63960 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14470] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14470/stat : 14470 (java) S 14461 14463 13306 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128349115 1833414656 63960 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=14463] ppid=14461 vsize=1790444 CPUtime=1668.76
/proc/14463/stat : 14463 (java) S 14461 14463 13306 0 -1 0 97536 0 1 0 166580 296 0 0 18 0 13 0 128349105 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14463/statm: 447611 58623 1323 9 0 445223 0
[pid=14463/tid=14465] ppid=14461 vsize=1790444 CPUtime=1643.47
/proc/14463/task/14465/stat : 14465 (java) R 14461 14463 13306 0 -1 64 53469 0 1 0 164303 44 0 0 17 0 13 0 128349107 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109987755 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14466] ppid=14461 vsize=1790444 CPUtime=11.36
/proc/14463/task/14466/stat : 14466 (java) S 14461 14463 13306 0 -1 64 20980 0 0 0 1026 110 0 0 15 0 13 0 128349112 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14467] ppid=14461 vsize=1790444 CPUtime=11.34
/proc/14463/task/14467/stat : 14467 (java) S 14461 14463 13306 0 -1 64 19318 0 0 0 1020 114 0 0 16 0 13 0 128349112 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14468] ppid=14461 vsize=1790444 CPUtime=0.64
/proc/14463/task/14468/stat : 14468 (java) S 14461 14463 13306 0 -1 64 53 0 0 0 42 22 0 0 16 0 13 0 128349114 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14469] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14469/stat : 14469 (java) S 14461 14463 13306 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128349114 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14470] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14470/stat : 14470 (java) S 14461 14463 13306 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128349115 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14471] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14471/stat : 14471 (java) S 14461 14463 13306 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14472] ppid=14461 vsize=1790444 CPUtime=0.92
/proc/14463/task/14472/stat : 14472 (java) S 14461 14463 13306 0 -1 64 1889 0 0 0 91 1 0 0 16 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14473] ppid=14461 vsize=1790444 CPUtime=0.96
/proc/14463/task/14473/stat : 14473 (java) S 14461 14463 13306 0 -1 64 1103 0 0 0 96 0 0 0 17 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14474] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14474/stat : 14474 (java) S 14461 14463 13306 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14475] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14475/stat : 14475 (java) S 14461 14463 13306 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14476] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14476/stat : 14476 (java) S 14461 14463 13306 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 128350064 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1668.76
Current children cumulated vsize (KiB) 1790444

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 14476
/proc/meminfo: memFree=1119832/2055920 swapFree=4076180/4192956
[pid=14463] ppid=14461 vsize=1790444 CPUtime=1728.79
/proc/14463/stat : 14463 (java) S 14461 14463 13306 0 -1 0 97671 0 1 0 172575 304 0 0 18 0 13 0 128349105 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14463/statm: 447611 58623 1323 9 0 445223 0
[pid=14463/tid=14465] ppid=14461 vsize=1790444 CPUtime=1702.86
/proc/14463/task/14465/stat : 14465 (java) R 14461 14463 13306 0 -1 64 53604 0 1 0 170241 45 0 0 18 0 13 0 128349107 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109761220 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14466] ppid=14461 vsize=1790444 CPUtime=11.67
/proc/14463/task/14466/stat : 14466 (java) S 14461 14463 13306 0 -1 64 20980 0 0 0 1056 111 0 0 16 0 13 0 128349112 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14467] ppid=14461 vsize=1790444 CPUtime=11.65
/proc/14463/task/14467/stat : 14467 (java) S 14461 14463 13306 0 -1 64 19318 0 0 0 1045 120 0 0 16 0 13 0 128349112 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14468] ppid=14461 vsize=1790444 CPUtime=0.66
/proc/14463/task/14468/stat : 14468 (java) S 14461 14463 13306 0 -1 64 53 0 0 0 43 23 0 0 16 0 13 0 128349114 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14469] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14469/stat : 14469 (java) S 14461 14463 13306 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128349114 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14470] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14470/stat : 14470 (java) S 14461 14463 13306 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128349115 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14471] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14471/stat : 14471 (java) S 14461 14463 13306 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14472] ppid=14461 vsize=1790444 CPUtime=0.92
/proc/14463/task/14472/stat : 14472 (java) S 14461 14463 13306 0 -1 64 1889 0 0 0 91 1 0 0 16 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14473] ppid=14461 vsize=1790444 CPUtime=0.96
/proc/14463/task/14473/stat : 14473 (java) S 14461 14463 13306 0 -1 64 1103 0 0 0 96 0 0 0 17 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14474] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14474/stat : 14474 (java) S 14461 14463 13306 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14475] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14475/stat : 14475 (java) S 14461 14463 13306 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14476] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14476/stat : 14476 (java) S 14461 14463 13306 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 128350064 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1728.79
Current children cumulated vsize (KiB) 1790444

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 14476
/proc/meminfo: memFree=1119768/2055920 swapFree=4076240/4192956
[pid=14463] ppid=14461 vsize=1790444 CPUtime=1788.8
/proc/14463/stat : 14463 (java) S 14461 14463 13306 0 -1 0 97801 0 1 0 178568 312 0 0 18 0 13 0 128349105 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14463/statm: 447611 58623 1323 9 0 445223 0
[pid=14463/tid=14465] ppid=14461 vsize=1790444 CPUtime=1762.24
/proc/14463/task/14465/stat : 14465 (java) R 14461 14463 13306 0 -1 64 53734 0 1 0 176179 45 0 0 25 0 13 0 128349107 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109761715 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14466] ppid=14461 vsize=1790444 CPUtime=11.98
/proc/14463/task/14466/stat : 14466 (java) S 14461 14463 13306 0 -1 64 20980 0 0 0 1085 113 0 0 16 0 13 0 128349112 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14467] ppid=14461 vsize=1790444 CPUtime=11.96
/proc/14463/task/14467/stat : 14467 (java) S 14461 14463 13306 0 -1 64 19318 0 0 0 1071 125 0 0 16 0 13 0 128349112 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14468] ppid=14461 vsize=1790444 CPUtime=0.67
/proc/14463/task/14468/stat : 14468 (java) S 14461 14463 13306 0 -1 64 53 0 0 0 44 23 0 0 15 0 13 0 128349114 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14469] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14469/stat : 14469 (java) S 14461 14463 13306 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128349114 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14470] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14470/stat : 14470 (java) S 14461 14463 13306 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128349115 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14471] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14471/stat : 14471 (java) S 14461 14463 13306 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14472] ppid=14461 vsize=1790444 CPUtime=0.92
/proc/14463/task/14472/stat : 14472 (java) S 14461 14463 13306 0 -1 64 1889 0 0 0 91 1 0 0 16 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14473] ppid=14461 vsize=1790444 CPUtime=0.96
/proc/14463/task/14473/stat : 14473 (java) S 14461 14463 13306 0 -1 64 1103 0 0 0 96 0 0 0 17 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14474] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14474/stat : 14474 (java) S 14461 14463 13306 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14475] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14475/stat : 14475 (java) S 14461 14463 13306 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14476] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14476/stat : 14476 (java) S 14461 14463 13306 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 128350064 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1788.8
Current children cumulated vsize (KiB) 1790444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 14476
/proc/meminfo: memFree=1119768/2055920 swapFree=4076240/4192956
[pid=14463] ppid=14461 vsize=1790444 CPUtime=1800.02
/proc/14463/stat : 14463 (java) S 14461 14463 13306 0 -1 0 97826 0 1 0 179689 313 0 0 18 0 13 0 128349105 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14463/statm: 447611 58623 1323 9 0 445223 0
[pid=14463/tid=14465] ppid=14461 vsize=1790444 CPUtime=1773.35
/proc/14463/task/14465/stat : 14465 (java) R 14461 14463 13306 0 -1 64 53759 0 1 0 177290 45 0 0 17 0 13 0 128349107 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109762287 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14466] ppid=14461 vsize=1790444 CPUtime=12.03
/proc/14463/task/14466/stat : 14466 (java) S 14461 14463 13306 0 -1 64 20980 0 0 0 1090 113 0 0 16 0 13 0 128349112 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14467] ppid=14461 vsize=1790444 CPUtime=12.02
/proc/14463/task/14467/stat : 14467 (java) S 14461 14463 13306 0 -1 64 19318 0 0 0 1076 126 0 0 16 0 13 0 128349112 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14468] ppid=14461 vsize=1790444 CPUtime=0.67
/proc/14463/task/14468/stat : 14468 (java) S 14461 14463 13306 0 -1 64 53 0 0 0 44 23 0 0 16 0 13 0 128349114 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14469] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14469/stat : 14469 (java) S 14461 14463 13306 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128349114 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14470] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14470/stat : 14470 (java) S 14461 14463 13306 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128349115 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14471] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14471/stat : 14471 (java) S 14461 14463 13306 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14472] ppid=14461 vsize=1790444 CPUtime=0.92
/proc/14463/task/14472/stat : 14472 (java) S 14461 14463 13306 0 -1 64 1889 0 0 0 91 1 0 0 16 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14473] ppid=14461 vsize=1790444 CPUtime=0.96
/proc/14463/task/14473/stat : 14473 (java) S 14461 14463 13306 0 -1 64 1103 0 0 0 96 0 0 0 17 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14474] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14474/stat : 14474 (java) S 14461 14463 13306 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14475] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14475/stat : 14475 (java) S 14461 14463 13306 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14476] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14476/stat : 14476 (java) S 14461 14463 13306 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 128350064 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1790444

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

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

[startup+1793.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 14476
/proc/meminfo: memFree=1119768/2055920 swapFree=4076240/4192956
[pid=14463] ppid=14461 vsize=1790444 CPUtime=1800.02
/proc/14463/stat : 14463 (java) S 14461 14463 13306 0 -1 0 97826 0 1 0 179689 313 0 0 18 0 13 0 128349105 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14463/statm: 447611 58623 1323 9 0 445223 0
[pid=14463/tid=14465] ppid=14461 vsize=1790444 CPUtime=1773.35
/proc/14463/task/14465/stat : 14465 (java) R 14461 14463 13306 0 -1 64 53759 0 1 0 177290 45 0 0 17 0 13 0 128349107 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109762287 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14466] ppid=14461 vsize=1790444 CPUtime=12.03
/proc/14463/task/14466/stat : 14466 (java) S 14461 14463 13306 0 -1 64 20980 0 0 0 1090 113 0 0 16 0 13 0 128349112 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14467] ppid=14461 vsize=1790444 CPUtime=12.02
/proc/14463/task/14467/stat : 14467 (java) S 14461 14463 13306 0 -1 64 19318 0 0 0 1076 126 0 0 16 0 13 0 128349112 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14468] ppid=14461 vsize=1790444 CPUtime=0.67
/proc/14463/task/14468/stat : 14468 (java) S 14461 14463 13306 0 -1 64 53 0 0 0 44 23 0 0 16 0 13 0 128349114 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14469] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14469/stat : 14469 (java) S 14461 14463 13306 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128349114 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14470] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14470/stat : 14470 (java) S 14461 14463 13306 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128349115 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14471] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14471/stat : 14471 (java) S 14461 14463 13306 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14472] ppid=14461 vsize=1790444 CPUtime=0.92
/proc/14463/task/14472/stat : 14472 (java) S 14461 14463 13306 0 -1 64 1889 0 0 0 91 1 0 0 16 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14473] ppid=14461 vsize=1790444 CPUtime=0.96
/proc/14463/task/14473/stat : 14473 (java) S 14461 14463 13306 0 -1 64 1103 0 0 0 96 0 0 0 17 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14474] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14474/stat : 14474 (java) S 14461 14463 13306 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14463/tid=14475] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14475/stat : 14475 (java) S 14461 14463 13306 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128349118 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14463/tid=14476] ppid=14461 vsize=1790444 CPUtime=0
/proc/14463/task/14476/stat : 14476 (java) S 14461 14463 13306 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 128350064 1833414656 58623 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1790444

Child status: 143
Real time (s): 1793.56
CPU time (s): 1800.08
CPU user time (s): 1796.91
CPU system time (s): 3.17252
CPU usage (%): 100.364
Max. virtual memory (cumulated for all children) (KiB): 1790448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.91
system time used= 3.17252
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97846
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= 84599
involuntary context switches= 57066

runsolver used 2.02669 second user time and 5.9261 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Apr 17 10:05:16 UTC 2007

IDJOB= 350190
IDBENCH= 3025
IDSOLVER= 160
FILE ID= node17/350190-1176804315

PBS_JOBID= 4586218

Free space on /tmp= 66484 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350190-1176804315/sat4jPseudoCP.jar /tmp/evaluation/350190-1176804315/instance-350190-1176804315.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-350190-1176804315 -o ROOT/results/node17/solver-350190-1176804315 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350190-1176804315/sat4jPseudoCP.jar /tmp/evaluation/350190-1176804315/instance-350190-1176804315.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ed1765c8e2f5b9ac0be00c2d97d71991

RANDOM SEED= 767405282

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.240
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.240
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1350480 kB
Buffers:         44608 kB
Cached:         401372 kB
SwapCached:      79252 kB
Active:         350600 kB
Inactive:       285764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1350480 kB
SwapTotal:     4192956 kB
SwapFree:      4075616 kB
Dirty:           21784 kB
Writeback:           0 kB
Mapped:         139704 kB
Slab:            54316 kB
Committed_AS:  7144244 kB
PageTables:       2036 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66484 MiB

End job on node17 on Tue Apr 17 10:35:12 UTC 2007