Trace number 331903

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 2007? (TO) 1200.15 1198.61

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-c10nidw_s.cnf
MD5SUM7989bb134c6f50cb418407e85e733980
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.1476
Satisfiable
(Un)Satisfiability was proved
Number of variables404382
Number of clauses1204273
Sum of the clauses size2809969
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2802848
Number of clauses of size 3401424
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c version SAT COMPETITION 2007
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c --- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@15cda3f
0.20/0.20	c Limit learning to clauses of size smaller or equal to 10% of the number of variables
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c Expensive reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c timeout: 2147483s
0.20/0.20	c solving /tmp/evaluation/331903-1173360917/instance-331903-1173360917.cnf
0.20/0.20	c reading problem ... 
5.88/4.55	c ... done. Wall clock time 4.349s.
5.88/4.55	c CPU time (experimental) 3.13s.
5.88/4.55	c #vars     404382
5.88/4.55	c #constraints  1204272
1200.03/1198.51	c starts		: 19
1200.03/1198.51	c conflicts		: 296577
1200.03/1198.51	c decisions		: 1640401
1200.03/1198.51	c propagations		: 805025925
1200.03/1198.51	c inspects		: 2129841342
1200.03/1198.51	c learnt literals	: 113
1200.03/1198.51	c learnt binary clauses	: 1484
1200.03/1198.51	c learnt ternary clauses	: 8692
1200.03/1198.51	c learnt clauses	: 296464
1200.03/1198.51	c root simplifications	: 0
1200.03/1198.51	c removed literals (reason simplification)	: 4599444
1200.03/1198.51	c reason swapping (by a shorter reason)	: 0
1200.03/1198.51	c Calls to reduceDB	: 0
1200.03/1198.51	c speed (decisions/second)	: 1374.0163317203755
1200.03/1198.51	c non guided choices	107957
1200.03/1198.51	s UNKNOWN
1200.03/1198.51	c Total wall clock time (in seconds) : 1198.31
1200.03/1198.51	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node19/watcher-331903-1173360917 -o ROOT/results/node19/solver-331903-1173360917 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331903-1173360917/sat4j-sat2007.jar /tmp/evaluation/331903-1173360917/instance-331903-1173360917.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.91 0.97 0.91 2/77 14979
/proc/meminfo: memFree=1733752/2055920 swapFree=4169404/4192956
[pid=14979] ppid=14977 vsize=152 CPUtime=0
/proc/14979/stat : 14979 (java6) D 14977 14979 13722 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 356045943 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7484196 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/14979/statm: 38 26 19 9 0 4 0

[startup+0.0941201 s]
/proc/loadavg: 0.91 0.97 0.91 2/77 14979
/proc/meminfo: memFree=1733752/2055920 swapFree=4169404/4192956
[pid=14979] ppid=14977 vsize=1777844 CPUtime=0.07
/proc/14979/stat : 14979 (java) S 14977 14979 13722 0 -1 0 3861 0 1 0 5 2 0 0 18 0 7 0 356045943 1820512256 3604 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 444461 3604 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.102308 s]
/proc/loadavg: 0.91 0.97 0.91 2/77 14979
/proc/meminfo: memFree=1733752/2055920 swapFree=4169404/4192956
[pid=14979] ppid=14977 vsize=1780108 CPUtime=0.08
/proc/14979/stat : 14979 (java) S 14977 14979 13722 0 -1 0 3957 0 1 0 6 2 0 0 18 0 12 0 356045943 1822830592 3699 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 445027 3699 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.30133 s]
/proc/loadavg: 0.91 0.97 0.91 2/77 14979
/proc/meminfo: memFree=1733752/2055920 swapFree=4169404/4192956
[pid=14979] ppid=14977 vsize=1781512 CPUtime=0.31
/proc/14979/stat : 14979 (java) S 14977 14979 13722 0 -1 0 9817 0 1 0 26 5 0 0 18 0 12 0 356045943 1824268288 9556 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 445378 9556 1282 9 0 442990 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781512

[startup+0.701374 s]
/proc/loadavg: 0.91 0.97 0.91 2/77 14979
/proc/meminfo: memFree=1733752/2055920 swapFree=4169404/4192956
[pid=14979] ppid=14977 vsize=1782760 CPUtime=0.79
/proc/14979/stat : 14979 (java) S 14977 14979 13722 0 -1 0 13428 0 1 0 73 6 0 0 18 0 12 0 356045943 1825546240 13144 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 445690 13144 1293 9 0 443302 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1782760

[startup+1.50145 s]
/proc/loadavg: 1.00 0.98 0.91 3/89 14991
/proc/meminfo: memFree=1673496/2055920 swapFree=4169404/4192956
[pid=14979] ppid=14977 vsize=1782760 CPUtime=1.59
/proc/14979/stat : 14979 (java) S 14977 14979 13722 0 -1 0 22134 0 1 0 149 10 0 0 18 0 12 0 356045943 1825546240 21849 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 445690 21849 1293 9 0 443302 0
[pid=14979/tid=14981] ppid=14977 vsize=1782760 CPUtime=1.37
/proc/14979/task/14981/stat : 14981 (java) R 14977 14979 13722 0 -1 64 20858 0 1 0 128 9 0 0 25 0 12 0 356045945 1825546240 21850 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109502594 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14982] ppid=14977 vsize=1782760 CPUtime=0
/proc/14979/task/14982/stat : 14982 (java) S 14977 14979 13722 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 356045946 1825546240 21850 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14983] ppid=14977 vsize=1782760 CPUtime=0
/proc/14979/task/14983/stat : 14983 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 356045946 1825546240 21851 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14984] ppid=14977 vsize=1782760 CPUtime=0
/proc/14979/task/14984/stat : 14984 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 356045948 1825546240 21851 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14985] ppid=14977 vsize=1782760 CPUtime=0
/proc/14979/task/14985/stat : 14985 (java) S 14977 14979 13722 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 356045949 1825546240 21851 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14986] ppid=14977 vsize=1782760 CPUtime=0
/proc/14979/task/14986/stat : 14986 (java) S 14977 14979 13722 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 356045949 1825546240 21852 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14987] ppid=14977 vsize=1782760 CPUtime=0
/proc/14979/task/14987/stat : 14987 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 356045953 1825546240 21852 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14988] ppid=14977 vsize=1782760 CPUtime=0.09
/proc/14979/task/14988/stat : 14988 (java) S 14977 14979 13722 0 -1 64 299 0 0 0 9 0 0 0 16 0 12 0 356045953 1825546240 21853 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14989] ppid=14977 vsize=1782760 CPUtime=0.1
/proc/14979/task/14989/stat : 14989 (java) S 14977 14979 13722 0 -1 64 258 0 0 0 10 0 0 0 16 0 12 0 356045953 1825546240 21853 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14990] ppid=14977 vsize=1782760 CPUtime=0
/proc/14979/task/14990/stat : 14990 (java) S 14977 14979 13722 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356045953 1825546240 21854 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14991] ppid=14977 vsize=1782760 CPUtime=0
/proc/14979/task/14991/stat : 14991 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356045953 1825546240 21854 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1782760

[startup+3.10164 s]
/proc/loadavg: 1.00 0.98 0.91 2/89 14991
/proc/meminfo: memFree=1626200/2055920 swapFree=4169404/4192956
[pid=14979] ppid=14977 vsize=1783408 CPUtime=3.21
/proc/14979/stat : 14979 (java) S 14977 14979 13722 0 -1 0 41227 0 1 0 301 20 0 0 18 0 12 0 356045943 1826209792 40851 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 445852 40851 1297 9 0 443464 0
[pid=14979/tid=14981] ppid=14977 vsize=1783408 CPUtime=2.95
/proc/14979/task/14981/stat : 14981 (java) R 14977 14979 13722 0 -1 64 37682 0 1 0 277 18 0 0 25 0 12 0 356045945 1826209792 40851 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 105016083 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14982] ppid=14977 vsize=1783408 CPUtime=0.01
/proc/14979/task/14982/stat : 14982 (java) R 14977 14979 13722 0 -1 64 1341 0 0 0 1 0 0 0 17 0 12 0 356045946 1826209792 40851 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14983] ppid=14977 vsize=1783408 CPUtime=0.01
/proc/14979/task/14983/stat : 14983 (java) R 14977 14979 13722 0 -1 64 929 0 0 0 1 0 0 0 17 0 12 0 356045946 1826209792 40851 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14984] ppid=14977 vsize=1783408 CPUtime=0
/proc/14979/task/14984/stat : 14984 (java) S 14977 14979 13722 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 356045948 1826209792 40851 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14985] ppid=14977 vsize=1783408 CPUtime=0
/proc/14979/task/14985/stat : 14985 (java) S 14977 14979 13722 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 356045949 1826209792 40851 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14986] ppid=14977 vsize=1783408 CPUtime=0
/proc/14979/task/14986/stat : 14986 (java) S 14977 14979 13722 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 356045949 1826209792 40851 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14987] ppid=14977 vsize=1783408 CPUtime=0
/proc/14979/task/14987/stat : 14987 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 356045953 1826209792 40851 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14988] ppid=14977 vsize=1783408 CPUtime=0.09
/proc/14979/task/14988/stat : 14988 (java) S 14977 14979 13722 0 -1 64 299 0 0 0 9 0 0 0 16 0 12 0 356045953 1826209792 40851 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14989] ppid=14977 vsize=1783408 CPUtime=0.1
/proc/14979/task/14989/stat : 14989 (java) S 14977 14979 13722 0 -1 64 258 0 0 0 10 0 0 0 16 0 12 0 356045953 1826209792 40851 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14990] ppid=14977 vsize=1783408 CPUtime=0
/proc/14979/task/14990/stat : 14990 (java) S 14977 14979 13722 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 356045953 1826209792 40851 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14991] ppid=14977 vsize=1783408 CPUtime=0
/proc/14979/task/14991/stat : 14991 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 356045953 1826209792 40851 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 1783408

[startup+6.30278 s]
/proc/loadavg: 1.00 0.98 0.91 2/90 14992
/proc/meminfo: memFree=1441744/2055920 swapFree=4169404/4192956
[pid=14979] ppid=14977 vsize=1795156 CPUtime=8.02
/proc/14979/stat : 14979 (java) S 14977 14979 13722 0 -1 0 78365 0 1 0 765 37 0 0 18 0 13 0 356045943 1838239744 74036 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 448789 74036 1318 9 0 446401 0
[pid=14979/tid=14981] ppid=14977 vsize=1795156 CPUtime=4.75
/proc/14979/task/14981/stat : 14981 (java) R 14977 14979 13722 0 -1 64 37704 0 1 0 457 18 0 0 21 0 13 0 356045945 1838239744 74036 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109548186 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14982] ppid=14977 vsize=1795156 CPUtime=1.29
/proc/14979/task/14982/stat : 14982 (java) S 14977 14979 13722 0 -1 64 20752 0 0 0 121 8 0 0 16 0 13 0 356045946 1838239744 74036 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14983] ppid=14977 vsize=1795156 CPUtime=1.29
/proc/14979/task/14983/stat : 14983 (java) S 14977 14979 13722 0 -1 64 17280 0 0 0 121 8 0 0 16 0 13 0 356045946 1838239744 74036 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14984] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14984/stat : 14984 (java) S 14977 14979 13722 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356045948 1838239744 74036 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14985] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14985/stat : 14985 (java) S 14977 14979 13722 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356045949 1838239744 74036 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14986] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14986/stat : 14986 (java) S 14977 14979 13722 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356045949 1838239744 74036 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14987] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14987/stat : 14987 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356045953 1838239744 74036 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14988] ppid=14977 vsize=1795156 CPUtime=0.26
/proc/14979/task/14988/stat : 14988 (java) S 14977 14979 13722 0 -1 64 576 0 0 0 26 0 0 0 16 0 13 0 356045953 1838239744 74036 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14989] ppid=14977 vsize=1795156 CPUtime=0.39
/proc/14979/task/14989/stat : 14989 (java) S 14977 14979 13722 0 -1 64 1323 0 0 0 38 1 0 0 16 0 13 0 356045953 1838239744 74036 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14990] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14990/stat : 14990 (java) S 14977 14979 13722 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356045953 1838239744 74036 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14991] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14991/stat : 14991 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356045953 1838239744 74036 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14992] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14992/stat : 14992 (java) S 14977 14979 13722 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 356046408 1838239744 74036 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 1795156

[startup+12.7015 s]
/proc/loadavg: 1.00 0.98 0.91 2/90 14992
/proc/meminfo: memFree=1442320/2055920 swapFree=4169404/4192956
[pid=14979] ppid=14977 vsize=1795156 CPUtime=14.47
/proc/14979/stat : 14979 (java) S 14977 14979 13722 0 -1 0 78376 0 1 0 1410 37 0 0 18 0 13 0 356045943 1838239744 74047 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 448789 74047 1324 9 0 446401 0
[pid=14979/tid=14981] ppid=14977 vsize=1795156 CPUtime=11.12
/proc/14979/task/14981/stat : 14981 (java) R 14977 14979 13722 0 -1 64 37704 0 1 0 1094 18 0 0 25 0 13 0 356045945 1838239744 74047 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109625548 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14982] ppid=14977 vsize=1795156 CPUtime=1.29
/proc/14979/task/14982/stat : 14982 (java) S 14977 14979 13722 0 -1 64 20752 0 0 0 121 8 0 0 16 0 13 0 356045946 1838239744 74047 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14983] ppid=14977 vsize=1795156 CPUtime=1.29
/proc/14979/task/14983/stat : 14983 (java) S 14977 14979 13722 0 -1 64 17280 0 0 0 121 8 0 0 16 0 13 0 356045946 1838239744 74047 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14984] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14984/stat : 14984 (java) S 14977 14979 13722 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356045948 1838239744 74047 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14985] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14985/stat : 14985 (java) S 14977 14979 13722 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356045949 1838239744 74047 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14986] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14986/stat : 14986 (java) S 14977 14979 13722 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356045949 1838239744 74047 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14987] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14987/stat : 14987 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356045953 1838239744 74047 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14988] ppid=14977 vsize=1795156 CPUtime=0.29
/proc/14979/task/14988/stat : 14988 (java) S 14977 14979 13722 0 -1 64 577 0 0 0 29 0 0 0 16 0 13 0 356045953 1838239744 74047 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14989] ppid=14977 vsize=1795156 CPUtime=0.44
/proc/14979/task/14989/stat : 14989 (java) S 14977 14979 13722 0 -1 64 1333 0 0 0 43 1 0 0 16 0 13 0 356045953 1838239744 74047 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14990] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14990/stat : 14990 (java) S 14977 14979 13722 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356045953 1838239744 74047 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14991] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14991/stat : 14991 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356045953 1838239744 74047 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14992] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14992/stat : 14992 (java) S 14977 14979 13722 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 356046408 1838239744 74047 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.47
Current children cumulated vsize (KiB) 1795156

[startup+25.5029 s]
/proc/loadavg: 1.00 0.98 0.91 2/90 14992
/proc/meminfo: memFree=1442384/2055920 swapFree=4169404/4192956
[pid=14979] ppid=14977 vsize=1795156 CPUtime=27.32
/proc/14979/stat : 14979 (java) S 14977 14979 13722 0 -1 0 78382 0 1 0 2695 37 0 0 18 0 13 0 356045943 1838239744 74052 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 448789 74052 1324 9 0 446401 0
[pid=14979/tid=14981] ppid=14977 vsize=1795156 CPUtime=23.91
/proc/14979/task/14981/stat : 14981 (java) R 14977 14979 13722 0 -1 64 37705 0 1 0 2373 18 0 0 25 0 13 0 356045945 1838239744 74052 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109625437 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14982] ppid=14977 vsize=1795156 CPUtime=1.29
/proc/14979/task/14982/stat : 14982 (java) S 14977 14979 13722 0 -1 64 20752 0 0 0 121 8 0 0 16 0 13 0 356045946 1838239744 74052 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14983] ppid=14977 vsize=1795156 CPUtime=1.29
/proc/14979/task/14983/stat : 14983 (java) S 14977 14979 13722 0 -1 64 17280 0 0 0 121 8 0 0 16 0 13 0 356045946 1838239744 74052 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14984] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14984/stat : 14984 (java) S 14977 14979 13722 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356045948 1838239744 74052 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14985] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14985/stat : 14985 (java) S 14977 14979 13722 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356045949 1838239744 74052 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=14979] ppid=14977 vsize=1795156 CPUtime=1063.87
/proc/14979/stat : 14979 (java) S 14977 14979 13722 0 -1 0 78392 0 1 0 106340 47 0 0 18 0 13 0 356045943 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 448789 74061 1325 9 0 446401 0
[pid=14979/tid=14981] ppid=14977 vsize=1795156 CPUtime=1060.37
/proc/14979/task/14981/stat : 14981 (java) R 14977 14979 13722 0 -1 64 37707 0 1 0 106009 28 0 0 25 0 13 0 356045945 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109592973 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14982] ppid=14977 vsize=1795156 CPUtime=1.29
/proc/14979/task/14982/stat : 14982 (java) S 14977 14979 13722 0 -1 64 20752 0 0 0 121 8 0 0 16 0 13 0 356045946 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14983] ppid=14977 vsize=1795156 CPUtime=1.29
/proc/14979/task/14983/stat : 14983 (java) S 14977 14979 13722 0 -1 64 17280 0 0 0 121 8 0 0 16 0 13 0 356045946 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14984] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14984/stat : 14984 (java) S 14977 14979 13722 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356045948 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14985] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14985/stat : 14985 (java) S 14977 14979 13722 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356045949 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14986] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14986/stat : 14986 (java) S 14977 14979 13722 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356045949 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14987] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14987/stat : 14987 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14988] ppid=14977 vsize=1795156 CPUtime=0.33
/proc/14979/task/14988/stat : 14988 (java) S 14977 14979 13722 0 -1 64 579 0 0 0 33 0 0 0 16 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14989] ppid=14977 vsize=1795156 CPUtime=0.54
/proc/14979/task/14989/stat : 14989 (java) S 14977 14979 13722 0 -1 64 1344 0 0 0 53 1 0 0 17 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14990] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14990/stat : 14990 (java) S 14977 14979 13722 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14991] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14991/stat : 14991 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14992] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14992/stat : 14992 (java) S 14977 14979 13722 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 356046408 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1063.87
Current children cumulated vsize (KiB) 1795156

[startup+1122.3 s]
/proc/loadavg: 1.00 0.98 0.91 2/90 14994
/proc/meminfo: memFree=1442192/2055920 swapFree=4169404/4192956
[pid=14979] ppid=14977 vsize=1795156 CPUtime=1123.85
/proc/14979/stat : 14979 (java) S 14977 14979 13722 0 -1 0 78392 0 1 0 112338 47 0 0 18 0 13 0 356045943 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 448789 74061 1325 9 0 446401 0
[pid=14979/tid=14981] ppid=14977 vsize=1795156 CPUtime=1120.35
/proc/14979/task/14981/stat : 14981 (java) R 14977 14979 13722 0 -1 64 37707 0 1 0 112007 28 0 0 25 0 13 0 356045945 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109625437 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14982] ppid=14977 vsize=1795156 CPUtime=1.29
/proc/14979/task/14982/stat : 14982 (java) S 14977 14979 13722 0 -1 64 20752 0 0 0 121 8 0 0 16 0 13 0 356045946 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14983] ppid=14977 vsize=1795156 CPUtime=1.29
/proc/14979/task/14983/stat : 14983 (java) S 14977 14979 13722 0 -1 64 17280 0 0 0 121 8 0 0 16 0 13 0 356045946 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14984] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14984/stat : 14984 (java) S 14977 14979 13722 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356045948 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14985] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14985/stat : 14985 (java) S 14977 14979 13722 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356045949 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14986] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14986/stat : 14986 (java) S 14977 14979 13722 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356045949 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14987] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14987/stat : 14987 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14988] ppid=14977 vsize=1795156 CPUtime=0.33
/proc/14979/task/14988/stat : 14988 (java) S 14977 14979 13722 0 -1 64 579 0 0 0 33 0 0 0 16 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14989] ppid=14977 vsize=1795156 CPUtime=0.54
/proc/14979/task/14989/stat : 14989 (java) S 14977 14979 13722 0 -1 64 1344 0 0 0 53 1 0 0 17 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14990] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14990/stat : 14990 (java) S 14977 14979 13722 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14991] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14991/stat : 14991 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14992] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14992/stat : 14992 (java) S 14977 14979 13722 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 356046408 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1123.85
Current children cumulated vsize (KiB) 1795156

[startup+1182.3 s]
/proc/loadavg: 1.00 0.98 0.91 2/90 14994
/proc/meminfo: memFree=1442192/2055920 swapFree=4169404/4192956
[pid=14979] ppid=14977 vsize=1795156 CPUtime=1183.83
/proc/14979/stat : 14979 (java) S 14977 14979 13722 0 -1 0 78392 0 1 0 118335 48 0 0 18 0 13 0 356045943 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 448789 74061 1325 9 0 446401 0
[pid=14979/tid=14981] ppid=14977 vsize=1795156 CPUtime=1180.33
/proc/14979/task/14981/stat : 14981 (java) R 14977 14979 13722 0 -1 64 37707 0 1 0 118004 29 0 0 25 0 13 0 356045945 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109565227 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14982] ppid=14977 vsize=1795156 CPUtime=1.29
/proc/14979/task/14982/stat : 14982 (java) S 14977 14979 13722 0 -1 64 20752 0 0 0 121 8 0 0 16 0 13 0 356045946 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14983] ppid=14977 vsize=1795156 CPUtime=1.29
/proc/14979/task/14983/stat : 14983 (java) S 14977 14979 13722 0 -1 64 17280 0 0 0 121 8 0 0 16 0 13 0 356045946 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14984] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14984/stat : 14984 (java) S 14977 14979 13722 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356045948 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14985] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14985/stat : 14985 (java) S 14977 14979 13722 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356045949 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14986] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14986/stat : 14986 (java) S 14977 14979 13722 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356045949 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14987] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14987/stat : 14987 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14988] ppid=14977 vsize=1795156 CPUtime=0.33
/proc/14979/task/14988/stat : 14988 (java) S 14977 14979 13722 0 -1 64 579 0 0 0 33 0 0 0 16 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14989] ppid=14977 vsize=1795156 CPUtime=0.54
/proc/14979/task/14989/stat : 14989 (java) S 14977 14979 13722 0 -1 64 1344 0 0 0 53 1 0 0 17 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14990] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14990/stat : 14990 (java) S 14977 14979 13722 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14991] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14991/stat : 14991 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14992] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14992/stat : 14992 (java) S 14977 14979 13722 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 356046408 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1183.83
Current children cumulated vsize (KiB) 1795156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.5 s]
/proc/loadavg: 1.00 0.98 0.91 2/90 14994
/proc/meminfo: memFree=1442192/2055920 swapFree=4169404/4192956
[pid=14979] ppid=14977 vsize=1795156 CPUtime=1200.03
/proc/14979/stat : 14979 (java) S 14977 14979 13722 0 -1 0 78392 0 1 0 119955 48 0 0 18 0 13 0 356045943 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 448789 74061 1325 9 0 446401 0
[pid=14979/tid=14981] ppid=14977 vsize=1795156 CPUtime=1196.53
/proc/14979/task/14981/stat : 14981 (java) R 14977 14979 13722 0 -1 64 37707 0 1 0 119624 29 0 0 25 0 13 0 356045945 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109574934 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14982] ppid=14977 vsize=1795156 CPUtime=1.29
/proc/14979/task/14982/stat : 14982 (java) S 14977 14979 13722 0 -1 64 20752 0 0 0 121 8 0 0 16 0 13 0 356045946 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14983] ppid=14977 vsize=1795156 CPUtime=1.29
/proc/14979/task/14983/stat : 14983 (java) S 14977 14979 13722 0 -1 64 17280 0 0 0 121 8 0 0 16 0 13 0 356045946 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14984] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14984/stat : 14984 (java) S 14977 14979 13722 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356045948 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14985] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14985/stat : 14985 (java) S 14977 14979 13722 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356045949 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14986] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14986/stat : 14986 (java) S 14977 14979 13722 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356045949 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14987] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14987/stat : 14987 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14988] ppid=14977 vsize=1795156 CPUtime=0.33
/proc/14979/task/14988/stat : 14988 (java) S 14977 14979 13722 0 -1 64 579 0 0 0 33 0 0 0 16 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14989] ppid=14977 vsize=1795156 CPUtime=0.54
/proc/14979/task/14989/stat : 14989 (java) S 14977 14979 13722 0 -1 64 1344 0 0 0 53 1 0 0 17 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14990] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14990/stat : 14990 (java) S 14977 14979 13722 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14991] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14991/stat : 14991 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14992] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14992/stat : 14992 (java) S 14977 14979 13722 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 356046408 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1795156

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

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

[startup+1198.5 s]
/proc/loadavg: 1.00 0.98 0.91 2/90 14994
/proc/meminfo: memFree=1442192/2055920 swapFree=4169404/4192956
[pid=14979] ppid=14977 vsize=1795156 CPUtime=1200.03
/proc/14979/stat : 14979 (java) S 14977 14979 13722 0 -1 0 78392 0 1 0 119955 48 0 0 18 0 13 0 356045943 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14979/statm: 448789 74061 1325 9 0 446401 0
[pid=14979/tid=14981] ppid=14977 vsize=1795156 CPUtime=1196.53
/proc/14979/task/14981/stat : 14981 (java) R 14977 14979 13722 0 -1 64 37707 0 1 0 119624 29 0 0 25 0 13 0 356045945 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109574934 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14982] ppid=14977 vsize=1795156 CPUtime=1.29
/proc/14979/task/14982/stat : 14982 (java) S 14977 14979 13722 0 -1 64 20752 0 0 0 121 8 0 0 16 0 13 0 356045946 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14983] ppid=14977 vsize=1795156 CPUtime=1.29
/proc/14979/task/14983/stat : 14983 (java) S 14977 14979 13722 0 -1 64 17280 0 0 0 121 8 0 0 16 0 13 0 356045946 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14984] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14984/stat : 14984 (java) S 14977 14979 13722 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356045948 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14985] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14985/stat : 14985 (java) S 14977 14979 13722 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 356045949 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14986] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14986/stat : 14986 (java) S 14977 14979 13722 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 356045949 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14987] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14987/stat : 14987 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14988] ppid=14977 vsize=1795156 CPUtime=0.33
/proc/14979/task/14988/stat : 14988 (java) S 14977 14979 13722 0 -1 64 579 0 0 0 33 0 0 0 16 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14989] ppid=14977 vsize=1795156 CPUtime=0.54
/proc/14979/task/14989/stat : 14989 (java) S 14977 14979 13722 0 -1 64 1344 0 0 0 53 1 0 0 17 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14990] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14990/stat : 14990 (java) S 14977 14979 13722 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14979/tid=14991] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14991/stat : 14991 (java) S 14977 14979 13722 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 356045953 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14979/tid=14992] ppid=14977 vsize=1795156 CPUtime=0
/proc/14979/task/14992/stat : 14992 (java) S 14977 14979 13722 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 356046408 1838239744 74061 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1795156

Child status: 143
Real time (s): 1198.61
CPU time (s): 1200.15
CPU user time (s): 1199.62
CPU system time (s): 0.529919
CPU usage (%): 100.128
Max. virtual memory (cumulated for all children) (KiB): 1796092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.62
system time used= 0.529919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78412
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= 24665
involuntary context switches= 24990

runsolver used 1.10683 second user time and 3.2815 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Thu Mar  8 13:35:19 UTC 2007

IDJOB= 331903
IDBENCH= 20498
IDSOLVER= 141
FILE ID= node19/331903-1173360917

PBS_JOBID= 4045302

Free space on /tmp= 66499 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-c10nidw_s.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331903-1173360917/sat4j-sat2007.jar /tmp/evaluation/331903-1173360917/instance-331903-1173360917.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-331903-1173360917 -o ROOT/results/node19/solver-331903-1173360917 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331903-1173360917/sat4j-sat2007.jar /tmp/evaluation/331903-1173360917/instance-331903-1173360917.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  7989bb134c6f50cb418407e85e733980

RANDOM SEED= 481291483

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.214
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.214
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:       1734096 kB
Buffers:         38544 kB
Cached:         204032 kB
SwapCached:       2360 kB
Active:         166360 kB
Inactive:        99476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734096 kB
SwapTotal:     4192956 kB
SwapFree:      4169404 kB
Dirty:           23304 kB
Writeback:           0 kB
Mapped:          30616 kB
Slab:            41520 kB
Committed_AS:  1379024 kB
PageTables:       1760 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= 66499 MiB

End job on node19 on Thu Mar  8 13:55:20 UTC 2007