Trace number 349597

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.23 1788.69

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob3.opb
MD5SUMd900242764082ad39bc001b38a8b6b82
Bench CategorySATUNSAT-MEDINT (no optimisation, medium 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint52
Maximum length of a constraint52
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 5842800
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 78219574
Number of bits of the biggest sum of numbers27
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/349597-1176710791/instance-349597-1176710791.opb
0.20/0.20	c reading problem ... 
0.20/0.22	c ... done. Wall clock time 0.023s.
0.20/0.22	c CPU time (experimental) 0.18s.
0.20/0.22	c #vars     52
0.20/0.22	c #constraints  2
1800.03/1788.51	c starts		: 24
1800.03/1788.51	c conflicts		: 2565520
1800.03/1788.51	c decisions		: 2566225
1800.03/1788.51	c propagations		: 15460940
1800.03/1788.51	c inspects		: 3185734561
1800.03/1788.51	c learnt literals	: 0
1800.03/1788.51	c learnt binary clauses	: 0
1800.03/1788.51	c learnt ternary clauses	: 0
1800.03/1788.51	c learnt clauses	: 2565520
1800.03/1788.51	c root simplifications	: 0
1800.03/1788.51	c removed literals (reason simplification)	: 0
1800.03/1788.51	c reason swapping (by a shorter reason)	: 0
1800.03/1788.51	c Calls to reduceDB	: 0
1800.03/1788.51	c speed (decisions/second)	: 1435.0153302790206
1800.03/1788.52	c non guided choices	43
1800.03/1788.52	s UNKNOWN
1800.03/1788.52	c Total wall clock time (ms): 1788.316

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/node50/watcher-349597-1176710791 -o ROOT/results/node50/solver-349597-1176710791 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349597-1176710791/sat4jPseudoResolution.jar /tmp/evaluation/349597-1176710791/instance-349597-1176710791.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.97 1.02 1.00 2/64 23743
/proc/meminfo: memFree=1647600/2055920 swapFree=4183788/4192956
[pid=23743] ppid=23741 vsize=1800 CPUtime=0
/proc/23743/stat : 23743 (java) D 23741 23743 23032 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 25924303 1843200 143 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/23743/statm: 450 144 107 9 0 92 0

[startup+0.0418181 s]
/proc/loadavg: 0.97 1.02 1.00 2/64 23743
/proc/meminfo: memFree=1647600/2055920 swapFree=4183788/4192956
[pid=23743] ppid=23741 vsize=1776088 CPUtime=0.03
/proc/23743/stat : 23743 (java) S 23741 23743 23032 0 -1 0 3279 0 1 0 1 2 0 0 18 0 4 0 25924303 1818714112 3026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/23743/statm: 444022 3026 893 9 0 441658 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776088

[startup+0.101825 s]
/proc/loadavg: 0.97 1.02 1.00 2/64 23743
/proc/meminfo: memFree=1647600/2055920 swapFree=4183788/4192956
[pid=23743] ppid=23741 vsize=1780108 CPUtime=0.08
/proc/23743/stat : 23743 (java) S 23741 23743 23032 0 -1 0 3989 0 1 0 6 2 0 0 18 0 12 0 25924303 1822830592 3730 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23743/statm: 445027 3730 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301842 s]
/proc/loadavg: 0.97 1.02 1.00 2/64 23743
/proc/meminfo: memFree=1647600/2055920 swapFree=4183788/4192956
[pid=23743] ppid=23741 vsize=1784176 CPUtime=0.35
/proc/23743/stat : 23743 (java) S 23741 23743 23032 0 -1 0 5547 0 1 0 32 3 0 0 18 0 13 0 25924303 1826996224 5126 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23743/statm: 446044 5126 1291 9 0 443656 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1784176

[startup+0.701877 s]
/proc/loadavg: 0.97 1.02 1.00 2/64 23743
/proc/meminfo: memFree=1647600/2055920 swapFree=4183788/4192956
[pid=23743] ppid=23741 vsize=1785832 CPUtime=0.95
/proc/23743/stat : 23743 (java) S 23741 23743 23032 0 -1 0 7608 0 1 0 90 5 0 0 18 0 13 0 25924303 1828691968 6850 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23743/statm: 446458 6850 1300 9 0 444070 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1785832

[startup+1.50295 s]
/proc/loadavg: 0.97 1.02 1.00 2/77 23756
/proc/meminfo: memFree=1617736/2055920 swapFree=4183788/4192956
[pid=23743] ppid=23741 vsize=1786856 CPUtime=1.88
/proc/23743/stat : 23743 (java) S 23741 23743 23032 0 -1 0 11816 0 1 0 181 7 0 0 18 0 13 0 25924303 1829740544 10835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23743/statm: 446714 10835 1308 9 0 444326 0
[pid=23743/tid=23745] ppid=23741 vsize=1786856 CPUtime=1.28
/proc/23743/task/23745/stat : 23745 (java) R 23741 23743 23032 0 -1 64 8859 0 1 0 123 5 0 0 25 0 13 0 25924304 1829740544 10835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539505 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23746] ppid=23741 vsize=1786856 CPUtime=0
/proc/23743/task/23746/stat : 23746 (java) S 23741 23743 23032 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 25924305 1829740544 10835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23747] ppid=23741 vsize=1786856 CPUtime=0
/proc/23743/task/23747/stat : 23747 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25924305 1829740544 10835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23748] ppid=23741 vsize=1786856 CPUtime=0
/proc/23743/task/23748/stat : 23748 (java) S 23741 23743 23032 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 25924308 1829740544 10835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23749] ppid=23741 vsize=1786856 CPUtime=0
/proc/23743/task/23749/stat : 23749 (java) S 23741 23743 23032 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 25924308 1829740544 10835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23750] ppid=23741 vsize=1786856 CPUtime=0
/proc/23743/task/23750/stat : 23750 (java) S 23741 23743 23032 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25924308 1829740544 10835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23751] ppid=23741 vsize=1786856 CPUtime=0
/proc/23743/task/23751/stat : 23751 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25924312 1829740544 10835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23752] ppid=23741 vsize=1786856 CPUtime=0.35
/proc/23743/task/23752/stat : 23752 (java) S 23741 23743 23032 0 -1 64 1039 0 0 0 35 0 0 0 16 0 13 0 25924312 1829740544 10835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23753] ppid=23741 vsize=1786856 CPUtime=0.22
/proc/23743/task/23753/stat : 23753 (java) S 23741 23743 23032 0 -1 64 1190 0 0 0 22 0 0 0 16 0 13 0 25924312 1829740544 10835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23754] ppid=23741 vsize=1786856 CPUtime=0
/proc/23743/task/23754/stat : 23754 (java) S 23741 23743 23032 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25924312 1829740544 10835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23755] ppid=23741 vsize=1786856 CPUtime=0
/proc/23743/task/23755/stat : 23755 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25924312 1829740544 10835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23756] ppid=23741 vsize=1786856 CPUtime=0
/proc/23743/task/23756/stat : 23756 (java) S 23741 23743 23032 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25924326 1829740544 10835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 1786856

[startup+3.10208 s]
/proc/loadavg: 0.97 1.02 1.00 2/77 23756
/proc/meminfo: memFree=1600136/2055920 swapFree=4183788/4192956
[pid=23743] ppid=23741 vsize=1786856 CPUtime=3.48
/proc/23743/stat : 23743 (java) S 23741 23743 23032 0 -1 0 17250 0 1 0 339 9 0 0 18 0 13 0 25924303 1829740544 16268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23743/statm: 446714 16268 1308 9 0 444326 0
[pid=23743/tid=23745] ppid=23741 vsize=1786856 CPUtime=2.87
/proc/23743/task/23745/stat : 23745 (java) R 23741 23743 23032 0 -1 64 14293 0 1 0 280 7 0 0 25 0 13 0 25924304 1829740544 16268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109553631 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23746] ppid=23741 vsize=1786856 CPUtime=0
/proc/23743/task/23746/stat : 23746 (java) S 23741 23743 23032 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 25924305 1829740544 16268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23747] ppid=23741 vsize=1786856 CPUtime=0
/proc/23743/task/23747/stat : 23747 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25924305 1829740544 16268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23748] ppid=23741 vsize=1786856 CPUtime=0
/proc/23743/task/23748/stat : 23748 (java) S 23741 23743 23032 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 25924308 1829740544 16268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23749] ppid=23741 vsize=1786856 CPUtime=0
/proc/23743/task/23749/stat : 23749 (java) S 23741 23743 23032 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 25924308 1829740544 16268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23750] ppid=23741 vsize=1786856 CPUtime=0
/proc/23743/task/23750/stat : 23750 (java) S 23741 23743 23032 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25924308 1829740544 16268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23751] ppid=23741 vsize=1786856 CPUtime=0
/proc/23743/task/23751/stat : 23751 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25924312 1829740544 16268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23752] ppid=23741 vsize=1786856 CPUtime=0.35
/proc/23743/task/23752/stat : 23752 (java) S 23741 23743 23032 0 -1 64 1039 0 0 0 35 0 0 0 16 0 13 0 25924312 1829740544 16268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23753] ppid=23741 vsize=1786856 CPUtime=0.22
/proc/23743/task/23753/stat : 23753 (java) S 23741 23743 23032 0 -1 64 1190 0 0 0 22 0 0 0 16 0 13 0 25924312 1829740544 16268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23754] ppid=23741 vsize=1786856 CPUtime=0
/proc/23743/task/23754/stat : 23754 (java) S 23741 23743 23032 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25924312 1829740544 16269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23755] ppid=23741 vsize=1786856 CPUtime=0
/proc/23743/task/23755/stat : 23755 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25924312 1829740544 16269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23756] ppid=23741 vsize=1786856 CPUtime=0
/proc/23743/task/23756/stat : 23756 (java) S 23741 23743 23032 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25924326 1829740544 16269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 1786856

[startup+6.30136 s]
/proc/loadavg: 0.97 1.02 1.00 2/77 23756
/proc/meminfo: memFree=1562632/2055920 swapFree=4183788/4192956
[pid=23743] ppid=23741 vsize=1786792 CPUtime=6.68
/proc/23743/stat : 23743 (java) S 23741 23743 23032 0 -1 0 25290 0 1 0 656 12 0 0 18 0 13 0 25924303 1829675008 24290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23743/statm: 446698 24290 1308 9 0 444310 0
[pid=23743/tid=23745] ppid=23741 vsize=1786792 CPUtime=6.07
/proc/23743/task/23745/stat : 23745 (java) R 23741 23743 23032 0 -1 64 22333 0 1 0 597 10 0 0 17 0 13 0 25924304 1829675008 24290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109498313 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23746] ppid=23741 vsize=1786792 CPUtime=0
/proc/23743/task/23746/stat : 23746 (java) S 23741 23743 23032 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 25924305 1829675008 24290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23747] ppid=23741 vsize=1786792 CPUtime=0
/proc/23743/task/23747/stat : 23747 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25924305 1829675008 24290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23748] ppid=23741 vsize=1786792 CPUtime=0
/proc/23743/task/23748/stat : 23748 (java) S 23741 23743 23032 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 25924308 1829675008 24290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23749] ppid=23741 vsize=1786792 CPUtime=0
/proc/23743/task/23749/stat : 23749 (java) S 23741 23743 23032 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 25924308 1829675008 24290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23750] ppid=23741 vsize=1786792 CPUtime=0
/proc/23743/task/23750/stat : 23750 (java) S 23741 23743 23032 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25924308 1829675008 24290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23751] ppid=23741 vsize=1786792 CPUtime=0
/proc/23743/task/23751/stat : 23751 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25924312 1829675008 24290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23752] ppid=23741 vsize=1786792 CPUtime=0.35
/proc/23743/task/23752/stat : 23752 (java) S 23741 23743 23032 0 -1 64 1039 0 0 0 35 0 0 0 16 0 13 0 25924312 1829675008 24291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23753] ppid=23741 vsize=1786792 CPUtime=0.24
/proc/23743/task/23753/stat : 23753 (java) S 23741 23743 23032 0 -1 64 1190 0 0 0 24 0 0 0 16 0 13 0 25924312 1829675008 24291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23754] ppid=23741 vsize=1786792 CPUtime=0
/proc/23743/task/23754/stat : 23754 (java) S 23741 23743 23032 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25924312 1829675008 24291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23755] ppid=23741 vsize=1786792 CPUtime=0
/proc/23743/task/23755/stat : 23755 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25924312 1829675008 24291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23756] ppid=23741 vsize=1786792 CPUtime=0
/proc/23743/task/23756/stat : 23756 (java) S 23741 23743 23032 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25924326 1829675008 24291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 1786792

[startup+12.7029 s]
/proc/loadavg: 0.97 1.01 1.00 2/77 23756
/proc/meminfo: memFree=1523536/2055920 swapFree=4183788/4192956
[pid=23743] ppid=23741 vsize=1786792 CPUtime=13.08
/proc/23743/stat : 23743 (java) S 23741 23743 23032 0 -1 0 33847 0 1 0 1292 16 0 0 18 0 13 0 25924303 1829675008 32847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23743/statm: 446698 32847 1308 9 0 444310 0
[pid=23743/tid=23745] ppid=23741 vsize=1786792 CPUtime=12.47
/proc/23743/task/23745/stat : 23745 (java) R 23741 23743 23032 0 -1 64 30890 0 1 0 1233 14 0 0 25 0 13 0 25924304 1829675008 32847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109516722 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23746] ppid=23741 vsize=1786792 CPUtime=0
/proc/23743/task/23746/stat : 23746 (java) S 23741 23743 23032 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 25924305 1829675008 32847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23747] ppid=23741 vsize=1786792 CPUtime=0
/proc/23743/task/23747/stat : 23747 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25924305 1829675008 32847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23748] ppid=23741 vsize=1786792 CPUtime=0
/proc/23743/task/23748/stat : 23748 (java) S 23741 23743 23032 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 25924308 1829675008 32847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23749] ppid=23741 vsize=1786792 CPUtime=0
/proc/23743/task/23749/stat : 23749 (java) S 23741 23743 23032 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 25924308 1829675008 32847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23750] ppid=23741 vsize=1786792 CPUtime=0
/proc/23743/task/23750/stat : 23750 (java) S 23741 23743 23032 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25924308 1829675008 32847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23751] ppid=23741 vsize=1786792 CPUtime=0
/proc/23743/task/23751/stat : 23751 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25924312 1829675008 32847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23752] ppid=23741 vsize=1786792 CPUtime=0.35
/proc/23743/task/23752/stat : 23752 (java) S 23741 23743 23032 0 -1 64 1039 0 0 0 35 0 0 0 16 0 13 0 25924312 1829675008 32847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23753] ppid=23741 vsize=1786792 CPUtime=0.24
/proc/23743/task/23753/stat : 23753 (java) S 23741 23743 23032 0 -1 64 1190 0 0 0 24 0 0 0 16 0 13 0 25924312 1829675008 32847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23754] ppid=23741 vsize=1786792 CPUtime=0
/proc/23743/task/23754/stat : 23754 (java) S 23741 23743 23032 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25924312 1829675008 32847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23755] ppid=23741 vsize=1786792 CPUtime=0
/proc/23743/task/23755/stat : 23755 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25924312 1829675008 32847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23756] ppid=23741 vsize=1786792 CPUtime=0
/proc/23743/task/23756/stat : 23756 (java) S 23741 23743 23032 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25924326 1829675008 32847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.08
Current children cumulated vsize (KiB) 1786792

[startup+25.502 s]
/proc/loadavg: 0.98 1.01 1.00 2/77 23756
/proc/meminfo: memFree=1462608/2055920 swapFree=4183788/4192956
[pid=23743] ppid=23741 vsize=1786364 CPUtime=25.99
/proc/23743/stat : 23743 (java) S 23741 23743 23032 0 -1 0 48549 0 1 0 2576 23 0 0 18 0 13 0 25924303 1829236736 47315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23743/statm: 446591 47315 1317 9 0 444203 0
[pid=23743/tid=23745] ppid=23741 vsize=1786364 CPUtime=25.16
/proc/23743/task/23745/stat : 23745 (java) R 23741 23743 23032 0 -1 64 37689 0 1 0 2499 17 0 0 25 0 13 0 25924304 1829236736 47315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539264 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23746] ppid=23741 vsize=1786364 CPUtime=0.09
/proc/23743/task/23746/stat : 23746 (java) S 23741 23743 23032 0 -1 64 3865 0 0 0 8 1 0 0 17 0 13 0 25924305 1829236736 47315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23747] ppid=23741 vsize=1786364 CPUtime=0.09
/proc/23743/task/23747/stat : 23747 (java) S 23741 23743 23032 0 -1 64 4036 0 0 0 7 2 0 0 17 0 13 0 25924305 1829236736 47315 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=23743/tid=23748] ppid=23741 vsize=1796612 CPUtime=0.01
/proc/23743/task/23748/stat : 23748 (java) S 23741 23743 23032 0 -1 64 8 0 0 0 0 1 0 0 16 0 13 0 25924308 1839730688 230488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23749] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23749/stat : 23749 (java) S 23741 23743 23032 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25924308 1839730688 230488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23750] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23750/stat : 23750 (java) S 23741 23743 23032 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25924308 1839730688 230488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23751] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23751/stat : 23751 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25924312 1839730688 230488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23752] ppid=23741 vsize=1796612 CPUtime=0.36
/proc/23743/task/23752/stat : 23752 (java) S 23741 23743 23032 0 -1 64 1039 0 0 0 36 0 0 0 16 0 13 0 25924312 1839730688 230488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23753] ppid=23741 vsize=1796612 CPUtime=0.24
/proc/23743/task/23753/stat : 23753 (java) S 23741 23743 23032 0 -1 64 1191 0 0 0 24 0 0 0 16 0 13 0 25924312 1839730688 230488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23754] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23754/stat : 23754 (java) S 23741 23743 23032 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25924312 1839730688 230488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23755] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23755/stat : 23755 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25924312 1839730688 230488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23756] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23756/stat : 23756 (java) S 23741 23743 23032 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25924326 1839730688 230488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1612.94
Current children cumulated vsize (KiB) 1796612

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23758
/proc/meminfo: memFree=715856/2055920 swapFree=4183788/4192956
[pid=23743] ppid=23741 vsize=1796612 CPUtime=1673.28
/proc/23743/stat : 23743 (java) S 23741 23743 23032 0 -1 0 281026 0 1 0 167186 142 0 0 18 0 13 0 25924303 1839730688 233429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23743/statm: 449153 233429 1317 9 0 446765 0
[pid=23743/tid=23745] ppid=23741 vsize=1796612 CPUtime=1650.17
/proc/23743/task/23745/stat : 23745 (java) R 23741 23743 23032 0 -1 64 37744 0 1 0 164995 22 0 0 25 0 13 0 25924304 1839730688 233429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539264 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23746] ppid=23741 vsize=1796612 CPUtime=11.22
/proc/23743/task/23746/stat : 23746 (java) S 23741 23743 23032 0 -1 64 120084 0 0 0 1067 55 0 0 17 0 13 0 25924305 1839730688 233429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23747] ppid=23741 vsize=1796612 CPUtime=11.2
/proc/23743/task/23747/stat : 23747 (java) S 23741 23743 23032 0 -1 64 120236 0 0 0 1060 60 0 0 18 0 13 0 25924305 1839730688 233429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23748] ppid=23741 vsize=1796612 CPUtime=0.01
/proc/23743/task/23748/stat : 23748 (java) S 23741 23743 23032 0 -1 64 8 0 0 0 0 1 0 0 16 0 13 0 25924308 1839730688 233429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23749] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23749/stat : 23749 (java) S 23741 23743 23032 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25924308 1839730688 233429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23750] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23750/stat : 23750 (java) S 23741 23743 23032 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25924308 1839730688 233429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23751] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23751/stat : 23751 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25924312 1839730688 233429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23752] ppid=23741 vsize=1796612 CPUtime=0.36
/proc/23743/task/23752/stat : 23752 (java) S 23741 23743 23032 0 -1 64 1039 0 0 0 36 0 0 0 16 0 13 0 25924312 1839730688 233429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23753] ppid=23741 vsize=1796612 CPUtime=0.24
/proc/23743/task/23753/stat : 23753 (java) S 23741 23743 23032 0 -1 64 1191 0 0 0 24 0 0 0 16 0 13 0 25924312 1839730688 233429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23754] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23754/stat : 23754 (java) S 23741 23743 23032 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25924312 1839730688 233429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23755] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23755/stat : 23755 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25924312 1839730688 233429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23756] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23756/stat : 23756 (java) S 23741 23743 23032 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25924326 1839730688 233429 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1673.28
Current children cumulated vsize (KiB) 1796612

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23758
/proc/meminfo: memFree=694928/2055920 swapFree=4183788/4192956
[pid=23743] ppid=23741 vsize=1796612 CPUtime=1733.65
/proc/23743/stat : 23743 (java) S 23741 23743 23032 0 -1 0 287538 0 1 0 173219 146 0 0 18 0 13 0 25924303 1839730688 238641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23743/statm: 449153 238641 1317 9 0 446765 0
[pid=23743/tid=23745] ppid=23741 vsize=1796612 CPUtime=1709.77
/proc/23743/task/23745/stat : 23745 (java) R 23741 23743 23032 0 -1 64 37746 0 1 0 170955 22 0 0 25 0 13 0 25924304 1839730688 238641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539264 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23746] ppid=23741 vsize=1796612 CPUtime=11.61
/proc/23743/task/23746/stat : 23746 (java) S 23741 23743 23032 0 -1 64 121224 0 0 0 1105 56 0 0 16 0 13 0 25924305 1839730688 238641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23747] ppid=23741 vsize=1796612 CPUtime=11.59
/proc/23743/task/23747/stat : 23747 (java) S 23741 23743 23032 0 -1 64 125606 0 0 0 1096 63 0 0 18 0 13 0 25924305 1839730688 238641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23748] ppid=23741 vsize=1796612 CPUtime=0.01
/proc/23743/task/23748/stat : 23748 (java) S 23741 23743 23032 0 -1 64 8 0 0 0 0 1 0 0 16 0 13 0 25924308 1839730688 238641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23749] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23749/stat : 23749 (java) S 23741 23743 23032 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25924308 1839730688 238641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23750] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23750/stat : 23750 (java) S 23741 23743 23032 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25924308 1839730688 238641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23751] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23751/stat : 23751 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25924312 1839730688 238641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23752] ppid=23741 vsize=1796612 CPUtime=0.36
/proc/23743/task/23752/stat : 23752 (java) S 23741 23743 23032 0 -1 64 1039 0 0 0 36 0 0 0 16 0 13 0 25924312 1839730688 238641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23753] ppid=23741 vsize=1796612 CPUtime=0.24
/proc/23743/task/23753/stat : 23753 (java) S 23741 23743 23032 0 -1 64 1191 0 0 0 24 0 0 0 16 0 13 0 25924312 1839730688 238641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23754] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23754/stat : 23754 (java) S 23741 23743 23032 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25924312 1839730688 238641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23755] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23755/stat : 23755 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25924312 1839730688 238641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23756] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23756/stat : 23756 (java) S 23741 23743 23032 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25924326 1839730688 238641 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1733.65
Current children cumulated vsize (KiB) 1796612

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23758
/proc/meminfo: memFree=688144/2055920 swapFree=4183788/4192956
[pid=23743] ppid=23741 vsize=1796612 CPUtime=1793.83
/proc/23743/stat : 23743 (java) S 23741 23743 23032 0 -1 0 289769 0 1 0 179236 147 0 0 18 0 13 0 25924303 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23743/statm: 449153 240313 1317 9 0 446765 0
[pid=23743/tid=23745] ppid=23741 vsize=1796612 CPUtime=1769.54
/proc/23743/task/23745/stat : 23745 (java) R 23741 23743 23032 0 -1 64 37747 0 1 0 176932 22 0 0 25 0 13 0 25924304 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109503874 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23746] ppid=23741 vsize=1796612 CPUtime=11.81
/proc/23743/task/23746/stat : 23746 (java) S 23741 23743 23032 0 -1 64 121530 0 0 0 1125 56 0 0 18 0 13 0 25924305 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23747] ppid=23741 vsize=1796612 CPUtime=11.79
/proc/23743/task/23747/stat : 23747 (java) S 23741 23743 23032 0 -1 64 127530 0 0 0 1115 64 0 0 16 0 13 0 25924305 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23748] ppid=23741 vsize=1796612 CPUtime=0.02
/proc/23743/task/23748/stat : 23748 (java) S 23741 23743 23032 0 -1 64 8 0 0 0 0 2 0 0 16 0 13 0 25924308 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23749] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23749/stat : 23749 (java) S 23741 23743 23032 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25924308 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23750] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23750/stat : 23750 (java) S 23741 23743 23032 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25924308 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23751] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23751/stat : 23751 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25924312 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23752] ppid=23741 vsize=1796612 CPUtime=0.36
/proc/23743/task/23752/stat : 23752 (java) S 23741 23743 23032 0 -1 64 1039 0 0 0 36 0 0 0 16 0 13 0 25924312 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23753] ppid=23741 vsize=1796612 CPUtime=0.24
/proc/23743/task/23753/stat : 23753 (java) S 23741 23743 23032 0 -1 64 1191 0 0 0 24 0 0 0 16 0 13 0 25924312 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23754] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23754/stat : 23754 (java) S 23741 23743 23032 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25924312 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23755] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23755/stat : 23755 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25924312 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23756] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23756/stat : 23756 (java) S 23741 23743 23032 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25924326 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1793.83
Current children cumulated vsize (KiB) 1796612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23758
/proc/meminfo: memFree=688144/2055920 swapFree=4183788/4192956
[pid=23743] ppid=23741 vsize=1796612 CPUtime=1800.03
/proc/23743/stat : 23743 (java) S 23741 23743 23032 0 -1 0 289769 0 1 0 179856 147 0 0 18 0 13 0 25924303 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23743/statm: 449153 240313 1317 9 0 446765 0
[pid=23743/tid=23745] ppid=23741 vsize=1796612 CPUtime=1775.75
/proc/23743/task/23745/stat : 23745 (java) R 23741 23743 23032 0 -1 64 37747 0 1 0 177553 22 0 0 25 0 13 0 25924304 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109503366 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23746] ppid=23741 vsize=1796612 CPUtime=11.81
/proc/23743/task/23746/stat : 23746 (java) S 23741 23743 23032 0 -1 64 121530 0 0 0 1125 56 0 0 18 0 13 0 25924305 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23747] ppid=23741 vsize=1796612 CPUtime=11.79
/proc/23743/task/23747/stat : 23747 (java) S 23741 23743 23032 0 -1 64 127530 0 0 0 1115 64 0 0 16 0 13 0 25924305 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23748] ppid=23741 vsize=1796612 CPUtime=0.02
/proc/23743/task/23748/stat : 23748 (java) S 23741 23743 23032 0 -1 64 8 0 0 0 0 2 0 0 16 0 13 0 25924308 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23749] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23749/stat : 23749 (java) S 23741 23743 23032 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25924308 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23750] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23750/stat : 23750 (java) S 23741 23743 23032 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25924308 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23751] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23751/stat : 23751 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25924312 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23752] ppid=23741 vsize=1796612 CPUtime=0.36
/proc/23743/task/23752/stat : 23752 (java) S 23741 23743 23032 0 -1 64 1039 0 0 0 36 0 0 0 16 0 13 0 25924312 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23753] ppid=23741 vsize=1796612 CPUtime=0.24
/proc/23743/task/23753/stat : 23753 (java) S 23741 23743 23032 0 -1 64 1191 0 0 0 24 0 0 0 16 0 13 0 25924312 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23754] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23754/stat : 23754 (java) S 23741 23743 23032 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25924312 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23743/tid=23755] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23755/stat : 23755 (java) S 23741 23743 23032 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25924312 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23743/tid=23756] ppid=23741 vsize=1796612 CPUtime=0
/proc/23743/task/23756/stat : 23756 (java) S 23741 23743 23032 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 25924326 1839730688 240313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1796612

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

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

[startup+1788.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23758
/proc/meminfo: memFree=688144/2055920 swapFree=4183788/4192956
[pid=23743] ppid=23741 vsize=0 CPUtime=1800.15
/proc/23743/stat : 23743 (java) Z 23741 23743 23032 0 -1 1036 289789 0 1 0 179861 154 0 0 16 0 2 0 25924303 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23743/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1788.69
CPU time (s): 1800.23
CPU user time (s): 1798.61
CPU system time (s): 1.61775
CPU usage (%): 100.645
Max. virtual memory (cumulated for all children) (KiB): 1796612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 1.61775
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289789
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= 37276
involuntary context switches= 23292

runsolver used 2.13967 second user time and 4.39633 second system time

The end

Launcher Data (download as text)

Begin job on node50 on Mon Apr 16 08:06:31 UTC 2007

IDJOB= 349597
IDBENCH= 2562
IDSOLVER= 159
FILE ID= node50/349597-1176710791

PBS_JOBID= 4560048

Free space on /tmp= 66547 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob3.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349597-1176710791/sat4jPseudoResolution.jar /tmp/evaluation/349597-1176710791/instance-349597-1176710791.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-349597-1176710791 -o ROOT/results/node50/solver-349597-1176710791 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349597-1176710791/sat4jPseudoResolution.jar /tmp/evaluation/349597-1176710791/instance-349597-1176710791.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d900242764082ad39bc001b38a8b6b82

RANDOM SEED= 618662943

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node50.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.232
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.232
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:       1648072 kB
Buffers:         13992 kB
Cached:         316216 kB
SwapCached:       3468 kB
Active:         218052 kB
Inactive:       145624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1648072 kB
SwapTotal:     4192956 kB
SwapFree:      4183788 kB
Dirty:            3580 kB
Writeback:           0 kB
Mapped:          38904 kB
Slab:            30172 kB
Committed_AS:  1000352 kB
PageTables:       1520 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= 66547 MiB

End job on node50 on Mon Apr 16 08:36:22 UTC 2007