Trace number 350105

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.12 1786.58

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=140-sizeP=71-sizeQ=140-318609522-max.opb
MD5SUMae51e618574b80c61fbc975822c4a1eb
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 variables10151
Total number of constraints29821
Number of constraints which are clauses29820
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 constraint9940
Number of terms in the objective function 71
Biggest coefficient in the objective function 1180591620717411303424
Number of bits for the biggest coefficient in the objective function 71
Sum of the numbers in the objective function 2361183241434822606847
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 822752278660603021077484591278675252491367932816789931674304512
Number of bits of the biggest number in a constraint 210
Biggest sum of numbers in a constraint 3291009114642412084309088316738947240174611804419280895599096947
Number of bits of the biggest sum of numbers211
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/350105-1176793634/instance-350105-1176793634.opb
0.20/0.20	c reading problem ... 
2.56/1.90	c ... done. Wall clock time 1.702s.
2.56/1.90	c CPU time (experimental) 1.43s.
2.56/1.90	c #vars     10151
2.56/1.90	c #constraints  29822
1800.03/1786.51	c starts		: 1
1800.03/1786.51	c conflicts		: 31
1800.03/1786.51	c decisions		: 1165
1800.03/1786.51	c propagations		: 66436
1800.03/1786.51	c inspects		: 344358
1800.03/1786.51	c learnt literals	: 0
1800.03/1786.51	c learnt binary clauses	: 0
1800.03/1786.51	c learnt ternary clauses	: 0
1800.03/1786.51	c learnt clauses	: 30
1800.03/1786.51	c root simplifications	: 0
1800.03/1786.51	c removed literals (reason simplification)	: 0
1800.03/1786.51	c reason swapping (by a shorter reason)	: 0
1800.03/1786.51	c Calls to reduceDB	: 0
1800.03/1786.51	c speed (decisions/second)	: 0.6528132046460127
1800.03/1786.51	c non guided choices	2
1800.03/1786.51	s UNKNOWN
1800.03/1786.51	c Total wall clock time (ms): 1786.308

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/node42/watcher-350105-1176793634 -o ROOT/results/node42/solver-350105-1176793634 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350105-1176793634/sat4jPseudoCP.jar /tmp/evaluation/350105-1176793634/instance-350105-1176793634.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.99 0.97 0.99 2/77 21984
/proc/meminfo: memFree=1667824/2055920 swapFree=4042084/4192956
[pid=21984] ppid=21982 vsize=18568 CPUtime=0
/proc/21984/stat : 21984 (runsolver) D 21982 21984 20968 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 127275340 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 259415141671 0 2147483391 4096 24578 18446744072099781622 0 0 17 0 0 0
/proc/21984/statm: 4642 292 257 24 0 2626 0

[startup+0.0517339 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 21984
/proc/meminfo: memFree=1667824/2055920 swapFree=4042084/4192956
[pid=21984] ppid=21982 vsize=1776376 CPUtime=0.03
/proc/21984/stat : 21984 (java) S 21982 21984 20968 0 -1 0 3456 0 1 0 2 1 0 0 20 0 4 0 127275340 1819009024 3202 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 444094 3202 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776376

[startup+0.101742 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 21984
/proc/meminfo: memFree=1667824/2055920 swapFree=4042084/4192956
[pid=21984] ppid=21982 vsize=1780108 CPUtime=0.08
/proc/21984/stat : 21984 (java) S 21982 21984 20968 0 -1 0 3961 0 1 0 6 2 0 0 20 0 12 0 127275340 1822830592 3703 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 445027 3703 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301782 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 21984
/proc/meminfo: memFree=1667824/2055920 swapFree=4042084/4192956
[pid=21984] ppid=21982 vsize=1782368 CPUtime=0.31
/proc/21984/stat : 21984 (java) S 21982 21984 20968 0 -1 0 5216 0 1 0 28 3 0 0 20 0 12 0 127275340 1825144832 4955 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 445592 4955 1264 9 0 443204 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782368

[startup+0.701856 s]
/proc/loadavg: 0.99 0.97 0.99 2/77 21984
/proc/meminfo: memFree=1667824/2055920 swapFree=4042084/4192956
[pid=21984] ppid=21982 vsize=1782848 CPUtime=0.89
/proc/21984/stat : 21984 (java) S 21982 21984 20968 0 -1 0 6807 0 1 0 85 4 0 0 20 0 12 0 127275340 1825636352 6307 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 445712 6307 1301 9 0 443324 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1782848

[startup+1.503 s]
/proc/loadavg: 0.99 0.97 0.99 3/89 21996
/proc/meminfo: memFree=1640464/2055920 swapFree=4042084/4192956
[pid=21984] ppid=21982 vsize=1785320 CPUtime=2.05
/proc/21984/stat : 21984 (java) S 21982 21984 20968 0 -1 0 18418 0 1 0 197 8 0 0 20 0 12 0 127275340 1828167680 16684 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 446330 16685 1301 9 0 443942 0
[pid=21984/tid=21986] ppid=21982 vsize=1785320 CPUtime=1.06
/proc/21984/task/21986/stat : 21986 (java) R 21982 21984 20968 0 -1 64 14881 0 1 0 100 6 0 0 25 0 12 0 127275341 1828167680 16686 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109605639 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21987] ppid=21982 vsize=1785320 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 20968 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 127275343 1828167680 16687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21988] ppid=21982 vsize=1785320 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 20968 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 127275343 1828167680 16688 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=1785320 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 20968 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 127275345 1828167680 16689 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=1785320 CPUtime=0
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 20968 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 127275346 1828167680 16691 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=1785320 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 20968 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 127275346 1828167680 16692 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=1785320 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 20968 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127275349 1828167680 16693 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21993] ppid=21982 vsize=1785320 CPUtime=0.49
/proc/21984/task/21993/stat : 21993 (java) S 21982 21984 20968 0 -1 64 1454 0 0 0 49 0 0 0 17 0 12 0 127275349 1828167680 16694 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21994] ppid=21982 vsize=1785320 CPUtime=0.48
/proc/21984/task/21994/stat : 21994 (java) S 21982 21984 20968 0 -1 64 1367 0 0 0 48 0 0 0 16 0 12 0 127275349 1828167680 16695 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21995] ppid=21982 vsize=1785320 CPUtime=0
/proc/21984/task/21995/stat : 21995 (java) S 21982 21984 20968 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127275350 1828167680 16696 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21996] ppid=21982 vsize=1785320 CPUtime=0
/proc/21984/task/21996/stat : 21996 (java) S 21982 21984 20968 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127275350 1828167680 16697 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1785320

[startup+3.10131 s]
/proc/loadavg: 0.99 0.97 0.99 5/90 21997
/proc/meminfo: memFree=1578888/2055920 swapFree=4042084/4192956
[pid=21984] ppid=21982 vsize=1785644 CPUtime=4.35
/proc/21984/stat : 21984 (java) S 21982 21984 20968 0 -1 0 45468 0 1 0 417 18 0 0 20 0 13 0 127275340 1828499456 41557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 446411 41557 1321 9 0 444023 0
[pid=21984/tid=21986] ppid=21982 vsize=1785644 CPUtime=2.41
/proc/21984/task/21986/stat : 21986 (java) R 21982 21984 20968 0 -1 64 37739 0 1 0 227 14 0 0 23 0 13 0 127275341 1828499456 41557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109768515 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21987] ppid=21982 vsize=1785644 CPUtime=0.04
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 20968 0 -1 64 1122 0 0 0 4 0 0 0 16 0 13 0 127275343 1828499456 41557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21988] ppid=21982 vsize=1785644 CPUtime=0.04
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 20968 0 -1 64 848 0 0 0 4 0 0 0 16 0 13 0 127275343 1828499456 41557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21989] ppid=21982 vsize=1785644 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 20968 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 127275345 1828499456 41557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=1785644 CPUtime=0
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 20968 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127275346 1828499456 41557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=1785644 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 20968 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127275346 1828499456 41557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=1785644 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 20968 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127275349 1828499456 41557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21993] ppid=21982 vsize=1785644 CPUtime=0.91
/proc/21984/task/21993/stat : 21993 (java) S 21982 21984 20968 0 -1 64 2578 0 0 0 90 1 0 0 17 0 13 0 127275349 1828499456 41557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21994] ppid=21982 vsize=1785644 CPUtime=0.91
/proc/21984/task/21994/stat : 21994 (java) S 21982 21984 20968 0 -1 64 2452 0 0 0 90 1 0 0 18 0 13 0 127275349 1828499456 41557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21995] ppid=21982 vsize=1785644 CPUtime=0
/proc/21984/task/21995/stat : 21995 (java) S 21982 21984 20968 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127275350 1828499456 41557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21996] ppid=21982 vsize=1785644 CPUtime=0
/proc/21984/task/21996/stat : 21996 (java) S 21982 21984 20968 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127275350 1828499456 41557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21997] ppid=21982 vsize=1785644 CPUtime=0
/proc/21984/task/21997/stat : 21997 (java) S 21982 21984 20968 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127275534 1828499456 41557 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 1785644

[startup+6.30292 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 21997
/proc/meminfo: memFree=1498504/2055920 swapFree=4042084/4192956
[pid=21984] ppid=21982 vsize=1785484 CPUtime=7.75
/proc/21984/stat : 21984 (java) S 21982 21984 20968 0 -1 0 51600 0 1 0 753 22 0 0 20 0 13 0 127275340 1828335616 45304 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 446371 45304 1321 9 0 443983 0
[pid=21984/tid=21986] ppid=21982 vsize=1785484 CPUtime=5.4
/proc/21984/task/21986/stat : 21986 (java) R 21982 21984 20968 0 -1 64 37747 0 1 0 526 14 0 0 17 0 13 0 127275341 1828335616 45304 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109938780 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21987] ppid=21982 vsize=1785484 CPUtime=0.23
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 20968 0 -1 64 4032 0 0 0 21 2 0 0 16 0 13 0 127275343 1828335616 45304 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21988] ppid=21982 vsize=1785484 CPUtime=0.23
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 20968 0 -1 64 4047 0 0 0 22 1 0 0 15 0 13 0 127275343 1828335616 45304 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21989] ppid=21982 vsize=1785484 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 20968 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 127275345 1828335616 45304 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=1785484 CPUtime=0
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 20968 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127275346 1828335616 45304 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=1785484 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 20968 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127275346 1828335616 45304 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=1785484 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 20968 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127275349 1828335616 45304 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21993] ppid=21982 vsize=1785484 CPUtime=0.91
/proc/21984/task/21993/stat : 21993 (java) S 21982 21984 20968 0 -1 64 2578 0 0 0 90 1 0 0 17 0 13 0 127275349 1828335616 45304 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21994] ppid=21982 vsize=1785484 CPUtime=0.91
/proc/21984/task/21994/stat : 21994 (java) S 21982 21984 20968 0 -1 64 2452 0 0 0 90 1 0 0 18 0 13 0 127275349 1828335616 45304 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21995] ppid=21982 vsize=1785484 CPUtime=0
/proc/21984/task/21995/stat : 21995 (java) S 21982 21984 20968 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127275350 1828335616 45304 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21996] ppid=21982 vsize=1785484 CPUtime=0
/proc/21984/task/21996/stat : 21996 (java) S 21982 21984 20968 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127275350 1828335616 45304 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21997] ppid=21982 vsize=1785484 CPUtime=0
/proc/21984/task/21997/stat : 21997 (java) S 21982 21984 20968 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127275534 1828335616 45304 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 1785484

[startup+12.7021 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 21997
/proc/meminfo: memFree=1483920/2055920 swapFree=4042084/4192956
[pid=21984] ppid=21982 vsize=1785484 CPUtime=14.15
/proc/21984/stat : 21984 (java) S 21982 21984 20968 0 -1 0 53895 0 1 0 1392 23 0 0 20 0 13 0 127275340 1828335616 45905 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 446371 45905 1321 9 0 443983 0
[pid=21984/tid=21986] ppid=21982 vsize=1785484 CPUtime=11.8
/proc/21984/task/21986/stat : 21986 (java) R 21982 21984 20968 0 -1 64 40037 0 1 0 1165 15 0 0 19 0 13 0 127275341 1828335616 45905 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109938777 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21987] ppid=21982 vsize=1785484 CPUtime=0.23
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 20968 0 -1 64 4035 0 0 0 21 2 0 0 15 0 13 0 127275343 1828335616 45905 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21988] ppid=21982 vsize=1785484 CPUtime=0.23
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 20968 0 -1 64 4049 0 0 0 22 1 0 0 16 0 13 0 127275343 1828335616 45905 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21989] ppid=21982 vsize=1785484 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 20968 0 -1 64 23 0 0 0 0 0 0 0 15 0 13 0 127275345 1828335616 45905 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=1785484 CPUtime=0
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 20968 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127275346 1828335616 45905 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=1785484 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 20968 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127275346 1828335616 45905 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=1785484 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 20968 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127275349 1828335616 45905 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21993] ppid=21982 vsize=1785484 CPUtime=0.91
/proc/21984/task/21993/stat : 21993 (java) S 21982 21984 20968 0 -1 64 2578 0 0 0 90 1 0 0 17 0 13 0 127275349 1828335616 45905 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21994] ppid=21982 vsize=1785484 CPUtime=0.92
/proc/21984/task/21994/stat : 21994 (java) S 21982 21984 20968 0 -1 64 2452 0 0 0 91 1 0 0 16 0 13 0 127275349 1828335616 45905 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21995] ppid=21982 vsize=1785484 CPUtime=0
/proc/21984/task/21995/stat : 21995 (java) S 21982 21984 20968 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127275350 1828335616 45905 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21996] ppid=21982 vsize=1785484 CPUtime=0
/proc/21984/task/21996/stat : 21996 (java) S 21982 21984 20968 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127275350 1828335616 45905 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21997] ppid=21982 vsize=1785484 CPUtime=0
/proc/21984/task/21997/stat : 21997 (java) S 21982 21984 20968 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127275534 1828335616 45905 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.15
Current children cumulated vsize (KiB) 1785484

[startup+25.5026 s]
/proc/loadavg: 0.99 0.97 0.99 2/90 21997
/proc/meminfo: memFree=1548688/2055920 swapFree=4042084/4192956
[pid=21984] ppid=21982 vsize=1785484 CPUtime=27.35
/proc/21984/stat : 21984 (java) S 21982 21984 20968 0 -1 0 54717 0 1 0 2711 24 0 0 20 0 13 0 127275340 1828335616 30488 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 446371 30488 1325 9 0 443983 0
[pid=21984/tid=21986] ppid=21982 vsize=1785484 CPUtime=24.38
/proc/21984/task/21986/stat : 21986 (java) R 21982 21984 20968 0 -1 64 40070 0 1 0 2423 15 0 0 25 0 13 0 127275341 1828335616 30488 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109677176 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21987] ppid=21982 vsize=1785484 CPUtime=0.27
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 20968 0 -1 64 4479 0 0 0 25 2 0 0 16 0 13 0 127275343 1828335616 30488 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21988] ppid=21982 vsize=1785484 CPUtime=0.28
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 20968 0 -1 64 4362 0 0 0 27 1 0 0 15 0 13 0 127275343 1828335616 30488 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=1785484 CPUtime=0.02
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 20968 0 -1 64 44 0 0 0 1 1 0 0 17 0 13 0 127275345 1828335616 30488 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=21984] ppid=21982 vsize=1787532 CPUtime=1674.91
/proc/21984/stat : 21984 (java) S 21982 21984 20968 0 -1 0 195091 0 1 0 167304 187 0 0 20 0 13 0 127275340 1830432768 89151 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 446883 89151 1325 9 0 444495 0
[pid=21984/tid=21986] ppid=21982 vsize=1787532 CPUtime=1645.89
/proc/21984/task/21986/stat : 21986 (java) R 21982 21984 20968 0 -1 64 126735 0 1 0 164527 62 0 0 19 0 13 0 127275341 1830432768 89151 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109769161 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21987] ppid=21982 vsize=1787532 CPUtime=12.32
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 20968 0 -1 64 31203 0 0 0 1195 37 0 0 16 0 13 0 127275343 1830432768 89151 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21988] ppid=21982 vsize=1787532 CPUtime=12.27
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 20968 0 -1 64 30089 0 0 0 1195 32 0 0 16 0 13 0 127275343 1830432768 89151 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21989] ppid=21982 vsize=1787532 CPUtime=1.16
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 20968 0 -1 64 346 0 0 0 66 50 0 0 15 0 13 0 127275345 1830432768 89151 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21990] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 20968 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127275346 1830432768 89151 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 20968 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127275346 1830432768 89151 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 20968 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127275349 1830432768 89151 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21993] ppid=21982 vsize=1787532 CPUtime=1.59
/proc/21984/task/21993/stat : 21993 (java) S 21982 21984 20968 0 -1 64 3473 0 0 0 158 1 0 0 17 0 13 0 127275349 1830432768 89151 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21994] ppid=21982 vsize=1787532 CPUtime=1.6
/proc/21984/task/21994/stat : 21994 (java) S 21982 21984 20968 0 -1 64 2524 0 0 0 159 1 0 0 17 0 13 0 127275349 1830432768 89151 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21995] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21995/stat : 21995 (java) S 21982 21984 20968 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127275350 1830432768 89151 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21996] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21996/stat : 21996 (java) S 21982 21984 20968 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127275350 1830432768 89151 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21997] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21997/stat : 21997 (java) S 21982 21984 20968 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127275534 1830432768 89151 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1674.91
Current children cumulated vsize (KiB) 1787532

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21997
/proc/meminfo: memFree=1321872/2055920 swapFree=4042084/4192956
[pid=21984] ppid=21982 vsize=1787532 CPUtime=1735.37
/proc/21984/stat : 21984 (java) S 21982 21984 20968 0 -1 0 196652 0 1 0 173343 194 0 0 20 0 13 0 127275340 1830432768 87072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 446883 87072 1325 9 0 444495 0
[pid=21984/tid=21986] ppid=21982 vsize=1787532 CPUtime=1705.33
/proc/21984/task/21986/stat : 21986 (java) R 21982 21984 20968 0 -1 64 126862 0 1 0 170470 63 0 0 17 0 13 0 127275341 1830432768 87072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109957890 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21987] ppid=21982 vsize=1787532 CPUtime=12.83
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 20968 0 -1 64 31920 0 0 0 1245 38 0 0 16 0 13 0 127275343 1830432768 87072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21988] ppid=21982 vsize=1787532 CPUtime=12.77
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 20968 0 -1 64 30785 0 0 0 1241 36 0 0 16 0 13 0 127275343 1830432768 87072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=1787532 CPUtime=1.19
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 20968 0 -1 64 367 0 0 0 68 51 0 0 15 0 13 0 127275345 1830432768 87072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 20968 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127275346 1830432768 87072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 20968 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127275346 1830432768 87072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 20968 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127275349 1830432768 87072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21993] ppid=21982 vsize=1787532 CPUtime=1.59
/proc/21984/task/21993/stat : 21993 (java) S 21982 21984 20968 0 -1 64 3473 0 0 0 158 1 0 0 17 0 13 0 127275349 1830432768 87072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21994] ppid=21982 vsize=1787532 CPUtime=1.6
/proc/21984/task/21994/stat : 21994 (java) S 21982 21984 20968 0 -1 64 2524 0 0 0 159 1 0 0 17 0 13 0 127275349 1830432768 87072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21995] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21995/stat : 21995 (java) S 21982 21984 20968 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127275350 1830432768 87072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21996] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21996/stat : 21996 (java) S 21982 21984 20968 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127275350 1830432768 87072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21997] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21997/stat : 21997 (java) S 21982 21984 20968 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127275534 1830432768 87072 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1735.37
Current children cumulated vsize (KiB) 1787532

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21997
/proc/meminfo: memFree=1301584/2055920 swapFree=4042084/4192956
[pid=21984] ppid=21982 vsize=1787532 CPUtime=1795.8
/proc/21984/stat : 21984 (java) S 21982 21984 20968 0 -1 0 202921 0 1 0 179378 202 0 0 20 0 13 0 127275340 1830432768 92164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 446883 92164 1325 9 0 444495 0
[pid=21984/tid=21986] ppid=21982 vsize=1787532 CPUtime=1764.7
/proc/21984/task/21986/stat : 21986 (java) R 21982 21984 20968 0 -1 64 131877 0 1 0 176404 66 0 0 22 0 13 0 127275341 1830432768 92164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109768882 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21987] ppid=21982 vsize=1787532 CPUtime=13.34
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 20968 0 -1 64 32557 0 0 0 1294 40 0 0 16 0 13 0 127275343 1830432768 92164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21988] ppid=21982 vsize=1787532 CPUtime=13.29
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 20968 0 -1 64 31389 0 0 0 1291 38 0 0 16 0 13 0 127275343 1830432768 92164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=1787532 CPUtime=1.21
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 20968 0 -1 64 380 0 0 0 69 52 0 0 16 0 13 0 127275345 1830432768 92164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21990] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 20968 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127275346 1830432768 92164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 20968 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127275346 1830432768 92164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 20968 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127275349 1830432768 92164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21993] ppid=21982 vsize=1787532 CPUtime=1.59
/proc/21984/task/21993/stat : 21993 (java) S 21982 21984 20968 0 -1 64 3473 0 0 0 158 1 0 0 17 0 13 0 127275349 1830432768 92164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21994] ppid=21982 vsize=1787532 CPUtime=1.6
/proc/21984/task/21994/stat : 21994 (java) S 21982 21984 20968 0 -1 64 2524 0 0 0 159 1 0 0 17 0 13 0 127275349 1830432768 92164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21995] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21995/stat : 21995 (java) S 21982 21984 20968 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127275350 1830432768 92164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21996] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21996/stat : 21996 (java) S 21982 21984 20968 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127275350 1830432768 92164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21997] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21997/stat : 21997 (java) S 21982 21984 20968 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127275534 1830432768 92164 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.8
Current children cumulated vsize (KiB) 1787532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21997
/proc/meminfo: memFree=1302224/2055920 swapFree=4042084/4192956
[pid=21984] ppid=21982 vsize=1787532 CPUtime=1800.03
/proc/21984/stat : 21984 (java) S 21982 21984 20968 0 -1 0 202931 0 1 0 179801 202 0 0 20 0 13 0 127275340 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 446883 92003 1325 9 0 444495 0
[pid=21984/tid=21986] ppid=21982 vsize=1787532 CPUtime=1768.86
/proc/21984/task/21986/stat : 21986 (java) R 21982 21984 20968 0 -1 64 131887 0 1 0 176820 66 0 0 21 0 13 0 127275341 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109957879 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21987] ppid=21982 vsize=1787532 CPUtime=13.38
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 20968 0 -1 64 32557 0 0 0 1298 40 0 0 15 0 13 0 127275343 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21988] ppid=21982 vsize=1787532 CPUtime=13.33
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 20968 0 -1 64 31389 0 0 0 1295 38 0 0 16 0 13 0 127275343 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=1787532 CPUtime=1.21
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 20968 0 -1 64 380 0 0 0 69 52 0 0 16 0 13 0 127275345 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 20968 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127275346 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 20968 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127275346 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 20968 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127275349 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21993] ppid=21982 vsize=1787532 CPUtime=1.59
/proc/21984/task/21993/stat : 21993 (java) S 21982 21984 20968 0 -1 64 3473 0 0 0 158 1 0 0 17 0 13 0 127275349 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21994] ppid=21982 vsize=1787532 CPUtime=1.6
/proc/21984/task/21994/stat : 21994 (java) S 21982 21984 20968 0 -1 64 2524 0 0 0 159 1 0 0 17 0 13 0 127275349 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21995] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21995/stat : 21995 (java) S 21982 21984 20968 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127275350 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21996] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21996/stat : 21996 (java) S 21982 21984 20968 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127275350 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21997] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21997/stat : 21997 (java) S 21982 21984 20968 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127275534 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1787532

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

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

[startup+1786.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 21997
/proc/meminfo: memFree=1302224/2055920 swapFree=4042084/4192956
[pid=21984] ppid=21982 vsize=1787532 CPUtime=1800.03
/proc/21984/stat : 21984 (java) S 21982 21984 20968 0 -1 0 202931 0 1 0 179801 202 0 0 20 0 13 0 127275340 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21984/statm: 446883 92003 1325 9 0 444495 0
[pid=21984/tid=21986] ppid=21982 vsize=1787532 CPUtime=1768.86
/proc/21984/task/21986/stat : 21986 (java) R 21982 21984 20968 0 -1 64 131887 0 1 0 176820 66 0 0 21 0 13 0 127275341 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109957879 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21987] ppid=21982 vsize=1787532 CPUtime=13.38
/proc/21984/task/21987/stat : 21987 (java) S 21982 21984 20968 0 -1 64 32557 0 0 0 1298 40 0 0 15 0 13 0 127275343 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21988] ppid=21982 vsize=1787532 CPUtime=13.33
/proc/21984/task/21988/stat : 21988 (java) S 21982 21984 20968 0 -1 64 31389 0 0 0 1295 38 0 0 16 0 13 0 127275343 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21989] ppid=21982 vsize=1787532 CPUtime=1.21
/proc/21984/task/21989/stat : 21989 (java) S 21982 21984 20968 0 -1 64 380 0 0 0 69 52 0 0 16 0 13 0 127275345 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21990] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21990/stat : 21990 (java) S 21982 21984 20968 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127275346 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21991] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21982 21984 20968 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127275346 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21992] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21982 21984 20968 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127275349 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21993] ppid=21982 vsize=1787532 CPUtime=1.59
/proc/21984/task/21993/stat : 21993 (java) S 21982 21984 20968 0 -1 64 3473 0 0 0 158 1 0 0 17 0 13 0 127275349 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21994] ppid=21982 vsize=1787532 CPUtime=1.6
/proc/21984/task/21994/stat : 21994 (java) S 21982 21984 20968 0 -1 64 2524 0 0 0 159 1 0 0 17 0 13 0 127275349 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21984/tid=21995] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21995/stat : 21995 (java) S 21982 21984 20968 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127275350 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21996] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21996/stat : 21996 (java) S 21982 21984 20968 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127275350 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21984/tid=21997] ppid=21982 vsize=1787532 CPUtime=0
/proc/21984/task/21997/stat : 21997 (java) S 21982 21984 20968 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 127275534 1830432768 92003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1787532

Child status: 143
Real time (s): 1786.58
CPU time (s): 1800.12
CPU user time (s): 1798.03
CPU system time (s): 2.08368
CPU usage (%): 100.758
Max. virtual memory (cumulated for all children) (KiB): 1787532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.03
system time used= 2.08368
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202952
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= 94072
involuntary context switches= 63640

runsolver used 1.9887 second user time and 5.68614 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Tue Apr 17 07:07:15 UTC 2007

IDJOB= 350105
IDBENCH= 2978
IDSOLVER= 160
FILE ID= node42/350105-1176793634

PBS_JOBID= 4580837

Free space on /tmp= 66500 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=140-sizeP=71-sizeQ=140-318609522-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350105-1176793634/sat4jPseudoCP.jar /tmp/evaluation/350105-1176793634/instance-350105-1176793634.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-350105-1176793634 -o ROOT/results/node42/solver-350105-1176793634 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350105-1176793634/sat4jPseudoCP.jar /tmp/evaluation/350105-1176793634/instance-350105-1176793634.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ae51e618574b80c61fbc975822c4a1eb

RANDOM SEED= 786828167

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.277
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.277
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:       1668424 kB
Buffers:         30700 kB
Cached:         242976 kB
SwapCached:      33480 kB
Active:         157656 kB
Inactive:       164464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668424 kB
SwapTotal:     4192956 kB
SwapFree:      4042084 kB
Dirty:            4752 kB
Writeback:           0 kB
Mapped:          39884 kB
Slab:            50836 kB
Committed_AS:  2979252 kB
PageTables:       1900 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= 66500 MiB

End job on node42 on Tue Apr 17 07:37:03 UTC 2007