Trace number 419512

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.73 1794.86

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
babic/dspam/dspam_dump_vc1104.opb
MD5SUM50c0a72eee1d7cad57996871248759d1
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 benchmark8.20575
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables280900
Total number of constraints926808
Number of constraints which are clauses926808
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 constraint1
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.59	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.59	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.59	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.61	c no version file found!!!
0.12/0.61	c sun.arch.data.model	32
0.12/0.61	c java.version	1.6.0
0.12/0.61	c os.name	Linux
0.12/0.61	c os.version	2.6.9-22.EL.rootsmp
0.12/0.61	c os.arch	i386
0.12/0.61	c Free memory 1651659224
0.12/0.61	c Max memory 1654456320
0.12/0.61	c Total memory 1654456320
0.12/0.61	c Number of processors 2
0.12/0.69	--- Begin Solver configuration ---
0.12/0.69	c Stops conflict analysis at the first Unique Implication Point
0.12/0.69	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.12/0.69	c Learn all clauses as in MiniSAT
0.12/0.69	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.69	c VSIDS like heuristics from MiniSAT using a heap
0.12/0.69	c No reason simplification
0.12/0.69	c --- End Solver configuration ---
0.12/0.69	c solving /tmp/evaluation/419512-1177408282/instance-419512-1177408282.opb
0.12/0.69	c reading problem ... 
20.07/17.44	c ... done. Wall clock time 16.758s.
20.07/17.44	c CPU time (experimental) 14.02s.
20.07/17.44	c #vars     280900
20.07/17.44	c #constraints  921147
1800.42/1794.65	c starts		: 20
1800.42/1794.65	c conflicts		: 653770
1800.42/1794.65	c decisions		: 1114084
1800.42/1794.65	c propagations		: 836540496
1800.42/1794.65	c inspects		: 4024648771
1800.42/1794.65	c learnt literals	: 34
1800.42/1794.65	c learnt binary clauses	: 4478
1800.42/1794.65	c learnt ternary clauses	: 15088
1800.42/1794.65	c learnt clauses	: 653735
1800.42/1794.65	c root simplifications	: 0
1800.42/1794.65	c removed literals (reason simplification)	: 0
1800.42/1794.65	c reason swapping (by a shorter reason)	: 0
1800.42/1794.65	c Calls to reduceDB	: 0
1800.42/1794.65	c speed (decisions/second)	: 626.93877734772
1800.42/1794.65	c non guided choices	18245
1800.42/1794.65	s UNKNOWN
1800.42/1794.65	c Total wall clock time (ms): 1793.963

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/node46/watcher-419512-1177408282 -o ROOT/results/node46/solver-419512-1177408282 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419512-1177408282/sat4jPseudoResolution.jar /tmp/evaluation/419512-1177408282/instance-419512-1177408282.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.03 3/78 31435
/proc/meminfo: memFree=1821632/2055920 swapFree=4159780/4192956
[pid=31435] ppid=31433 vsize=152 CPUtime=0
/proc/31435/stat : 31435 (java) D 31433 31435 30449 0 -1 0 40 0 0 0 0 0 0 0 20 0 1 0 95511861 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7795492 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/31435/statm: 38 26 19 9 0 4 0

[startup+0.022336 s]
/proc/loadavg: 1.00 1.00 1.03 3/78 31435
/proc/meminfo: memFree=1821632/2055920 swapFree=4159780/4192956
[pid=31435] ppid=31433 vsize=1800 CPUtime=0
/proc/31435/stat : 31435 (java) D 31433 31435 30449 0 -1 0 164 0 0 0 0 0 0 0 18 0 1 0 95511861 1843200 138 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/31435/statm: 450 138 101 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.101352 s]
/proc/loadavg: 1.00 1.00 1.03 3/78 31435
/proc/meminfo: memFree=1821632/2055920 swapFree=4159780/4192956
[pid=31435] ppid=31433 vsize=12412 CPUtime=0
/proc/31435/stat : 31435 (java) S 31433 31435 30449 0 -1 0 748 0 0 0 0 0 0 0 18 0 2 0 95511861 12709888 536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31435/statm: 3103 536 229 9 0 1239 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301388 s]
/proc/loadavg: 1.00 1.00 1.03 3/78 31435
/proc/meminfo: memFree=1821632/2055920 swapFree=4159780/4192956
[pid=31435] ppid=31433 vsize=12848 CPUtime=0
/proc/31435/stat : 31435 (java) S 31433 31435 30449 0 -1 0 898 0 1 0 0 0 0 0 18 0 2 0 95511861 13156352 656 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/31435/statm: 3212 656 328 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12848

[startup+0.701462 s]
/proc/loadavg: 1.00 1.00 1.03 3/78 31435
/proc/meminfo: memFree=1821632/2055920 swapFree=4159780/4192956
[pid=31435] ppid=31433 vsize=1782400 CPUtime=0.21
/proc/31435/stat : 31435 (java) S 31433 31435 30449 0 -1 0 4907 0 1 0 18 3 0 0 18 0 12 0 95511861 1825177600 4647 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31435/statm: 445600 4647 1246 9 0 443212 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1782400

[startup+1.50263 s]
/proc/loadavg: 1.00 1.00 1.03 2/90 31447
/proc/meminfo: memFree=1793824/2055920 swapFree=4159780/4192956
[pid=31435] ppid=31433 vsize=1786160 CPUtime=1.41
/proc/31435/stat : 31435 (java) S 31433 31435 30449 0 -1 0 12161 0 1 0 135 6 0 0 18 0 12 0 95511861 1829027840 10310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31435/statm: 446540 10310 1302 9 0 444152 0
[pid=31435/tid=31437] ppid=31433 vsize=1786160 CPUtime=0.73
/proc/31435/task/31437/stat : 31437 (java) R 31433 31435 30449 0 -1 64 8437 0 1 0 69 4 0 0 17 0 12 0 95511867 1829027840 10310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109221862 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31438] ppid=31433 vsize=1786160 CPUtime=0
/proc/31435/task/31438/stat : 31438 (java) S 31433 31435 30449 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 95511896 1829027840 10310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31439] ppid=31433 vsize=1786160 CPUtime=0
/proc/31435/task/31439/stat : 31439 (java) S 31433 31435 30449 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 95511896 1829027840 10310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31440] ppid=31433 vsize=1786160 CPUtime=0
/proc/31435/task/31440/stat : 31440 (java) S 31433 31435 30449 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 95511899 1829027840 10310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31441] ppid=31433 vsize=1786160 CPUtime=0
/proc/31435/task/31441/stat : 31441 (java) S 31433 31435 30449 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 95511899 1829027840 10310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31442] ppid=31433 vsize=1786160 CPUtime=0
/proc/31435/task/31442/stat : 31442 (java) S 31433 31435 30449 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 95511899 1829027840 10310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31443] ppid=31433 vsize=1786160 CPUtime=0
/proc/31435/task/31443/stat : 31443 (java) S 31433 31435 30449 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 95511904 1829027840 10310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31444] ppid=31433 vsize=1786160 CPUtime=0.3
/proc/31435/task/31444/stat : 31444 (java) R 31433 31435 30449 0 -1 64 1361 0 0 0 30 0 0 0 17 0 12 0 95511904 1829027840 10310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102399335 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31445] ppid=31433 vsize=1786160 CPUtime=0.34
/proc/31435/task/31445/stat : 31445 (java) R 31433 31435 30449 0 -1 64 1645 0 0 0 34 0 0 0 17 0 12 0 95511904 1829027840 10310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105455098 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31446] ppid=31433 vsize=1786160 CPUtime=0
/proc/31435/task/31446/stat : 31446 (java) S 31433 31435 30449 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 95511904 1829027840 10310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31447] ppid=31433 vsize=1786160 CPUtime=0
/proc/31435/task/31447/stat : 31447 (java) S 31433 31435 30449 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 95511904 1829027840 10310 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 1786160

[startup+3.10191 s]
/proc/loadavg: 1.00 1.00 1.03 2/90 31447
/proc/meminfo: memFree=1741536/2055920 swapFree=4159780/4192956
[pid=31435] ppid=31433 vsize=1787520 CPUtime=3.35
/proc/31435/stat : 31435 (java) S 31433 31435 30449 0 -1 0 47116 0 1 0 312 23 0 0 18 0 12 0 95511861 1830420480 44206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31435/statm: 446880 44206 1311 9 0 444492 0
[pid=31435/tid=31437] ppid=31433 vsize=1787520 CPUtime=2.11
/proc/31435/task/31437/stat : 31437 (java) R 31433 31435 30449 0 -1 64 37696 0 1 0 192 19 0 0 18 0 12 0 95511867 1830420480 44206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109515665 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31438] ppid=31433 vsize=1787520 CPUtime=0.09
/proc/31435/task/31438/stat : 31438 (java) S 31433 31435 30449 0 -1 64 2077 0 0 0 9 0 0 0 17 0 12 0 95511896 1830420480 44206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31439] ppid=31433 vsize=1787520 CPUtime=0.09
/proc/31435/task/31439/stat : 31439 (java) S 31433 31435 30449 0 -1 64 2376 0 0 0 8 1 0 0 17 0 12 0 95511896 1830420480 44206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31440] ppid=31433 vsize=1787520 CPUtime=0
/proc/31435/task/31440/stat : 31440 (java) S 31433 31435 30449 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 95511899 1830420480 44206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31441] ppid=31433 vsize=1787520 CPUtime=0
/proc/31435/task/31441/stat : 31441 (java) S 31433 31435 30449 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 95511899 1830420480 44206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31442] ppid=31433 vsize=1787520 CPUtime=0
/proc/31435/task/31442/stat : 31442 (java) S 31433 31435 30449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 95511899 1830420480 44206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31443] ppid=31433 vsize=1787520 CPUtime=0
/proc/31435/task/31443/stat : 31443 (java) S 31433 31435 30449 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 95511904 1830420480 44206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31444] ppid=31433 vsize=1787520 CPUtime=0.45
/proc/31435/task/31444/stat : 31444 (java) S 31433 31435 30449 0 -1 64 1381 0 0 0 45 0 0 0 15 0 12 0 95511904 1830420480 44206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31445] ppid=31433 vsize=1787520 CPUtime=0.56
/proc/31435/task/31445/stat : 31445 (java) S 31433 31435 30449 0 -1 64 2863 0 0 0 55 1 0 0 16 0 12 0 95511904 1830420480 44206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31446] ppid=31433 vsize=1787520 CPUtime=0
/proc/31435/task/31446/stat : 31446 (java) S 31433 31435 30449 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 95511904 1830420480 44206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31447] ppid=31433 vsize=1787520 CPUtime=0
/proc/31435/task/31447/stat : 31447 (java) S 31433 31435 30449 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 95511904 1830420480 44206 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 1787520

[startup+6.30251 s]
/proc/loadavg: 1.00 1.00 1.03 2/90 31447
/proc/meminfo: memFree=1611616/2055920 swapFree=4159780/4192956
[pid=31435] ppid=31433 vsize=1788576 CPUtime=7.09
/proc/31435/stat : 31435 (java) S 31433 31435 30449 0 -1 0 59076 0 1 0 680 29 0 0 18 0 12 0 95511861 1831501824 54935 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31435/statm: 447144 54937 1312 9 0 444756 0
[pid=31435/tid=31437] ppid=31433 vsize=1788576 CPUtime=4.78
/proc/31435/task/31437/stat : 31437 (java) S 31433 31435 30449 0 -1 64 37699 0 1 0 458 20 0 0 24 0 12 0 95511867 1831501824 54939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31438] ppid=31433 vsize=1788576 CPUtime=0.63
/proc/31435/task/31438/stat : 31438 (java) R 31433 31435 30449 0 -1 64 7868 0 0 0 60 3 0 0 18 0 12 0 95511896 1831501824 54940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105697979 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31439] ppid=31433 vsize=1788576 CPUtime=0.61
/proc/31435/task/31439/stat : 31439 (java) R 31433 31435 30449 0 -1 64 8545 0 0 0 58 3 0 0 18 0 12 0 95511896 1831501824 54942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31440] ppid=31433 vsize=1788576 CPUtime=0
/proc/31435/task/31440/stat : 31440 (java) S 31433 31435 30449 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 95511899 1831501824 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31441] ppid=31433 vsize=1788576 CPUtime=0
/proc/31435/task/31441/stat : 31441 (java) S 31433 31435 30449 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 95511899 1831501824 54945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31442] ppid=31433 vsize=1788576 CPUtime=0
/proc/31435/task/31442/stat : 31442 (java) S 31433 31435 30449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 95511899 1831501824 54947 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31443] ppid=31433 vsize=1788576 CPUtime=0
/proc/31435/task/31443/stat : 31443 (java) S 31433 31435 30449 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 95511904 1831501824 54949 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31444] ppid=31433 vsize=1788576 CPUtime=0.46
/proc/31435/task/31444/stat : 31444 (java) S 31433 31435 30449 0 -1 64 1382 0 0 0 46 0 0 0 16 0 12 0 95511904 1831501824 54950 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31445] ppid=31433 vsize=1788576 CPUtime=0.56
/proc/31435/task/31445/stat : 31445 (java) S 31433 31435 30449 0 -1 64 2863 0 0 0 55 1 0 0 16 0 12 0 95511904 1831501824 54952 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31446] ppid=31433 vsize=1788576 CPUtime=0
/proc/31435/task/31446/stat : 31446 (java) S 31433 31435 30449 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 95511904 1831501824 54954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31447] ppid=31433 vsize=1788576 CPUtime=0
/proc/31435/task/31447/stat : 31447 (java) S 31433 31435 30449 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 95511904 1831501824 54955 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 1788576

[startup+12.7017 s]
/proc/loadavg: 1.08 1.02 1.04 3/90 31447
/proc/meminfo: memFree=1568544/2055920 swapFree=4159780/4192956
[pid=31435] ppid=31433 vsize=1788576 CPUtime=14.77
/proc/31435/stat : 31435 (java) S 31433 31435 30449 0 -1 0 73470 0 1 0 1440 37 0 0 18 0 12 0 95511861 1831501824 66665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31435/statm: 447144 66665 1312 9 0 444756 0
[pid=31435/tid=31437] ppid=31433 vsize=1788576 CPUtime=9.87
/proc/31435/task/31437/stat : 31437 (java) R 31433 31435 30449 0 -1 64 37707 0 1 0 966 21 0 0 20 0 12 0 95511867 1831501824 66665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109601107 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31438] ppid=31433 vsize=1788576 CPUtime=1.91
/proc/31435/task/31438/stat : 31438 (java) S 31433 31435 30449 0 -1 64 15543 0 0 0 186 5 0 0 16 0 12 0 95511896 1831501824 66665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31439] ppid=31433 vsize=1788576 CPUtime=1.91
/proc/31435/task/31439/stat : 31439 (java) S 31433 31435 30449 0 -1 64 15248 0 0 0 184 7 0 0 16 0 12 0 95511896 1831501824 66665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31440] ppid=31433 vsize=1788576 CPUtime=0
/proc/31435/task/31440/stat : 31440 (java) S 31433 31435 30449 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 95511899 1831501824 66665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31441] ppid=31433 vsize=1788576 CPUtime=0
/proc/31435/task/31441/stat : 31441 (java) S 31433 31435 30449 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 95511899 1831501824 66665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31442] ppid=31433 vsize=1788576 CPUtime=0
/proc/31435/task/31442/stat : 31442 (java) S 31433 31435 30449 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 95511899 1831501824 66665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31443] ppid=31433 vsize=1788576 CPUtime=0
/proc/31435/task/31443/stat : 31443 (java) S 31433 31435 30449 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 95511904 1831501824 66665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31444] ppid=31433 vsize=1788576 CPUtime=0.46
/proc/31435/task/31444/stat : 31444 (java) S 31433 31435 30449 0 -1 64 1382 0 0 0 46 0 0 0 16 0 12 0 95511904 1831501824 66665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31445] ppid=31433 vsize=1788576 CPUtime=0.56
/proc/31435/task/31445/stat : 31445 (java) S 31433 31435 30449 0 -1 64 2863 0 0 0 55 1 0 0 16 0 12 0 95511904 1831501824 66665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31446] ppid=31433 vsize=1788576 CPUtime=0
/proc/31435/task/31446/stat : 31446 (java) S 31433 31435 30449 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 95511904 1831501824 66665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31447] ppid=31433 vsize=1788576 CPUtime=0
/proc/31435/task/31447/stat : 31447 (java) S 31433 31435 30449 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 95511904 1831501824 66665 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.77
Current children cumulated vsize (KiB) 1788576

[startup+25.5021 s]
/proc/loadavg: 1.14 1.03 1.04 2/91 31448
/proc/meminfo: memFree=1512664/2055920 swapFree=4159780/4192956
[pid=31435] ppid=31433 vsize=1788900 CPUtime=28.78
/proc/31435/stat : 31435 (java) S 31433 31435 30449 0 -1 0 85706 0 1 0 2834 44 0 0 18 0 13 0 95511861 1831833600 78145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31435/statm: 447225 78145 1327 9 0 444837 0
[pid=31435/tid=31437] ppid=31433 vsize=1788900 CPUtime=21.94
/proc/31435/task/31437/stat : 31437 (java) R 31433 31435 30449 0 -1 64 37749 0 1 0 2171 23 0 0 25 0 13 0 95511867 1831833600 78145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109826295 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31438] ppid=31433 vsize=1788900 CPUtime=2.61
/proc/31435/task/31438/stat : 31438 (java) S 31433 31435 30449 0 -1 64 21748 0 0 0 253 8 0 0 16 0 13 0 95511896 1831833600 78145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31439] ppid=31433 vsize=1788900 CPUtime=2.61
/proc/31435/task/31439/stat : 31439 (java) S 31433 31435 30449 0 -1 64 20730 0 0 0 251 10 0 0 16 0 13 0 95511896 1831833600 78145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31440] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31440/stat : 31440 (java) S 31433 31435 30449 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 95511899 1831833600 78145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31441] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31441/stat : 31441 (java) S 31433 31435 30449 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 95511899 1831833600 78145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31442] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31442/stat : 31442 (java) S 31433 31435 30449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 95511899 1831833600 78145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31443] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31443/stat : 31443 (java) S 31433 31435 30449 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 95511904 1831833600 78145 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=31435/tid=31440] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31440/stat : 31440 (java) S 31433 31435 30449 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 95511899 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31441] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31441/stat : 31441 (java) S 31433 31435 30449 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 95511899 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31442] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31442/stat : 31442 (java) S 31433 31435 30449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 95511899 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31443] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31443/stat : 31443 (java) S 31433 31435 30449 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31444] ppid=31433 vsize=1788900 CPUtime=0.82
/proc/31435/task/31444/stat : 31444 (java) S 31433 31435 30449 0 -1 64 1601 0 0 0 82 0 0 0 16 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31445] ppid=31433 vsize=1788900 CPUtime=0.82
/proc/31435/task/31445/stat : 31445 (java) S 31433 31435 30449 0 -1 64 3151 0 0 0 81 1 0 0 17 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31446] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31446/stat : 31446 (java) S 31433 31435 30449 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31447] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31447/stat : 31447 (java) S 31433 31435 30449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31448] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31448/stat : 31448 (java) S 31433 31435 30449 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 95513625 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1667.99
Current children cumulated vsize (KiB) 1788900

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 31646
/proc/meminfo: memFree=623128/2055920 swapFree=4159780/4192956
[pid=31435] ppid=31433 vsize=1788900 CPUtime=1727.96
/proc/31435/stat : 31435 (java) S 31433 31435 30449 0 -1 0 350938 0 1 0 172601 195 0 0 18 0 13 0 95511861 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31435/statm: 447225 299336 1327 9 0 444837 0
[pid=31435/tid=31437] ppid=31433 vsize=1788900 CPUtime=1715.01
/proc/31435/task/31437/stat : 31437 (java) R 31433 31435 30449 0 -1 64 37765 0 1 0 171467 34 0 0 25 0 13 0 95511867 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109818273 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31438] ppid=31433 vsize=1788900 CPUtime=5.62
/proc/31435/task/31438/stat : 31438 (java) S 31433 31435 30449 0 -1 64 155046 0 0 0 484 78 0 0 18 0 13 0 95511896 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31439] ppid=31433 vsize=1788900 CPUtime=5.63
/proc/31435/task/31439/stat : 31439 (java) S 31433 31435 30449 0 -1 64 152643 0 0 0 484 79 0 0 16 0 13 0 95511896 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31440] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31440/stat : 31440 (java) S 31433 31435 30449 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 95511899 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31441] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31441/stat : 31441 (java) S 31433 31435 30449 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 95511899 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31442] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31442/stat : 31442 (java) S 31433 31435 30449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 95511899 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31443] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31443/stat : 31443 (java) S 31433 31435 30449 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31444] ppid=31433 vsize=1788900 CPUtime=0.82
/proc/31435/task/31444/stat : 31444 (java) S 31433 31435 30449 0 -1 64 1601 0 0 0 82 0 0 0 16 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31445] ppid=31433 vsize=1788900 CPUtime=0.82
/proc/31435/task/31445/stat : 31445 (java) S 31433 31435 30449 0 -1 64 3151 0 0 0 81 1 0 0 17 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31446] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31446/stat : 31446 (java) S 31433 31435 30449 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31447] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31447/stat : 31447 (java) S 31433 31435 30449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31448] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31448/stat : 31448 (java) S 31433 31435 30449 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 95513625 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1727.96
Current children cumulated vsize (KiB) 1788900

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 31646
/proc/meminfo: memFree=622936/2055920 swapFree=4159780/4192956
[pid=31435] ppid=31433 vsize=1788900 CPUtime=1787.94
/proc/31435/stat : 31435 (java) S 31433 31435 30449 0 -1 0 350938 0 1 0 178599 195 0 0 18 0 13 0 95511861 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31435/statm: 447225 299336 1327 9 0 444837 0
[pid=31435/tid=31437] ppid=31433 vsize=1788900 CPUtime=1774.99
/proc/31435/task/31437/stat : 31437 (java) R 31433 31435 30449 0 -1 64 37765 0 1 0 177465 34 0 0 25 0 13 0 95511867 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109826161 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31438] ppid=31433 vsize=1788900 CPUtime=5.62
/proc/31435/task/31438/stat : 31438 (java) S 31433 31435 30449 0 -1 64 155046 0 0 0 484 78 0 0 18 0 13 0 95511896 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31439] ppid=31433 vsize=1788900 CPUtime=5.63
/proc/31435/task/31439/stat : 31439 (java) S 31433 31435 30449 0 -1 64 152643 0 0 0 484 79 0 0 16 0 13 0 95511896 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31440] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31440/stat : 31440 (java) S 31433 31435 30449 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 95511899 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31441] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31441/stat : 31441 (java) S 31433 31435 30449 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 95511899 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31442] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31442/stat : 31442 (java) S 31433 31435 30449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 95511899 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31443] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31443/stat : 31443 (java) S 31433 31435 30449 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31444] ppid=31433 vsize=1788900 CPUtime=0.82
/proc/31435/task/31444/stat : 31444 (java) S 31433 31435 30449 0 -1 64 1601 0 0 0 82 0 0 0 16 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31445] ppid=31433 vsize=1788900 CPUtime=0.82
/proc/31435/task/31445/stat : 31445 (java) S 31433 31435 30449 0 -1 64 3151 0 0 0 81 1 0 0 17 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31446] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31446/stat : 31446 (java) S 31433 31435 30449 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31447] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31447/stat : 31447 (java) S 31433 31435 30449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31448] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31448/stat : 31448 (java) S 31433 31435 30449 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 95513625 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1787.94
Current children cumulated vsize (KiB) 1788900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 31646
/proc/meminfo: memFree=623000/2055920 swapFree=4159780/4192956
[pid=31435] ppid=31433 vsize=1788900 CPUtime=1800.04
/proc/31435/stat : 31435 (java) S 31433 31435 30449 0 -1 0 350938 0 1 0 179809 195 0 0 18 0 13 0 95511861 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31435/statm: 447225 299336 1327 9 0 444837 0
[pid=31435/tid=31437] ppid=31433 vsize=1788900 CPUtime=1787.09
/proc/31435/task/31437/stat : 31437 (java) R 31433 31435 30449 0 -1 64 37765 0 1 0 178675 34 0 0 25 0 13 0 95511867 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109818273 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31438] ppid=31433 vsize=1788900 CPUtime=5.62
/proc/31435/task/31438/stat : 31438 (java) S 31433 31435 30449 0 -1 64 155046 0 0 0 484 78 0 0 18 0 13 0 95511896 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31439] ppid=31433 vsize=1788900 CPUtime=5.63
/proc/31435/task/31439/stat : 31439 (java) S 31433 31435 30449 0 -1 64 152643 0 0 0 484 79 0 0 16 0 13 0 95511896 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31440] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31440/stat : 31440 (java) S 31433 31435 30449 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 95511899 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31441] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31441/stat : 31441 (java) S 31433 31435 30449 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 95511899 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31442] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31442/stat : 31442 (java) S 31433 31435 30449 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 95511899 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31443] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31443/stat : 31443 (java) S 31433 31435 30449 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31444] ppid=31433 vsize=1788900 CPUtime=0.82
/proc/31435/task/31444/stat : 31444 (java) S 31433 31435 30449 0 -1 64 1601 0 0 0 82 0 0 0 16 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31445] ppid=31433 vsize=1788900 CPUtime=0.82
/proc/31435/task/31445/stat : 31445 (java) S 31433 31435 30449 0 -1 64 3151 0 0 0 81 1 0 0 17 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31446] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31446/stat : 31446 (java) S 31433 31435 30449 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31447] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31447/stat : 31447 (java) R 31433 31435 30449 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 95511904 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31448] ppid=31433 vsize=1788900 CPUtime=0
/proc/31435/task/31448/stat : 31448 (java) S 31433 31435 30449 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 95513625 1831833600 299336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1788900

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

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

[startup+1794.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 31646
/proc/meminfo: memFree=623000/2055920 swapFree=4159780/4192956
[pid=31435] ppid=31433 vsize=1789224 CPUtime=1800.42
/proc/31435/stat : 31435 (java) S 31433 31435 30449 0 -1 0 364459 0 1 0 179839 203 0 0 16 0 14 0 95511861 1832165376 310412 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31435/statm: 447306 310418 1327 9 0 444918 0
[pid=31435/tid=31437] ppid=31433 vsize=1789224 CPUtime=1787.1
/proc/31435/task/31437/stat : 31437 (java) S 31433 31435 30449 0 -1 64 37765 0 1 0 178676 34 0 0 25 0 14 0 95511867 1832165376 310422 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31438] ppid=31433 vsize=1789224 CPUtime=5.8
/proc/31435/task/31438/stat : 31438 (java) R 31433 31435 30449 0 -1 64 164516 0 0 0 496 84 0 0 18 0 14 0 95511896 1832165376 310426 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31439] ppid=31433 vsize=1789224 CPUtime=5.82
/proc/31435/task/31439/stat : 31439 (java) R 31433 31435 30449 0 -1 64 156703 0 0 0 501 81 0 0 18 0 14 0 95511896 1832165376 310431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31435/tid=31440] ppid=31433 vsize=1789224 CPUtime=0
/proc/31435/task/31440/stat : 31440 (java) S 31433 31435 30449 0 -1 64 13 0 0 0 0 0 0 0 16 0 14 0 95511899 1832165376 310436 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31441] ppid=31433 vsize=1789224 CPUtime=0
/proc/31435/task/31441/stat : 31441 (java) S 31433 31435 30449 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 95511899 1832165376 310441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31442] ppid=31433 vsize=1789224 CPUtime=0
/proc/31435/task/31442/stat : 31442 (java) S 31433 31435 30449 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 95511899 1832165376 310447 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31443] ppid=31433 vsize=1789224 CPUtime=0
/proc/31435/task/31443/stat : 31443 (java) S 31433 31435 30449 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 95511904 1832165376 310451 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31444] ppid=31433 vsize=1789224 CPUtime=0.82
/proc/31435/task/31444/stat : 31444 (java) S 31433 31435 30449 0 -1 64 1601 0 0 0 82 0 0 0 16 0 14 0 95511904 1832165376 310456 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31445] ppid=31433 vsize=1789224 CPUtime=0.82
/proc/31435/task/31445/stat : 31445 (java) S 31433 31435 30449 0 -1 64 3151 0 0 0 81 1 0 0 17 0 14 0 95511904 1832165376 310462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31446] ppid=31433 vsize=1789224 CPUtime=0
/proc/31435/task/31446/stat : 31446 (java) S 31433 31435 30449 0 -1 64 2 0 0 0 0 0 0 0 21 0 14 0 95511904 1832165376 310467 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31447] ppid=31433 vsize=1789224 CPUtime=0
/proc/31435/task/31447/stat : 31447 (java) S 31433 31435 30449 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 95511904 1832165376 310472 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31435/tid=31448] ppid=31433 vsize=1789224 CPUtime=0
/proc/31435/task/31448/stat : 31448 (java) S 31433 31435 30449 0 -1 64 4 0 0 0 0 0 0 0 18 0 14 0 95513625 1832165376 310476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 1789224

[startup+1794.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 31646
/proc/meminfo: memFree=623000/2055920 swapFree=4159780/4192956
[pid=31435] ppid=31433 vsize=0 CPUtime=1800.67
/proc/31435/stat : 31435 (java) Z 31433 31435 30449 0 -1 1036 369703 0 1 0 179848 219 0 0 15 0 2 0 95511861 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31435/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.86
CPU time (s): 1800.73
CPU user time (s): 1798.49
CPU system time (s): 2.24166
CPU usage (%): 100.327
Max. virtual memory (cumulated for all children) (KiB): 1789224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.49
system time used= 2.24166
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 369703
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= 37115
involuntary context switches= 3952

runsolver used 1.75673 second user time and 4.82127 second system time

The end

Launcher Data (download as text)

Begin job on node46 on Tue Apr 24 09:51:29 UTC 2007

IDJOB= 419512
IDBENCH= 47779
IDSOLVER= 159
FILE ID= node46/419512-1177408282

PBS_JOBID= 4675610

Free space on /tmp= 66049 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/babic/dspam/dspam_dump_vc1104.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419512-1177408282/sat4jPseudoResolution.jar /tmp/evaluation/419512-1177408282/instance-419512-1177408282.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node46/watcher-419512-1177408282 -o ROOT/results/node46/solver-419512-1177408282 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419512-1177408282/sat4jPseudoResolution.jar /tmp/evaluation/419512-1177408282/instance-419512-1177408282.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  50c0a72eee1d7cad57996871248759d1

RANDOM SEED= 662853346

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node46.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.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
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:       1822232 kB
Buffers:          2784 kB
Cached:         105952 kB
SwapCached:       2852 kB
Active:         131704 kB
Inactive:        52140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822232 kB
SwapTotal:     4192956 kB
SwapFree:      4159780 kB
Dirty:           35960 kB
Writeback:           0 kB
Mapped:          82696 kB
Slab:            34996 kB
Committed_AS:  3488056 kB
PageTables:       2116 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= 66049 MiB

End job on node46 on Tue Apr 24 10:21:25 UTC 2007