Trace number 355303

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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.19 1788.27

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=100-sizeP=51-sizeQ=100-520972534-max.opb
MD5SUM11b19c0232a5dd1a01e7c4342698e58e
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2
Best CPU time to get the best result obtained on this benchmark1800.31
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables5251
Total number of constraints15301
Number of constraints which are clauses15300
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 constraint5100
Number of terms in the objective function 51
Biggest coefficient in the objective function 1125899906842624
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 2251799813685247
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 713623846352979940529142984724747568191373312
Number of bits of the biggest number in a constraint 150
Biggest sum of numbers in a constraint 2854495385411919137542539254950202185769575159
Number of bits of the biggest sum of numbers151
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.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.15	c no version file found!!!
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version	1.6.0
0.07/0.15	c os.name	Linux
0.07/0.15	c os.version	2.6.9-22.EL.rootsmp
0.07/0.15	c os.arch	i386
0.07/0.15	c Free memory 1651659224
0.07/0.15	c Max memory 1654456320
0.07/0.15	c Total memory 1654456320
0.07/0.15	c Number of processors 2
0.07/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.07/0.19	--- Begin Solver configuration ---
0.07/0.19	c Stops conflict analysis at the first Unique Implication Point
0.07/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.07/0.19	c Learn all clauses as in MiniSAT
0.07/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.07/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.07/0.19	c No reason simplification
0.07/0.19	c --- End Solver configuration ---
0.07/0.19	c Simplify asserted PB constraints to clauses
0.07/0.19	c solving /tmp/evaluation/355303-1176803963/instance-355303-1176803963.opb
0.07/0.19	c reading problem ... 
2.07/1.43	c ... done. Wall clock time 1.246s.
2.07/1.43	c CPU time (experimental) 1.01s.
2.07/1.43	c #vars     5251
2.07/1.43	c #constraints  15302
1800.01/1788.12	c starts		: 2
1800.01/1788.12	c conflicts		: 474
1800.01/1788.12	c decisions		: 49623
1800.01/1788.12	c propagations		: 310607
1800.01/1788.12	c inspects		: 8365012
1800.01/1788.12	c learnt literals	: 0
1800.01/1788.12	c learnt binary clauses	: 0
1800.01/1788.12	c learnt ternary clauses	: 0
1800.01/1788.12	c learnt clauses	: 473
1800.01/1788.12	c root simplifications	: 0
1800.01/1788.12	c removed literals (reason simplification)	: 0
1800.01/1788.12	c reason swapping (by a shorter reason)	: 0
1800.01/1788.12	c Calls to reduceDB	: 0
1800.01/1788.12	c speed (decisions/second)	: 27.774030892123832
1800.01/1788.12	c non guided choices	2
1800.01/1788.12	s UNKNOWN
1800.01/1788.12	c Total wall clock time (ms): 1787.929

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/node10/watcher-355303-1176803963 -o ROOT/results/node10/solver-355303-1176803963 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355303-1176803963/sat4jPseudoCPClause.jar /tmp/evaluation/355303-1176803963/instance-355303-1176803963.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.93 0.99 0.99 2/77 11965
/proc/meminfo: memFree=1631592/2055920 swapFree=4052512/4192956
[pid=11965] ppid=11963 vsize=152 CPUtime=0
/proc/11965/stat : 11965 (java) D 11963 11965 11173 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 156433815 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 8905508 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/11965/statm: 38 26 19 9 0 4 0

[startup+0.0724959 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 11965
/proc/meminfo: memFree=1631592/2055920 swapFree=4052512/4192956
[pid=11965] ppid=11963 vsize=1777708 CPUtime=0.05
/proc/11965/stat : 11965 (java) S 11963 11965 11173 0 -1 0 3698 0 1 0 3 2 0 0 18 0 7 0 156433815 1820372992 3441 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/11965/statm: 444427 3441 1081 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101504 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 11965
/proc/meminfo: memFree=1631592/2055920 swapFree=4052512/4192956
[pid=11965] ppid=11963 vsize=1780112 CPUtime=0.07
/proc/11965/stat : 11965 (java) S 11963 11965 11173 0 -1 0 3959 0 1 0 5 2 0 0 18 0 12 0 156433815 1822834688 3701 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11965/statm: 445028 3701 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780112

[startup+0.301547 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 11965
/proc/meminfo: memFree=1631592/2055920 swapFree=4052512/4192956
[pid=11965] ppid=11963 vsize=1782260 CPUtime=0.34
/proc/11965/stat : 11965 (java) S 11963 11965 11173 0 -1 0 5199 0 1 0 31 3 0 0 18 0 12 0 156433815 1825034240 4938 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11965/statm: 445565 4938 1264 9 0 443176 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782260

[startup+0.701631 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 11965
/proc/meminfo: memFree=1631592/2055920 swapFree=4052512/4192956
[pid=11965] ppid=11963 vsize=1783136 CPUtime=0.95
/proc/11965/stat : 11965 (java) S 11963 11965 11173 0 -1 0 6936 0 1 0 91 4 0 0 18 0 12 0 156433815 1825931264 6416 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11965/statm: 445784 6416 1301 9 0 443395 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1783136

[startup+1.5028 s]
/proc/loadavg: 0.93 0.99 0.99 2/89 11977
/proc/meminfo: memFree=1601544/2055920 swapFree=4052512/4192956
[pid=11965] ppid=11963 vsize=1785904 CPUtime=2.22
/proc/11965/stat : 11965 (java) S 11963 11965 11173 0 -1 0 16219 0 1 0 214 8 0 0 18 0 13 0 156433815 1828765696 14806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11965/statm: 446476 14806 1309 9 0 444087 0
[pid=11965/tid=11967] ppid=11963 vsize=1785904 CPUtime=1.07
/proc/11965/task/11967/stat : 11967 (java) R 11963 11965 11173 0 -1 64 12866 0 1 0 101 6 0 0 20 0 13 0 156433817 1828765696 14806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109222120 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11968] ppid=11963 vsize=1785904 CPUtime=0
/proc/11965/task/11968/stat : 11968 (java) S 11963 11965 11173 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 156433818 1828765696 14806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11969] ppid=11963 vsize=1785904 CPUtime=0
/proc/11965/task/11969/stat : 11969 (java) S 11963 11965 11173 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 156433818 1828765696 14806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11970] ppid=11963 vsize=1785904 CPUtime=0
/proc/11965/task/11970/stat : 11970 (java) S 11963 11965 11173 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 156433821 1828765696 14806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11971] ppid=11963 vsize=1785904 CPUtime=0
/proc/11965/task/11971/stat : 11971 (java) S 11963 11965 11173 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 156433821 1828765696 14806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11972] ppid=11963 vsize=1785904 CPUtime=0
/proc/11965/task/11972/stat : 11972 (java) S 11963 11965 11173 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 156433821 1828765696 14806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11973] ppid=11963 vsize=1785904 CPUtime=0
/proc/11965/task/11973/stat : 11973 (java) S 11963 11965 11173 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156433825 1828765696 14806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11974] ppid=11963 vsize=1785904 CPUtime=0.55
/proc/11965/task/11974/stat : 11974 (java) S 11963 11965 11173 0 -1 64 1294 0 0 0 55 0 0 0 17 0 13 0 156433825 1828765696 14806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11975] ppid=11963 vsize=1785904 CPUtime=0.57
/proc/11965/task/11975/stat : 11975 (java) S 11963 11965 11173 0 -1 64 1334 0 0 0 57 0 0 0 16 0 13 0 156433825 1828765696 14806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11976] ppid=11963 vsize=1785904 CPUtime=0
/proc/11965/task/11976/stat : 11976 (java) S 11963 11965 11173 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156433825 1828765696 14806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11977] ppid=11963 vsize=1785904 CPUtime=0
/proc/11965/task/11977/stat : 11977 (java) S 11963 11965 11173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156433825 1828765696 14806 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 1785904

[startup+3.10115 s]
/proc/loadavg: 0.93 0.99 0.99 2/90 11978
/proc/meminfo: memFree=1503680/2055920 swapFree=4052512/4192956
[pid=11965] ppid=11963 vsize=1785904 CPUtime=4.13
/proc/11965/stat : 11965 (java) S 11963 11965 11173 0 -1 0 43463 0 1 0 391 22 0 0 18 0 13 0 156433815 1828765696 41795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11965/statm: 446476 41795 1319 9 0 444087 0
[pid=11965/tid=11967] ppid=11963 vsize=1785904 CPUtime=2.45
/proc/11965/task/11967/stat : 11967 (java) R 11963 11965 11173 0 -1 64 37755 0 1 0 226 19 0 0 25 0 13 0 156433817 1828765696 41795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109859218 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11968] ppid=11963 vsize=1785904 CPUtime=0.03
/proc/11965/task/11968/stat : 11968 (java) S 11963 11965 11173 0 -1 64 1141 0 0 0 3 0 0 0 16 0 13 0 156433818 1828765696 41795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11969] ppid=11963 vsize=1785904 CPUtime=0.03
/proc/11965/task/11969/stat : 11969 (java) S 11963 11965 11173 0 -1 64 941 0 0 0 3 0 0 0 16 0 13 0 156433818 1828765696 41795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11970] ppid=11963 vsize=1785904 CPUtime=0
/proc/11965/task/11970/stat : 11970 (java) S 11963 11965 11173 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 156433821 1828765696 41795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11971] ppid=11963 vsize=1785904 CPUtime=0
/proc/11965/task/11971/stat : 11971 (java) S 11963 11965 11173 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156433821 1828765696 41795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11972] ppid=11963 vsize=1785904 CPUtime=0
/proc/11965/task/11972/stat : 11972 (java) S 11963 11965 11173 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156433821 1828765696 41795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11973] ppid=11963 vsize=1785904 CPUtime=0
/proc/11965/task/11973/stat : 11973 (java) S 11963 11965 11173 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156433825 1828765696 41795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11974] ppid=11963 vsize=1785904 CPUtime=0.8
/proc/11965/task/11974/stat : 11974 (java) S 11963 11965 11173 0 -1 64 1550 0 0 0 79 1 0 0 17 0 13 0 156433825 1828765696 41795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11975] ppid=11963 vsize=1785904 CPUtime=0.76
/proc/11965/task/11975/stat : 11975 (java) S 11963 11965 11173 0 -1 64 1345 0 0 0 76 0 0 0 17 0 13 0 156433825 1828765696 41795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11976] ppid=11963 vsize=1785904 CPUtime=0
/proc/11965/task/11976/stat : 11976 (java) S 11963 11965 11173 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156433825 1828765696 41795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11977] ppid=11963 vsize=1785904 CPUtime=0
/proc/11965/task/11977/stat : 11977 (java) S 11963 11965 11173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156433825 1828765696 41795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11978] ppid=11963 vsize=1785904 CPUtime=0
/proc/11965/task/11978/stat : 11978 (java) S 11963 11965 11173 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 156433961 1828765696 41795 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 1785904

[startup+6.30283 s]
/proc/loadavg: 0.94 0.99 0.99 2/90 11978
/proc/meminfo: memFree=1453696/2055920 swapFree=4052512/4192956
[pid=11965] ppid=11963 vsize=1785860 CPUtime=7.56
/proc/11965/stat : 11965 (java) S 11963 11965 11173 0 -1 0 48745 0 1 0 731 25 0 0 18 0 13 0 156433815 1828720640 45765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11965/statm: 446465 45765 1325 9 0 444076 0
[pid=11965/tid=11967] ppid=11963 vsize=1785860 CPUtime=5.45
/proc/11965/task/11967/stat : 11967 (java) R 11963 11965 11173 0 -1 64 40392 0 1 0 525 20 0 0 25 0 13 0 156433817 1828720640 45765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109773666 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11968] ppid=11963 vsize=1785860 CPUtime=0.13
/proc/11965/task/11968/stat : 11968 (java) S 11963 11965 11173 0 -1 64 2621 0 0 0 12 1 0 0 15 0 13 0 156433818 1828720640 45765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11969] ppid=11963 vsize=1785860 CPUtime=0.13
/proc/11965/task/11969/stat : 11969 (java) S 11963 11965 11173 0 -1 64 2082 0 0 0 12 1 0 0 16 0 13 0 156433818 1828720640 45765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11970] ppid=11963 vsize=1785860 CPUtime=0
/proc/11965/task/11970/stat : 11970 (java) S 11963 11965 11173 0 -1 64 22 0 0 0 0 0 0 0 17 0 13 0 156433821 1828720640 45765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11971] ppid=11963 vsize=1785860 CPUtime=0
/proc/11965/task/11971/stat : 11971 (java) S 11963 11965 11173 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156433821 1828720640 45765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11972] ppid=11963 vsize=1785860 CPUtime=0
/proc/11965/task/11972/stat : 11972 (java) S 11963 11965 11173 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156433821 1828720640 45765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11973] ppid=11963 vsize=1785860 CPUtime=0
/proc/11965/task/11973/stat : 11973 (java) S 11963 11965 11173 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156433825 1828720640 45765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11974] ppid=11963 vsize=1785860 CPUtime=0.93
/proc/11965/task/11974/stat : 11974 (java) S 11963 11965 11173 0 -1 64 1554 0 0 0 92 1 0 0 16 0 13 0 156433825 1828720640 45765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11975] ppid=11963 vsize=1785860 CPUtime=0.88
/proc/11965/task/11975/stat : 11975 (java) S 11963 11965 11173 0 -1 64 1352 0 0 0 88 0 0 0 16 0 13 0 156433825 1828720640 45765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11976] ppid=11963 vsize=1785860 CPUtime=0
/proc/11965/task/11976/stat : 11976 (java) S 11963 11965 11173 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156433825 1828720640 45765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11977] ppid=11963 vsize=1785860 CPUtime=0
/proc/11965/task/11977/stat : 11977 (java) S 11963 11965 11173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156433825 1828720640 45765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11978] ppid=11963 vsize=1785860 CPUtime=0
/proc/11965/task/11978/stat : 11978 (java) S 11963 11965 11173 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 156433961 1828720640 45765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 1785860

[startup+12.7014 s]
/proc/loadavg: 0.94 0.99 0.99 2/90 11978
/proc/meminfo: memFree=1434592/2055920 swapFree=4052512/4192956
[pid=11965] ppid=11963 vsize=1786884 CPUtime=14.21
/proc/11965/stat : 11965 (java) S 11963 11965 11173 0 -1 0 55282 0 1 0 1392 29 0 0 18 0 13 0 156433815 1829769216 49041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11965/statm: 446721 49041 1325 9 0 444332 0
[pid=11965/tid=11967] ppid=11963 vsize=1786884 CPUtime=11.67
/proc/11965/task/11967/stat : 11967 (java) R 11963 11965 11173 0 -1 64 44238 0 1 0 1145 22 0 0 25 0 13 0 156433817 1829769216 49041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109773423 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11968] ppid=11963 vsize=1786884 CPUtime=0.16
/proc/11965/task/11968/stat : 11968 (java) S 11963 11965 11173 0 -1 64 3358 0 0 0 15 1 0 0 16 0 13 0 156433818 1829769216 49041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11969] ppid=11963 vsize=1786884 CPUtime=0.16
/proc/11965/task/11969/stat : 11969 (java) S 11963 11965 11173 0 -1 64 2788 0 0 0 15 1 0 0 16 0 13 0 156433818 1829769216 49041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11970] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11970/stat : 11970 (java) S 11963 11965 11173 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 156433821 1829769216 49041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11971] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11971/stat : 11971 (java) S 11963 11965 11173 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156433821 1829769216 49041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11972] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11972/stat : 11972 (java) S 11963 11965 11173 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156433821 1829769216 49041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11973] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11973/stat : 11973 (java) S 11963 11965 11173 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156433825 1829769216 49041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11974] ppid=11963 vsize=1786884 CPUtime=1.11
/proc/11965/task/11974/stat : 11974 (java) S 11963 11965 11173 0 -1 64 2780 0 0 0 110 1 0 0 16 0 13 0 156433825 1829769216 49041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11975] ppid=11963 vsize=1786884 CPUtime=1.03
/proc/11965/task/11975/stat : 11975 (java) S 11963 11965 11173 0 -1 64 1374 0 0 0 103 0 0 0 16 0 13 0 156433825 1829769216 49041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11976] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11976/stat : 11976 (java) S 11963 11965 11173 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156433825 1829769216 49041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11977] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11977/stat : 11977 (java) S 11963 11965 11173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156433825 1829769216 49041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11978] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11978/stat : 11978 (java) S 11963 11965 11173 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 156433961 1829769216 49041 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.21
Current children cumulated vsize (KiB) 1786884

[startup+25.5022 s]
/proc/loadavg: 1.02 1.00 1.00 2/90 11978
/proc/meminfo: memFree=1477984/2055920 swapFree=4052512/4192956
[pid=11965] ppid=11963 vsize=1786884 CPUtime=27.19
/proc/11965/stat : 11965 (java) S 11963 11965 11173 0 -1 0 57266 0 1 0 2689 30 0 0 18 0 13 0 156433815 1829769216 39199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11965/statm: 446721 39199 1325 9 0 444332 0
[pid=11965/tid=11967] ppid=11963 vsize=1786884 CPUtime=24.39
/proc/11965/task/11967/stat : 11967 (java) R 11963 11965 11173 0 -1 64 44273 0 1 0 2417 22 0 0 17 0 13 0 156433817 1829769216 39199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109772890 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11968] ppid=11963 vsize=1786884 CPUtime=0.2
/proc/11965/task/11968/stat : 11968 (java) S 11963 11965 11173 0 -1 64 3895 0 0 0 19 1 0 0 16 0 13 0 156433818 1829769216 39199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11969] ppid=11963 vsize=1786884 CPUtime=0.2
/proc/11965/task/11969/stat : 11969 (java) S 11963 11965 11173 0 -1 64 3080 0 0 0 19 1 0 0 16 0 13 0 156433818 1829769216 39199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11970] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11970/stat : 11970 (java) S 11963 11965 11173 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 156433821 1829769216 39199 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=11965/tid=11970] ppid=11963 vsize=1786884 CPUtime=0.85
/proc/11965/task/11970/stat : 11970 (java) S 11963 11965 11173 0 -1 64 778 0 0 0 41 44 0 0 16 0 13 0 156433821 1829769216 139254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11971] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11971/stat : 11971 (java) S 11963 11965 11173 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156433821 1829769216 139254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11972] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11972/stat : 11972 (java) S 11963 11965 11173 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156433821 1829769216 139254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11973] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11973/stat : 11973 (java) S 11963 11965 11173 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156433825 1829769216 139254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11974] ppid=11963 vsize=1786884 CPUtime=1.34
/proc/11965/task/11974/stat : 11974 (java) S 11963 11965 11173 0 -1 64 3899 0 0 0 132 2 0 0 17 0 13 0 156433825 1829769216 139254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11975] ppid=11963 vsize=1786884 CPUtime=1.2
/proc/11965/task/11975/stat : 11975 (java) S 11963 11965 11173 0 -1 64 1387 0 0 0 120 0 0 0 16 0 13 0 156433825 1829769216 139254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11976] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11976/stat : 11976 (java) S 11963 11965 11173 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156433825 1829769216 139254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11977] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11977/stat : 11977 (java) S 11963 11965 11173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156433825 1829769216 139254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11978] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11978/stat : 11978 (java) S 11963 11965 11173 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 156433961 1829769216 139254 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1612.99
Current children cumulated vsize (KiB) 1786884

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12176
/proc/meminfo: memFree=1068192/2055920 swapFree=4052512/4192956
[pid=11965] ppid=11963 vsize=1786884 CPUtime=1673.28
/proc/11965/stat : 11965 (java) S 11963 11965 11173 0 -1 0 314952 0 1 0 167105 223 0 0 18 0 13 0 156433815 1829769216 141541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11965/statm: 446721 141541 1326 9 0 444332 0
[pid=11965/tid=11967] ppid=11963 vsize=1786884 CPUtime=1648.38
/proc/11965/task/11967/stat : 11967 (java) R 11963 11965 11173 0 -1 64 187781 0 1 0 164733 105 0 0 24 0 13 0 156433817 1829769216 141541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109868836 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11968] ppid=11963 vsize=1786884 CPUtime=10.72
/proc/11965/task/11968/stat : 11968 (java) S 11963 11965 11173 0 -1 64 59942 0 0 0 1039 33 0 0 16 0 13 0 156433818 1829769216 141541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11969] ppid=11963 vsize=1786884 CPUtime=10.71
/proc/11965/task/11969/stat : 11969 (java) S 11963 11965 11173 0 -1 64 60440 0 0 0 1036 35 0 0 16 0 13 0 156433818 1829769216 141541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11970] ppid=11963 vsize=1786884 CPUtime=0.86
/proc/11965/task/11970/stat : 11970 (java) S 11963 11965 11173 0 -1 64 781 0 0 0 42 44 0 0 16 0 13 0 156433821 1829769216 141541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11971] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11971/stat : 11971 (java) S 11963 11965 11173 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156433821 1829769216 141541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11972] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11972/stat : 11972 (java) S 11963 11965 11173 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156433821 1829769216 141541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11973] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11973/stat : 11973 (java) S 11963 11965 11173 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156433825 1829769216 141541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11974] ppid=11963 vsize=1786884 CPUtime=1.34
/proc/11965/task/11974/stat : 11974 (java) S 11963 11965 11173 0 -1 64 3899 0 0 0 132 2 0 0 17 0 13 0 156433825 1829769216 141541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11975] ppid=11963 vsize=1786884 CPUtime=1.2
/proc/11965/task/11975/stat : 11975 (java) S 11963 11965 11173 0 -1 64 1387 0 0 0 120 0 0 0 16 0 13 0 156433825 1829769216 141541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11976] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11976/stat : 11976 (java) S 11963 11965 11173 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156433825 1829769216 141541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11977] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11977/stat : 11977 (java) S 11963 11965 11173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156433825 1829769216 141541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11978] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11978/stat : 11978 (java) S 11963 11965 11173 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 156433961 1829769216 141541 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1673.28
Current children cumulated vsize (KiB) 1786884

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12176
/proc/meminfo: memFree=1056288/2055920 swapFree=4052512/4192956
[pid=11965] ppid=11963 vsize=1786884 CPUtime=1733.67
/proc/11965/stat : 11965 (java) S 11963 11965 11173 0 -1 0 319963 0 1 0 173140 227 0 0 18 0 13 0 156433815 1829769216 144584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11965/statm: 446721 144584 1326 9 0 444332 0
[pid=11965/tid=11967] ppid=11963 vsize=1786884 CPUtime=1707.85
/proc/11965/task/11967/stat : 11967 (java) R 11963 11965 11173 0 -1 64 189236 0 1 0 170679 106 0 0 23 0 13 0 156433817 1829769216 144584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109859182 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11968] ppid=11963 vsize=1786884 CPUtime=11.18
/proc/11965/task/11968/stat : 11968 (java) S 11963 11965 11173 0 -1 64 61787 0 0 0 1084 34 0 0 15 0 13 0 156433818 1829769216 144584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11969] ppid=11963 vsize=1786884 CPUtime=11.17
/proc/11965/task/11969/stat : 11969 (java) S 11963 11965 11173 0 -1 64 62144 0 0 0 1080 37 0 0 16 0 13 0 156433818 1829769216 144584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11970] ppid=11963 vsize=1786884 CPUtime=0.88
/proc/11965/task/11970/stat : 11970 (java) S 11963 11965 11173 0 -1 64 788 0 0 0 43 45 0 0 16 0 13 0 156433821 1829769216 144584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11971] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11971/stat : 11971 (java) S 11963 11965 11173 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156433821 1829769216 144584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11972] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11972/stat : 11972 (java) S 11963 11965 11173 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156433821 1829769216 144584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11973] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11973/stat : 11973 (java) S 11963 11965 11173 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156433825 1829769216 144584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11974] ppid=11963 vsize=1786884 CPUtime=1.34
/proc/11965/task/11974/stat : 11974 (java) S 11963 11965 11173 0 -1 64 3899 0 0 0 132 2 0 0 17 0 13 0 156433825 1829769216 144584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11975] ppid=11963 vsize=1786884 CPUtime=1.2
/proc/11965/task/11975/stat : 11975 (java) S 11963 11965 11173 0 -1 64 1387 0 0 0 120 0 0 0 16 0 13 0 156433825 1829769216 144584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11976] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11976/stat : 11976 (java) S 11963 11965 11173 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156433825 1829769216 144584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11977] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11977/stat : 11977 (java) S 11963 11965 11173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156433825 1829769216 144584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11978] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11978/stat : 11978 (java) S 11963 11965 11173 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 156433961 1829769216 144584 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1733.67
Current children cumulated vsize (KiB) 1786884

[startup+1782.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/90 12176
/proc/meminfo: memFree=1040672/2055920 swapFree=4052512/4192956
[pid=11965] ppid=11963 vsize=1786884 CPUtime=1794.15
/proc/11965/stat : 11965 (java) S 11963 11965 11173 0 -1 0 325736 0 1 0 179183 232 0 0 18 0 13 0 156433815 1829769216 148039 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11965/statm: 446721 148039 1326 9 0 444332 0
[pid=11965/tid=11967] ppid=11963 vsize=1786884 CPUtime=1767.23
/proc/11965/task/11967/stat : 11967 (java) R 11963 11965 11173 0 -1 64 189872 0 1 0 176616 107 0 0 21 0 13 0 156433817 1829769216 148039 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109563779 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11968] ppid=11963 vsize=1786884 CPUtime=11.72
/proc/11965/task/11968/stat : 11968 (java) S 11963 11965 11173 0 -1 64 64642 0 0 0 1137 35 0 0 16 0 13 0 156433818 1829769216 148039 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11969] ppid=11963 vsize=1786884 CPUtime=11.71
/proc/11965/task/11969/stat : 11969 (java) S 11963 11965 11173 0 -1 64 64421 0 0 0 1133 38 0 0 16 0 13 0 156433818 1829769216 148039 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11970] ppid=11963 vsize=1786884 CPUtime=0.9
/proc/11965/task/11970/stat : 11970 (java) S 11963 11965 11173 0 -1 64 793 0 0 0 44 46 0 0 16 0 13 0 156433821 1829769216 148039 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11971] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11971/stat : 11971 (java) S 11963 11965 11173 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156433821 1829769216 148039 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11972] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11972/stat : 11972 (java) S 11963 11965 11173 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156433821 1829769216 148039 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11973] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11973/stat : 11973 (java) S 11963 11965 11173 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156433825 1829769216 148039 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11974] ppid=11963 vsize=1786884 CPUtime=1.34
/proc/11965/task/11974/stat : 11974 (java) S 11963 11965 11173 0 -1 64 3899 0 0 0 132 2 0 0 17 0 13 0 156433825 1829769216 148039 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11975] ppid=11963 vsize=1786884 CPUtime=1.2
/proc/11965/task/11975/stat : 11975 (java) S 11963 11965 11173 0 -1 64 1387 0 0 0 120 0 0 0 16 0 13 0 156433825 1829769216 148039 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11976] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11976/stat : 11976 (java) S 11963 11965 11173 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156433825 1829769216 148039 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11977] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11977/stat : 11977 (java) S 11963 11965 11173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156433825 1829769216 148039 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11978] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11978/stat : 11978 (java) S 11963 11965 11173 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 156433961 1829769216 148039 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1794.15
Current children cumulated vsize (KiB) 1786884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.1 s]
/proc/loadavg: 1.06 1.01 1.00 2/90 12176
/proc/meminfo: memFree=1039008/2055920 swapFree=4052512/4192956
[pid=11965] ppid=11963 vsize=1786884 CPUtime=1800.01
/proc/11965/stat : 11965 (java) S 11963 11965 11173 0 -1 0 326614 0 1 0 179769 232 0 0 18 0 13 0 156433815 1829769216 148866 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11965/statm: 446721 148866 1326 9 0 444332 0
[pid=11965/tid=11967] ppid=11963 vsize=1786884 CPUtime=1772.97
/proc/11965/task/11967/stat : 11967 (java) R 11963 11965 11173 0 -1 64 190296 0 1 0 177190 107 0 0 25 0 13 0 156433817 1829769216 148866 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109773476 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11968] ppid=11963 vsize=1786884 CPUtime=11.77
/proc/11965/task/11968/stat : 11968 (java) S 11963 11965 11173 0 -1 64 64925 0 0 0 1142 35 0 0 16 0 13 0 156433818 1829769216 148866 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11969] ppid=11963 vsize=1786884 CPUtime=11.76
/proc/11965/task/11969/stat : 11969 (java) S 11963 11965 11173 0 -1 64 64589 0 0 0 1138 38 0 0 16 0 13 0 156433818 1829769216 148866 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11970] ppid=11963 vsize=1786884 CPUtime=0.9
/proc/11965/task/11970/stat : 11970 (java) S 11963 11965 11173 0 -1 64 796 0 0 0 44 46 0 0 16 0 13 0 156433821 1829769216 148866 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11971] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11971/stat : 11971 (java) S 11963 11965 11173 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 156433821 1829769216 148866 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11972] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11972/stat : 11972 (java) S 11963 11965 11173 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 156433821 1829769216 148866 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11973] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11973/stat : 11973 (java) S 11963 11965 11173 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 156433825 1829769216 148866 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11974] ppid=11963 vsize=1786884 CPUtime=1.34
/proc/11965/task/11974/stat : 11974 (java) S 11963 11965 11173 0 -1 64 3899 0 0 0 132 2 0 0 17 0 13 0 156433825 1829769216 148866 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11975] ppid=11963 vsize=1786884 CPUtime=1.2
/proc/11965/task/11975/stat : 11975 (java) S 11963 11965 11173 0 -1 64 1387 0 0 0 120 0 0 0 16 0 13 0 156433825 1829769216 148866 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11976] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11976/stat : 11976 (java) S 11963 11965 11173 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 156433825 1829769216 148866 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11965/tid=11977] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11977/stat : 11977 (java) S 11963 11965 11173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 156433825 1829769216 148866 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11965/tid=11978] ppid=11963 vsize=1786884 CPUtime=0
/proc/11965/task/11978/stat : 11978 (java) S 11963 11965 11173 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 156433961 1829769216 148866 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1786884

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

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

[startup+1788.21 s]
/proc/loadavg: 1.06 1.01 1.00 2/90 12176
/proc/meminfo: memFree=1039008/2055920 swapFree=4052512/4192956
[pid=11965] ppid=11963 vsize=0 CPUtime=1800.13
/proc/11965/stat : 11965 (java) Z 11963 11965 11173 0 -1 1036 326640 0 1 0 179776 237 0 0 15 0 2 0 156433815 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11965/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1788.27
CPU time (s): 1800.19
CPU user time (s): 1797.76
CPU system time (s): 2.42763
CPU usage (%): 100.667
Max. virtual memory (cumulated for all children) (KiB): 1789500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.76
system time used= 2.42763
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326640
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= 73840
involuntary context switches= 57155

runsolver used 2.02269 second user time and 5.45117 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue Apr 17 09:59:23 UTC 2007

IDJOB= 355303
IDBENCH= 3022
IDSOLVER= 164
FILE ID= node10/355303-1176803963

PBS_JOBID= 4586220

Free space on /tmp= 66478 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=100-sizeP=51-sizeQ=100-520972534-max.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355303-1176803963/sat4jPseudoCPClause.jar /tmp/evaluation/355303-1176803963/instance-355303-1176803963.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-355303-1176803963 -o ROOT/results/node10/solver-355303-1176803963 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355303-1176803963/sat4jPseudoCPClause.jar /tmp/evaluation/355303-1176803963/instance-355303-1176803963.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  11b19c0232a5dd1a01e7c4342698e58e

RANDOM SEED= 623894293

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1631936 kB
Buffers:         33308 kB
Cached:         175244 kB
SwapCached:     109280 kB
Active:         221836 kB
Inactive:       156032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1631936 kB
SwapTotal:     4192956 kB
SwapFree:      4052512 kB
Dirty:            4144 kB
Writeback:           0 kB
Mapped:          75672 kB
Slab:            31588 kB
Committed_AS:  3552000 kB
PageTables:       1816 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= 66478 MiB

End job on node10 on Tue Apr 17 10:29:13 UTC 2007