Trace number 360820

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 NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.21 1740.27

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga13_11_sat_pb.cnf.cr.opb
MD5SUM7ce2e3bbe25363ec7cf5ebf31ed09feb
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.002998
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables215
Total number of constraints178
Number of constraints which are clauses154
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint13
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.28	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.28	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.29	c no version file found!!!
0.08/0.29	c sun.arch.data.model	32
0.08/0.29	c java.version	1.6.0
0.08/0.29	c os.name	Linux
0.08/0.29	c os.version	2.6.9-22.EL.rootsmp
0.08/0.29	c os.arch	i386
0.08/0.29	c Free memory 1651659224
0.08/0.29	c Max memory 1654456320
0.08/0.30	c Total memory 1654456320
0.08/0.30	c Number of processors 2
0.14/0.35	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.14/0.35	--- Begin Solver configuration ---
0.14/0.35	c Stops conflict analysis at the first Unique Implication Point
0.14/0.35	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.14/0.35	c Learn all clauses as in MiniSAT
0.14/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.14/0.35	c VSIDS like heuristics from MiniSAT using a heap
0.14/0.35	c No reason simplification
0.14/0.35	c --- End Solver configuration ---
0.14/0.35	c Simplify asserted PB constraints to clauses
0.14/0.35	c solving /tmp/evaluation/360820-1176975355/instance-360820-1176975355.opb
0.14/0.35	c reading problem ... 
0.26/0.49	c ... done. Wall clock time 0.139s.
0.26/0.49	c CPU time (experimental) 0.29s.
0.26/0.49	c #vars     215
0.26/0.49	c #constraints  178
1800.05/1740.12	c starts		: 2
1800.05/1740.12	c conflicts		: 97648
1800.05/1740.12	c decisions		: 203973
1800.05/1740.12	c propagations		: 1759056
1800.05/1740.12	c inspects		: 767929431
1800.05/1740.12	c learnt literals	: 0
1800.05/1740.12	c learnt binary clauses	: 0
1800.05/1740.12	c learnt ternary clauses	: 0
1800.05/1740.12	c learnt clauses	: 97648
1800.05/1740.12	c root simplifications	: 0
1800.05/1740.12	c removed literals (reason simplification)	: 0
1800.05/1740.12	c reason swapping (by a shorter reason)	: 0
1800.05/1740.12	c Calls to reduceDB	: 0
1800.05/1740.12	c speed (decisions/second)	: 117.25126651004268
1800.05/1740.12	c non guided choices	63
1800.05/1740.12	s UNKNOWN
1800.05/1740.12	c Total wall clock time (ms): 1739.766

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/node37/watcher-360820-1176975355 -o ROOT/results/node37/solver-360820-1176975355 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360820-1176975355/sat4jPseudoCPClause.jar /tmp/evaluation/360820-1176975355/instance-360820-1176975355.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/78 32463
/proc/meminfo: memFree=1710392/2055920 swapFree=4158988/4192956
[pid=32463] ppid=32461 vsize=1800 CPUtime=0
/proc/32463/stat : 32463 (java) R 32461 32463 32400 0 -1 0 139 0 0 0 0 0 0 0 18 0 1 0 145447978 1843200 113 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 3607793 0 0 4096 0 0 0 0 17 1 0 0
/proc/32463/statm: 450 122 86 9 0 92 0

[startup+0.021012 s]
/proc/loadavg: 0.00 0.00 0.00 2/78 32463
/proc/meminfo: memFree=1710392/2055920 swapFree=4158988/4192956
[pid=32463] ppid=32461 vsize=12412 CPUtime=0
/proc/32463/stat : 32463 (java) S 32461 32463 32400 0 -1 0 749 0 0 0 0 0 0 0 18 0 2 0 145447978 12709888 536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32463/statm: 3103 536 229 9 0 1239 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.102029 s]
/proc/loadavg: 0.00 0.00 0.00 2/78 32463
/proc/meminfo: memFree=1710392/2055920 swapFree=4158988/4192956
[pid=32463] ppid=32461 vsize=12916 CPUtime=0
/proc/32463/stat : 32463 (java) S 32461 32463 32400 0 -1 0 904 0 1 0 0 0 0 0 18 0 2 0 145447978 13225984 661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/32463/statm: 3229 661 331 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12916

[startup+0.302072 s]
/proc/loadavg: 0.00 0.00 0.00 2/78 32463
/proc/meminfo: memFree=1710392/2055920 swapFree=4158988/4192956
[pid=32463] ppid=32461 vsize=1780432 CPUtime=0.14
/proc/32463/stat : 32463 (java) S 32461 32463 32400 0 -1 0 4427 0 1 0 11 3 0 0 18 0 12 0 145447978 1823162368 4166 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32463/statm: 445108 4166 1233 9 0 442719 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 1780432

[startup+0.702147 s]
/proc/loadavg: 0.00 0.00 0.00 2/78 32463
/proc/meminfo: memFree=1710392/2055920 swapFree=4158988/4192956
[pid=32463] ppid=32461 vsize=1784556 CPUtime=0.69
/proc/32463/stat : 32463 (java) S 32461 32463 32400 0 -1 0 6934 0 1 0 64 5 0 0 18 0 13 0 145447978 1827385344 6268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32463/statm: 446139 6268 1304 9 0 443750 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1784556

[startup+1.50131 s]
/proc/loadavg: 0.00 0.00 0.00 3/91 32476
/proc/meminfo: memFree=1677840/2055920 swapFree=4158988/4192956
[pid=32463] ppid=32461 vsize=1793832 CPUtime=2.2
/proc/32463/stat : 32463 (java) S 32461 32463 32400 0 -1 0 20074 0 1 0 208 12 0 0 18 0 13 0 145447978 1836883968 16421 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32463/statm: 448458 16422 1321 9 0 446069 0
[pid=32463/tid=32465] ppid=32461 vsize=1793832 CPUtime=0.8
/proc/32463/task/32465/stat : 32465 (java) R 32461 32463 32400 0 -1 64 12884 0 1 0 72 8 0 0 18 0 13 0 145447979 1836883968 16422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109185704 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32466] ppid=32461 vsize=1793832 CPUtime=0
/proc/32463/task/32466/stat : 32466 (java) S 32461 32463 32400 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 145447989 1836883968 16422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32467] ppid=32461 vsize=1793832 CPUtime=0
/proc/32463/task/32467/stat : 32467 (java) S 32461 32463 32400 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 145447989 1836883968 16424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32468] ppid=32461 vsize=1793832 CPUtime=0
/proc/32463/task/32468/stat : 32468 (java) S 32461 32463 32400 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 145447993 1836883968 16426 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32469] ppid=32461 vsize=1793832 CPUtime=0
/proc/32463/task/32469/stat : 32469 (java) S 32461 32463 32400 0 -1 64 10 0 0 0 0 0 0 0 21 0 13 0 145447993 1836883968 16428 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32470] ppid=32461 vsize=1793832 CPUtime=0
/proc/32463/task/32470/stat : 32470 (java) S 32461 32463 32400 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 145447993 1836883968 16430 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32471] ppid=32461 vsize=1793832 CPUtime=0
/proc/32463/task/32471/stat : 32471 (java) S 32461 32463 32400 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145447998 1836883968 16432 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32472] ppid=32461 vsize=1793832 CPUtime=0.71
/proc/32463/task/32472/stat : 32472 (java) R 32461 32463 32400 0 -1 64 2815 0 0 0 70 1 0 0 18 0 13 0 145447998 1836883968 16434 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103316137 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32473] ppid=32461 vsize=1793832 CPUtime=0.65
/proc/32463/task/32473/stat : 32473 (java) R 32461 32463 32400 0 -1 64 3651 0 0 0 64 1 0 0 18 0 13 0 145447998 1836883968 16436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105429509 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32474] ppid=32461 vsize=1793832 CPUtime=0
/proc/32463/task/32474/stat : 32474 (java) S 32461 32463 32400 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 145447998 1836883968 16438 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32475] ppid=32461 vsize=1793832 CPUtime=0
/proc/32463/task/32475/stat : 32475 (java) S 32461 32463 32400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145447998 1836883968 16440 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32476] ppid=32461 vsize=1793832 CPUtime=0
/proc/32463/task/32476/stat : 32476 (java) S 32461 32463 32400 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145448029 1836883968 16442 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 1793832

[startup+3.10259 s]
/proc/loadavg: 0.00 0.00 0.00 4/91 32476
/proc/meminfo: memFree=1597904/2055920 swapFree=4158988/4192956
[pid=32463] ppid=32461 vsize=1796184 CPUtime=4.85
/proc/32463/stat : 32463 (java) S 32461 32463 32400 0 -1 0 51386 0 1 0 461 24 0 0 18 0 13 0 145447978 1839292416 42879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32463/statm: 449046 42879 1330 9 0 446657 0
[pid=32463/tid=32465] ppid=32461 vsize=1796184 CPUtime=2.15
/proc/32463/task/32465/stat : 32465 (java) R 32461 32463 32400 0 -1 64 37740 0 1 0 197 18 0 0 21 0 13 0 145447979 1839292416 42879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109557395 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32466] ppid=32461 vsize=1796184 CPUtime=0
/proc/32463/task/32466/stat : 32466 (java) S 32461 32463 32400 0 -1 64 225 0 0 0 0 0 0 0 16 0 13 0 145447989 1839292416 42879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32467] ppid=32461 vsize=1796184 CPUtime=0.01
/proc/32463/task/32467/stat : 32467 (java) S 32461 32463 32400 0 -1 64 526 0 0 0 1 0 0 0 17 0 13 0 145447989 1839292416 42879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32468] ppid=32461 vsize=1796184 CPUtime=0
/proc/32463/task/32468/stat : 32468 (java) S 32461 32463 32400 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 145447993 1839292416 42879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32469] ppid=32461 vsize=1796184 CPUtime=0
/proc/32463/task/32469/stat : 32469 (java) S 32461 32463 32400 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145447993 1839292416 42879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32470] ppid=32461 vsize=1796184 CPUtime=0
/proc/32463/task/32470/stat : 32470 (java) S 32461 32463 32400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145447993 1839292416 42879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32471] ppid=32461 vsize=1796184 CPUtime=0
/proc/32463/task/32471/stat : 32471 (java) S 32461 32463 32400 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145447998 1839292416 42879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32472] ppid=32461 vsize=1796184 CPUtime=1.39
/proc/32463/task/32472/stat : 32472 (java) S 32461 32463 32400 0 -1 64 6490 0 0 0 137 2 0 0 15 0 13 0 145447998 1839292416 42879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32473] ppid=32461 vsize=1796184 CPUtime=1.25
/proc/32463/task/32473/stat : 32473 (java) S 32461 32463 32400 0 -1 64 5675 0 0 0 123 2 0 0 15 0 13 0 145447998 1839292416 42879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32474] ppid=32461 vsize=1796184 CPUtime=0
/proc/32463/task/32474/stat : 32474 (java) S 32461 32463 32400 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 145447998 1839292416 42879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32475] ppid=32461 vsize=1796184 CPUtime=0
/proc/32463/task/32475/stat : 32475 (java) S 32461 32463 32400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145447998 1839292416 42879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32476] ppid=32461 vsize=1796184 CPUtime=0
/proc/32463/task/32476/stat : 32476 (java) S 32461 32463 32400 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145448029 1839292416 42879 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 1796184

[startup+6.3012 s]
/proc/loadavg: 0.08 0.02 0.01 2/91 32476
/proc/meminfo: memFree=1527504/2055920 swapFree=4158988/4192956
[pid=32463] ppid=32461 vsize=1795320 CPUtime=8.31
/proc/32463/stat : 32463 (java) S 32461 32463 32400 0 -1 0 56327 0 1 0 805 26 0 0 18 0 13 0 145447978 1838407680 46657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32463/statm: 448830 46657 1332 9 0 446441 0
[pid=32463/tid=32465] ppid=32461 vsize=1795320 CPUtime=5.2
/proc/32463/task/32465/stat : 32465 (java) R 32461 32463 32400 0 -1 64 37745 0 1 0 502 18 0 0 22 0 13 0 145447979 1838407680 46657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109597962 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32466] ppid=32461 vsize=1795320 CPUtime=0.14
/proc/32463/task/32466/stat : 32466 (java) S 32461 32463 32400 0 -1 64 2743 0 0 0 13 1 0 0 16 0 13 0 145447989 1838407680 46657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32467] ppid=32461 vsize=1795320 CPUtime=0.15
/proc/32463/task/32467/stat : 32467 (java) S 32461 32463 32400 0 -1 64 2906 0 0 0 14 1 0 0 17 0 13 0 145447989 1838407680 46657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32468] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32468/stat : 32468 (java) S 32461 32463 32400 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 145447993 1838407680 46657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32469] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32469/stat : 32469 (java) S 32461 32463 32400 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145447993 1838407680 46657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32470] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32470/stat : 32470 (java) S 32461 32463 32400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145447993 1838407680 46657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32471] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32471/stat : 32471 (java) S 32461 32463 32400 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145447998 1838407680 46657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32472] ppid=32461 vsize=1795320 CPUtime=1.47
/proc/32463/task/32472/stat : 32472 (java) S 32461 32463 32400 0 -1 64 6507 0 0 0 145 2 0 0 15 0 13 0 145447998 1838407680 46657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32473] ppid=32461 vsize=1795320 CPUtime=1.31
/proc/32463/task/32473/stat : 32473 (java) S 32461 32463 32400 0 -1 64 5689 0 0 0 129 2 0 0 16 0 13 0 145447998 1838407680 46657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32474] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32474/stat : 32474 (java) S 32461 32463 32400 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 145447998 1838407680 46657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32475] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32475/stat : 32475 (java) S 32461 32463 32400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145447998 1838407680 46657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32476] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32476/stat : 32476 (java) S 32461 32463 32400 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145448029 1838407680 46657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.31
Current children cumulated vsize (KiB) 1795320

[startup+12.7014 s]
/proc/loadavg: 0.15 0.03 0.01 2/91 32476
/proc/meminfo: memFree=1488728/2055920 swapFree=4158988/4192956
[pid=32463] ppid=32461 vsize=1795320 CPUtime=15.06
/proc/32463/stat : 32463 (java) S 32461 32463 32400 0 -1 0 67993 0 1 0 1474 32 0 0 18 0 13 0 145447978 1838407680 56749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32463/statm: 448830 56749 1332 9 0 446441 0
[pid=32463/tid=32465] ppid=32461 vsize=1795320 CPUtime=11.28
/proc/32463/task/32465/stat : 32465 (java) R 32461 32463 32400 0 -1 64 37753 0 1 0 1110 18 0 0 17 0 13 0 145447979 1838407680 56749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109508453 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32466] ppid=32461 vsize=1795320 CPUtime=0.45
/proc/32463/task/32466/stat : 32466 (java) S 32461 32463 32400 0 -1 64 9213 0 0 0 41 4 0 0 16 0 13 0 145447989 1838407680 56749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32467] ppid=32461 vsize=1795320 CPUtime=0.46
/proc/32463/task/32467/stat : 32467 (java) S 32461 32463 32400 0 -1 64 8085 0 0 0 43 3 0 0 16 0 13 0 145447989 1838407680 56749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32468] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32468/stat : 32468 (java) S 32461 32463 32400 0 -1 64 21 0 0 0 0 0 0 0 15 0 13 0 145447993 1838407680 56749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32469] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32469/stat : 32469 (java) S 32461 32463 32400 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145447993 1838407680 56749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32470] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32470/stat : 32470 (java) S 32461 32463 32400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145447993 1838407680 56749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32471] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32471/stat : 32471 (java) S 32461 32463 32400 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145447998 1838407680 56749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32472] ppid=32461 vsize=1795320 CPUtime=1.48
/proc/32463/task/32472/stat : 32472 (java) S 32461 32463 32400 0 -1 64 6508 0 0 0 146 2 0 0 16 0 13 0 145447998 1838407680 56749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32473] ppid=32461 vsize=1795320 CPUtime=1.32
/proc/32463/task/32473/stat : 32473 (java) S 32461 32463 32400 0 -1 64 5690 0 0 0 130 2 0 0 16 0 13 0 145447998 1838407680 56749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32474] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32474/stat : 32474 (java) S 32461 32463 32400 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 145447998 1838407680 56749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32475] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32475/stat : 32475 (java) S 32461 32463 32400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145447998 1838407680 56749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32476] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32476/stat : 32476 (java) S 32461 32463 32400 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145448029 1838407680 56749 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.06
Current children cumulated vsize (KiB) 1795320

[startup+25.5028 s]
/proc/loadavg: 0.34 0.08 0.02 2/91 32476
/proc/meminfo: memFree=1472216/2055920 swapFree=4158988/4192956
[pid=32463] ppid=32461 vsize=1795320 CPUtime=28.09
/proc/32463/stat : 32463 (java) S 32461 32463 32400 0 -1 0 72207 0 1 0 2775 34 0 0 18 0 13 0 145447978 1838407680 60433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32463/statm: 448830 60433 1332 9 0 446441 0
[pid=32463/tid=32465] ppid=32461 vsize=1795320 CPUtime=23.82
/proc/32463/task/32465/stat : 32465 (java) R 32461 32463 32400 0 -1 64 37763 0 1 0 2364 18 0 0 25 0 13 0 145447979 1838407680 60433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103832834 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32466] ppid=32461 vsize=1795320 CPUtime=0.68
/proc/32463/task/32466/stat : 32466 (java) S 32461 32463 32400 0 -1 64 11784 0 0 0 63 5 0 0 16 0 13 0 145447989 1838407680 60433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32467] ppid=32461 vsize=1795320 CPUtime=0.69
/proc/32463/task/32467/stat : 32467 (java) S 32461 32463 32400 0 -1 64 9718 0 0 0 65 4 0 0 16 0 13 0 145447989 1838407680 60433 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=32463/tid=32468] ppid=32461 vsize=1795320 CPUtime=0.2
/proc/32463/task/32468/stat : 32468 (java) S 32461 32463 32400 0 -1 64 22 0 0 0 12 8 0 0 15 0 13 0 145447993 1838407680 166197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32469] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32469/stat : 32469 (java) S 32461 32463 32400 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145447993 1838407680 166197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32470] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32470/stat : 32470 (java) S 32461 32463 32400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145447993 1838407680 166197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32471] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32471/stat : 32471 (java) S 32461 32463 32400 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145447998 1838407680 166197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32472] ppid=32461 vsize=1795320 CPUtime=1.52
/proc/32463/task/32472/stat : 32472 (java) S 32461 32463 32400 0 -1 64 6511 0 0 0 150 2 0 0 17 0 13 0 145447998 1838407680 166197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32473] ppid=32461 vsize=1795320 CPUtime=1.37
/proc/32463/task/32473/stat : 32473 (java) S 32461 32463 32400 0 -1 64 5696 0 0 0 135 2 0 0 16 0 13 0 145447998 1838407680 166197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32474] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32474/stat : 32474 (java) S 32461 32463 32400 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 145447998 1838407680 166197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32475] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32475/stat : 32475 (java) S 32461 32463 32400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145447998 1838407680 166197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32476] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32476/stat : 32476 (java) S 32461 32463 32400 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145448029 1838407680 166197 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.55
Current children cumulated vsize (KiB) 1795320

[startup+1602.3 s]
/proc/loadavg: 1.14 1.09 0.84 2/91 32676
/proc/meminfo: memFree=1035232/2055920 swapFree=4158988/4192956
[pid=32463] ppid=32461 vsize=1795320 CPUtime=1656.06
/proc/32463/stat : 32463 (java) S 32461 32463 32400 0 -1 0 189606 0 1 0 165498 108 0 0 18 0 13 0 145447978 1838407680 169292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32463/statm: 448830 169292 1333 9 0 446441 0
[pid=32463/tid=32465] ppid=32461 vsize=1795320 CPUtime=1547.35
/proc/32463/task/32465/stat : 32465 (java) R 32461 32463 32400 0 -1 64 38488 0 1 0 154708 27 0 0 25 0 13 0 145447979 1838407680 169292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109718870 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32466] ppid=32461 vsize=1795320 CPUtime=52.78
/proc/32463/task/32466/stat : 32466 (java) S 32461 32463 32400 0 -1 64 77098 0 0 0 5241 37 0 0 16 0 13 0 145447989 1838407680 169292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32467] ppid=32461 vsize=1795320 CPUtime=52.77
/proc/32463/task/32467/stat : 32467 (java) S 32461 32463 32400 0 -1 64 61068 0 0 0 5249 28 0 0 16 0 13 0 145447989 1838407680 169292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32468] ppid=32461 vsize=1795320 CPUtime=0.2
/proc/32463/task/32468/stat : 32468 (java) S 32461 32463 32400 0 -1 64 22 0 0 0 12 8 0 0 16 0 13 0 145447993 1838407680 169292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32469] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32469/stat : 32469 (java) S 32461 32463 32400 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145447993 1838407680 169292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32470] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32470/stat : 32470 (java) S 32461 32463 32400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145447993 1838407680 169292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32471] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32471/stat : 32471 (java) S 32461 32463 32400 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145447998 1838407680 169292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32472] ppid=32461 vsize=1795320 CPUtime=1.52
/proc/32463/task/32472/stat : 32472 (java) S 32461 32463 32400 0 -1 64 6511 0 0 0 150 2 0 0 17 0 13 0 145447998 1838407680 169292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32473] ppid=32461 vsize=1795320 CPUtime=1.37
/proc/32463/task/32473/stat : 32473 (java) S 32461 32463 32400 0 -1 64 5696 0 0 0 135 2 0 0 16 0 13 0 145447998 1838407680 169292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32474] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32474/stat : 32474 (java) S 32461 32463 32400 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 145447998 1838407680 169292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32475] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32475/stat : 32475 (java) S 32461 32463 32400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145447998 1838407680 169292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32476] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32476/stat : 32476 (java) S 32461 32463 32400 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145448029 1838407680 169292 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.06
Current children cumulated vsize (KiB) 1795320

[startup+1662.3 s]
/proc/loadavg: 1.17 1.11 0.86 2/91 32676
/proc/meminfo: memFree=1023328/2055920 swapFree=4158988/4192956
[pid=32463] ppid=32461 vsize=1795320 CPUtime=1718.65
/proc/32463/stat : 32463 (java) S 32461 32463 32400 0 -1 0 192768 0 1 0 171755 110 0 0 18 0 13 0 145447978 1838407680 172263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32463/statm: 448830 172263 1333 9 0 446441 0
[pid=32463/tid=32465] ppid=32461 vsize=1795320 CPUtime=1604.64
/proc/32463/task/32465/stat : 32465 (java) R 32461 32463 32400 0 -1 64 38514 0 1 0 160436 28 0 0 25 0 13 0 145447979 1838407680 172263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109596294 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32466] ppid=32461 vsize=1795320 CPUtime=55.43
/proc/32463/task/32466/stat : 32466 (java) S 32461 32463 32400 0 -1 64 78767 0 0 0 5505 38 0 0 16 0 13 0 145447989 1838407680 172263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32467] ppid=32461 vsize=1795320 CPUtime=55.42
/proc/32463/task/32467/stat : 32467 (java) S 32461 32463 32400 0 -1 64 62535 0 0 0 5514 28 0 0 16 0 13 0 145447989 1838407680 172263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32468] ppid=32461 vsize=1795320 CPUtime=0.22
/proc/32463/task/32468/stat : 32468 (java) S 32461 32463 32400 0 -1 64 22 0 0 0 13 9 0 0 16 0 13 0 145447993 1838407680 172263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32469] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32469/stat : 32469 (java) S 32461 32463 32400 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145447993 1838407680 172263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32470] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32470/stat : 32470 (java) S 32461 32463 32400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145447993 1838407680 172263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32471] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32471/stat : 32471 (java) S 32461 32463 32400 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145447998 1838407680 172263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32472] ppid=32461 vsize=1795320 CPUtime=1.52
/proc/32463/task/32472/stat : 32472 (java) S 32461 32463 32400 0 -1 64 6511 0 0 0 150 2 0 0 17 0 13 0 145447998 1838407680 172263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32473] ppid=32461 vsize=1795320 CPUtime=1.37
/proc/32463/task/32473/stat : 32473 (java) S 32461 32463 32400 0 -1 64 5696 0 0 0 135 2 0 0 16 0 13 0 145447998 1838407680 172263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32474] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32474/stat : 32474 (java) S 32461 32463 32400 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 145447998 1838407680 172263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32475] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32475/stat : 32475 (java) S 32461 32463 32400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145447998 1838407680 172263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32476] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32476/stat : 32476 (java) S 32461 32463 32400 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145448029 1838407680 172263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.65
Current children cumulated vsize (KiB) 1795320

[startup+1722.3 s]
/proc/loadavg: 1.10 1.11 0.87 2/91 32676
/proc/meminfo: memFree=1012384/2055920 swapFree=4158988/4192956
[pid=32463] ppid=32461 vsize=1795320 CPUtime=1781.39
/proc/32463/stat : 32463 (java) S 32461 32463 32400 0 -1 0 195647 0 1 0 178027 112 0 0 18 0 13 0 145447978 1838407680 174998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32463/statm: 448830 174998 1333 9 0 446441 0
[pid=32463/tid=32465] ppid=32461 vsize=1795320 CPUtime=1661.78
/proc/32463/task/32465/stat : 32465 (java) R 32461 32463 32400 0 -1 64 38541 0 1 0 166150 28 0 0 25 0 13 0 145447979 1838407680 174998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109601931 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32466] ppid=32461 vsize=1795320 CPUtime=58.23
/proc/32463/task/32466/stat : 32466 (java) S 32461 32463 32400 0 -1 64 80432 0 0 0 5784 39 0 0 16 0 13 0 145447989 1838407680 174998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32467] ppid=32461 vsize=1795320 CPUtime=58.21
/proc/32463/task/32467/stat : 32467 (java) S 32461 32463 32400 0 -1 64 63722 0 0 0 5792 29 0 0 16 0 13 0 145447989 1838407680 174998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32468] ppid=32461 vsize=1795320 CPUtime=0.22
/proc/32463/task/32468/stat : 32468 (java) S 32461 32463 32400 0 -1 64 22 0 0 0 13 9 0 0 16 0 13 0 145447993 1838407680 174998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32469] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32469/stat : 32469 (java) S 32461 32463 32400 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145447993 1838407680 174998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32470] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32470/stat : 32470 (java) S 32461 32463 32400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145447993 1838407680 174998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32471] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32471/stat : 32471 (java) S 32461 32463 32400 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145447998 1838407680 174998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32472] ppid=32461 vsize=1795320 CPUtime=1.52
/proc/32463/task/32472/stat : 32472 (java) S 32461 32463 32400 0 -1 64 6511 0 0 0 150 2 0 0 17 0 13 0 145447998 1838407680 174998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32473] ppid=32461 vsize=1795320 CPUtime=1.37
/proc/32463/task/32473/stat : 32473 (java) S 32461 32463 32400 0 -1 64 5696 0 0 0 135 2 0 0 16 0 13 0 145447998 1838407680 174998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32474] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32474/stat : 32474 (java) S 32461 32463 32400 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 145447998 1838407680 174998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32475] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32475/stat : 32475 (java) S 32461 32463 32400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145447998 1838407680 174998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32476] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32476/stat : 32476 (java) S 32461 32463 32400 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145448029 1838407680 174998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.39
Current children cumulated vsize (KiB) 1795320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1740.1 s]
/proc/loadavg: 1.15 1.11 0.88 2/91 32676
/proc/meminfo: memFree=1008992/2055920 swapFree=4158988/4192956
[pid=32463] ppid=32461 vsize=1795320 CPUtime=1800.05
/proc/32463/stat : 32463 (java) S 32461 32463 32400 0 -1 0 196509 0 1 0 179892 113 0 0 18 0 13 0 145447978 1838407680 175822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32463/statm: 448830 175822 1333 9 0 446441 0
[pid=32463/tid=32465] ppid=32461 vsize=1795320 CPUtime=1678.73
/proc/32463/task/32465/stat : 32465 (java) R 32461 32463 32400 0 -1 64 38549 0 1 0 167845 28 0 0 25 0 13 0 145447979 1838407680 175822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109596222 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32466] ppid=32461 vsize=1795320 CPUtime=59.08
/proc/32463/task/32466/stat : 32466 (java) S 32461 32463 32400 0 -1 64 80964 0 0 0 5869 39 0 0 16 0 13 0 145447989 1838407680 175822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32467] ppid=32461 vsize=1795320 CPUtime=59.06
/proc/32463/task/32467/stat : 32467 (java) S 32461 32463 32400 0 -1 64 64044 0 0 0 5877 29 0 0 17 0 13 0 145447989 1838407680 175822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32468] ppid=32461 vsize=1795320 CPUtime=0.22
/proc/32463/task/32468/stat : 32468 (java) S 32461 32463 32400 0 -1 64 22 0 0 0 13 9 0 0 16 0 13 0 145447993 1838407680 175822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32469] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32469/stat : 32469 (java) S 32461 32463 32400 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145447993 1838407680 175822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32470] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32470/stat : 32470 (java) S 32461 32463 32400 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145447993 1838407680 175822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32471] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32471/stat : 32471 (java) S 32461 32463 32400 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 145447998 1838407680 175822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32472] ppid=32461 vsize=1795320 CPUtime=1.52
/proc/32463/task/32472/stat : 32472 (java) S 32461 32463 32400 0 -1 64 6511 0 0 0 150 2 0 0 17 0 13 0 145447998 1838407680 175822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32463/tid=32473] ppid=32461 vsize=1795320 CPUtime=1.37
/proc/32463/task/32473/stat : 32473 (java) S 32461 32463 32400 0 -1 64 5696 0 0 0 135 2 0 0 16 0 13 0 145447998 1838407680 175822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32474] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32474/stat : 32474 (java) S 32461 32463 32400 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 145447998 1838407680 175822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32475] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32475/stat : 32475 (java) S 32461 32463 32400 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145447998 1838407680 175822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32463/tid=32476] ppid=32461 vsize=1795320 CPUtime=0
/proc/32463/task/32476/stat : 32476 (java) S 32461 32463 32400 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 145448029 1838407680 175822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1795320

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

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

[startup+1740.22 s]
/proc/loadavg: 1.15 1.11 0.88 2/91 32676
/proc/meminfo: memFree=1008992/2055920 swapFree=4158988/4192956
[pid=32463] ppid=32461 vsize=0 CPUtime=1800.16
/proc/32463/stat : 32463 (java) Z 32461 32463 32400 0 -1 1036 196529 0 1 0 179896 120 0 0 16 0 2 0 145447978 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32463/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): 1740.27
CPU time (s): 1800.21
CPU user time (s): 1798.96
CPU system time (s): 1.24481
CPU usage (%): 103.444
Max. virtual memory (cumulated for all children) (KiB): 1798700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.24481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196529
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= 42590
involuntary context switches= 58772

runsolver used 1.80872 second user time and 4.83826 second system time

The end

Launcher Data (download as text)

Begin job on node37 on Thu Apr 19 09:35:55 UTC 2007

IDJOB= 360820
IDBENCH= 1398
IDSOLVER= 164
FILE ID= node37/360820-1176975355

PBS_JOBID= 4630389

Free space on /tmp= 66413 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga13_11_sat_pb.cnf.cr.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360820-1176975355/sat4jPseudoCPClause.jar /tmp/evaluation/360820-1176975355/instance-360820-1176975355.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node37/watcher-360820-1176975355 -o ROOT/results/node37/solver-360820-1176975355 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/360820-1176975355/sat4jPseudoCPClause.jar /tmp/evaluation/360820-1176975355/instance-360820-1176975355.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  7ce2e3bbe25363ec7cf5ebf31ed09feb

RANDOM SEED= 503879705

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node37.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.281
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.281
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:       1710928 kB
Buffers:         38448 kB
Cached:         213256 kB
SwapCached:       2480 kB
Active:          61940 kB
Inactive:       213364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1710928 kB
SwapTotal:     4192956 kB
SwapFree:      4158988 kB
Dirty:            3608 kB
Writeback:           0 kB
Mapped:          31168 kB
Slab:            54956 kB
Committed_AS:  1124836 kB
PageTables:       2000 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= 66413 MiB

End job on node37 on Thu Apr 19 10:04:58 UTC 2007