Trace number 331629

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
SAT4J JVM PARAM CHANGED SAT 2007UNSAT 320.088 319.607

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-10-11-u.cnf
MD5SUM72bf29e65f8337564b4a44baea32f1cb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark75.1746
Satisfiable
(Un)Satisfiability was proved
Number of variables192890
Number of clauses855991
Sum of the clauses size1944492
Maximum clause length10
Minimum clause length1
Number of clauses of size 116350
Number of clauses of size 2701001
Number of clauses of size 3101900
Number of clauses of size 44080
Number of clauses of size 516320
Number of clauses of size over 516340

Solver Data (download as text)

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c version SAT COMPETITION 2007
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.09/0.19	c --- Begin Solver configuration ---
0.09/0.19	c Stops conflict analysis at the first Unique Implication Point
0.09/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.09/0.19	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.09/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.09/0.19	c Expensive reason simplification
0.09/0.19	c --- End Solver configuration ---
0.09/0.19	c timeout: 2147483s
0.09/0.19	c solving /tmp/evaluation/331629-1176857376/instance-331629-1176857376.cnf
0.09/0.19	c reading problem ... 
2.39/2.35	c ... done. Wall clock time 2.157s.
2.39/2.35	c CPU time (experimental) 2.22s.
2.39/2.35	c #vars     192890
2.39/2.35	c #constraints  839641
320.01/319.55	c starts		: 12
320.01/319.55	c conflicts		: 25126
320.01/319.55	c decisions		: 50975
320.01/319.55	c propagations		: 152375498
320.01/319.55	c inspects		: 650375105
320.01/319.55	c learnt literals	: 265
320.01/319.55	c learnt binary clauses	: 345
320.01/319.55	c learnt ternary clauses	: 375
320.01/319.55	c learnt clauses	: 24860
320.01/319.55	c root simplifications	: 0
320.01/319.55	c removed literals (reason simplification)	: 2277839
320.01/319.55	c reason swapping (by a shorter reason)	: 0
320.01/319.55	c Calls to reduceDB	: 0
320.01/319.55	c speed (decisions/second)	: 160.7354573432218
320.01/319.55	c non guided choices	1227
320.01/319.55	s UNSATISFIABLE
320.01/319.55	c Total wall clock time (in seconds) : 319.353
320.01/319.55	c Total CPU time (experimental, in seconds) : 319.1

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node52/watcher-331629-1176857376 -o ROOT/results/node52/solver-331629-1176857376 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331629-1176857376/sat4j-sat2007.jar /tmp/evaluation/331629-1176857376/instance-331629-1176857376.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 29837
/proc/meminfo: memFree=1718044/2055920 swapFree=4179264/4192956
[pid=29837] ppid=29835 vsize=1800 CPUtime=0
/proc/29837/stat : 29837 (java6) R 29835 29837 29111 0 -1 0 149 0 0 0 0 0 0 0 19 0 1 0 40582681 1843200 122 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 4744827 0 0 4096 0 0 0 0 17 1 0 0
/proc/29837/statm: 450 126 90 9 0 92 0

[startup+0.024977 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 29837
/proc/meminfo: memFree=1718044/2055920 swapFree=4179264/4192956
[pid=29837] ppid=29835 vsize=1772952 CPUtime=0.01
/proc/29837/stat : 29837 (java) S 29835 29837 29111 0 -1 0 2222 0 1 0 0 1 0 0 18 0 2 0 40582681 1815502848 1973 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/29837/statm: 443238 1983 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.101976 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 29837
/proc/meminfo: memFree=1718044/2055920 swapFree=4179264/4192956
[pid=29837] ppid=29835 vsize=1780256 CPUtime=0.09
/proc/29837/stat : 29837 (java) S 29835 29837 29111 0 -1 0 3998 0 1 0 6 3 0 0 18 0 12 0 40582681 1822982144 3740 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29837/statm: 445064 3740 1123 9 0 442683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780256

[startup+0.301996 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 29837
/proc/meminfo: memFree=1718044/2055920 swapFree=4179264/4192956
[pid=29837] ppid=29835 vsize=1782564 CPUtime=0.34
/proc/29837/stat : 29837 (java) S 29835 29837 29111 0 -1 0 8033 0 1 0 29 5 0 0 18 0 12 0 40582681 1825345536 7772 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29837/statm: 445641 7772 1286 9 0 443253 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782564

[startup+0.701026 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 29837
/proc/meminfo: memFree=1718044/2055920 swapFree=4179264/4192956
[pid=29837] ppid=29835 vsize=1782564 CPUtime=0.79
/proc/29837/stat : 29837 (java) S 29835 29837 29111 0 -1 0 13796 0 1 0 71 8 0 0 18 0 12 0 40582681 1825345536 13519 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29837/statm: 445641 13519 1290 9 0 443253 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1782564

[startup+1.50107 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 29849
/proc/meminfo: memFree=1652540/2055920 swapFree=4179264/4192956
[pid=29837] ppid=29835 vsize=1782564 CPUtime=1.59
/proc/29837/stat : 29837 (java) S 29835 29837 29111 0 -1 0 20888 0 1 0 148 11 0 0 18 0 12 0 40582681 1825345536 20610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29837/statm: 445641 20610 1290 9 0 443253 0
[pid=29837/tid=29839] ppid=29835 vsize=1782564 CPUtime=1.38
/proc/29837/task/29839/stat : 29839 (java) R 29835 29837 29111 0 -1 64 19586 0 1 0 128 10 0 0 25 0 12 0 40582683 1825345536 20610 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109515077 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29840] ppid=29835 vsize=1782564 CPUtime=0
/proc/29837/task/29840/stat : 29840 (java) S 29835 29837 29111 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 40582684 1825345536 20611 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29841] ppid=29835 vsize=1782564 CPUtime=0
/proc/29837/task/29841/stat : 29841 (java) S 29835 29837 29111 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 40582684 1825345536 20611 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29842] ppid=29835 vsize=1782564 CPUtime=0
/proc/29837/task/29842/stat : 29842 (java) S 29835 29837 29111 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 40582686 1825345536 20612 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29843] ppid=29835 vsize=1782564 CPUtime=0
/proc/29837/task/29843/stat : 29843 (java) S 29835 29837 29111 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 40582687 1825345536 20612 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29844] ppid=29835 vsize=1782564 CPUtime=0
/proc/29837/task/29844/stat : 29844 (java) S 29835 29837 29111 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 40582687 1825345536 20612 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29845] ppid=29835 vsize=1782564 CPUtime=0
/proc/29837/task/29845/stat : 29845 (java) S 29835 29837 29111 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 40582691 1825345536 20612 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29846] ppid=29835 vsize=1782564 CPUtime=0.1
/proc/29837/task/29846/stat : 29846 (java) S 29835 29837 29111 0 -1 64 423 0 0 0 10 0 0 0 16 0 12 0 40582691 1825345536 20613 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29847] ppid=29835 vsize=1782564 CPUtime=0.08
/proc/29837/task/29847/stat : 29847 (java) S 29835 29837 29111 0 -1 64 158 0 0 0 8 0 0 0 16 0 12 0 40582691 1825345536 20613 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29848] ppid=29835 vsize=1782564 CPUtime=0
/proc/29837/task/29848/stat : 29848 (java) S 29835 29837 29111 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 40582691 1825345536 20613 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29849] ppid=29835 vsize=1782564 CPUtime=0
/proc/29837/task/29849/stat : 29849 (java) S 29835 29837 29111 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 40582691 1825345536 20613 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1782564

[startup+3.10219 s]
/proc/loadavg: 0.92 0.98 0.99 2/76 29849
/proc/meminfo: memFree=1618812/2055920 swapFree=4179264/4192956
[pid=29837] ppid=29835 vsize=1784968 CPUtime=3.42
/proc/29837/stat : 29837 (java) S 29835 29837 29111 0 -1 0 30447 0 1 0 327 15 0 0 18 0 13 0 40582681 1827807232 29764 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29837/statm: 446242 29764 1310 9 0 443854 0
[pid=29837/tid=29839] ppid=29835 vsize=1784968 CPUtime=2.84
/proc/29837/task/29839/stat : 29839 (java) R 29835 29837 29111 0 -1 64 28258 0 1 0 271 13 0 0 17 0 13 0 40582683 1827807232 29764 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109563509 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29840] ppid=29835 vsize=1784968 CPUtime=0
/proc/29837/task/29840/stat : 29840 (java) S 29835 29837 29111 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 40582684 1827807232 29764 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29841] ppid=29835 vsize=1784968 CPUtime=0
/proc/29837/task/29841/stat : 29841 (java) S 29835 29837 29111 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 40582684 1827807232 29764 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29842] ppid=29835 vsize=1784968 CPUtime=0
/proc/29837/task/29842/stat : 29842 (java) S 29835 29837 29111 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 40582686 1827807232 29764 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29843] ppid=29835 vsize=1784968 CPUtime=0
/proc/29837/task/29843/stat : 29843 (java) S 29835 29837 29111 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 40582687 1827807232 29764 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29844] ppid=29835 vsize=1784968 CPUtime=0
/proc/29837/task/29844/stat : 29844 (java) S 29835 29837 29111 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 40582687 1827807232 29764 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29845] ppid=29835 vsize=1784968 CPUtime=0
/proc/29837/task/29845/stat : 29845 (java) S 29835 29837 29111 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 40582691 1827807232 29764 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29846] ppid=29835 vsize=1784968 CPUtime=0.27
/proc/29837/task/29846/stat : 29846 (java) S 29835 29837 29111 0 -1 64 1001 0 0 0 27 0 0 0 15 0 13 0 40582691 1827807232 29764 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29847] ppid=29835 vsize=1784968 CPUtime=0.27
/proc/29837/task/29847/stat : 29847 (java) S 29835 29837 29111 0 -1 64 463 0 0 0 27 0 0 0 16 0 13 0 40582691 1827807232 29764 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29848] ppid=29835 vsize=1784968 CPUtime=0
/proc/29837/task/29848/stat : 29848 (java) S 29835 29837 29111 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 40582691 1827807232 29764 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29849] ppid=29835 vsize=1784968 CPUtime=0
/proc/29837/task/29849/stat : 29849 (java) S 29835 29837 29111 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40582691 1827807232 29764 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 1784968

[startup+6.30222 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 29850
/proc/meminfo: memFree=1603828/2055920 swapFree=4179264/4192956
[pid=29837] ppid=29835 vsize=1783624 CPUtime=6.81
/proc/29837/stat : 29837 (java) S 29835 29837 29111 0 -1 0 31546 0 1 0 665 16 0 0 18 0 13 0 40582681 1826430976 29715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29837/statm: 445906 29715 1313 9 0 443518 0
[pid=29837/tid=29839] ppid=29835 vsize=1783624 CPUtime=6.02
/proc/29837/task/29839/stat : 29839 (java) R 29835 29837 29111 0 -1 64 28312 0 1 0 588 14 0 0 25 0 13 0 40582683 1826430976 29715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109555865 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29840] ppid=29835 vsize=1783624 CPUtime=0
/proc/29837/task/29840/stat : 29840 (java) S 29835 29837 29111 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 40582684 1826430976 29715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29841] ppid=29835 vsize=1783624 CPUtime=0
/proc/29837/task/29841/stat : 29841 (java) S 29835 29837 29111 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 40582684 1826430976 29715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29842] ppid=29835 vsize=1783624 CPUtime=0
/proc/29837/task/29842/stat : 29842 (java) S 29835 29837 29111 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 40582686 1826430976 29715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29843] ppid=29835 vsize=1783624 CPUtime=0
/proc/29837/task/29843/stat : 29843 (java) S 29835 29837 29111 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 40582687 1826430976 29715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29844] ppid=29835 vsize=1783624 CPUtime=0
/proc/29837/task/29844/stat : 29844 (java) S 29835 29837 29111 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 40582687 1826430976 29715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29845] ppid=29835 vsize=1783624 CPUtime=0
/proc/29837/task/29845/stat : 29845 (java) S 29835 29837 29111 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 40582691 1826430976 29715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29846] ppid=29835 vsize=1783624 CPUtime=0.38
/proc/29837/task/29846/stat : 29846 (java) S 29835 29837 29111 0 -1 64 1619 0 0 0 38 0 0 0 16 0 13 0 40582691 1826430976 29715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29847] ppid=29835 vsize=1783624 CPUtime=0.38
/proc/29837/task/29847/stat : 29847 (java) S 29835 29837 29111 0 -1 64 890 0 0 0 38 0 0 0 16 0 13 0 40582691 1826430976 29715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29848] ppid=29835 vsize=1783624 CPUtime=0
/proc/29837/task/29848/stat : 29848 (java) S 29835 29837 29111 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 40582691 1826430976 29715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29849] ppid=29835 vsize=1783624 CPUtime=0
/proc/29837/task/29849/stat : 29849 (java) S 29835 29837 29111 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40582691 1826430976 29715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29850] ppid=29835 vsize=1783624 CPUtime=0
/proc/29837/task/29850/stat : 29850 (java) S 29835 29837 29111 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 40582935 1826430976 29715 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 1783624

[startup+12.7026 s]
/proc/loadavg: 1.01 1.00 1.00 2/77 29850
/proc/meminfo: memFree=1604276/2055920 swapFree=4179264/4192956
[pid=29837] ppid=29835 vsize=1782692 CPUtime=13.2
/proc/29837/stat : 29837 (java) S 29835 29837 29111 0 -1 0 31648 0 1 0 1304 16 0 0 18 0 13 0 40582681 1825476608 29556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29837/statm: 445673 29556 1313 9 0 443285 0
[pid=29837/tid=29839] ppid=29835 vsize=1782692 CPUtime=12.42
/proc/29837/task/29839/stat : 29839 (java) R 29835 29837 29111 0 -1 64 28414 0 1 0 1228 14 0 0 25 0 13 0 40582683 1825476608 29556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109589889 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29840] ppid=29835 vsize=1782692 CPUtime=0
/proc/29837/task/29840/stat : 29840 (java) S 29835 29837 29111 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 40582684 1825476608 29556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29841] ppid=29835 vsize=1782692 CPUtime=0
/proc/29837/task/29841/stat : 29841 (java) S 29835 29837 29111 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 40582684 1825476608 29556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29842] ppid=29835 vsize=1782692 CPUtime=0
/proc/29837/task/29842/stat : 29842 (java) S 29835 29837 29111 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 40582686 1825476608 29556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29843] ppid=29835 vsize=1782692 CPUtime=0
/proc/29837/task/29843/stat : 29843 (java) S 29835 29837 29111 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 40582687 1825476608 29556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29844] ppid=29835 vsize=1782692 CPUtime=0
/proc/29837/task/29844/stat : 29844 (java) S 29835 29837 29111 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 40582687 1825476608 29556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29845] ppid=29835 vsize=1782692 CPUtime=0
/proc/29837/task/29845/stat : 29845 (java) S 29835 29837 29111 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 40582691 1825476608 29556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29846] ppid=29835 vsize=1782692 CPUtime=0.38
/proc/29837/task/29846/stat : 29846 (java) S 29835 29837 29111 0 -1 64 1619 0 0 0 38 0 0 0 16 0 13 0 40582691 1825476608 29556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29847] ppid=29835 vsize=1782692 CPUtime=0.38
/proc/29837/task/29847/stat : 29847 (java) S 29835 29837 29111 0 -1 64 890 0 0 0 38 0 0 0 16 0 13 0 40582691 1825476608 29556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29848] ppid=29835 vsize=1782692 CPUtime=0
/proc/29837/task/29848/stat : 29848 (java) S 29835 29837 29111 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 40582691 1825476608 29556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29849] ppid=29835 vsize=1782692 CPUtime=0
/proc/29837/task/29849/stat : 29849 (java) S 29835 29837 29111 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40582691 1825476608 29556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29850] ppid=29835 vsize=1782692 CPUtime=0
/proc/29837/task/29850/stat : 29850 (java) S 29835 29837 29111 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 40582935 1825476608 29556 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.2
Current children cumulated vsize (KiB) 1782692

[startup+25.5025 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 29850
/proc/meminfo: memFree=1603188/2055920 swapFree=4179264/4192956
[pid=29837] ppid=29835 vsize=1783716 CPUtime=26.03
/proc/29837/stat : 29837 (java) S 29835 29837 29111 0 -1 0 31976 0 1 0 2587 16 0 0 18 0 13 0 40582681 1826525184 29848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29837/statm: 445929 29848 1316 9 0 443541 0
[pid=29837/tid=29839] ppid=29835 vsize=1783716 CPUtime=25.2
/proc/29837/task/29839/stat : 29839 (java) R 29835 29837 29111 0 -1 64 28592 0 1 0 2506 14 0 0 25 0 13 0 40582683 1826525184 29848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109535858 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29840] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29840/stat : 29840 (java) S 29835 29837 29111 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 40582684 1826525184 29848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29841] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29841/stat : 29841 (java) S 29835 29837 29111 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 40582684 1826525184 29848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29842] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29842/stat : 29842 (java) S 29835 29837 29111 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 40582686 1826525184 29848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29843] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29843/stat : 29843 (java) S 29835 29837 29111 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 40582687 1826525184 29848 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=29837] ppid=29835 vsize=1783716 CPUtime=314.02
/proc/29837/stat : 29837 (java) S 29835 29837 29111 0 -1 0 36202 0 1 0 31379 23 0 0 18 0 13 0 40582681 1826525184 33935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29837/statm: 445929 33935 1317 9 0 443541 0
[pid=29837/tid=29839] ppid=29835 vsize=1783716 CPUtime=313.06
/proc/29837/task/29839/stat : 29839 (java) R 29835 29837 29111 0 -1 64 32694 0 1 0 31286 20 0 0 25 0 13 0 40582683 1826525184 33935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109563210 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29840] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29840/stat : 29840 (java) S 29835 29837 29111 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 40582684 1826525184 33935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29841] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29841/stat : 29841 (java) S 29835 29837 29111 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 40582684 1826525184 33935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29842] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29842/stat : 29842 (java) S 29835 29837 29111 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 40582686 1826525184 33935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29843] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29843/stat : 29843 (java) S 29835 29837 29111 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 40582687 1826525184 33935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29844] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29844/stat : 29844 (java) S 29835 29837 29111 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 40582687 1826525184 33935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29845] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29845/stat : 29845 (java) S 29835 29837 29111 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 40582691 1826525184 33935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29846] ppid=29835 vsize=1783716 CPUtime=0.45
/proc/29837/task/29846/stat : 29846 (java) S 29835 29837 29111 0 -1 64 1739 0 0 0 45 0 0 0 17 0 13 0 40582691 1826525184 33935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29847] ppid=29835 vsize=1783716 CPUtime=0.46
/proc/29837/task/29847/stat : 29847 (java) S 29835 29837 29111 0 -1 64 1044 0 0 0 46 0 0 0 17 0 13 0 40582691 1826525184 33935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29848] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29848/stat : 29848 (java) S 29835 29837 29111 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 40582691 1826525184 33935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29849] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29849/stat : 29849 (java) S 29835 29837 29111 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40582691 1826525184 33935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29850] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29850/stat : 29850 (java) S 29835 29837 29111 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 40582935 1826525184 33935 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 314.02
Current children cumulated vsize (KiB) 1783716

[startup+316.702 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 29850
/proc/meminfo: memFree=1586548/2055920 swapFree=4179264/4192956
[pid=29837] ppid=29835 vsize=1783716 CPUtime=317.22
/proc/29837/stat : 29837 (java) S 29835 29837 29111 0 -1 0 36263 0 1 0 31699 23 0 0 18 0 13 0 40582681 1826525184 33996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29837/statm: 445929 33996 1317 9 0 443541 0
[pid=29837/tid=29839] ppid=29835 vsize=1783716 CPUtime=316.26
/proc/29837/task/29839/stat : 29839 (java) R 29835 29837 29111 0 -1 64 32755 0 1 0 31606 20 0 0 25 0 13 0 40582683 1826525184 33996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109504489 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29840] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29840/stat : 29840 (java) S 29835 29837 29111 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 40582684 1826525184 33996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29841] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29841/stat : 29841 (java) S 29835 29837 29111 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 40582684 1826525184 33996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29842] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29842/stat : 29842 (java) S 29835 29837 29111 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 40582686 1826525184 33996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29843] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29843/stat : 29843 (java) S 29835 29837 29111 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 40582687 1826525184 33996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29844] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29844/stat : 29844 (java) S 29835 29837 29111 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 40582687 1826525184 33996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29845] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29845/stat : 29845 (java) S 29835 29837 29111 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 40582691 1826525184 33996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29846] ppid=29835 vsize=1783716 CPUtime=0.45
/proc/29837/task/29846/stat : 29846 (java) S 29835 29837 29111 0 -1 64 1739 0 0 0 45 0 0 0 17 0 13 0 40582691 1826525184 33996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29847] ppid=29835 vsize=1783716 CPUtime=0.46
/proc/29837/task/29847/stat : 29847 (java) S 29835 29837 29111 0 -1 64 1044 0 0 0 46 0 0 0 17 0 13 0 40582691 1826525184 33996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29848] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29848/stat : 29848 (java) S 29835 29837 29111 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 40582691 1826525184 33996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29849] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29849/stat : 29849 (java) S 29835 29837 29111 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40582691 1826525184 33996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29850] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29850/stat : 29850 (java) S 29835 29837 29111 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 40582935 1826525184 33996 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 317.22
Current children cumulated vsize (KiB) 1783716

[startup+318.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 29850
/proc/meminfo: memFree=1586548/2055920 swapFree=4179264/4192956
[pid=29837] ppid=29835 vsize=1783716 CPUtime=318.81
/proc/29837/stat : 29837 (java) S 29835 29837 29111 0 -1 0 36272 0 1 0 31858 23 0 0 18 0 13 0 40582681 1826525184 34005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29837/statm: 445929 34005 1317 9 0 443541 0
[pid=29837/tid=29839] ppid=29835 vsize=1783716 CPUtime=317.85
/proc/29837/task/29839/stat : 29839 (java) R 29835 29837 29111 0 -1 64 32764 0 1 0 31765 20 0 0 25 0 13 0 40582683 1826525184 34005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109563106 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29840] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29840/stat : 29840 (java) S 29835 29837 29111 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 40582684 1826525184 34005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29841] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29841/stat : 29841 (java) S 29835 29837 29111 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 40582684 1826525184 34005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29842] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29842/stat : 29842 (java) S 29835 29837 29111 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 40582686 1826525184 34005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29843] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29843/stat : 29843 (java) S 29835 29837 29111 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 40582687 1826525184 34005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29844] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29844/stat : 29844 (java) S 29835 29837 29111 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 40582687 1826525184 34005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29845] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29845/stat : 29845 (java) S 29835 29837 29111 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 40582691 1826525184 34005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29846] ppid=29835 vsize=1783716 CPUtime=0.45
/proc/29837/task/29846/stat : 29846 (java) S 29835 29837 29111 0 -1 64 1739 0 0 0 45 0 0 0 17 0 13 0 40582691 1826525184 34005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29847] ppid=29835 vsize=1783716 CPUtime=0.46
/proc/29837/task/29847/stat : 29847 (java) S 29835 29837 29111 0 -1 64 1044 0 0 0 46 0 0 0 17 0 13 0 40582691 1826525184 34005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29848] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29848/stat : 29848 (java) S 29835 29837 29111 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 40582691 1826525184 34005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29849] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29849/stat : 29849 (java) S 29835 29837 29111 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40582691 1826525184 34005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29850] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29850/stat : 29850 (java) S 29835 29837 29111 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 40582935 1826525184 34005 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 318.81
Current children cumulated vsize (KiB) 1783716

[startup+319.101 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 29850
/proc/meminfo: memFree=1586484/2055920 swapFree=4179264/4192956
[pid=29837] ppid=29835 vsize=1783716 CPUtime=319.61
/proc/29837/stat : 29837 (java) S 29835 29837 29111 0 -1 0 36281 0 1 0 31938 23 0 0 18 0 13 0 40582681 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29837/statm: 445929 34014 1317 9 0 443541 0
[pid=29837/tid=29839] ppid=29835 vsize=1783716 CPUtime=318.65
/proc/29837/task/29839/stat : 29839 (java) R 29835 29837 29111 0 -1 64 32773 0 1 0 31845 20 0 0 25 0 13 0 40582683 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109535849 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29840] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29840/stat : 29840 (java) S 29835 29837 29111 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 40582684 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29841] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29841/stat : 29841 (java) S 29835 29837 29111 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 40582684 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29842] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29842/stat : 29842 (java) S 29835 29837 29111 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 40582686 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29843] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29843/stat : 29843 (java) S 29835 29837 29111 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 40582687 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29844] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29844/stat : 29844 (java) S 29835 29837 29111 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 40582687 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29845] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29845/stat : 29845 (java) S 29835 29837 29111 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 40582691 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29846] ppid=29835 vsize=1783716 CPUtime=0.45
/proc/29837/task/29846/stat : 29846 (java) S 29835 29837 29111 0 -1 64 1739 0 0 0 45 0 0 0 17 0 13 0 40582691 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29847] ppid=29835 vsize=1783716 CPUtime=0.46
/proc/29837/task/29847/stat : 29847 (java) S 29835 29837 29111 0 -1 64 1044 0 0 0 46 0 0 0 17 0 13 0 40582691 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29848] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29848/stat : 29848 (java) S 29835 29837 29111 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 40582691 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29849] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29849/stat : 29849 (java) S 29835 29837 29111 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40582691 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29850] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29850/stat : 29850 (java) S 29835 29837 29111 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 40582935 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 319.61
Current children cumulated vsize (KiB) 1783716

[startup+319.501 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 29850
/proc/meminfo: memFree=1586484/2055920 swapFree=4179264/4192956
[pid=29837] ppid=29835 vsize=1783716 CPUtime=320.01
/proc/29837/stat : 29837 (java) S 29835 29837 29111 0 -1 0 36281 0 1 0 31978 23 0 0 18 0 13 0 40582681 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29837/statm: 445929 34014 1317 9 0 443541 0
[pid=29837/tid=29839] ppid=29835 vsize=1783716 CPUtime=319.05
/proc/29837/task/29839/stat : 29839 (java) R 29835 29837 29111 0 -1 64 32773 0 1 0 31885 20 0 0 25 0 13 0 40582683 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109555937 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29840] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29840/stat : 29840 (java) S 29835 29837 29111 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 40582684 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29841] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29841/stat : 29841 (java) S 29835 29837 29111 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 40582684 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29842] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29842/stat : 29842 (java) S 29835 29837 29111 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 40582686 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29843] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29843/stat : 29843 (java) S 29835 29837 29111 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 40582687 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29844] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29844/stat : 29844 (java) S 29835 29837 29111 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 40582687 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29845] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29845/stat : 29845 (java) S 29835 29837 29111 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 40582691 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29846] ppid=29835 vsize=1783716 CPUtime=0.45
/proc/29837/task/29846/stat : 29846 (java) S 29835 29837 29111 0 -1 64 1739 0 0 0 45 0 0 0 17 0 13 0 40582691 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29847] ppid=29835 vsize=1783716 CPUtime=0.46
/proc/29837/task/29847/stat : 29847 (java) S 29835 29837 29111 0 -1 64 1044 0 0 0 46 0 0 0 17 0 13 0 40582691 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29848] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29848/stat : 29848 (java) S 29835 29837 29111 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 40582691 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29837/tid=29849] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29849/stat : 29849 (java) S 29835 29837 29111 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 40582691 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29837/tid=29850] ppid=29835 vsize=1783716 CPUtime=0
/proc/29837/task/29850/stat : 29850 (java) S 29835 29837 29111 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 40582935 1826525184 34014 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 320.01
Current children cumulated vsize (KiB) 1783716

[startup+319.602 s]
/proc/loadavg: 1.01 1.02 1.00 2/77 29850
/proc/meminfo: memFree=1586484/2055920 swapFree=4179264/4192956
[pid=29837] ppid=29835 vsize=0 CPUtime=320.08
/proc/29837/stat : 29837 (java) Z 29835 29837 29111 0 -1 1036 36292 0 1 0 31983 25 0 0 16 0 2 0 40582681 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29837/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 320.08
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 319.607
CPU time (s): 320.088
CPU user time (s): 319.833
CPU system time (s): 0.254961
CPU usage (%): 100.15
Max. virtual memory (cumulated for all children) (KiB): 1784968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 319.833
system time used= 0.254961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36292
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= 6914
involuntary context switches= 7212

runsolver used 0.371943 second user time and 0.806877 second system time

The end

Launcher Data (download as text)

Begin job on node52 on Wed Apr 18 00:49:36 UTC 2007

IDJOB= 331629
IDBENCH= 20345
IDSOLVER= 141
FILE ID= node52/331629-1176857376

PBS_JOBID= 4590231

Free space on /tmp= 66330 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-unsat/total-10-11-u.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331629-1176857376/sat4j-sat2007.jar /tmp/evaluation/331629-1176857376/instance-331629-1176857376.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-331629-1176857376 -o ROOT/results/node52/solver-331629-1176857376 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331629-1176857376/sat4j-sat2007.jar /tmp/evaluation/331629-1176857376/instance-331629-1176857376.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  72bf29e65f8337564b4a44baea32f1cb

RANDOM SEED= 448211583

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node52.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.236
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.236
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:       1718452 kB
Buffers:         27008 kB
Cached:         255280 kB
SwapCached:       7936 kB
Active:         119696 kB
Inactive:       176296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718452 kB
SwapTotal:     4192956 kB
SwapFree:      4179264 kB
Dirty:           16172 kB
Writeback:           0 kB
Mapped:          15536 kB
Slab:            27440 kB
Committed_AS:  1524764 kB
PageTables:       1484 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= 66330 MiB

End job on node52 on Wed Apr 18 00:54:56 UTC 2007