Trace number 350140

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.2 1785.8

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=200-sizeP=101-sizeQ=200-864124249-max.opb
MD5SUM2a5c3ceba4b0797f84fa61492c45250f
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 variables20501
Total number of constraints60601
Number of constraints which are clauses60600
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 constraint20200
Number of terms in the objective function 101
Biggest coefficient in the objective function 1267650600228229401496703205376
Number of bits for the biggest coefficient in the objective function 101
Sum of the numbers in the objective function 2535301200456458802993406410751
Number of bits of the sum of numbers in the objective function 101
Biggest number in a constraint 1018517988167243043134222844204689080525734196832968125318070224677190649881668353091698688
Number of bits of the biggest number in a constraint 300
Biggest sum of numbers in a constraint 4074071952668972172536891376817392001670258842191834970240582444901079515982716395989206874
Number of bits of the biggest sum of numbers301
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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/node23/watcher-350140-1176796725 -o ROOT/results/node23/solver-350140-1176796725 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350140-1176796725/sat4jPseudoCP.jar /tmp/evaluation/350140-1176796725/instance-350140-1176796725.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: 1.22 1.16 1.05 3/77 25682
/proc/meminfo: memFree=1528904/2055920 swapFree=4169224/4192956
[pid=25682] ppid=25680 vsize=1800 CPUtime=0
/proc/25682/stat : 25682 (java) R 25680 25682 25060 0 -1 0 135 0 0 0 0 0 0 0 18 0 1 0 127589634 1843200 108 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25682/statm: 450 115 85 9 0 92 0

[startup+0.0332561 s]
/proc/loadavg: 1.22 1.16 1.05 3/77 25682
/proc/meminfo: memFree=1528904/2055920 swapFree=4169224/4192956
[pid=25682] ppid=25680 vsize=1775952 CPUtime=0.02
/proc/25682/stat : 25682 (java) S 25680 25682 25060 0 -1 0 2985 0 1 0 0 2 0 0 18 0 4 0 127589634 1818574848 2733 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/25682/statm: 443988 2733 747 9 0 441624 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1775952

[startup+0.101269 s]
/proc/loadavg: 1.22 1.16 1.05 3/77 25682
/proc/meminfo: memFree=1528904/2055920 swapFree=4169224/4192956
[pid=25682] ppid=25680 vsize=1777844 CPUtime=0.07
/proc/25682/stat : 25682 (java) S 25680 25682 25060 0 -1 0 3871 0 1 0 5 2 0 0 18 0 7 0 127589634 1820512256 3614 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/25682/statm: 444461 3614 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301308 s]
/proc/loadavg: 1.22 1.16 1.05 3/77 25682
/proc/meminfo: memFree=1528904/2055920 swapFree=4169224/4192956
[pid=25682] ppid=25680 vsize=1781420 CPUtime=0.27
/proc/25682/stat : 25682 (java) S 25680 25682 25060 0 -1 0 5206 0 1 0 23 4 0 0 18 0 12 0 127589634 1824174080 4945 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25682/statm: 445355 4945 1259 9 0 442967 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 1781420

[startup+0.701387 s]
/proc/loadavg: 1.22 1.16 1.05 3/77 25682
/proc/meminfo: memFree=1528904/2055920 swapFree=4169224/4192956
[pid=25682] ppid=25680 vsize=1782552 CPUtime=0.83
/proc/25682/stat : 25682 (java) S 25680 25682 25060 0 -1 0 6803 0 1 0 79 4 0 0 18 0 12 0 127589634 1825333248 6302 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25682/statm: 445638 6302 1301 9 0 443250 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 1782552

[startup+1.50253 s]
/proc/loadavg: 1.22 1.16 1.05 4/89 25694
/proc/meminfo: memFree=1500456/2055920 swapFree=4169224/4192956
[pid=25682] ppid=25680 vsize=1785020 CPUtime=2.08
/proc/25682/stat : 25682 (java) S 25680 25682 25060 0 -1 0 17466 0 1 0 198 10 0 0 18 0 12 0 127589634 1827860480 15995 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25682/statm: 446255 15996 1301 9 0 443867 0
[pid=25682/tid=25684] ppid=25680 vsize=1785020 CPUtime=1.05
/proc/25682/task/25684/stat : 25684 (java) R 25680 25682 25060 0 -1 64 14111 0 1 0 96 9 0 0 20 0 12 0 127589635 1827860480 15997 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109588879 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25685] ppid=25680 vsize=1785020 CPUtime=0
/proc/25682/task/25685/stat : 25685 (java) S 25680 25682 25060 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 127589636 1827860480 15998 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25686] ppid=25680 vsize=1785020 CPUtime=0
/proc/25682/task/25686/stat : 25686 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127589636 1827860480 15999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25687] ppid=25680 vsize=1785020 CPUtime=0
/proc/25682/task/25687/stat : 25687 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 127589639 1827860480 16000 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25688] ppid=25680 vsize=1785020 CPUtime=0
/proc/25682/task/25688/stat : 25688 (java) S 25680 25682 25060 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 127589639 1827860480 16001 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25689] ppid=25680 vsize=1785020 CPUtime=0
/proc/25682/task/25689/stat : 25689 (java) S 25680 25682 25060 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 127589639 1827860480 16002 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25690] ppid=25680 vsize=1785020 CPUtime=0
/proc/25682/task/25690/stat : 25690 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 127589647 1827860480 16003 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25691] ppid=25680 vsize=1785020 CPUtime=0.48
/proc/25682/task/25691/stat : 25691 (java) S 25680 25682 25060 0 -1 64 1155 0 0 0 48 0 0 0 16 0 12 0 127589647 1827860480 16004 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25692] ppid=25680 vsize=1785020 CPUtime=0.53
/proc/25682/task/25692/stat : 25692 (java) S 25680 25682 25060 0 -1 64 1483 0 0 0 53 0 0 0 16 0 12 0 127589647 1827860480 16005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25693] ppid=25680 vsize=1785020 CPUtime=0
/proc/25682/task/25693/stat : 25693 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 127589647 1827860480 16006 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25694] ppid=25680 vsize=1785020 CPUtime=0
/proc/25682/task/25694/stat : 25694 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127589647 1827860480 16007 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 1785020

[startup+3.10285 s]
/proc/loadavg: 1.22 1.16 1.05 2/89 25694
/proc/meminfo: memFree=1403688/2055920 swapFree=4169224/4192956
[pid=25682] ppid=25680 vsize=1795484 CPUtime=4.23
/proc/25682/stat : 25682 (java) S 25680 25682 25060 0 -1 0 47551 0 1 0 398 25 0 0 18 0 13 0 127589634 1838575616 44792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25682/statm: 448871 44792 1320 9 0 446483 0
[pid=25682/tid=25684] ppid=25680 vsize=1795484 CPUtime=2.38
/proc/25682/task/25684/stat : 25684 (java) R 25680 25682 25060 0 -1 64 37708 0 1 0 218 20 0 0 19 0 13 0 127589635 1838575616 44792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103453482 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25685] ppid=25680 vsize=1795484 CPUtime=0.09
/proc/25682/task/25685/stat : 25685 (java) S 25680 25682 25060 0 -1 64 1591 0 0 0 9 0 0 0 16 0 13 0 127589636 1838575616 44792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25686] ppid=25680 vsize=1795484 CPUtime=0.09
/proc/25682/task/25686/stat : 25686 (java) S 25680 25682 25060 0 -1 64 1674 0 0 0 9 0 0 0 16 0 13 0 127589636 1838575616 44792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25687] ppid=25680 vsize=1795484 CPUtime=0
/proc/25682/task/25687/stat : 25687 (java) S 25680 25682 25060 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 127589639 1838575616 44792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25688] ppid=25680 vsize=1795484 CPUtime=0
/proc/25682/task/25688/stat : 25688 (java) S 25680 25682 25060 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127589639 1838575616 44792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25689] ppid=25680 vsize=1795484 CPUtime=0
/proc/25682/task/25689/stat : 25689 (java) S 25680 25682 25060 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127589639 1838575616 44792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25690] ppid=25680 vsize=1795484 CPUtime=0
/proc/25682/task/25690/stat : 25690 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127589647 1838575616 44792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25691] ppid=25680 vsize=1795484 CPUtime=0.71
/proc/25682/task/25691/stat : 25691 (java) R 25680 25682 25060 0 -1 64 1930 0 0 0 70 1 0 0 16 0 13 0 127589647 1838575616 44792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102398119 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25692] ppid=25680 vsize=1795484 CPUtime=0.91
/proc/25682/task/25692/stat : 25692 (java) R 25680 25682 25060 0 -1 64 3920 0 0 0 90 1 0 0 20 0 13 0 127589647 1838575616 44792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 101903553 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25693] ppid=25680 vsize=1795484 CPUtime=0
/proc/25682/task/25693/stat : 25693 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 127589647 1838575616 44792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25694] ppid=25680 vsize=1795484 CPUtime=0
/proc/25682/task/25694/stat : 25694 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127589647 1838575616 44792 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 1795484

[startup+6.30246 s]
/proc/loadavg: 1.20 1.16 1.05 3/90 25695
/proc/meminfo: memFree=1333984/2055920 swapFree=4169224/4192956
[pid=25682] ppid=25680 vsize=1794148 CPUtime=8.3
/proc/25682/stat : 25682 (java) S 25680 25682 25060 0 -1 0 54216 0 1 0 802 28 0 0 18 0 13 0 127589634 1837207552 49148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25682/statm: 448537 49148 1320 9 0 446149 0
[pid=25682/tid=25684] ppid=25680 vsize=1794148 CPUtime=4.99
/proc/25682/task/25684/stat : 25684 (java) R 25680 25682 25060 0 -1 64 37738 0 1 0 479 20 0 0 21 0 13 0 127589635 1837207552 49148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110043448 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25685] ppid=25680 vsize=1794148 CPUtime=0.37
/proc/25682/task/25685/stat : 25685 (java) S 25680 25682 25060 0 -1 64 3968 0 0 0 36 1 0 0 16 0 13 0 127589636 1837207552 49148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25686] ppid=25680 vsize=1794148 CPUtime=0.38
/proc/25682/task/25686/stat : 25686 (java) S 25680 25682 25060 0 -1 64 4245 0 0 0 37 1 0 0 16 0 13 0 127589636 1837207552 49148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25687] ppid=25680 vsize=1794148 CPUtime=0
/proc/25682/task/25687/stat : 25687 (java) S 25680 25682 25060 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 127589639 1837207552 49148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25688] ppid=25680 vsize=1794148 CPUtime=0
/proc/25682/task/25688/stat : 25688 (java) S 25680 25682 25060 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127589639 1837207552 49148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25689] ppid=25680 vsize=1794148 CPUtime=0
/proc/25682/task/25689/stat : 25689 (java) S 25680 25682 25060 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127589639 1837207552 49148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25690] ppid=25680 vsize=1794148 CPUtime=0
/proc/25682/task/25690/stat : 25690 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127589647 1837207552 49148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25691] ppid=25680 vsize=1794148 CPUtime=1.06
/proc/25682/task/25691/stat : 25691 (java) S 25680 25682 25060 0 -1 64 2349 0 0 0 105 1 0 0 17 0 13 0 127589647 1837207552 49148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25692] ppid=25680 vsize=1794148 CPUtime=1.44
/proc/25682/task/25692/stat : 25692 (java) S 25680 25682 25060 0 -1 64 5182 0 0 0 142 2 0 0 16 0 13 0 127589647 1837207552 49148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25693] ppid=25680 vsize=1794148 CPUtime=0
/proc/25682/task/25693/stat : 25693 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 127589647 1837207552 49148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25694] ppid=25680 vsize=1794148 CPUtime=0
/proc/25682/task/25694/stat : 25694 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127589647 1837207552 49148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25695] ppid=25680 vsize=1794148 CPUtime=0
/proc/25682/task/25695/stat : 25695 (java) S 25680 25682 25060 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 127589937 1837207552 49148 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 1794148

[startup+12.7027 s]
/proc/loadavg: 1.18 1.15 1.05 2/90 25695
/proc/meminfo: memFree=1323872/2055920 swapFree=4169224/4192956
[pid=25682] ppid=25680 vsize=1794148 CPUtime=14.83
/proc/25682/stat : 25682 (java) S 25680 25682 25060 0 -1 0 60401 0 1 0 1453 30 0 0 18 0 13 0 127589634 1837207552 51115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25682/statm: 448537 51115 1320 9 0 446149 0
[pid=25682/tid=25684] ppid=25680 vsize=1794148 CPUtime=11.23
/proc/25682/task/25684/stat : 25684 (java) R 25680 25682 25060 0 -1 64 37752 0 1 0 1103 20 0 0 25 0 13 0 127589635 1837207552 51115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110042844 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25685] ppid=25680 vsize=1794148 CPUtime=0.51
/proc/25682/task/25685/stat : 25685 (java) S 25680 25682 25060 0 -1 64 6727 0 0 0 49 2 0 0 16 0 13 0 127589636 1837207552 51115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25686] ppid=25680 vsize=1794148 CPUtime=0.52
/proc/25682/task/25686/stat : 25686 (java) S 25680 25682 25060 0 -1 64 7653 0 0 0 50 2 0 0 16 0 13 0 127589636 1837207552 51115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25687] ppid=25680 vsize=1794148 CPUtime=0
/proc/25682/task/25687/stat : 25687 (java) S 25680 25682 25060 0 -1 64 17 0 0 0 0 0 0 0 17 0 13 0 127589639 1837207552 51115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25688] ppid=25680 vsize=1794148 CPUtime=0
/proc/25682/task/25688/stat : 25688 (java) S 25680 25682 25060 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127589639 1837207552 51115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25689] ppid=25680 vsize=1794148 CPUtime=0
/proc/25682/task/25689/stat : 25689 (java) S 25680 25682 25060 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127589639 1837207552 51115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25690] ppid=25680 vsize=1794148 CPUtime=0
/proc/25682/task/25690/stat : 25690 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127589647 1837207552 51115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25691] ppid=25680 vsize=1794148 CPUtime=1.06
/proc/25682/task/25691/stat : 25691 (java) S 25680 25682 25060 0 -1 64 2349 0 0 0 105 1 0 0 17 0 13 0 127589647 1837207552 51115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25692] ppid=25680 vsize=1794148 CPUtime=1.44
/proc/25682/task/25692/stat : 25692 (java) S 25680 25682 25060 0 -1 64 5182 0 0 0 142 2 0 0 16 0 13 0 127589647 1837207552 51115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25693] ppid=25680 vsize=1794148 CPUtime=0
/proc/25682/task/25693/stat : 25693 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 127589647 1837207552 51115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25694] ppid=25680 vsize=1794148 CPUtime=0
/proc/25682/task/25694/stat : 25694 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127589647 1837207552 51115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25695] ppid=25680 vsize=1794148 CPUtime=0
/proc/25682/task/25695/stat : 25695 (java) S 25680 25682 25060 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 127589937 1837207552 51115 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.83
Current children cumulated vsize (KiB) 1794148

[startup+25.5012 s]
/proc/loadavg: 1.14 1.15 1.04 2/90 25695
/proc/meminfo: memFree=1424544/2055920 swapFree=4169224/4192956
[pid=25682] ppid=25680 vsize=1794148 CPUtime=27.63
/proc/25682/stat : 25682 (java) S 25680 25682 25060 0 -1 0 60450 0 1 0 2731 32 0 0 18 0 13 0 127589634 1837207552 27052 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25682/statm: 448537 27052 1320 9 0 446149 0
[pid=25682/tid=25684] ppid=25680 vsize=1794148 CPUtime=23.99
/proc/25682/task/25684/stat : 25684 (java) R 25680 25682 25060 0 -1 64 37801 0 1 0 2379 20 0 0 17 0 13 0 127589635 1837207552 27052 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110036521 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25685] ppid=25680 vsize=1794148 CPUtime=0.52
/proc/25682/task/25685/stat : 25685 (java) S 25680 25682 25060 0 -1 64 6727 0 0 0 50 2 0 0 15 0 13 0 127589636 1837207552 27052 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25686] ppid=25680 vsize=1794148 CPUtime=0.53
/proc/25682/task/25686/stat : 25686 (java) S 25680 25682 25060 0 -1 64 7653 0 0 0 51 2 0 0 15 0 13 0 127589636 1837207552 27052 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25687] ppid=25680 vsize=1794148 CPUtime=0.01
/proc/25682/task/25687/stat : 25687 (java) S 25680 25682 25060 0 -1 64 17 0 0 0 0 1 0 0 15 0 13 0 127589639 1837207552 27052 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25688] ppid=25680 vsize=1794148 CPUtime=0
/proc/25682/task/25688/stat : 25688 (java) S 25680 25682 25060 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127589639 1837207552 27052 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=25682] ppid=25680 vsize=1797032 CPUtime=1675.86
/proc/25682/stat : 25682 (java) S 25680 25682 25060 0 -1 0 123991 0 1 0 167247 339 0 0 18 0 13 0 127589634 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25682/statm: 449258 57144 1324 9 0 446870 0
[pid=25682/tid=25684] ppid=25680 vsize=1797032 CPUtime=1645.05
/proc/25682/task/25684/stat : 25684 (java) R 25680 25682 25060 0 -1 64 76302 0 1 0 164428 77 0 0 25 0 13 0 127589635 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109779393 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25685] ppid=25680 vsize=1797032 CPUtime=12.51
/proc/25682/task/25685/stat : 25685 (java) S 25680 25682 25060 0 -1 64 18004 0 0 0 1153 98 0 0 16 0 13 0 127589636 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25686] ppid=25680 vsize=1797032 CPUtime=12.52
/proc/25682/task/25686/stat : 25686 (java) S 25680 25682 25060 0 -1 64 17611 0 0 0 1159 93 0 0 16 0 13 0 127589636 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25687] ppid=25680 vsize=1797032 CPUtime=1.52
/proc/25682/task/25687/stat : 25687 (java) S 25680 25682 25060 0 -1 64 153 0 0 0 88 64 0 0 15 0 13 0 127589639 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25688] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25688/stat : 25688 (java) S 25680 25682 25060 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127589639 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25689] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25689/stat : 25689 (java) S 25680 25682 25060 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127589639 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25690] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25690/stat : 25690 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127589647 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25691] ppid=25680 vsize=1797032 CPUtime=2.01
/proc/25682/task/25691/stat : 25691 (java) S 25680 25682 25060 0 -1 64 5981 0 0 0 199 2 0 0 17 0 13 0 127589647 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25692] ppid=25680 vsize=1797032 CPUtime=2.2
/proc/25682/task/25692/stat : 25692 (java) S 25680 25682 25060 0 -1 64 5219 0 0 0 218 2 0 0 16 0 13 0 127589647 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25693] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25693/stat : 25693 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 127589647 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25694] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25694/stat : 25694 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127589647 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25695] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25695/stat : 25695 (java) S 25680 25682 25060 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 127589937 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.86
Current children cumulated vsize (KiB) 1797032

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 25893
/proc/meminfo: memFree=1304160/2055920 swapFree=4169224/4192956
[pid=25682] ppid=25680 vsize=1797032 CPUtime=1736.26
/proc/25682/stat : 25682 (java) S 25680 25682 25060 0 -1 0 124212 0 1 0 173278 348 0 0 18 0 13 0 127589634 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25682/statm: 449258 57144 1324 9 0 446870 0
[pid=25682/tid=25684] ppid=25680 vsize=1797032 CPUtime=1704.49
/proc/25682/task/25684/stat : 25684 (java) R 25680 25682 25060 0 -1 64 76523 0 1 0 170370 79 0 0 17 0 13 0 127589635 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110055813 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25685] ppid=25680 vsize=1797032 CPUtime=12.97
/proc/25682/task/25685/stat : 25685 (java) S 25680 25682 25060 0 -1 64 18004 0 0 0 1197 100 0 0 16 0 13 0 127589636 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25686] ppid=25680 vsize=1797032 CPUtime=12.97
/proc/25682/task/25686/stat : 25686 (java) S 25680 25682 25060 0 -1 64 17611 0 0 0 1201 96 0 0 15 0 13 0 127589636 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25687] ppid=25680 vsize=1797032 CPUtime=1.57
/proc/25682/task/25687/stat : 25687 (java) S 25680 25682 25060 0 -1 64 153 0 0 0 91 66 0 0 16 0 13 0 127589639 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25688] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25688/stat : 25688 (java) S 25680 25682 25060 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127589639 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25689] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25689/stat : 25689 (java) S 25680 25682 25060 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127589639 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25690] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25690/stat : 25690 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127589647 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25691] ppid=25680 vsize=1797032 CPUtime=2.01
/proc/25682/task/25691/stat : 25691 (java) S 25680 25682 25060 0 -1 64 5981 0 0 0 199 2 0 0 17 0 13 0 127589647 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25692] ppid=25680 vsize=1797032 CPUtime=2.2
/proc/25682/task/25692/stat : 25692 (java) S 25680 25682 25060 0 -1 64 5219 0 0 0 218 2 0 0 16 0 13 0 127589647 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25693] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25693/stat : 25693 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 127589647 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25694] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25694/stat : 25694 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127589647 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25695] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25695/stat : 25695 (java) S 25680 25682 25060 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 127589937 1840160768 57144 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1736.26
Current children cumulated vsize (KiB) 1797032

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 25893
/proc/meminfo: memFree=1293344/2055920 swapFree=4169224/4192956
[pid=25682] ppid=25680 vsize=1797032 CPUtime=1796.67
/proc/25682/stat : 25682 (java) S 25680 25682 25060 0 -1 0 127884 0 1 0 179311 356 0 0 18 0 13 0 127589634 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25682/statm: 449258 59902 1324 9 0 446870 0
[pid=25682/tid=25684] ppid=25680 vsize=1797032 CPUtime=1763.9
/proc/25682/task/25684/stat : 25684 (java) R 25680 25682 25060 0 -1 64 78473 0 1 0 176310 80 0 0 25 0 13 0 127589635 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109778962 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25685] ppid=25680 vsize=1797032 CPUtime=13.42
/proc/25682/task/25685/stat : 25685 (java) S 25680 25682 25060 0 -1 64 18783 0 0 0 1241 101 0 0 15 0 13 0 127589636 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25686] ppid=25680 vsize=1797032 CPUtime=13.46
/proc/25682/task/25686/stat : 25686 (java) S 25680 25682 25060 0 -1 64 18543 0 0 0 1246 100 0 0 16 0 13 0 127589636 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25687] ppid=25680 vsize=1797032 CPUtime=1.62
/proc/25682/task/25687/stat : 25687 (java) S 25680 25682 25060 0 -1 64 164 0 0 0 94 68 0 0 16 0 13 0 127589639 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25688] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25688/stat : 25688 (java) S 25680 25682 25060 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127589639 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25689] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25689/stat : 25689 (java) S 25680 25682 25060 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127589639 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25690] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25690/stat : 25690 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127589647 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25691] ppid=25680 vsize=1797032 CPUtime=2.01
/proc/25682/task/25691/stat : 25691 (java) S 25680 25682 25060 0 -1 64 5981 0 0 0 199 2 0 0 17 0 13 0 127589647 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25692] ppid=25680 vsize=1797032 CPUtime=2.2
/proc/25682/task/25692/stat : 25692 (java) S 25680 25682 25060 0 -1 64 5219 0 0 0 218 2 0 0 16 0 13 0 127589647 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25693] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25693/stat : 25693 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 127589647 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25694] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25694/stat : 25694 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127589647 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25695] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25695/stat : 25695 (java) S 25680 25682 25060 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 127589937 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.67
Current children cumulated vsize (KiB) 1797032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 25893
/proc/meminfo: memFree=1293344/2055920 swapFree=4169224/4192956
[pid=25682] ppid=25680 vsize=1797032 CPUtime=1800.09
/proc/25682/stat : 25682 (java) S 25680 25682 25060 0 -1 0 127895 0 1 0 179653 356 0 0 18 0 13 0 127589634 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25682/statm: 449258 59902 1324 9 0 446870 0
[pid=25682/tid=25684] ppid=25680 vsize=1797032 CPUtime=1767.27
/proc/25682/task/25684/stat : 25684 (java) R 25680 25682 25060 0 -1 64 78484 0 1 0 176647 80 0 0 25 0 13 0 127589635 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110062652 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25685] ppid=25680 vsize=1797032 CPUtime=13.45
/proc/25682/task/25685/stat : 25685 (java) S 25680 25682 25060 0 -1 64 18783 0 0 0 1244 101 0 0 16 0 13 0 127589636 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25686] ppid=25680 vsize=1797032 CPUtime=13.48
/proc/25682/task/25686/stat : 25686 (java) S 25680 25682 25060 0 -1 64 18543 0 0 0 1248 100 0 0 15 0 13 0 127589636 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25687] ppid=25680 vsize=1797032 CPUtime=1.62
/proc/25682/task/25687/stat : 25687 (java) S 25680 25682 25060 0 -1 64 164 0 0 0 94 68 0 0 16 0 13 0 127589639 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25688] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25688/stat : 25688 (java) S 25680 25682 25060 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127589639 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25689] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25689/stat : 25689 (java) S 25680 25682 25060 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127589639 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25690] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25690/stat : 25690 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127589647 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25691] ppid=25680 vsize=1797032 CPUtime=2.01
/proc/25682/task/25691/stat : 25691 (java) S 25680 25682 25060 0 -1 64 5981 0 0 0 199 2 0 0 17 0 13 0 127589647 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25692] ppid=25680 vsize=1797032 CPUtime=2.2
/proc/25682/task/25692/stat : 25692 (java) S 25680 25682 25060 0 -1 64 5219 0 0 0 218 2 0 0 16 0 13 0 127589647 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25693] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25693/stat : 25693 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 127589647 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25694] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25694/stat : 25694 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127589647 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25695] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25695/stat : 25695 (java) S 25680 25682 25060 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 127589937 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1797032

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

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

[startup+1785.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 25893
/proc/meminfo: memFree=1293344/2055920 swapFree=4169224/4192956
[pid=25682] ppid=25680 vsize=1797032 CPUtime=1800.09
/proc/25682/stat : 25682 (java) S 25680 25682 25060 0 -1 0 127895 0 1 0 179653 356 0 0 18 0 13 0 127589634 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25682/statm: 449258 59902 1324 9 0 446870 0
[pid=25682/tid=25684] ppid=25680 vsize=1797032 CPUtime=1767.27
/proc/25682/task/25684/stat : 25684 (java) R 25680 25682 25060 0 -1 64 78484 0 1 0 176647 80 0 0 25 0 13 0 127589635 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110062652 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25685] ppid=25680 vsize=1797032 CPUtime=13.45
/proc/25682/task/25685/stat : 25685 (java) S 25680 25682 25060 0 -1 64 18783 0 0 0 1244 101 0 0 16 0 13 0 127589636 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25686] ppid=25680 vsize=1797032 CPUtime=13.48
/proc/25682/task/25686/stat : 25686 (java) S 25680 25682 25060 0 -1 64 18543 0 0 0 1248 100 0 0 15 0 13 0 127589636 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25687] ppid=25680 vsize=1797032 CPUtime=1.62
/proc/25682/task/25687/stat : 25687 (java) S 25680 25682 25060 0 -1 64 164 0 0 0 94 68 0 0 16 0 13 0 127589639 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25688] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25688/stat : 25688 (java) S 25680 25682 25060 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127589639 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25689] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25689/stat : 25689 (java) S 25680 25682 25060 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127589639 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25690] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25690/stat : 25690 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 127589647 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25691] ppid=25680 vsize=1797032 CPUtime=2.01
/proc/25682/task/25691/stat : 25691 (java) S 25680 25682 25060 0 -1 64 5981 0 0 0 199 2 0 0 17 0 13 0 127589647 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25692] ppid=25680 vsize=1797032 CPUtime=2.2
/proc/25682/task/25692/stat : 25692 (java) S 25680 25682 25060 0 -1 64 5219 0 0 0 218 2 0 0 16 0 13 0 127589647 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25682/tid=25693] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25693/stat : 25693 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 127589647 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25694] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25694/stat : 25694 (java) S 25680 25682 25060 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127589647 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25682/tid=25695] ppid=25680 vsize=1797032 CPUtime=0
/proc/25682/task/25695/stat : 25695 (java) S 25680 25682 25060 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 127589937 1840160768 59902 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1797032

Child status: 143
Real time (s): 1785.8
CPU time (s): 1800.2
CPU user time (s): 1796.59
CPU system time (s): 3.60645
CPU usage (%): 100.806
Max. virtual memory (cumulated for all children) (KiB): 1799040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.59
system time used= 3.60645
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127915
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= 124435
involuntary context switches= 86623

runsolver used 2.04169 second user time and 5.74613 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Tue Apr 17 07:58:45 UTC 2007

IDJOB= 350140
IDBENCH= 2995
IDSOLVER= 160
FILE ID= node23/350140-1176796725

PBS_JOBID= 4580863

Free space on /tmp= 66537 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=200-sizeP=101-sizeQ=200-864124249-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350140-1176796725/sat4jPseudoCP.jar /tmp/evaluation/350140-1176796725/instance-350140-1176796725.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-350140-1176796725 -o ROOT/results/node23/solver-350140-1176796725 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350140-1176796725/sat4jPseudoCP.jar /tmp/evaluation/350140-1176796725/instance-350140-1176796725.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  2a5c3ceba4b0797f84fa61492c45250f

RANDOM SEED= 180769095

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.276
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.276
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:       1529376 kB
Buffers:         48236 kB
Cached:         382824 kB
SwapCached:       2644 kB
Active:         260568 kB
Inactive:       196856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1529376 kB
SwapTotal:     4192956 kB
SwapFree:      4169224 kB
Dirty:            6320 kB
Writeback:           0 kB
Mapped:          33884 kB
Slab:            54560 kB
Committed_AS:  2394100 kB
PageTables:       1804 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= 66537 MiB

End job on node23 on Tue Apr 17 08:28:33 UTC 2007