Trace number 350245

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.18 1795.71

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=380-sizeP=191-sizeQ=380-376320478-max.opb
MD5SUMc427a567f3b7633834233277c8a24b51
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 variables73151
Total number of constraints217741
Number of constraints which are clauses217740
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 constraint72580
Number of terms in the objective function 191
Biggest coefficient in the objective function 1569275433846670190958947355801916604025588861116008628224
Number of bits for the biggest coefficient in the objective function 191
Sum of the numbers in the objective function 3138550867693340381917894711603833208051177722232017256447
Number of bits of the sum of numbers in the objective function 191
Biggest number in a constraint 1932268761508629172347675945465993672149463664853217499328617625725759571144780212268096883290961288981231808015751088588682539330521493827871454336733540374348490407411712
Number of bits of the biggest number in a constraint 570
Biggest sum of numbers in a constraint 7729075046034516689390703781863974688597854659412869997314224381048371193901200617177559040099268686897928050057991124859366103339630073271419918449372999566708003739316703
Number of bits of the biggest sum of numbers571
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	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/350245-1176809350/instance-350245-1176809350.opb
0.20/0.20	c reading problem ... 
9.39/7.34	c ... done. Wall clock time 7.136s.
9.39/7.34	c CPU time (experimental) 6.02s.
9.39/7.34	c #vars     73151
9.39/7.34	c #constraints  217742
1800.07/1795.61	c starts		: 1
1800.07/1795.61	c conflicts		: 3
1800.07/1795.61	c decisions		: 572
1800.07/1795.61	c propagations		: 92261
1800.07/1795.61	c inspects		: 365960
1800.07/1795.61	c learnt literals	: 0
1800.07/1795.61	c learnt binary clauses	: 0
1800.07/1795.61	c learnt ternary clauses	: 0
1800.07/1795.61	c learnt clauses	: 2
1800.07/1795.61	c root simplifications	: 0
1800.07/1795.61	c removed literals (reason simplification)	: 0
1800.07/1795.61	c reason swapping (by a shorter reason)	: 0
1800.07/1795.61	c Calls to reduceDB	: 0
1800.07/1795.61	c speed (decisions/second)	: 0.31987312445021804
1800.07/1795.61	c non guided choices	2
1800.07/1795.61	s UNKNOWN
1800.07/1795.61	c Total wall clock time (ms): 1795.415

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/node15/watcher-350245-1176809350 -o ROOT/results/node15/solver-350245-1176809350 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350245-1176809350/sat4jPseudoCP.jar /tmp/evaluation/350245-1176809350/instance-350245-1176809350.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.98 0.99 2/77 30927
/proc/meminfo: memFree=1739712/2055920 swapFree=4169120/4192956
[pid=30927] ppid=30925 vsize=272 CPUtime=0
/proc/30927/stat : 30927 (java) D 30925 30927 30114 0 -1 0 53 0 0 0 0 0 0 0 18 0 1 0 128852610 278528 37 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7512868 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/30927/statm: 68 37 28 9 0 6 0

[startup+0.0257689 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 30927
/proc/meminfo: memFree=1739712/2055920 swapFree=4169120/4192956
[pid=30927] ppid=30925 vsize=1772952 CPUtime=0.01
/proc/30927/stat : 30927 (java) S 30925 30927 30114 0 -1 0 2083 0 1 0 0 1 0 0 18 0 2 0 128852610 1815502848 1834 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/30927/statm: 443238 1844 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.101805 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 30927
/proc/meminfo: memFree=1739712/2055920 swapFree=4169120/4192956
[pid=30927] ppid=30925 vsize=1780108 CPUtime=0.09
/proc/30927/stat : 30927 (java) S 30925 30927 30114 0 -1 0 3978 0 1 0 6 3 0 0 18 0 12 0 128852610 1822830592 3720 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30927/statm: 445027 3720 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301833 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 30927
/proc/meminfo: memFree=1739712/2055920 swapFree=4169120/4192956
[pid=30927] ppid=30925 vsize=1781420 CPUtime=0.34
/proc/30927/stat : 30927 (java) S 30925 30927 30114 0 -1 0 5737 0 1 0 30 4 0 0 18 0 12 0 128852610 1824174080 5476 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30927/statm: 445355 5476 1263 9 0 442967 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781420

[startup+0.701869 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 30927
/proc/meminfo: memFree=1739712/2055920 swapFree=4169120/4192956
[pid=30927] ppid=30925 vsize=1782848 CPUtime=0.9
/proc/30927/stat : 30927 (java) S 30925 30927 30114 0 -1 0 7447 0 1 0 85 5 0 0 18 0 12 0 128852610 1825636352 6955 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30927/statm: 445712 6955 1301 9 0 443324 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1782848

[startup+1.50193 s]
/proc/loadavg: 0.99 0.98 0.99 2/89 30939
/proc/meminfo: memFree=1708768/2055920 swapFree=4169120/4192956
[pid=30927] ppid=30925 vsize=1785684 CPUtime=2.02
/proc/30927/stat : 30927 (java) S 30925 30927 30114 0 -1 0 19600 0 1 0 192 10 0 0 18 0 12 0 128852610 1828540416 17955 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30927/statm: 446421 17956 1301 9 0 444033 0
[pid=30927/tid=30929] ppid=30925 vsize=1785684 CPUtime=1.05
/proc/30927/task/30929/stat : 30929 (java) R 30925 30927 30114 0 -1 64 16110 0 1 0 97 8 0 0 18 0 12 0 128852611 1828540416 17957 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109596593 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30930] ppid=30925 vsize=1785684 CPUtime=0
/proc/30927/task/30930/stat : 30930 (java) S 30925 30927 30114 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 128852613 1828540416 17958 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30931] ppid=30925 vsize=1785684 CPUtime=0
/proc/30927/task/30931/stat : 30931 (java) S 30925 30927 30114 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 128852613 1828540416 17959 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30932] ppid=30925 vsize=1785684 CPUtime=0
/proc/30927/task/30932/stat : 30932 (java) S 30925 30927 30114 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 128852615 1828540416 17961 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30933] ppid=30925 vsize=1785684 CPUtime=0
/proc/30927/task/30933/stat : 30933 (java) S 30925 30927 30114 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 128852615 1828540416 17962 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30934] ppid=30925 vsize=1785684 CPUtime=0
/proc/30927/task/30934/stat : 30934 (java) S 30925 30927 30114 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 128852615 1828540416 17963 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30935] ppid=30925 vsize=1785684 CPUtime=0
/proc/30927/task/30935/stat : 30935 (java) S 30925 30927 30114 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 128852619 1828540416 17964 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30936] ppid=30925 vsize=1785684 CPUtime=0.46
/proc/30927/task/30936/stat : 30936 (java) S 30925 30927 30114 0 -1 64 1055 0 0 0 46 0 0 0 16 0 12 0 128852619 1828540416 17966 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30937] ppid=30925 vsize=1785684 CPUtime=0.48
/proc/30927/task/30937/stat : 30937 (java) S 30925 30927 30114 0 -1 64 1715 0 0 0 48 0 0 0 17 0 12 0 128852619 1828540416 17967 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30938] ppid=30925 vsize=1785684 CPUtime=0
/proc/30927/task/30938/stat : 30938 (java) S 30925 30927 30114 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 128852619 1828540416 17968 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30939] ppid=30925 vsize=1785684 CPUtime=0
/proc/30927/task/30939/stat : 30939 (java) S 30925 30927 30114 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128852619 1828540416 17969 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1785684

[startup+3.10208 s]
/proc/loadavg: 1.15 1.02 1.01 2/89 30939
/proc/meminfo: memFree=1603360/2055920 swapFree=4169120/4192956
[pid=30927] ppid=30925 vsize=1786172 CPUtime=3.7
/proc/30927/stat : 30927 (java) S 30925 30927 30114 0 -1 0 44029 0 1 0 349 21 0 0 18 0 12 0 128852610 1829040128 42319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30927/statm: 446543 42319 1310 9 0 444155 0
[pid=30927/tid=30929] ppid=30925 vsize=1786172 CPUtime=2.57
/proc/30927/task/30929/stat : 30929 (java) R 30925 30927 30114 0 -1 64 37676 0 1 0 238 19 0 0 25 0 12 0 128852611 1829040128 42319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474207 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30930] ppid=30925 vsize=1786172 CPUtime=0.07
/proc/30927/task/30930/stat : 30930 (java) S 30925 30927 30114 0 -1 64 1507 0 0 0 7 0 0 0 16 0 12 0 128852613 1829040128 42319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30931] ppid=30925 vsize=1786172 CPUtime=0.07
/proc/30927/task/30931/stat : 30931 (java) S 30925 30927 30114 0 -1 64 1349 0 0 0 7 0 0 0 17 0 12 0 128852613 1829040128 42319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30932] ppid=30925 vsize=1786172 CPUtime=0
/proc/30927/task/30932/stat : 30932 (java) S 30925 30927 30114 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 128852615 1829040128 42319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30933] ppid=30925 vsize=1786172 CPUtime=0
/proc/30927/task/30933/stat : 30933 (java) S 30925 30927 30114 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 128852615 1829040128 42319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30934] ppid=30925 vsize=1786172 CPUtime=0
/proc/30927/task/30934/stat : 30934 (java) S 30925 30927 30114 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128852615 1829040128 42319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30935] ppid=30925 vsize=1786172 CPUtime=0
/proc/30927/task/30935/stat : 30935 (java) S 30925 30927 30114 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 128852619 1829040128 42319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30936] ppid=30925 vsize=1786172 CPUtime=0.46
/proc/30927/task/30936/stat : 30936 (java) S 30925 30927 30114 0 -1 64 1055 0 0 0 46 0 0 0 16 0 12 0 128852619 1829040128 42319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30937] ppid=30925 vsize=1786172 CPUtime=0.48
/proc/30927/task/30937/stat : 30937 (java) S 30925 30927 30114 0 -1 64 1715 0 0 0 48 0 0 0 17 0 12 0 128852619 1829040128 42319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30938] ppid=30925 vsize=1786172 CPUtime=0
/proc/30927/task/30938/stat : 30938 (java) S 30925 30927 30114 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 128852619 1829040128 42319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30939] ppid=30925 vsize=1786172 CPUtime=0
/proc/30927/task/30939/stat : 30939 (java) S 30925 30927 30114 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128852619 1829040128 42319 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 1786172

[startup+6.30239 s]
/proc/loadavg: 1.15 1.02 1.01 2/89 30939
/proc/meminfo: memFree=1538528/2055920 swapFree=4169120/4192956
[pid=30927] ppid=30925 vsize=1790920 CPUtime=7.45
/proc/30927/stat : 30927 (java) S 30925 30927 30114 0 -1 0 54540 0 1 0 718 27 0 0 18 0 12 0 128852610 1833902080 52011 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30927/statm: 447730 52011 1316 9 0 445342 0
[pid=30927/tid=30929] ppid=30925 vsize=1790920 CPUtime=5.44
/proc/30927/task/30929/stat : 30929 (java) R 30925 30927 30114 0 -1 64 37685 0 1 0 524 20 0 0 25 0 12 0 128852611 1833902080 52011 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109212958 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30930] ppid=30925 vsize=1790920 CPUtime=0.38
/proc/30927/task/30930/stat : 30930 (java) S 30925 30927 30114 0 -1 64 6694 0 0 0 37 1 0 0 16 0 12 0 128852613 1833902080 52011 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30931] ppid=30925 vsize=1790920 CPUtime=0.39
/proc/30927/task/30931/stat : 30931 (java) S 30925 30927 30114 0 -1 64 5661 0 0 0 37 2 0 0 16 0 12 0 128852613 1833902080 52011 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30932] ppid=30925 vsize=1790920 CPUtime=0
/proc/30927/task/30932/stat : 30932 (java) S 30925 30927 30114 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 128852615 1833902080 52011 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30933] ppid=30925 vsize=1790920 CPUtime=0
/proc/30927/task/30933/stat : 30933 (java) S 30925 30927 30114 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 128852615 1833902080 52011 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30934] ppid=30925 vsize=1790920 CPUtime=0
/proc/30927/task/30934/stat : 30934 (java) S 30925 30927 30114 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128852615 1833902080 52011 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30935] ppid=30925 vsize=1790920 CPUtime=0
/proc/30927/task/30935/stat : 30935 (java) S 30925 30927 30114 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 128852619 1833902080 52011 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30936] ppid=30925 vsize=1790920 CPUtime=0.67
/proc/30927/task/30936/stat : 30936 (java) R 30925 30927 30114 0 -1 64 2053 0 0 0 67 0 0 0 17 0 12 0 128852619 1833902080 52011 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105432450 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30937] ppid=30925 vsize=1790920 CPUtime=0.51
/proc/30927/task/30937/stat : 30937 (java) S 30925 30927 30114 0 -1 64 1715 0 0 0 51 0 0 0 17 0 12 0 128852619 1833902080 52011 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30938] ppid=30925 vsize=1790920 CPUtime=0
/proc/30927/task/30938/stat : 30938 (java) S 30925 30927 30114 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 128852619 1833902080 52011 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30939] ppid=30925 vsize=1790920 CPUtime=0
/proc/30927/task/30939/stat : 30939 (java) S 30925 30927 30114 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128852619 1833902080 52011 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 1790920

[startup+12.7029 s]
/proc/loadavg: 1.28 1.05 1.02 2/90 30940
/proc/meminfo: memFree=1479328/2055920 swapFree=4169120/4192956
[pid=30927] ppid=30925 vsize=1797040 CPUtime=16.21
/proc/30927/stat : 30927 (java) S 30925 30927 30114 0 -1 0 78200 0 1 0 1583 38 0 0 18 0 13 0 128852610 1840168960 69910 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30927/statm: 449260 69910 1323 9 0 446872 0
[pid=30927/tid=30929] ppid=30925 vsize=1797040 CPUtime=10.26
/proc/30927/task/30929/stat : 30929 (java) R 30925 30927 30114 0 -1 64 37731 0 1 0 1006 20 0 0 19 0 13 0 128852611 1840168960 69910 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110038931 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30930] ppid=30925 vsize=1797040 CPUtime=1.67
/proc/30927/task/30930/stat : 30930 (java) S 30925 30927 30114 0 -1 64 17690 0 0 0 161 6 0 0 17 0 13 0 128852613 1840168960 69910 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30931] ppid=30925 vsize=1797040 CPUtime=1.66
/proc/30927/task/30931/stat : 30931 (java) S 30925 30927 30114 0 -1 64 13737 0 0 0 159 7 0 0 17 0 13 0 128852613 1840168960 69910 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30932] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30932/stat : 30932 (java) S 30925 30927 30114 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 128852615 1840168960 69910 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30933] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30933/stat : 30933 (java) S 30925 30927 30114 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128852615 1840168960 69910 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30934] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30934/stat : 30934 (java) S 30925 30927 30114 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128852615 1840168960 69910 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30935] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30935/stat : 30935 (java) S 30925 30927 30114 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128852619 1840168960 69910 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30936] ppid=30925 vsize=1797040 CPUtime=1.69
/proc/30927/task/30936/stat : 30936 (java) S 30925 30927 30114 0 -1 64 5748 0 0 0 167 2 0 0 16 0 13 0 128852619 1840168960 69910 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30937] ppid=30925 vsize=1797040 CPUtime=0.89
/proc/30927/task/30937/stat : 30937 (java) S 30925 30927 30114 0 -1 64 2557 0 0 0 88 1 0 0 16 0 13 0 128852619 1840168960 69910 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30938] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30938/stat : 30938 (java) S 30925 30927 30114 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128852619 1840168960 69910 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30939] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30939/stat : 30939 (java) S 30925 30927 30114 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128852619 1840168960 69910 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30940] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30940/stat : 30940 (java) S 30925 30927 30114 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 128853355 1840168960 69910 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.21
Current children cumulated vsize (KiB) 1797040

[startup+25.5011 s]
/proc/loadavg: 1.24 1.05 1.01 2/90 30940
/proc/meminfo: memFree=1518304/2055920 swapFree=4169120/4192956
[pid=30927] ppid=30925 vsize=1797040 CPUtime=29
/proc/30927/stat : 30927 (java) S 30925 30927 30114 0 -1 0 78236 0 1 0 2860 40 0 0 18 0 13 0 128852610 1840168960 56360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30927/statm: 449260 56360 1323 9 0 446872 0
[pid=30927/tid=30929] ppid=30925 vsize=1797040 CPUtime=22.93
/proc/30927/task/30929/stat : 30929 (java) R 30925 30927 30114 0 -1 64 37754 0 1 0 2273 20 0 0 25 0 13 0 128852611 1840168960 56360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110060350 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30930] ppid=30925 vsize=1797040 CPUtime=1.71
/proc/30927/task/30930/stat : 30930 (java) S 30925 30927 30114 0 -1 64 17690 0 0 0 165 6 0 0 17 0 13 0 128852613 1840168960 56360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30931] ppid=30925 vsize=1797040 CPUtime=1.71
/proc/30927/task/30931/stat : 30931 (java) S 30925 30927 30114 0 -1 64 13749 0 0 0 164 7 0 0 16 0 13 0 128852613 1840168960 56360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30932] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30932/stat : 30932 (java) S 30925 30927 30114 0 -1 64 14 0 0 0 0 0 0 0 17 0 13 0 128852615 1840168960 56360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30933] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30933/stat : 30933 (java) S 30925 30927 30114 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128852615 1840168960 56360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30934] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30934/stat : 30934 (java) S 30925 30927 30114 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128852615 1840168960 56360 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=30927] ppid=30925 vsize=1797040 CPUtime=1606.53
/proc/30927/stat : 30927 (java) S 30925 30927 30114 0 -1 0 111801 0 1 0 160396 257 0 0 18 0 13 0 128852610 1840168960 60405 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30927/statm: 449260 60405 1327 9 0 446872 0
[pid=30927/tid=30929] ppid=30925 vsize=1797040 CPUtime=1583.79
/proc/30927/task/30929/stat : 30929 (java) R 30925 30927 30114 0 -1 64 64693 0 1 0 158338 41 0 0 25 0 13 0 128852611 1840168960 60405 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110060488 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30930] ppid=30925 vsize=1797040 CPUtime=9.72
/proc/30927/task/30930/stat : 30930 (java) S 30925 30927 30114 0 -1 64 20370 0 0 0 869 103 0 0 15 0 13 0 128852613 1840168960 60405 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30931] ppid=30925 vsize=1797040 CPUtime=9.9
/proc/30927/task/30931/stat : 30931 (java) S 30925 30927 30114 0 -1 64 17622 0 0 0 895 95 0 0 16 0 13 0 128852613 1840168960 60405 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30932] ppid=30925 vsize=1797040 CPUtime=0.36
/proc/30927/task/30932/stat : 30932 (java) S 30925 30927 30114 0 -1 64 80 0 0 0 24 12 0 0 16 0 13 0 128852615 1840168960 60405 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30933] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30933/stat : 30933 (java) S 30925 30927 30114 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128852615 1840168960 60405 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30934] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30934/stat : 30934 (java) S 30925 30927 30114 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128852615 1840168960 60405 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30935] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30935/stat : 30935 (java) S 30925 30927 30114 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128852619 1840168960 60405 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30936] ppid=30925 vsize=1797040 CPUtime=1.78
/proc/30927/task/30936/stat : 30936 (java) S 30925 30927 30114 0 -1 64 5748 0 0 0 176 2 0 0 17 0 13 0 128852619 1840168960 60405 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30937] ppid=30925 vsize=1797040 CPUtime=0.92
/proc/30927/task/30937/stat : 30937 (java) S 30925 30927 30114 0 -1 64 2564 0 0 0 91 1 0 0 16 0 13 0 128852619 1840168960 60405 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30938] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30938/stat : 30938 (java) S 30925 30927 30114 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128852619 1840168960 60405 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30939] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30939/stat : 30939 (java) S 30925 30927 30114 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128852619 1840168960 60405 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30940] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30940/stat : 30940 (java) S 30925 30927 30114 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 128853355 1840168960 60405 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1606.53
Current children cumulated vsize (KiB) 1797040

[startup+1662.3 s]
/proc/loadavg: 1.11 1.11 1.03 2/90 30942
/proc/meminfo: memFree=1500128/2055920 swapFree=4169120/4192956
[pid=30927] ppid=30925 vsize=1797040 CPUtime=1666.59
/proc/30927/stat : 30927 (java) S 30925 30927 30114 0 -1 0 112294 0 1 0 166395 264 0 0 18 0 13 0 128852610 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30927/statm: 449260 60792 1327 9 0 446872 0
[pid=30927/tid=30929] ppid=30925 vsize=1797040 CPUtime=1643.18
/proc/30927/task/30929/stat : 30929 (java) R 30925 30927 30114 0 -1 64 65183 0 1 0 164276 42 0 0 20 0 13 0 128852611 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110060331 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30930] ppid=30925 vsize=1797040 CPUtime=10.03
/proc/30927/task/30930/stat : 30930 (java) S 30925 30927 30114 0 -1 64 20372 0 0 0 896 107 0 0 16 0 13 0 128852613 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30931] ppid=30925 vsize=1797040 CPUtime=10.25
/proc/30927/task/30931/stat : 30931 (java) S 30925 30927 30114 0 -1 64 17622 0 0 0 929 96 0 0 16 0 13 0 128852613 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30932] ppid=30925 vsize=1797040 CPUtime=0.37
/proc/30927/task/30932/stat : 30932 (java) S 30925 30927 30114 0 -1 64 81 0 0 0 25 12 0 0 16 0 13 0 128852615 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30933] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30933/stat : 30933 (java) S 30925 30927 30114 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128852615 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30934] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30934/stat : 30934 (java) S 30925 30927 30114 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128852615 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30935] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30935/stat : 30935 (java) S 30925 30927 30114 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128852619 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30936] ppid=30925 vsize=1797040 CPUtime=1.78
/proc/30927/task/30936/stat : 30936 (java) S 30925 30927 30114 0 -1 64 5748 0 0 0 176 2 0 0 17 0 13 0 128852619 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30937] ppid=30925 vsize=1797040 CPUtime=0.92
/proc/30927/task/30937/stat : 30937 (java) S 30925 30927 30114 0 -1 64 2564 0 0 0 91 1 0 0 16 0 13 0 128852619 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30938] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30938/stat : 30938 (java) S 30925 30927 30114 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128852619 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30939] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30939/stat : 30939 (java) S 30925 30927 30114 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128852619 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30940] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30940/stat : 30940 (java) S 30925 30927 30114 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 128853355 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1666.59
Current children cumulated vsize (KiB) 1797040

[startup+1722.3 s]
/proc/loadavg: 1.04 1.09 1.03 2/90 30942
/proc/meminfo: memFree=1500128/2055920 swapFree=4169120/4192956
[pid=30927] ppid=30925 vsize=1797040 CPUtime=1726.67
/proc/30927/stat : 30927 (java) S 30925 30927 30114 0 -1 0 112404 0 1 0 172397 270 0 0 18 0 13 0 128852610 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30927/statm: 449260 60792 1327 9 0 446872 0
[pid=30927/tid=30929] ppid=30925 vsize=1797040 CPUtime=1702.54
/proc/30927/task/30929/stat : 30929 (java) R 30925 30927 30114 0 -1 64 65293 0 1 0 170212 42 0 0 21 0 13 0 128852611 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110060331 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30930] ppid=30925 vsize=1797040 CPUtime=10.36
/proc/30927/task/30930/stat : 30930 (java) S 30925 30927 30114 0 -1 64 20372 0 0 0 925 111 0 0 15 0 13 0 128852613 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30931] ppid=30925 vsize=1797040 CPUtime=10.62
/proc/30927/task/30931/stat : 30931 (java) S 30925 30927 30114 0 -1 64 17622 0 0 0 965 97 0 0 16 0 13 0 128852613 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30932] ppid=30925 vsize=1797040 CPUtime=0.39
/proc/30927/task/30932/stat : 30932 (java) S 30925 30927 30114 0 -1 64 81 0 0 0 26 13 0 0 16 0 13 0 128852615 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30933] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30933/stat : 30933 (java) S 30925 30927 30114 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128852615 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30934] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30934/stat : 30934 (java) S 30925 30927 30114 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128852615 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30935] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30935/stat : 30935 (java) S 30925 30927 30114 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128852619 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30936] ppid=30925 vsize=1797040 CPUtime=1.78
/proc/30927/task/30936/stat : 30936 (java) S 30925 30927 30114 0 -1 64 5748 0 0 0 176 2 0 0 17 0 13 0 128852619 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30937] ppid=30925 vsize=1797040 CPUtime=0.92
/proc/30927/task/30937/stat : 30937 (java) S 30925 30927 30114 0 -1 64 2564 0 0 0 91 1 0 0 16 0 13 0 128852619 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30938] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30938/stat : 30938 (java) S 30925 30927 30114 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128852619 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30939] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30939/stat : 30939 (java) S 30925 30927 30114 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128852619 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30940] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30940/stat : 30940 (java) S 30925 30927 30114 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 128853355 1840168960 60792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1726.67
Current children cumulated vsize (KiB) 1797040

[startup+1782.3 s]
/proc/loadavg: 1.01 1.07 1.02 2/90 30942
/proc/meminfo: memFree=1497760/2055920 swapFree=4169120/4192956
[pid=30927] ppid=30925 vsize=1797040 CPUtime=1786.75
/proc/30927/stat : 30927 (java) S 30925 30927 30114 0 -1 0 113090 0 1 0 178398 277 0 0 18 0 13 0 128852610 1840168960 61376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30927/statm: 449260 61376 1327 9 0 446872 0
[pid=30927/tid=30929] ppid=30925 vsize=1797040 CPUtime=1761.95
/proc/30927/task/30929/stat : 30929 (java) R 30925 30927 30114 0 -1 64 65969 0 1 0 176153 42 0 0 25 0 13 0 128852611 1840168960 61376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110038946 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30930] ppid=30925 vsize=1797040 CPUtime=10.67
/proc/30927/task/30930/stat : 30930 (java) S 30925 30927 30114 0 -1 64 20373 0 0 0 952 115 0 0 16 0 13 0 128852613 1840168960 61376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30931] ppid=30925 vsize=1797040 CPUtime=10.96
/proc/30927/task/30931/stat : 30931 (java) S 30925 30927 30114 0 -1 64 17623 0 0 0 996 100 0 0 16 0 13 0 128852613 1840168960 61376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30932] ppid=30925 vsize=1797040 CPUtime=0.4
/proc/30927/task/30932/stat : 30932 (java) S 30925 30927 30114 0 -1 64 89 0 0 0 27 13 0 0 15 0 13 0 128852615 1840168960 61376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30933] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30933/stat : 30933 (java) S 30925 30927 30114 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128852615 1840168960 61376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30934] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30934/stat : 30934 (java) S 30925 30927 30114 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128852615 1840168960 61376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30935] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30935/stat : 30935 (java) S 30925 30927 30114 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128852619 1840168960 61376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30936] ppid=30925 vsize=1797040 CPUtime=1.78
/proc/30927/task/30936/stat : 30936 (java) S 30925 30927 30114 0 -1 64 5748 0 0 0 176 2 0 0 17 0 13 0 128852619 1840168960 61376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30937] ppid=30925 vsize=1797040 CPUtime=0.92
/proc/30927/task/30937/stat : 30937 (java) S 30925 30927 30114 0 -1 64 2564 0 0 0 91 1 0 0 16 0 13 0 128852619 1840168960 61376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30938] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30938/stat : 30938 (java) S 30925 30927 30114 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128852619 1840168960 61376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30939] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30939/stat : 30939 (java) S 30925 30927 30114 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128852619 1840168960 61376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30940] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30940/stat : 30940 (java) S 30925 30927 30114 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 128853355 1840168960 61376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1786.75
Current children cumulated vsize (KiB) 1797040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 1.16 1.10 1.03 2/90 30942
/proc/meminfo: memFree=1489440/2055920 swapFree=4169120/4192956
[pid=30927] ppid=30925 vsize=1797040 CPUtime=1800.07
/proc/30927/stat : 30927 (java) S 30925 30927 30114 0 -1 0 115191 0 1 0 179727 280 0 0 18 0 13 0 128852610 1840168960 63456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30927/statm: 449260 63456 1327 9 0 446872 0
[pid=30927/tid=30929] ppid=30925 vsize=1797040 CPUtime=1775.14
/proc/30927/task/30929/stat : 30929 (java) R 30925 30927 30114 0 -1 64 68070 0 1 0 177470 44 0 0 17 0 13 0 128852611 1840168960 63456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110038931 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30930] ppid=30925 vsize=1797040 CPUtime=10.75
/proc/30927/task/30930/stat : 30930 (java) S 30925 30927 30114 0 -1 64 20373 0 0 0 959 116 0 0 16 0 13 0 128852613 1840168960 63456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30931] ppid=30925 vsize=1797040 CPUtime=11.02
/proc/30927/task/30931/stat : 30931 (java) S 30925 30927 30114 0 -1 64 17623 0 0 0 1002 100 0 0 16 0 13 0 128852613 1840168960 63456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30932] ppid=30925 vsize=1797040 CPUtime=0.41
/proc/30927/task/30932/stat : 30932 (java) S 30925 30927 30114 0 -1 64 89 0 0 0 27 14 0 0 16 0 13 0 128852615 1840168960 63456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30933] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30933/stat : 30933 (java) S 30925 30927 30114 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128852615 1840168960 63456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30934] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30934/stat : 30934 (java) S 30925 30927 30114 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128852615 1840168960 63456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30935] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30935/stat : 30935 (java) S 30925 30927 30114 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 128852619 1840168960 63456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30936] ppid=30925 vsize=1797040 CPUtime=1.78
/proc/30927/task/30936/stat : 30936 (java) S 30925 30927 30114 0 -1 64 5748 0 0 0 176 2 0 0 17 0 13 0 128852619 1840168960 63456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30937] ppid=30925 vsize=1797040 CPUtime=0.92
/proc/30927/task/30937/stat : 30937 (java) S 30925 30927 30114 0 -1 64 2564 0 0 0 91 1 0 0 16 0 13 0 128852619 1840168960 63456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30938] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30938/stat : 30938 (java) S 30925 30927 30114 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128852619 1840168960 63456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30927/tid=30939] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30939/stat : 30939 (java) S 30925 30927 30114 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128852619 1840168960 63456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30927/tid=30940] ppid=30925 vsize=1797040 CPUtime=0
/proc/30927/task/30940/stat : 30940 (java) S 30925 30927 30114 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 128853355 1840168960 63456 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1797040

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

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

Child status: 143
Real time (s): 1795.71
CPU time (s): 1800.18
CPU user time (s): 1797.33
CPU system time (s): 2.84657
CPU usage (%): 100.249
Max. virtual memory (cumulated for all children) (KiB): 1798836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.33
system time used= 2.84657
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115211
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= 77681
involuntary context switches= 49926

runsolver used 1.88671 second user time and 5.9051 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Tue Apr 17 11:29:10 UTC 2007

IDJOB= 350245
IDBENCH= 3053
IDSOLVER= 160
FILE ID= node15/350245-1176809350

PBS_JOBID= 4586245

Free space on /tmp= 66465 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=380-sizeP=191-sizeQ=380-376320478-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350245-1176809350/sat4jPseudoCP.jar /tmp/evaluation/350245-1176809350/instance-350245-1176809350.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-350245-1176809350 -o ROOT/results/node15/solver-350245-1176809350 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350245-1176809350/sat4jPseudoCP.jar /tmp/evaluation/350245-1176809350/instance-350245-1176809350.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c427a567f3b7633834233277c8a24b51

RANDOM SEED= 963523397

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.227
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.227
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:       1740184 kB
Buffers:         29108 kB
Cached:         213364 kB
SwapCached:       2396 kB
Active:         177088 kB
Inactive:        89332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740184 kB
SwapTotal:     4192956 kB
SwapFree:      4169120 kB
Dirty:           16192 kB
Writeback:           0 kB
Mapped:          31396 kB
Slab:            34816 kB
Committed_AS:  6153168 kB
PageTables:       1872 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= 66465 MiB

End job on node15 on Tue Apr 17 11:59:08 UTC 2007