Trace number 349310

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.23 1782.08

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
MD5SUM1de7e61bcf99a935d7a04a775cb5b14f
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 variables7287
Total number of constraints529
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)420
Number of constraints which are nor clauses,nor cardinality constraints109
Minimum length of a constraint3
Maximum length of a constraint6062
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 400587756783443
Number of bits of the biggest sum of numbers49
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.30	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.30	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.30	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.31	c no version file found!!!
0.12/0.31	c sun.arch.data.model	32
0.12/0.31	c java.version	1.6.0
0.12/0.31	c os.name	Linux
0.12/0.31	c os.version	2.6.9-22.EL.rootsmp
0.12/0.31	c os.arch	i386
0.12/0.31	c Free memory 1651659224
0.12/0.31	c Max memory 1654456320
0.12/0.31	c Total memory 1654456320
0.12/0.31	c Number of processors 2
0.12/0.36	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.12/0.36	--- Begin Solver configuration ---
0.12/0.36	c Stops conflict analysis at the first Unique Implication Point
0.12/0.36	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.12/0.36	c Learn all clauses as in MiniSAT
0.12/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.12/0.36	c VSIDS like heuristics from MiniSAT using a heap
0.12/0.36	c No reason simplification
0.12/0.36	c --- End Solver configuration ---
0.12/0.36	c Simplify asserted PB constraints to clauses
0.12/0.36	c solving /tmp/evaluation/349310-1176695261/instance-349310-1176695261.opb
0.12/0.36	c reading problem ... 
2.65/1.93	c ... done. Wall clock time 1.57s.
2.65/1.93	c CPU time (experimental) 1.23s.
2.65/1.93	c #vars     7287
2.65/1.93	c #constraints  595
1800.05/1781.92	c starts		: 2
1800.05/1781.92	c conflicts		: 399
1800.05/1781.92	c decisions		: 21108
1800.05/1781.92	c propagations		: 99363
1800.05/1781.92	c inspects		: 7899181
1800.05/1781.92	c learnt literals	: 0
1800.05/1781.92	c learnt binary clauses	: 0
1800.05/1781.92	c learnt ternary clauses	: 0
1800.05/1781.92	c learnt clauses	: 398
1800.05/1781.92	c root simplifications	: 0
1800.05/1781.92	c removed literals (reason simplification)	: 0
1800.05/1781.92	c reason swapping (by a shorter reason)	: 0
1800.05/1781.92	c Calls to reduceDB	: 0
1800.05/1781.92	c speed (decisions/second)	: 11.858640155328635
1800.05/1781.92	c non guided choices	0
1800.05/1781.92	s UNKNOWN
1800.05/1781.92	c Total wall clock time (ms): 1781.555

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/node4/watcher-349310-1176695261 -o ROOT/results/node4/solver-349310-1176695261 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349310-1176695261/sat4jPseudoCPClause.jar /tmp/evaluation/349310-1176695261/instance-349310-1176695261.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.07 1.03 1.01 2/77 12675
/proc/meminfo: memFree=1807192/2055920 swapFree=4153844/4192956
[pid=12675] ppid=12673 vsize=1800 CPUtime=0
/proc/12675/stat : 12675 (java) D 12673 12675 11449 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 145563859 1843200 143 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/12675/statm: 450 145 108 9 0 92 0

[startup+0.0157581 s]
/proc/loadavg: 1.07 1.03 1.01 2/77 12675
/proc/meminfo: memFree=1807192/2055920 swapFree=4153844/4192956
[pid=12675] ppid=12673 vsize=1800 CPUtime=0
/proc/12675/stat : 12675 (java) D 12673 12675 11449 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 145563859 1843200 151 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/12675/statm: 450 151 114 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.101772 s]
/proc/loadavg: 1.07 1.03 1.01 2/77 12675
/proc/meminfo: memFree=1807192/2055920 swapFree=4153844/4192956
[pid=12675] ppid=12673 vsize=12056 CPUtime=0
/proc/12675/stat : 12675 (java) R 12673 12675 11449 0 -1 0 547 0 0 0 0 0 0 0 18 0 1 0 145563859 12345344 354 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 10593550 0 0 4096 0 0 0 0 17 0 0 0
/proc/12675/statm: 3014 354 138 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.301791 s]
/proc/loadavg: 1.07 1.03 1.01 2/77 12675
/proc/meminfo: memFree=1807192/2055920 swapFree=4153844/4192956
[pid=12675] ppid=12673 vsize=1780288 CPUtime=0.12
/proc/12675/stat : 12675 (java) S 12673 12675 11449 0 -1 0 4263 0 1 0 10 2 0 0 18 0 12 0 145563859 1823014912 4004 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12675/statm: 445072 4004 1143 9 0 442683 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1780288

[startup+0.701833 s]
/proc/loadavg: 1.07 1.03 1.01 2/77 12675
/proc/meminfo: memFree=1807192/2055920 swapFree=4153844/4192956
[pid=12675] ppid=12673 vsize=1787628 CPUtime=0.75
/proc/12675/stat : 12675 (java) S 12673 12675 11449 0 -1 0 7242 0 1 0 72 3 0 0 18 0 12 0 145563859 1830531072 6609 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12675/statm: 446907 6609 1302 9 0 444518 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 1787628

[startup+1.50191 s]
/proc/loadavg: 1.23 1.06 1.02 4/89 12687
/proc/meminfo: memFree=1775160/2055920 swapFree=4153844/4192956
[pid=12675] ppid=12673 vsize=1793820 CPUtime=2.23
/proc/12675/stat : 12675 (java) S 12673 12675 11449 0 -1 0 20758 0 1 0 214 9 0 0 18 0 12 0 145563859 1836871680 16598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12675/statm: 448455 16598 1303 9 0 446066 0
[pid=12675/tid=12677] ppid=12673 vsize=1793820 CPUtime=0.8
/proc/12675/task/12677/stat : 12677 (java) R 12673 12675 11449 0 -1 64 12819 0 1 0 75 5 0 0 18 0 12 0 145563869 1836871680 16598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109619132 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12678] ppid=12673 vsize=1793820 CPUtime=0
/proc/12675/task/12678/stat : 12678 (java) S 12673 12675 11449 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 145563871 1836871680 16598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12679] ppid=12673 vsize=1793820 CPUtime=0
/proc/12675/task/12679/stat : 12679 (java) S 12673 12675 11449 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 145563871 1836871680 16598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12680] ppid=12673 vsize=1793820 CPUtime=0
/proc/12675/task/12680/stat : 12680 (java) S 12673 12675 11449 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 145563873 1836871680 16598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12681] ppid=12673 vsize=1793820 CPUtime=0
/proc/12675/task/12681/stat : 12681 (java) S 12673 12675 11449 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 145563874 1836871680 16598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12682] ppid=12673 vsize=1793820 CPUtime=0
/proc/12675/task/12682/stat : 12682 (java) S 12673 12675 11449 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 145563874 1836871680 16598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12683] ppid=12673 vsize=1793820 CPUtime=0
/proc/12675/task/12683/stat : 12683 (java) S 12673 12675 11449 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 145563878 1836871680 16598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12684] ppid=12673 vsize=1793820 CPUtime=0.55
/proc/12675/task/12684/stat : 12684 (java) S 12673 12675 11449 0 -1 64 1905 0 0 0 55 0 0 0 16 0 12 0 145563878 1836871680 16598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12685] ppid=12673 vsize=1793820 CPUtime=0.84
/proc/12675/task/12685/stat : 12685 (java) S 12673 12675 11449 0 -1 64 5314 0 0 0 82 2 0 0 16 0 12 0 145563878 1836871680 16598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12686] ppid=12673 vsize=1793820 CPUtime=0
/proc/12675/task/12686/stat : 12686 (java) S 12673 12675 11449 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 145563878 1836871680 16598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12687] ppid=12673 vsize=1793820 CPUtime=0
/proc/12675/task/12687/stat : 12687 (java) S 12673 12675 11449 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 145563878 1836871680 16598 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 1793820

[startup+3.10206 s]
/proc/loadavg: 1.23 1.06 1.02 2/90 12688
/proc/meminfo: memFree=1697904/2055920 swapFree=4153844/4192956
[pid=12675] ppid=12673 vsize=1794144 CPUtime=4.3
/proc/12675/stat : 12675 (java) S 12673 12675 11449 0 -1 0 49081 0 1 0 410 20 0 0 18 0 13 0 145563859 1837203456 44734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12675/statm: 448536 44734 1325 9 0 446147 0
[pid=12675/tid=12677] ppid=12673 vsize=1794144 CPUtime=2.17
/proc/12675/task/12677/stat : 12677 (java) R 12673 12675 11449 0 -1 64 37743 0 1 0 202 15 0 0 22 0 13 0 145563869 1837203456 44734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109664936 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12678] ppid=12673 vsize=1794144 CPUtime=0.05
/proc/12675/task/12678/stat : 12678 (java) S 12673 12675 11449 0 -1 64 1651 0 0 0 5 0 0 0 16 0 13 0 145563871 1837203456 44734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12679] ppid=12673 vsize=1794144 CPUtime=0.05
/proc/12675/task/12679/stat : 12679 (java) S 12673 12675 11449 0 -1 64 1500 0 0 0 5 0 0 0 16 0 13 0 145563871 1837203456 44734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12680] ppid=12673 vsize=1794144 CPUtime=0
/proc/12675/task/12680/stat : 12680 (java) S 12673 12675 11449 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 145563873 1837203456 44734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12681] ppid=12673 vsize=1794144 CPUtime=0
/proc/12675/task/12681/stat : 12681 (java) S 12673 12675 11449 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145563874 1837203456 44734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12682] ppid=12673 vsize=1794144 CPUtime=0
/proc/12675/task/12682/stat : 12682 (java) S 12673 12675 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145563874 1837203456 44734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12683] ppid=12673 vsize=1794144 CPUtime=0
/proc/12675/task/12683/stat : 12683 (java) S 12673 12675 11449 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145563878 1837203456 44734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12684] ppid=12673 vsize=1794144 CPUtime=0.88
/proc/12675/task/12684/stat : 12684 (java) S 12673 12675 11449 0 -1 64 2125 0 0 0 87 1 0 0 16 0 13 0 145563878 1837203456 44734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12685] ppid=12673 vsize=1794144 CPUtime=1.11
/proc/12675/task/12685/stat : 12685 (java) S 12673 12675 11449 0 -1 64 5332 0 0 0 109 2 0 0 16 0 13 0 145563878 1837203456 44734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12686] ppid=12673 vsize=1794144 CPUtime=0
/proc/12675/task/12686/stat : 12686 (java) S 12673 12675 11449 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145563878 1837203456 44734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12687] ppid=12673 vsize=1794144 CPUtime=0
/proc/12675/task/12687/stat : 12687 (java) R 12673 12675 11449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145563878 1837203456 44734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12688] ppid=12673 vsize=1794144 CPUtime=0
/proc/12675/task/12688/stat : 12688 (java) S 12673 12675 11449 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 145564055 1837203456 44734 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 1794144

[startup+6.30236 s]
/proc/loadavg: 1.23 1.06 1.02 2/90 12688
/proc/meminfo: memFree=1617456/2055920 swapFree=4153844/4192956
[pid=12675] ppid=12673 vsize=1794112 CPUtime=7.86
/proc/12675/stat : 12675 (java) S 12673 12675 11449 0 -1 0 54962 0 1 0 763 23 0 0 18 0 13 0 145563859 1837170688 48647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12675/statm: 448528 48647 1325 9 0 446139 0
[pid=12675/tid=12677] ppid=12673 vsize=1794112 CPUtime=5.07
/proc/12675/task/12677/stat : 12677 (java) R 12673 12675 11449 0 -1 64 37750 0 1 0 492 15 0 0 17 0 13 0 145563869 1837170688 48647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109613113 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12678] ppid=12673 vsize=1794112 CPUtime=0.32
/proc/12675/task/12678/stat : 12678 (java) S 12673 12675 11449 0 -1 64 4729 0 0 0 30 2 0 0 16 0 13 0 145563871 1837170688 48647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12679] ppid=12673 vsize=1794112 CPUtime=0.31
/proc/12675/task/12679/stat : 12679 (java) S 12673 12675 11449 0 -1 64 4275 0 0 0 30 1 0 0 16 0 13 0 145563871 1837170688 48647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12680] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12680/stat : 12680 (java) S 12673 12675 11449 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 145563873 1837170688 48647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12681] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12681/stat : 12681 (java) S 12673 12675 11449 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145563874 1837170688 48647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12682] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12682/stat : 12682 (java) S 12673 12675 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145563874 1837170688 48647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12683] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12683/stat : 12683 (java) S 12673 12675 11449 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145563878 1837170688 48647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12684] ppid=12673 vsize=1794112 CPUtime=0.92
/proc/12675/task/12684/stat : 12684 (java) S 12673 12675 11449 0 -1 64 2127 0 0 0 91 1 0 0 16 0 13 0 145563878 1837170688 48647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12685] ppid=12673 vsize=1794112 CPUtime=1.2
/proc/12675/task/12685/stat : 12685 (java) S 12673 12675 11449 0 -1 64 5335 0 0 0 118 2 0 0 16 0 13 0 145563878 1837170688 48647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12686] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12686/stat : 12686 (java) S 12673 12675 11449 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145563878 1837170688 48647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12687] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12687/stat : 12687 (java) S 12673 12675 11449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145563878 1837170688 48647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12688] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12688/stat : 12688 (java) S 12673 12675 11449 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 145564055 1837170688 48647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 1794112

[startup+12.703 s]
/proc/loadavg: 1.19 1.06 1.02 2/90 12688
/proc/meminfo: memFree=1601584/2055920 swapFree=4153844/4192956
[pid=12675] ppid=12673 vsize=1794112 CPUtime=14.37
/proc/12675/stat : 12675 (java) S 12673 12675 11449 0 -1 0 59630 0 1 0 1412 25 0 0 18 0 13 0 145563859 1837170688 52401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12675/statm: 448528 52401 1325 9 0 446139 0
[pid=12675/tid=12677] ppid=12673 vsize=1794112 CPUtime=11.38
/proc/12675/task/12677/stat : 12677 (java) R 12673 12675 11449 0 -1 64 37763 0 1 0 1123 15 0 0 17 0 13 0 145563869 1837170688 52401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109541173 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12678] ppid=12673 vsize=1794112 CPUtime=0.39
/proc/12675/task/12678/stat : 12678 (java) S 12673 12675 11449 0 -1 64 7321 0 0 0 37 2 0 0 16 0 13 0 145563871 1837170688 52401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12679] ppid=12673 vsize=1794112 CPUtime=0.39
/proc/12675/task/12679/stat : 12679 (java) S 12673 12675 11449 0 -1 64 6336 0 0 0 37 2 0 0 16 0 13 0 145563871 1837170688 52401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12680] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12680/stat : 12680 (java) S 12673 12675 11449 0 -1 64 24 0 0 0 0 0 0 0 15 0 13 0 145563873 1837170688 52401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12681] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12681/stat : 12681 (java) S 12673 12675 11449 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145563874 1837170688 52401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12682] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12682/stat : 12682 (java) S 12673 12675 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145563874 1837170688 52401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12683] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12683/stat : 12683 (java) S 12673 12675 11449 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145563878 1837170688 52401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12684] ppid=12673 vsize=1794112 CPUtime=0.92
/proc/12675/task/12684/stat : 12684 (java) S 12673 12675 11449 0 -1 64 2127 0 0 0 91 1 0 0 17 0 13 0 145563878 1837170688 52401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12685] ppid=12673 vsize=1794112 CPUtime=1.24
/proc/12675/task/12685/stat : 12685 (java) S 12673 12675 11449 0 -1 64 5337 0 0 0 122 2 0 0 16 0 13 0 145563878 1837170688 52401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12686] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12686/stat : 12686 (java) S 12673 12675 11449 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145563878 1837170688 52401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12687] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12687/stat : 12687 (java) S 12673 12675 11449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145563878 1837170688 52401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12688] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12688/stat : 12688 (java) S 12673 12675 11449 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 145564055 1837170688 52401 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.37
Current children cumulated vsize (KiB) 1794112

[startup+25.5012 s]
/proc/loadavg: 1.16 1.06 1.01 2/90 12688
/proc/meminfo: memFree=1665712/2055920 swapFree=4153844/4192956
[pid=12675] ppid=12673 vsize=1794112 CPUtime=27.55
/proc/12675/stat : 12675 (java) S 12673 12675 11449 0 -1 0 63275 0 1 0 2727 28 0 0 18 0 13 0 145563859 1837170688 36348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12675/statm: 448528 36348 1325 9 0 446139 0
[pid=12675/tid=12677] ppid=12673 vsize=1794112 CPUtime=23.98
/proc/12675/task/12677/stat : 12677 (java) R 12673 12675 11449 0 -1 64 40355 0 1 0 2382 16 0 0 25 0 13 0 145563869 1837170688 36348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109777300 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12678] ppid=12673 vsize=1794112 CPUtime=0.43
/proc/12675/task/12678/stat : 12678 (java) S 12673 12675 11449 0 -1 64 7876 0 0 0 41 2 0 0 16 0 13 0 145563871 1837170688 36348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12679] ppid=12673 vsize=1794112 CPUtime=0.43
/proc/12675/task/12679/stat : 12679 (java) S 12673 12675 11449 0 -1 64 6780 0 0 0 41 2 0 0 16 0 13 0 145563871 1837170688 36348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12680] ppid=12673 vsize=1794112 CPUtime=0.01
/proc/12675/task/12680/stat : 12680 (java) S 12673 12675 11449 0 -1 64 47 0 0 0 0 1 0 0 15 0 13 0 145563873 1837170688 36348 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=12675/tid=12680] ppid=12673 vsize=1794112 CPUtime=0.7
/proc/12675/task/12680/stat : 12680 (java) S 12673 12675 11449 0 -1 64 473 0 0 0 40 30 0 0 15 0 13 0 145563873 1837170688 158393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12681] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12681/stat : 12681 (java) S 12673 12675 11449 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145563874 1837170688 158393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12682] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12682/stat : 12682 (java) S 12673 12675 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145563874 1837170688 158393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12683] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12683/stat : 12683 (java) S 12673 12675 11449 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145563878 1837170688 158393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12684] ppid=12673 vsize=1794112 CPUtime=1.18
/proc/12675/task/12684/stat : 12684 (java) S 12673 12675 11449 0 -1 64 2137 0 0 0 117 1 0 0 16 0 13 0 145563878 1837170688 158393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12685] ppid=12673 vsize=1794112 CPUtime=1.71
/proc/12675/task/12685/stat : 12685 (java) S 12673 12675 11449 0 -1 64 5368 0 0 0 169 2 0 0 17 0 13 0 145563878 1837170688 158393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12686] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12686/stat : 12686 (java) S 12673 12675 11449 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145563878 1837170688 158393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12687] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12687/stat : 12687 (java) S 12673 12675 11449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145563878 1837170688 158393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12688] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12688/stat : 12688 (java) S 12673 12675 11449 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 145564055 1837170688 158393 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1557.53
Current children cumulated vsize (KiB) 1794112

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12886
/proc/meminfo: memFree=1161008/2055920 swapFree=4153844/4192956
[pid=12675] ppid=12673 vsize=1794112 CPUtime=1618.25
/proc/12675/stat : 12675 (java) S 12673 12675 11449 0 -1 0 289129 0 1 0 161633 192 0 0 18 0 13 0 145563859 1837170688 162030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12675/statm: 448528 162030 1325 9 0 446139 0
[pid=12675/tid=12677] ppid=12673 vsize=1794112 CPUtime=1583.68
/proc/12675/task/12677/stat : 12677 (java) R 12673 12675 11449 0 -1 64 120208 0 1 0 158296 72 0 0 25 0 13 0 145563869 1837170688 162030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109541324 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12678] ppid=12673 vsize=1794112 CPUtime=15.41
/proc/12675/task/12678/stat : 12678 (java) S 12673 12675 11449 0 -1 64 81954 0 0 0 1499 42 0 0 16 0 13 0 145563871 1837170688 162030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12679] ppid=12673 vsize=1794112 CPUtime=15.46
/proc/12675/task/12679/stat : 12679 (java) S 12673 12675 11449 0 -1 64 78266 0 0 0 1505 41 0 0 15 0 13 0 145563871 1837170688 162030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12680] ppid=12673 vsize=1794112 CPUtime=0.72
/proc/12675/task/12680/stat : 12680 (java) S 12673 12675 11449 0 -1 64 473 0 0 0 41 31 0 0 15 0 13 0 145563873 1837170688 162030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12681] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12681/stat : 12681 (java) S 12673 12675 11449 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145563874 1837170688 162030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12682] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12682/stat : 12682 (java) S 12673 12675 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145563874 1837170688 162030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12683] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12683/stat : 12683 (java) S 12673 12675 11449 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145563878 1837170688 162030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12684] ppid=12673 vsize=1794112 CPUtime=1.21
/proc/12675/task/12684/stat : 12684 (java) S 12673 12675 11449 0 -1 64 2138 0 0 0 120 1 0 0 17 0 13 0 145563878 1837170688 162030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12685] ppid=12673 vsize=1794112 CPUtime=1.71
/proc/12675/task/12685/stat : 12685 (java) S 12673 12675 11449 0 -1 64 5368 0 0 0 169 2 0 0 17 0 13 0 145563878 1837170688 162030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12686] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12686/stat : 12686 (java) S 12673 12675 11449 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145563878 1837170688 162030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12687] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12687/stat : 12687 (java) S 12673 12675 11449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145563878 1837170688 162030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12688] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12688/stat : 12688 (java) S 12673 12675 11449 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 145564055 1837170688 162030 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1618.25
Current children cumulated vsize (KiB) 1794112

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12886
/proc/meminfo: memFree=1146416/2055920 swapFree=4153844/4192956
[pid=12675] ppid=12673 vsize=1794112 CPUtime=1678.96
/proc/12675/stat : 12675 (java) S 12673 12675 11449 0 -1 0 293218 0 1 0 167700 196 0 0 18 0 13 0 145563859 1837170688 165669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12675/statm: 448528 165669 1325 9 0 446139 0
[pid=12675/tid=12677] ppid=12673 vsize=1794112 CPUtime=1642.86
/proc/12675/task/12677/stat : 12677 (java) R 12673 12675 11449 0 -1 64 120291 0 1 0 164213 73 0 0 21 0 13 0 145563869 1837170688 165669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109612925 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12678] ppid=12673 vsize=1794112 CPUtime=16.16
/proc/12675/task/12678/stat : 12678 (java) S 12673 12675 11449 0 -1 64 83860 0 0 0 1573 43 0 0 16 0 13 0 145563871 1837170688 165669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12679] ppid=12673 vsize=1794112 CPUtime=16.21
/proc/12675/task/12679/stat : 12679 (java) S 12673 12675 11449 0 -1 64 80366 0 0 0 1579 42 0 0 16 0 13 0 145563871 1837170688 165669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12680] ppid=12673 vsize=1794112 CPUtime=0.74
/proc/12675/task/12680/stat : 12680 (java) S 12673 12675 11449 0 -1 64 473 0 0 0 42 32 0 0 15 0 13 0 145563873 1837170688 165669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12681] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12681/stat : 12681 (java) S 12673 12675 11449 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145563874 1837170688 165669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12682] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12682/stat : 12682 (java) S 12673 12675 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145563874 1837170688 165669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12683] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12683/stat : 12683 (java) S 12673 12675 11449 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145563878 1837170688 165669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12684] ppid=12673 vsize=1794112 CPUtime=1.21
/proc/12675/task/12684/stat : 12684 (java) S 12673 12675 11449 0 -1 64 2138 0 0 0 120 1 0 0 17 0 13 0 145563878 1837170688 165669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12685] ppid=12673 vsize=1794112 CPUtime=1.71
/proc/12675/task/12685/stat : 12685 (java) S 12673 12675 11449 0 -1 64 5368 0 0 0 169 2 0 0 17 0 13 0 145563878 1837170688 165669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12686] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12686/stat : 12686 (java) S 12673 12675 11449 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145563878 1837170688 165669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12687] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12687/stat : 12687 (java) S 12673 12675 11449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145563878 1837170688 165669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12688] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12688/stat : 12688 (java) S 12673 12675 11449 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 145564055 1837170688 165669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1678.96
Current children cumulated vsize (KiB) 1794112

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 12886
/proc/meminfo: memFree=1130352/2055920 swapFree=4153844/4192956
[pid=12675] ppid=12673 vsize=1794112 CPUtime=1739.7
/proc/12675/stat : 12675 (java) S 12673 12675 11449 0 -1 0 297814 0 1 0 173769 201 0 0 18 0 13 0 145563859 1837170688 169661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12675/statm: 448528 169661 1325 9 0 446139 0
[pid=12675/tid=12677] ppid=12673 vsize=1794112 CPUtime=1702.01
/proc/12675/task/12677/stat : 12677 (java) R 12673 12675 11449 0 -1 64 120376 0 1 0 170127 74 0 0 25 0 13 0 145563869 1837170688 169661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109971742 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12678] ppid=12673 vsize=1794112 CPUtime=16.95
/proc/12675/task/12678/stat : 12678 (java) S 12673 12675 11449 0 -1 64 86104 0 0 0 1650 45 0 0 16 0 13 0 145563871 1837170688 169661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12679] ppid=12673 vsize=1794112 CPUtime=17.01
/proc/12675/task/12679/stat : 12679 (java) S 12673 12675 11449 0 -1 64 82632 0 0 0 1657 44 0 0 16 0 13 0 145563871 1837170688 169661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12680] ppid=12673 vsize=1794112 CPUtime=0.76
/proc/12675/task/12680/stat : 12680 (java) S 12673 12675 11449 0 -1 64 474 0 0 0 43 33 0 0 16 0 13 0 145563873 1837170688 169661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12681] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12681/stat : 12681 (java) S 12673 12675 11449 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145563874 1837170688 169661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12682] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12682/stat : 12682 (java) S 12673 12675 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145563874 1837170688 169661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12683] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12683/stat : 12683 (java) S 12673 12675 11449 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145563878 1837170688 169661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12684] ppid=12673 vsize=1794112 CPUtime=1.21
/proc/12675/task/12684/stat : 12684 (java) S 12673 12675 11449 0 -1 64 2138 0 0 0 120 1 0 0 17 0 13 0 145563878 1837170688 169661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12685] ppid=12673 vsize=1794112 CPUtime=1.71
/proc/12675/task/12685/stat : 12685 (java) S 12673 12675 11449 0 -1 64 5368 0 0 0 169 2 0 0 17 0 13 0 145563878 1837170688 169661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12686] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12686/stat : 12686 (java) S 12673 12675 11449 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145563878 1837170688 169661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12687] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12687/stat : 12687 (java) S 12673 12675 11449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145563878 1837170688 169661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12688] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12688/stat : 12688 (java) S 12673 12675 11449 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 145564055 1837170688 169661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1739.7
Current children cumulated vsize (KiB) 1794112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.9 s]
/proc/loadavg: 1.05 1.01 1.00 2/90 12886
/proc/meminfo: memFree=1114992/2055920 swapFree=4153844/4192956
[pid=12675] ppid=12673 vsize=1794112 CPUtime=1800.05
/proc/12675/stat : 12675 (java) S 12673 12675 11449 0 -1 0 302013 0 1 0 179799 206 0 0 18 0 13 0 145563859 1837170688 173460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12675/statm: 448528 173460 1325 9 0 446139 0
[pid=12675/tid=12677] ppid=12673 vsize=1794112 CPUtime=1760.72
/proc/12675/task/12677/stat : 12677 (java) R 12673 12675 11449 0 -1 64 120462 0 1 0 175998 74 0 0 25 0 13 0 145563869 1837170688 173460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109865297 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12678] ppid=12673 vsize=1794112 CPUtime=17.76
/proc/12675/task/12678/stat : 12678 (java) S 12673 12675 11449 0 -1 64 88131 0 0 0 1729 47 0 0 16 0 13 0 145563871 1837170688 173460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12679] ppid=12673 vsize=1794112 CPUtime=17.8
/proc/12675/task/12679/stat : 12679 (java) S 12673 12675 11449 0 -1 64 84718 0 0 0 1735 45 0 0 16 0 13 0 145563871 1837170688 173460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12680] ppid=12673 vsize=1794112 CPUtime=0.78
/proc/12675/task/12680/stat : 12680 (java) S 12673 12675 11449 0 -1 64 474 0 0 0 44 34 0 0 15 0 13 0 145563873 1837170688 173460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12681] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12681/stat : 12681 (java) S 12673 12675 11449 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145563874 1837170688 173460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12682] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12682/stat : 12682 (java) S 12673 12675 11449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145563874 1837170688 173460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12683] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12683/stat : 12683 (java) S 12673 12675 11449 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145563878 1837170688 173460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12684] ppid=12673 vsize=1794112 CPUtime=1.21
/proc/12675/task/12684/stat : 12684 (java) S 12673 12675 11449 0 -1 64 2138 0 0 0 120 1 0 0 17 0 13 0 145563878 1837170688 173460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12675/tid=12685] ppid=12673 vsize=1794112 CPUtime=1.71
/proc/12675/task/12685/stat : 12685 (java) S 12673 12675 11449 0 -1 64 5368 0 0 0 169 2 0 0 17 0 13 0 145563878 1837170688 173460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12686] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12686/stat : 12686 (java) S 12673 12675 11449 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145563878 1837170688 173460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12687] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12687/stat : 12687 (java) S 12673 12675 11449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 145563878 1837170688 173460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12675/tid=12688] ppid=12673 vsize=1794112 CPUtime=0
/proc/12675/task/12688/stat : 12688 (java) S 12673 12675 11449 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 145564055 1837170688 173460 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1794112

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

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

[startup+1782.02 s]
/proc/loadavg: 1.05 1.01 1.00 2/90 12886
/proc/meminfo: memFree=1114992/2055920 swapFree=4153844/4192956
[pid=12675] ppid=12673 vsize=0 CPUtime=1800.16
/proc/12675/stat : 12675 (java) Z 12673 12675 11449 0 -1 1036 302034 0 1 0 179805 211 0 0 15 0 2 0 145563859 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12675/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1782.08
CPU time (s): 1800.23
CPU user time (s): 1798.06
CPU system time (s): 2.16967
CPU usage (%): 101.019
Max. virtual memory (cumulated for all children) (KiB): 1795816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.06
system time used= 2.16967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302034
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= 66738
involuntary context switches= 51195

runsolver used 2.02669 second user time and 5.63114 second system time

The end

Launcher Data (download as text)

Begin job on node4 on Mon Apr 16 03:47:41 UTC 2007

IDJOB= 349310
IDBENCH= 2350
IDSOLVER= 164
FILE ID= node4/349310-1176695261

PBS_JOBID= 4559407

Free space on /tmp= 66515 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349310-1176695261/sat4jPseudoCPClause.jar /tmp/evaluation/349310-1176695261/instance-349310-1176695261.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-349310-1176695261 -o ROOT/results/node4/solver-349310-1176695261 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349310-1176695261/sat4jPseudoCPClause.jar /tmp/evaluation/349310-1176695261/instance-349310-1176695261.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  1de7e61bcf99a935d7a04a775cb5b14f

RANDOM SEED= 467976085

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node4.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.218
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	: 5931.00
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.218
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:       1807536 kB
Buffers:         16072 kB
Cached:         156780 kB
SwapCached:       2316 kB
Active:          63616 kB
Inactive:       132928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807536 kB
SwapTotal:     4192956 kB
SwapFree:      4153844 kB
Dirty:            4560 kB
Writeback:           0 kB
Mapped:          31148 kB
Slab:            37340 kB
Committed_AS:  5166620 kB
PageTables:       1824 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= 66515 MiB

End job on node4 on Mon Apr 16 04:17:25 UTC 2007