Trace number 420371

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.23 1789.44

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/sabharwal/
counting-easier-php-012-010.sat05-1172.reshuffled-07.opb
MD5SUMc29e43d39a81ff3d9a08d47af8bbf1ac
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark35.4666
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables120
Total number of constraints672
Number of constraints which are clauses672
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
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 6
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.09/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.23	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.23	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.23	c no version file found!!!
0.09/0.23	c sun.arch.data.model	32
0.09/0.23	c java.version	1.6.0
0.09/0.23	c os.name	Linux
0.09/0.23	c os.version	2.6.9-22.EL.rootsmp
0.09/0.23	c os.arch	i386
0.09/0.24	c Free memory 1651659224
0.09/0.24	c Max memory 1654456320
0.09/0.24	c Total memory 1654456320
0.09/0.24	c Number of processors 2
0.09/0.29	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.09/0.29	--- Begin Solver configuration ---
0.09/0.29	c Stops conflict analysis at the first Unique Implication Point
0.09/0.29	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.09/0.29	c Learn all clauses as in MiniSAT
0.09/0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.09/0.29	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.29	c No reason simplification
0.09/0.29	c --- End Solver configuration ---
0.09/0.29	c Simplify asserted PB constraints to clauses
0.09/0.29	c solving /tmp/evaluation/420371-1177422872/instance-420371-1177422872.opb
0.09/0.29	c reading problem ... 
0.33/0.46	c ... done. Wall clock time 0.17s.
0.33/0.46	c CPU time (experimental) 0.3s.
0.33/0.46	c #vars     120
0.33/0.46	c #constraints  672
1800.06/1789.35	c starts		: 2
1800.06/1789.35	c conflicts		: 340156
1800.06/1789.35	c decisions		: 388877
1800.06/1789.35	c propagations		: 3879937
1800.06/1789.35	c inspects		: 3921505461
1800.06/1789.35	c learnt literals	: 1
1800.06/1789.35	c learnt binary clauses	: 0
1800.06/1789.35	c learnt ternary clauses	: 0
1800.06/1789.35	c learnt clauses	: 340155
1800.06/1789.35	c root simplifications	: 0
1800.06/1789.35	c removed literals (reason simplification)	: 0
1800.06/1789.35	c reason swapping (by a shorter reason)	: 0
1800.06/1789.35	c Calls to reduceDB	: 0
1800.06/1789.35	c speed (decisions/second)	: 217.38513096146482
1800.06/1789.35	c non guided choices	12
1800.06/1789.35	s UNKNOWN
1800.06/1789.35	c Total wall clock time (ms): 1789.058

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node10/watcher-420371-1177422872 -o ROOT/results/node10/solver-420371-1177422872 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420371-1177422872/sat4jPseudoCPClause.jar /tmp/evaluation/420371-1177422872/instance-420371-1177422872.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 1922
/proc/meminfo: memFree=1885456/2055920 swapFree=4145412/4192956
[pid=1922] ppid=1920 vsize=18528 CPUtime=0
/proc/1922/stat : 1922 (runsolver) D 1920 1922 627 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 218324773 18972672 284 18446744073709551615 4194304 4255128 548682068864 18446744073709551615 214919867687 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/1922/statm: 4632 284 249 14 0 2626 0

[startup+0.0484969 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 1922
/proc/meminfo: memFree=1885456/2055920 swapFree=4145412/4192956
[pid=1922] ppid=1920 vsize=18528 CPUtime=0
/proc/1922/stat : 1922 (runsolver) D 1920 1922 627 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 218324773 18972672 284 18446744073709551615 4194304 4255128 548682068864 18446744073709551615 214919867687 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/1922/statm: 4632 284 249 14 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18528

[startup+0.101513 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 1922
/proc/meminfo: memFree=1885456/2055920 swapFree=4145412/4192956
[pid=1922] ppid=1920 vsize=1516 CPUtime=0
/proc/1922/stat : 1922 (java) R 1920 1922 627 0 -1 0 228 0 0 0 0 0 0 0 18 0 1 0 218324773 1552384 50 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 8907405 0 0 4096 0 0 0 0 17 0 0 0
/proc/1922/statm: 379 50 38 9 0 9 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1516

[startup+0.301561 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 1922
/proc/meminfo: memFree=1885456/2055920 swapFree=4145412/4192956
[pid=1922] ppid=1920 vsize=1782292 CPUtime=0.21
/proc/1922/stat : 1922 (java) S 1920 1922 627 0 -1 0 4902 0 1 0 18 3 0 0 18 0 12 0 218324773 1825067008 4642 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1922/statm: 445573 4642 1246 9 0 443184 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1782292

[startup+0.701646 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 1922
/proc/meminfo: memFree=1885456/2055920 swapFree=4145412/4192956
[pid=1922] ppid=1920 vsize=1785032 CPUtime=0.8
/proc/1922/stat : 1922 (java) S 1920 1922 627 0 -1 0 7288 0 1 0 76 4 0 0 18 0 13 0 218324773 1827872768 6302 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1922/statm: 446258 6302 1303 9 0 443869 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 1785032

[startup+1.50281 s]
/proc/loadavg: 1.00 1.00 1.00 3/90 1935
/proc/meminfo: memFree=1856808/2055920 swapFree=4145412/4192956
[pid=1922] ppid=1920 vsize=1785032 CPUtime=2.04
/proc/1922/stat : 1922 (java) S 1920 1922 627 0 -1 0 20568 0 1 0 195 9 0 0 18 0 13 0 218324773 1827872768 18101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1922/statm: 446258 18101 1314 9 0 443869 0
[pid=1922/tid=1924] ppid=1920 vsize=1785032 CPUtime=0.98
/proc/1922/task/1924/stat : 1924 (java) R 1920 1922 627 0 -1 64 16360 0 1 0 91 7 0 0 24 0 13 0 218324784 1827872768 18101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1925] ppid=1920 vsize=1785032 CPUtime=0
/proc/1922/task/1925/stat : 1925 (java) S 1920 1922 627 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 218324785 1827872768 18101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1926] ppid=1920 vsize=1785032 CPUtime=0
/proc/1922/task/1926/stat : 1926 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 218324785 1827872768 18101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1927] ppid=1920 vsize=1785032 CPUtime=0
/proc/1922/task/1927/stat : 1927 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 218324787 1827872768 18101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1928] ppid=1920 vsize=1785032 CPUtime=0
/proc/1922/task/1928/stat : 1928 (java) S 1920 1922 627 0 -1 64 9 0 0 0 0 0 0 0 23 0 13 0 218324788 1827872768 18101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1929] ppid=1920 vsize=1785032 CPUtime=0
/proc/1922/task/1929/stat : 1929 (java) S 1920 1922 627 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 218324788 1827872768 18101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1930] ppid=1920 vsize=1785032 CPUtime=0
/proc/1922/task/1930/stat : 1930 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218324792 1827872768 18101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1931] ppid=1920 vsize=1785032 CPUtime=0.52
/proc/1922/task/1931/stat : 1931 (java) R 1920 1922 627 0 -1 64 998 0 0 0 52 0 0 0 16 0 13 0 218324792 1827872768 18101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103285929 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1932] ppid=1920 vsize=1785032 CPUtime=0.51
/proc/1922/task/1932/stat : 1932 (java) S 1920 1922 627 0 -1 64 2489 0 0 0 51 0 0 0 16 0 13 0 218324792 1827872768 18101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1933] ppid=1920 vsize=1785032 CPUtime=0
/proc/1922/task/1933/stat : 1933 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218324792 1827872768 18101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1934] ppid=1920 vsize=1785032 CPUtime=0
/proc/1922/task/1934/stat : 1934 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 218324792 1827872768 18101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1935] ppid=1920 vsize=1785032 CPUtime=0
/proc/1922/task/1935/stat : 1935 (java) S 1920 1922 627 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 218324820 1827872768 18101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 1785032

[startup+3.10215 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 1935
/proc/meminfo: memFree=1744424/2055920 swapFree=4145412/4192956
[pid=1922] ppid=1920 vsize=1785032 CPUtime=3.68
/proc/1922/stat : 1922 (java) S 1920 1922 627 0 -1 0 42140 0 1 0 349 19 0 0 18 0 13 0 218324773 1827872768 39669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1922/statm: 446258 39669 1323 9 0 443869 0
[pid=1922/tid=1924] ppid=1920 vsize=1785032 CPUtime=2.56
/proc/1922/task/1924/stat : 1924 (java) R 1920 1922 627 0 -1 64 37707 0 1 0 239 17 0 0 25 0 13 0 218324784 1827872768 39669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109533784 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1925] ppid=1920 vsize=1785032 CPUtime=0
/proc/1922/task/1925/stat : 1925 (java) S 1920 1922 627 0 -1 64 110 0 0 0 0 0 0 0 16 0 13 0 218324785 1827872768 39669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1926] ppid=1920 vsize=1785032 CPUtime=0
/proc/1922/task/1926/stat : 1926 (java) S 1920 1922 627 0 -1 64 105 0 0 0 0 0 0 0 16 0 13 0 218324785 1827872768 39669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1927] ppid=1920 vsize=1785032 CPUtime=0
/proc/1922/task/1927/stat : 1927 (java) S 1920 1922 627 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 218324787 1827872768 39669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1928] ppid=1920 vsize=1785032 CPUtime=0
/proc/1922/task/1928/stat : 1928 (java) S 1920 1922 627 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218324788 1827872768 39669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1929] ppid=1920 vsize=1785032 CPUtime=0
/proc/1922/task/1929/stat : 1929 (java) S 1920 1922 627 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218324788 1827872768 39669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1930] ppid=1920 vsize=1785032 CPUtime=0
/proc/1922/task/1930/stat : 1930 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218324792 1827872768 39669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1931] ppid=1920 vsize=1785032 CPUtime=0.55
/proc/1922/task/1931/stat : 1931 (java) S 1920 1922 627 0 -1 64 1001 0 0 0 55 0 0 0 16 0 13 0 218324792 1827872768 39669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1932] ppid=1920 vsize=1785032 CPUtime=0.53
/proc/1922/task/1932/stat : 1932 (java) S 1920 1922 627 0 -1 64 2490 0 0 0 53 0 0 0 15 0 13 0 218324792 1827872768 39669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1933] ppid=1920 vsize=1785032 CPUtime=0
/proc/1922/task/1933/stat : 1933 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218324792 1827872768 39669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1934] ppid=1920 vsize=1785032 CPUtime=0
/proc/1922/task/1934/stat : 1934 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 218324792 1827872768 39669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1935] ppid=1920 vsize=1785032 CPUtime=0
/proc/1922/task/1935/stat : 1935 (java) S 1920 1922 627 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 218324820 1827872768 39669 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1785032

[startup+6.30184 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 1935
/proc/meminfo: memFree=1728616/2055920 swapFree=4145412/4192956
[pid=1922] ppid=1920 vsize=1783956 CPUtime=6.99
/proc/1922/stat : 1922 (java) S 1920 1922 627 0 -1 0 43423 0 1 0 679 20 0 0 18 0 13 0 218324773 1826770944 40280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1922/statm: 445989 40280 1331 9 0 443600 0
[pid=1922/tid=1924] ppid=1920 vsize=1783956 CPUtime=5.72
/proc/1922/task/1924/stat : 1924 (java) R 1920 1922 627 0 -1 64 37711 0 1 0 555 17 0 0 25 0 13 0 218324784 1826770944 40280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109591368 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1925] ppid=1920 vsize=1783956 CPUtime=0.01
/proc/1922/task/1925/stat : 1925 (java) S 1920 1922 627 0 -1 64 542 0 0 0 1 0 0 0 16 0 13 0 218324785 1826770944 40280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1926] ppid=1920 vsize=1783956 CPUtime=0.01
/proc/1922/task/1926/stat : 1926 (java) S 1920 1922 627 0 -1 64 542 0 0 0 1 0 0 0 16 0 13 0 218324785 1826770944 40280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1927] ppid=1920 vsize=1783956 CPUtime=0
/proc/1922/task/1927/stat : 1927 (java) S 1920 1922 627 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218324787 1826770944 40280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1928] ppid=1920 vsize=1783956 CPUtime=0
/proc/1922/task/1928/stat : 1928 (java) S 1920 1922 627 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218324788 1826770944 40280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1929] ppid=1920 vsize=1783956 CPUtime=0
/proc/1922/task/1929/stat : 1929 (java) S 1920 1922 627 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218324788 1826770944 40280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1930] ppid=1920 vsize=1783956 CPUtime=0
/proc/1922/task/1930/stat : 1930 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218324792 1826770944 40280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1931] ppid=1920 vsize=1783956 CPUtime=0.64
/proc/1922/task/1931/stat : 1931 (java) S 1920 1922 627 0 -1 64 1406 0 0 0 64 0 0 0 17 0 13 0 218324792 1826770944 40280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1932] ppid=1920 vsize=1783956 CPUtime=0.55
/proc/1922/task/1932/stat : 1932 (java) S 1920 1922 627 0 -1 64 2491 0 0 0 55 0 0 0 16 0 13 0 218324792 1826770944 40280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1933] ppid=1920 vsize=1783956 CPUtime=0
/proc/1922/task/1933/stat : 1933 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218324792 1826770944 40280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1934] ppid=1920 vsize=1783956 CPUtime=0
/proc/1922/task/1934/stat : 1934 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 218324792 1826770944 40280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1935] ppid=1920 vsize=1783956 CPUtime=0
/proc/1922/task/1935/stat : 1935 (java) S 1920 1922 627 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 218324820 1826770944 40280 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 1783956

[startup+12.7022 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 1935
/proc/meminfo: memFree=1722856/2055920 swapFree=4145412/4192956
[pid=1922] ppid=1920 vsize=1783884 CPUtime=13.44
/proc/1922/stat : 1922 (java) S 1920 1922 627 0 -1 0 47309 0 1 0 1321 23 0 0 18 0 13 0 218324773 1826697216 41491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1922/statm: 445971 41491 1331 9 0 443582 0
[pid=1922/tid=1924] ppid=1920 vsize=1783884 CPUtime=12.04
/proc/1922/task/1924/stat : 1924 (java) R 1920 1922 627 0 -1 64 37717 0 1 0 1187 17 0 0 25 0 13 0 218324784 1826697216 41491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109533268 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1925] ppid=1920 vsize=1783884 CPUtime=0.06
/proc/1922/task/1925/stat : 1925 (java) S 1920 1922 627 0 -1 64 2502 0 0 0 5 1 0 0 16 0 13 0 218324785 1826697216 41491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1926] ppid=1920 vsize=1783884 CPUtime=0.06
/proc/1922/task/1926/stat : 1926 (java) S 1920 1922 627 0 -1 64 2460 0 0 0 4 2 0 0 16 0 13 0 218324785 1826697216 41491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1927] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1927/stat : 1927 (java) S 1920 1922 627 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 218324787 1826697216 41491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1928] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1928/stat : 1928 (java) S 1920 1922 627 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218324788 1826697216 41491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1929] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1929/stat : 1929 (java) S 1920 1922 627 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218324788 1826697216 41491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1930] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1930/stat : 1930 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218324792 1826697216 41491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1931] ppid=1920 vsize=1783884 CPUtime=0.66
/proc/1922/task/1931/stat : 1931 (java) S 1920 1922 627 0 -1 64 1406 0 0 0 66 0 0 0 15 0 13 0 218324792 1826697216 41491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1932] ppid=1920 vsize=1783884 CPUtime=0.57
/proc/1922/task/1932/stat : 1932 (java) S 1920 1922 627 0 -1 64 2491 0 0 0 57 0 0 0 15 0 13 0 218324792 1826697216 41491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1933] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1933/stat : 1933 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218324792 1826697216 41491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1934] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1934/stat : 1934 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 218324792 1826697216 41491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1935] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1935/stat : 1935 (java) S 1920 1922 627 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 218324820 1826697216 41491 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.44
Current children cumulated vsize (KiB) 1783884

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 1935
/proc/meminfo: memFree=1726696/2055920 swapFree=4145412/4192956
[pid=1922] ppid=1920 vsize=1783884 CPUtime=26.27
/proc/1922/stat : 1922 (java) S 1920 1922 627 0 -1 0 48947 0 1 0 2604 23 0 0 18 0 13 0 218324773 1826697216 40755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1922/statm: 445971 40755 1331 9 0 443582 0
[pid=1922/tid=1924] ppid=1920 vsize=1783884 CPUtime=24.79
/proc/1922/task/1924/stat : 1924 (java) R 1920 1922 627 0 -1 64 37726 0 1 0 2462 17 0 0 25 0 13 0 218324784 1826697216 40755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109554106 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1925] ppid=1920 vsize=1783884 CPUtime=0.09
/proc/1922/task/1925/stat : 1925 (java) S 1920 1922 627 0 -1 64 3322 0 0 0 8 1 0 0 16 0 13 0 218324785 1826697216 40755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1926] ppid=1920 vsize=1783884 CPUtime=0.09
/proc/1922/task/1926/stat : 1926 (java) S 1920 1922 627 0 -1 64 3269 0 0 0 7 2 0 0 16 0 13 0 218324785 1826697216 40755 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=1922/tid=1927] ppid=1920 vsize=1783884 CPUtime=0.23
/proc/1922/task/1927/stat : 1927 (java) S 1920 1922 627 0 -1 64 47 0 0 0 12 11 0 0 16 0 13 0 218324787 1826697216 58038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1928] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1928/stat : 1928 (java) S 1920 1922 627 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218324788 1826697216 58038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1929] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1929/stat : 1929 (java) S 1920 1922 627 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218324788 1826697216 58038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1930] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1930/stat : 1930 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218324792 1826697216 58038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1931] ppid=1920 vsize=1783884 CPUtime=0.66
/proc/1922/task/1931/stat : 1931 (java) S 1920 1922 627 0 -1 64 1406 0 0 0 66 0 0 0 15 0 13 0 218324792 1826697216 58038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1932] ppid=1920 vsize=1783884 CPUtime=0.57
/proc/1922/task/1932/stat : 1932 (java) S 1920 1922 627 0 -1 64 2491 0 0 0 57 0 0 0 15 0 13 0 218324792 1826697216 58038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1933] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1933/stat : 1933 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218324792 1826697216 58038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1934] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1934/stat : 1934 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 218324792 1826697216 58038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1935] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1935/stat : 1935 (java) S 1920 1922 627 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 218324820 1826697216 58038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1611.95
Current children cumulated vsize (KiB) 1783884

[startup+1662.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 2152
/proc/meminfo: memFree=1655208/2055920 swapFree=4145412/4192956
[pid=1922] ppid=1920 vsize=1783884 CPUtime=1672.28
/proc/1922/stat : 1922 (java) S 1920 1922 627 0 -1 0 97838 0 1 0 167129 99 0 0 18 0 13 0 218324773 1826697216 58139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1922/statm: 445971 58139 1331 9 0 443582 0
[pid=1922/tid=1924] ppid=1920 vsize=1783884 CPUtime=1648.89
/proc/1922/task/1924/stat : 1924 (java) R 1920 1922 627 0 -1 64 48981 0 1 0 164852 37 0 0 25 0 13 0 218324784 1826697216 58139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109591368 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1925] ppid=1920 vsize=1783884 CPUtime=10.86
/proc/1922/task/1925/stat : 1925 (java) S 1920 1922 627 0 -1 64 21557 0 0 0 1064 22 0 0 16 0 13 0 218324785 1826697216 58139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1926] ppid=1920 vsize=1783884 CPUtime=11
/proc/1922/task/1926/stat : 1926 (java) S 1920 1922 627 0 -1 64 22636 0 0 0 1075 25 0 0 17 0 13 0 218324785 1826697216 58139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1927] ppid=1920 vsize=1783884 CPUtime=0.23
/proc/1922/task/1927/stat : 1927 (java) S 1920 1922 627 0 -1 64 47 0 0 0 12 11 0 0 16 0 13 0 218324787 1826697216 58139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1928] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1928/stat : 1928 (java) S 1920 1922 627 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218324788 1826697216 58139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1929] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1929/stat : 1929 (java) S 1920 1922 627 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218324788 1826697216 58139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1930] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1930/stat : 1930 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218324792 1826697216 58139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1931] ppid=1920 vsize=1783884 CPUtime=0.66
/proc/1922/task/1931/stat : 1931 (java) S 1920 1922 627 0 -1 64 1406 0 0 0 66 0 0 0 15 0 13 0 218324792 1826697216 58139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1932] ppid=1920 vsize=1783884 CPUtime=0.57
/proc/1922/task/1932/stat : 1932 (java) S 1920 1922 627 0 -1 64 2491 0 0 0 57 0 0 0 15 0 13 0 218324792 1826697216 58139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1933] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1933/stat : 1933 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218324792 1826697216 58139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1934] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1934/stat : 1934 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 218324792 1826697216 58139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1935] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1935/stat : 1935 (java) S 1920 1922 627 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 218324820 1826697216 58139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1672.28
Current children cumulated vsize (KiB) 1783884

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 2152
/proc/meminfo: memFree=1654888/2055920 swapFree=4145412/4192956
[pid=1922] ppid=1920 vsize=1783884 CPUtime=1732.65
/proc/1922/stat : 1922 (java) S 1920 1922 627 0 -1 0 98428 0 1 0 173165 100 0 0 18 0 13 0 218324773 1826697216 58248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1922/statm: 445971 58248 1331 9 0 443582 0
[pid=1922/tid=1924] ppid=1920 vsize=1783884 CPUtime=1708.35
/proc/1922/task/1924/stat : 1924 (java) R 1920 1922 627 0 -1 64 48997 0 1 0 170798 37 0 0 25 0 13 0 218324784 1826697216 58248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109591368 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1925] ppid=1920 vsize=1783884 CPUtime=11.3
/proc/1922/task/1925/stat : 1925 (java) S 1920 1922 627 0 -1 64 21795 0 0 0 1108 22 0 0 16 0 13 0 218324785 1826697216 58248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1926] ppid=1920 vsize=1783884 CPUtime=11.47
/proc/1922/task/1926/stat : 1926 (java) S 1920 1922 627 0 -1 64 22971 0 0 0 1121 26 0 0 17 0 13 0 218324785 1826697216 58248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1927] ppid=1920 vsize=1783884 CPUtime=0.25
/proc/1922/task/1927/stat : 1927 (java) S 1920 1922 627 0 -1 64 48 0 0 0 13 12 0 0 15 0 13 0 218324787 1826697216 58248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1928] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1928/stat : 1928 (java) S 1920 1922 627 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218324788 1826697216 58248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1929] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1929/stat : 1929 (java) S 1920 1922 627 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218324788 1826697216 58248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1930] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1930/stat : 1930 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218324792 1826697216 58248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1931] ppid=1920 vsize=1783884 CPUtime=0.66
/proc/1922/task/1931/stat : 1931 (java) S 1920 1922 627 0 -1 64 1406 0 0 0 66 0 0 0 15 0 13 0 218324792 1826697216 58248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1932] ppid=1920 vsize=1783884 CPUtime=0.57
/proc/1922/task/1932/stat : 1932 (java) S 1920 1922 627 0 -1 64 2491 0 0 0 57 0 0 0 15 0 13 0 218324792 1826697216 58248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1933] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1933/stat : 1933 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218324792 1826697216 58248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1934] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1934/stat : 1934 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 218324792 1826697216 58248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1935] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1935/stat : 1935 (java) S 1920 1922 627 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 218324820 1826697216 58248 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1732.65
Current children cumulated vsize (KiB) 1783884

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 2152
/proc/meminfo: memFree=1651624/2055920 swapFree=4145412/4192956
[pid=1922] ppid=1920 vsize=1783884 CPUtime=1793.04
/proc/1922/stat : 1922 (java) S 1920 1922 627 0 -1 0 99500 0 1 0 179201 103 0 0 18 0 13 0 218324773 1826697216 59015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1922/statm: 445971 59015 1331 9 0 443582 0
[pid=1922/tid=1924] ppid=1920 vsize=1783884 CPUtime=1767.82
/proc/1922/task/1924/stat : 1924 (java) R 1920 1922 627 0 -1 64 49013 0 1 0 176744 38 0 0 25 0 13 0 218324784 1826697216 59015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109591368 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1925] ppid=1920 vsize=1783884 CPUtime=11.77
/proc/1922/task/1925/stat : 1925 (java) S 1920 1922 627 0 -1 64 22328 0 0 0 1153 24 0 0 16 0 13 0 218324785 1826697216 59015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1926] ppid=1920 vsize=1783884 CPUtime=11.92
/proc/1922/task/1926/stat : 1926 (java) S 1920 1922 627 0 -1 64 23494 0 0 0 1166 26 0 0 16 0 13 0 218324785 1826697216 59015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1927] ppid=1920 vsize=1783884 CPUtime=0.25
/proc/1922/task/1927/stat : 1927 (java) S 1920 1922 627 0 -1 64 48 0 0 0 13 12 0 0 16 0 13 0 218324787 1826697216 59015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1928] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1928/stat : 1928 (java) S 1920 1922 627 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218324788 1826697216 59015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1929] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1929/stat : 1929 (java) S 1920 1922 627 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218324788 1826697216 59015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1930] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1930/stat : 1930 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218324792 1826697216 59015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1931] ppid=1920 vsize=1783884 CPUtime=0.66
/proc/1922/task/1931/stat : 1931 (java) S 1920 1922 627 0 -1 64 1406 0 0 0 66 0 0 0 15 0 13 0 218324792 1826697216 59015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1932] ppid=1920 vsize=1783884 CPUtime=0.57
/proc/1922/task/1932/stat : 1932 (java) S 1920 1922 627 0 -1 64 2491 0 0 0 57 0 0 0 15 0 13 0 218324792 1826697216 59015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1933] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1933/stat : 1933 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218324792 1826697216 59015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1934] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1934/stat : 1934 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 218324792 1826697216 59015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1935] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1935/stat : 1935 (java) S 1920 1922 627 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 218324820 1826697216 59015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1793.04
Current children cumulated vsize (KiB) 1783884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 2152
/proc/meminfo: memFree=1650728/2055920 swapFree=4145412/4192956
[pid=1922] ppid=1920 vsize=1783884 CPUtime=1800.06
/proc/1922/stat : 1922 (java) S 1920 1922 627 0 -1 0 99724 0 1 0 179903 103 0 0 18 0 13 0 218324773 1826697216 59238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1922/statm: 445971 59238 1331 9 0 443582 0
[pid=1922/tid=1924] ppid=1920 vsize=1783884 CPUtime=1774.79
/proc/1922/task/1924/stat : 1924 (java) R 1920 1922 627 0 -1 64 49014 0 1 0 177441 38 0 0 25 0 13 0 218324784 1826697216 59238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109591368 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1925] ppid=1920 vsize=1783884 CPUtime=11.8
/proc/1922/task/1925/stat : 1925 (java) S 1920 1922 627 0 -1 64 22328 0 0 0 1156 24 0 0 17 0 13 0 218324785 1826697216 59238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1926] ppid=1920 vsize=1783884 CPUtime=11.95
/proc/1922/task/1926/stat : 1926 (java) S 1920 1922 627 0 -1 64 23717 0 0 0 1169 26 0 0 16 0 13 0 218324785 1826697216 59238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1927] ppid=1920 vsize=1783884 CPUtime=0.25
/proc/1922/task/1927/stat : 1927 (java) S 1920 1922 627 0 -1 64 48 0 0 0 13 12 0 0 16 0 13 0 218324787 1826697216 59238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1928] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1928/stat : 1928 (java) S 1920 1922 627 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 218324788 1826697216 59238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1929] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1929/stat : 1929 (java) S 1920 1922 627 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 218324788 1826697216 59238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1930] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1930/stat : 1930 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218324792 1826697216 59238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1931] ppid=1920 vsize=1783884 CPUtime=0.66
/proc/1922/task/1931/stat : 1931 (java) S 1920 1922 627 0 -1 64 1406 0 0 0 66 0 0 0 15 0 13 0 218324792 1826697216 59238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1932] ppid=1920 vsize=1783884 CPUtime=0.57
/proc/1922/task/1932/stat : 1932 (java) S 1920 1922 627 0 -1 64 2491 0 0 0 57 0 0 0 15 0 13 0 218324792 1826697216 59238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1922/tid=1933] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1933/stat : 1933 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 218324792 1826697216 59238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1934] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1934/stat : 1934 (java) S 1920 1922 627 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 218324792 1826697216 59238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1922/tid=1935] ppid=1920 vsize=1783884 CPUtime=0
/proc/1922/task/1935/stat : 1935 (java) S 1920 1922 627 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 218324820 1826697216 59238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1783884

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

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

[startup+1789.41 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 2152
/proc/meminfo: memFree=1650728/2055920 swapFree=4145412/4192956
[pid=1922] ppid=1920 vsize=0 CPUtime=1800.19
/proc/1922/stat : 1922 (java) Z 1920 1922 627 0 -1 1036 99774 0 1 0 179915 104 0 0 15 0 2 0 218324773 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1922/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1789.44
CPU time (s): 1800.23
CPU user time (s): 1799.15
CPU system time (s): 1.07084
CPU usage (%): 100.603
Max. virtual memory (cumulated for all children) (KiB): 1786640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 1.07084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99774
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= 45359
involuntary context switches= 64470

runsolver used 1.73174 second user time and 4.84526 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue Apr 24 13:54:33 UTC 2007

IDJOB= 420371
IDBENCH= 47840
IDSOLVER= 164
FILE ID= node10/420371-1177422872

PBS_JOBID= 4675701

Free space on /tmp= 66271 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/crafted/Medium/contest05/sabharwal/counting-easier-php-012-010.sat05-1172.reshuffled-07.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420371-1177422872/sat4jPseudoCPClause.jar /tmp/evaluation/420371-1177422872/instance-420371-1177422872.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-420371-1177422872 -o ROOT/results/node10/solver-420371-1177422872 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/420371-1177422872/sat4jPseudoCPClause.jar /tmp/evaluation/420371-1177422872/instance-420371-1177422872.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c29e43d39a81ff3d9a08d47af8bbf1ac

RANDOM SEED= 485511259

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1885992 kB
Buffers:         18544 kB
Cached:          91524 kB
SwapCached:      16004 kB
Active:          76672 kB
Inactive:        57424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1885992 kB
SwapTotal:     4192956 kB
SwapFree:      4145412 kB
Dirty:            3616 kB
Writeback:           0 kB
Mapped:          30300 kB
Slab:            21340 kB
Committed_AS:  3730044 kB
PageTables:       1708 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= 66271 MiB

End job on node10 on Tue Apr 24 14:24:24 UTC 2007