Trace number 331849

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 923.567 923.479

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.9.unsat.cnf
MD5SUM738c5d916b76338511b77dbd47cdbc16
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.0327
Satisfiable
(Un)Satisfiability was proved
Number of variables892
Number of clauses3006
Sum of the clauses size7828
Maximum clause length17
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 21283
Number of clauses of size 31676
Number of clauses of size 418
Number of clauses of size 516
Number of clauses of size over 510

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.15	c version SAT COMPETITION 2007
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/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/331849-1173358388/instance-331849-1173358388.cnf
0.20/0.20	c reading problem ... 
0.34/0.30	c ... done. Wall clock time 0.101s.
0.34/0.30	c CPU time (experimental) 0.23s.
0.34/0.30	c #vars     892
0.34/0.30	c #constraints  3003
923.49/923.44	c starts		: 18
923.49/923.44	c conflicts		: 255147
923.49/923.44	c decisions		: 272321
923.49/923.44	c propagations		: 53485047
923.49/923.44	c inspects		: 2545447501
923.49/923.44	c learnt literals	: 20
923.49/923.44	c learnt binary clauses	: 247
923.49/923.44	c learnt ternary clauses	: 816
923.49/923.44	c learnt clauses	: 253632
923.49/923.44	c root simplifications	: 0
923.49/923.44	c removed literals (reason simplification)	: 15744398
923.49/923.44	c reason swapping (by a shorter reason)	: 0
923.49/923.44	c Calls to reduceDB	: 0
923.49/923.44	c speed (decisions/second)	: 294.99361961648367
923.49/923.44	c non guided choices	11
923.49/923.44	s UNSATISFIABLE
923.49/923.44	c Total wall clock time (in seconds) : 923.246
923.49/923.45	c Total CPU time (experimental, in seconds) : 922.77

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node12/watcher-331849-1173358388 -o ROOT/results/node12/solver-331849-1173358388 -C 1200 -W 2400 -M 1800 --output-limit 1,15 java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331849-1173358388/sat4j-sat2007.jar /tmp/evaluation/331849-1173358388/instance-331849-1173358388.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.99 0.98 0.99 3/77 6980
/proc/meminfo: memFree=1813616/2055920 swapFree=4156588/4192956
[pid=6980] ppid=6978 vsize=324 CPUtime=0
/proc/6980/stat : 6980 (java6) R 6978 6980 5965 0 -1 0 60 0 0 0 0 0 0 0 18 0 1 0 355793212 331776 44 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 9696036 0 0 4096 0 0 0 0 17 1 0 0
/proc/6980/statm: 81 44 33 9 0 6 0

[startup+0.0641779 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 6980
/proc/meminfo: memFree=1813616/2055920 swapFree=4156588/4192956
[pid=6980] ppid=6978 vsize=1777708 CPUtime=0.05
/proc/6980/stat : 6980 (java) S 6978 6980 5965 0 -1 0 3655 0 1 0 3 2 0 0 18 0 7 0 355793212 1820372992 3398 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/6980/statm: 444427 3398 1078 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101184 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 6980
/proc/meminfo: memFree=1813616/2055920 swapFree=4156588/4192956
[pid=6980] ppid=6978 vsize=1780108 CPUtime=0.09
/proc/6980/stat : 6980 (java) S 6978 6980 5965 0 -1 0 3975 0 1 0 6 3 0 0 18 0 12 0 355793212 1822830592 3717 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6980/statm: 445027 3717 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301219 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 6980
/proc/meminfo: memFree=1813616/2055920 swapFree=4156588/4192956
[pid=6980] ppid=6978 vsize=1782252 CPUtime=0.34
/proc/6980/stat : 6980 (java) S 6978 6980 5965 0 -1 0 5226 0 1 0 30 4 0 0 18 0 12 0 355793212 1825026048 4941 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6980/statm: 445563 4941 1286 9 0 443175 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1782252

[startup+0.701288 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 6980
/proc/meminfo: memFree=1813616/2055920 swapFree=4156588/4192956
[pid=6980] ppid=6978 vsize=1787228 CPUtime=1
/proc/6980/stat : 6980 (java) S 6978 6980 5965 0 -1 0 7368 0 1 0 95 5 0 0 18 0 13 0 355793212 1830121472 6089 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6980/statm: 446807 6089 1308 9 0 444419 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1787228

[startup+1.50243 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 6993
/proc/meminfo: memFree=1793800/2055920 swapFree=4156588/4192956
[pid=6980] ppid=6978 vsize=1787228 CPUtime=1.84
/proc/6980/stat : 6980 (java) S 6978 6980 5965 0 -1 0 7581 0 1 0 179 5 0 0 18 0 13 0 355793212 1830121472 6301 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6980/statm: 446807 6301 1308 9 0 444419 0
[pid=6980/tid=6982] ppid=6978 vsize=1787228 CPUtime=1.26
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5965 0 -1 64 4247 0 1 0 123 3 0 0 20 0 13 0 355793214 1830121472 6301 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109515444 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1787228 CPUtime=0
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5965 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355793215 1830121472 6301 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1787228 CPUtime=0
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355793215 1830121472 6301 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6985] ppid=6978 vsize=1787228 CPUtime=0
/proc/6980/task/6985/stat : 6985 (java) S 6978 6980 5965 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355793217 1830121472 6301 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6986] ppid=6978 vsize=1787228 CPUtime=0
/proc/6980/task/6986/stat : 6986 (java) S 6978 6980 5965 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355793218 1830121472 6301 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6987] ppid=6978 vsize=1787228 CPUtime=0
/proc/6980/task/6987/stat : 6987 (java) S 6978 6980 5965 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 355793218 1830121472 6301 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6988] ppid=6978 vsize=1787228 CPUtime=0
/proc/6980/task/6988/stat : 6988 (java) S 6978 6980 5965 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355793222 1830121472 6301 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6989] ppid=6978 vsize=1787228 CPUtime=0.31
/proc/6980/task/6989/stat : 6989 (java) S 6978 6980 5965 0 -1 64 1732 0 0 0 31 0 0 0 15 0 13 0 355793222 1830121472 6301 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6990] ppid=6978 vsize=1787228 CPUtime=0.24
/proc/6980/task/6990/stat : 6990 (java) S 6978 6980 5965 0 -1 64 878 0 0 0 24 0 0 0 16 0 13 0 355793222 1830121472 6301 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6991] ppid=6978 vsize=1787228 CPUtime=0
/proc/6980/task/6991/stat : 6991 (java) S 6978 6980 5965 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355793222 1830121472 6301 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6992] ppid=6978 vsize=1787228 CPUtime=0
/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355793222 1830121472 6301 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1787228 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5965 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 355793243 1830121472 6301 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 1787228

[startup+3.10172 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 6993
/proc/meminfo: memFree=1792648/2055920 swapFree=4156588/4192956
[pid=6980] ppid=6978 vsize=1787260 CPUtime=3.54
/proc/6980/stat : 6980 (java) S 6978 6980 5965 0 -1 0 8302 0 1 0 348 6 0 0 18 0 13 0 355793212 1830154240 6670 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6980/statm: 446815 6670 1312 9 0 444427 0
[pid=6980/tid=6982] ppid=6978 vsize=1787260 CPUtime=2.85
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5965 0 -1 64 4587 0 1 0 282 3 0 0 17 0 13 0 355793214 1830154240 6670 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109551543 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5965 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355793215 1830154240 6670 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355793215 1830154240 6670 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6985] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6985/stat : 6985 (java) S 6978 6980 5965 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355793217 1830154240 6670 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6986] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6986/stat : 6986 (java) S 6978 6980 5965 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355793218 1830154240 6670 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6987] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6987/stat : 6987 (java) S 6978 6980 5965 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 355793218 1830154240 6670 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6988] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6988/stat : 6988 (java) S 6978 6980 5965 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355793222 1830154240 6670 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6989] ppid=6978 vsize=1787260 CPUtime=0.34
/proc/6980/task/6989/stat : 6989 (java) S 6978 6980 5965 0 -1 64 1738 0 0 0 34 0 0 0 15 0 13 0 355793222 1830154240 6670 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6990] ppid=6978 vsize=1787260 CPUtime=0.3
/proc/6980/task/6990/stat : 6990 (java) S 6978 6980 5965 0 -1 64 1253 0 0 0 30 0 0 0 16 0 13 0 355793222 1830154240 6670 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6991] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6991/stat : 6991 (java) S 6978 6980 5965 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355793222 1830154240 6670 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6992] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355793222 1830154240 6670 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5965 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 355793243 1830154240 6670 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 1787260

[startup+6.30229 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 6993
/proc/meminfo: memFree=1789960/2055920 swapFree=4156588/4192956
[pid=6980] ppid=6978 vsize=1787260 CPUtime=6.8
/proc/6980/stat : 6980 (java) S 6978 6980 5965 0 -1 0 8816 0 1 0 674 6 0 0 18 0 13 0 355793212 1830154240 7150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6980/statm: 446815 7150 1312 9 0 444427 0
[pid=6980/tid=6982] ppid=6978 vsize=1787260 CPUtime=6.05
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5965 0 -1 64 5097 0 1 0 602 3 0 0 25 0 13 0 355793214 1830154240 7150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109565441 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5965 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355793215 1830154240 7150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355793215 1830154240 7150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6985] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6985/stat : 6985 (java) S 6978 6980 5965 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355793217 1830154240 7150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6986] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6986/stat : 6986 (java) S 6978 6980 5965 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355793218 1830154240 7150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6987] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6987/stat : 6987 (java) S 6978 6980 5965 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 355793218 1830154240 7150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6988] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6988/stat : 6988 (java) S 6978 6980 5965 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355793222 1830154240 7150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6989] ppid=6978 vsize=1787260 CPUtime=0.37
/proc/6980/task/6989/stat : 6989 (java) S 6978 6980 5965 0 -1 64 1741 0 0 0 37 0 0 0 16 0 13 0 355793222 1830154240 7150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6990] ppid=6978 vsize=1787260 CPUtime=0.33
/proc/6980/task/6990/stat : 6990 (java) S 6978 6980 5965 0 -1 64 1254 0 0 0 33 0 0 0 16 0 13 0 355793222 1830154240 7150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6991] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6991/stat : 6991 (java) S 6978 6980 5965 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355793222 1830154240 7150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6992] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355793222 1830154240 7150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5965 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 355793243 1830154240 7150 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 1787260

[startup+12.7024 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 6993
/proc/meminfo: memFree=1786640/2055920 swapFree=4156588/4192956
[pid=6980] ppid=6978 vsize=1787260 CPUtime=13.2
/proc/6980/stat : 6980 (java) S 6978 6980 5965 0 -1 0 9596 0 1 0 1313 7 0 0 18 0 13 0 355793212 1830154240 7930 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6980/statm: 446815 7930 1312 9 0 444427 0
[pid=6980/tid=6982] ppid=6978 vsize=1787260 CPUtime=12.45
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5965 0 -1 64 5877 0 1 0 1241 4 0 0 25 0 13 0 355793214 1830154240 7930 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109562187 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5965 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355793215 1830154240 7930 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355793215 1830154240 7930 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6985] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6985/stat : 6985 (java) S 6978 6980 5965 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355793217 1830154240 7930 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6986] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6986/stat : 6986 (java) S 6978 6980 5965 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355793218 1830154240 7930 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6987] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6987/stat : 6987 (java) S 6978 6980 5965 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 355793218 1830154240 7930 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6988] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6988/stat : 6988 (java) S 6978 6980 5965 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355793222 1830154240 7930 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6989] ppid=6978 vsize=1787260 CPUtime=0.37
/proc/6980/task/6989/stat : 6989 (java) S 6978 6980 5965 0 -1 64 1741 0 0 0 37 0 0 0 16 0 13 0 355793222 1830154240 7930 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6990] ppid=6978 vsize=1787260 CPUtime=0.33
/proc/6980/task/6990/stat : 6990 (java) S 6978 6980 5965 0 -1 64 1254 0 0 0 33 0 0 0 16 0 13 0 355793222 1830154240 7930 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6991] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6991/stat : 6991 (java) S 6978 6980 5965 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355793222 1830154240 7930 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6992] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355793222 1830154240 7930 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5965 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 355793243 1830154240 7930 18446744073709551615 134512640 134550740 4294956400 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) 1787260

[startup+25.5027 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 6993
/proc/meminfo: memFree=1783120/2055920 swapFree=4156588/4192956
[pid=6980] ppid=6978 vsize=1787260 CPUtime=25.99
/proc/6980/stat : 6980 (java) S 6978 6980 5965 0 -1 0 10414 0 1 0 2591 8 0 0 18 0 13 0 355793212 1830154240 8748 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6980/statm: 446815 8748 1312 9 0 444427 0
[pid=6980/tid=6982] ppid=6978 vsize=1787260 CPUtime=25.25
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5965 0 -1 64 6695 0 1 0 2520 5 0 0 25 0 13 0 355793214 1830154240 8748 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109564098 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5965 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355793215 1830154240 8748 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1787260 CPUtime=0
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355793215 1830154240 8748 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355793222 1829167104 23976 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5965 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 355793243 1829167104 23976 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 918.39
Current children cumulated vsize (KiB) 1786296

[startup+921.503 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 7191
/proc/meminfo: memFree=1721552/2055920 swapFree=4156588/4192956
[pid=6980] ppid=6978 vsize=1786296 CPUtime=921.59
/proc/6980/stat : 6980 (java) S 6978 6980 5965 0 -1 0 25878 0 1 0 92127 32 0 0 18 0 13 0 355793212 1829167104 23990 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6980/statm: 446574 23990 1312 9 0 444186 0
[pid=6980/tid=6982] ppid=6978 vsize=1786296 CPUtime=920.83
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5965 0 -1 64 22158 0 1 0 92053 30 0 0 25 0 13 0 355793214 1829167104 23990 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109565502 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5965 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355793215 1829167104 23990 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355793215 1829167104 23990 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6985] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6985/stat : 6985 (java) S 6978 6980 5965 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355793217 1829167104 23990 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6986] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6986/stat : 6986 (java) S 6978 6980 5965 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355793218 1829167104 23990 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6987] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6987/stat : 6987 (java) S 6978 6980 5965 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 355793218 1829167104 23990 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6988] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6988/stat : 6988 (java) S 6978 6980 5965 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355793222 1829167104 23990 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6989] ppid=6978 vsize=1786296 CPUtime=0.38
/proc/6980/task/6989/stat : 6989 (java) S 6978 6980 5965 0 -1 64 1741 0 0 0 38 0 0 0 16 0 13 0 355793222 1829167104 23990 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6990] ppid=6978 vsize=1786296 CPUtime=0.35
/proc/6980/task/6990/stat : 6990 (java) S 6978 6980 5965 0 -1 64 1255 0 0 0 35 0 0 0 17 0 13 0 355793222 1829167104 23990 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6991] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6991/stat : 6991 (java) S 6978 6980 5965 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355793222 1829167104 23990 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6992] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355793222 1829167104 23990 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5965 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 355793243 1829167104 23990 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 921.59
Current children cumulated vsize (KiB) 1786296

[startup+922.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 7191
/proc/meminfo: memFree=1721488/2055920 swapFree=4156588/4192956
[pid=6980] ppid=6978 vsize=1786296 CPUtime=922.39
/proc/6980/stat : 6980 (java) S 6978 6980 5965 0 -1 0 25880 0 1 0 92207 32 0 0 18 0 13 0 355793212 1829167104 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6980/statm: 446574 23992 1312 9 0 444186 0
[pid=6980/tid=6982] ppid=6978 vsize=1786296 CPUtime=921.63
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5965 0 -1 64 22160 0 1 0 92133 30 0 0 25 0 13 0 355793214 1829167104 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109562187 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5965 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355793215 1829167104 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355793215 1829167104 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6985] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6985/stat : 6985 (java) S 6978 6980 5965 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355793217 1829167104 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6986] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6986/stat : 6986 (java) S 6978 6980 5965 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355793218 1829167104 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6987] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6987/stat : 6987 (java) S 6978 6980 5965 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 355793218 1829167104 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6988] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6988/stat : 6988 (java) S 6978 6980 5965 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355793222 1829167104 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6989] ppid=6978 vsize=1786296 CPUtime=0.38
/proc/6980/task/6989/stat : 6989 (java) S 6978 6980 5965 0 -1 64 1741 0 0 0 38 0 0 0 16 0 13 0 355793222 1829167104 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6990] ppid=6978 vsize=1786296 CPUtime=0.35
/proc/6980/task/6990/stat : 6990 (java) S 6978 6980 5965 0 -1 64 1255 0 0 0 35 0 0 0 17 0 13 0 355793222 1829167104 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6991] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6991/stat : 6991 (java) S 6978 6980 5965 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355793222 1829167104 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6992] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355793222 1829167104 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5965 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 355793243 1829167104 23992 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 922.39
Current children cumulated vsize (KiB) 1786296

[startup+923.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 7191
/proc/meminfo: memFree=1721488/2055920 swapFree=4156588/4192956
[pid=6980] ppid=6978 vsize=1786296 CPUtime=923.19
/proc/6980/stat : 6980 (java) S 6978 6980 5965 0 -1 0 25885 0 1 0 92287 32 0 0 18 0 13 0 355793212 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6980/statm: 446574 23997 1312 9 0 444186 0
[pid=6980/tid=6982] ppid=6978 vsize=1786296 CPUtime=922.43
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5965 0 -1 64 22165 0 1 0 92213 30 0 0 25 0 13 0 355793214 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109564098 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5965 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355793215 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355793215 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6985] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6985/stat : 6985 (java) S 6978 6980 5965 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355793217 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6986] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6986/stat : 6986 (java) S 6978 6980 5965 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355793218 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6987] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6987/stat : 6987 (java) S 6978 6980 5965 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 355793218 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6988] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6988/stat : 6988 (java) S 6978 6980 5965 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355793222 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6989] ppid=6978 vsize=1786296 CPUtime=0.38
/proc/6980/task/6989/stat : 6989 (java) S 6978 6980 5965 0 -1 64 1741 0 0 0 38 0 0 0 16 0 13 0 355793222 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6990] ppid=6978 vsize=1786296 CPUtime=0.35
/proc/6980/task/6990/stat : 6990 (java) S 6978 6980 5965 0 -1 64 1255 0 0 0 35 0 0 0 17 0 13 0 355793222 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6991] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6991/stat : 6991 (java) S 6978 6980 5965 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355793222 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6992] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355793222 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5965 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 355793243 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 923.19
Current children cumulated vsize (KiB) 1786296

[startup+923.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 7191
/proc/meminfo: memFree=1721488/2055920 swapFree=4156588/4192956
[pid=6980] ppid=6978 vsize=1786296 CPUtime=923.39
/proc/6980/stat : 6980 (java) S 6978 6980 5965 0 -1 0 25885 0 1 0 92307 32 0 0 18 0 13 0 355793212 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6980/statm: 446574 23997 1312 9 0 444186 0
[pid=6980/tid=6982] ppid=6978 vsize=1786296 CPUtime=922.63
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5965 0 -1 64 22165 0 1 0 92233 30 0 0 25 0 13 0 355793214 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109562228 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5965 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355793215 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355793215 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6985] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6985/stat : 6985 (java) S 6978 6980 5965 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355793217 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6986] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6986/stat : 6986 (java) S 6978 6980 5965 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355793218 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6987] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6987/stat : 6987 (java) S 6978 6980 5965 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 355793218 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6988] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6988/stat : 6988 (java) S 6978 6980 5965 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355793222 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6989] ppid=6978 vsize=1786296 CPUtime=0.38
/proc/6980/task/6989/stat : 6989 (java) S 6978 6980 5965 0 -1 64 1741 0 0 0 38 0 0 0 16 0 13 0 355793222 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6990] ppid=6978 vsize=1786296 CPUtime=0.35
/proc/6980/task/6990/stat : 6990 (java) S 6978 6980 5965 0 -1 64 1255 0 0 0 35 0 0 0 17 0 13 0 355793222 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6991] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6991/stat : 6991 (java) S 6978 6980 5965 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355793222 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6992] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355793222 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5965 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 355793243 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 923.39
Current children cumulated vsize (KiB) 1786296

[startup+923.401 s]
/proc/loadavg: 0.99 0.98 0.99 2/90 7191
/proc/meminfo: memFree=1721488/2055920 swapFree=4156588/4192956
[pid=6980] ppid=6978 vsize=1786296 CPUtime=923.49
/proc/6980/stat : 6980 (java) S 6978 6980 5965 0 -1 0 25885 0 1 0 92317 32 0 0 18 0 13 0 355793212 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6980/statm: 446574 23997 1312 9 0 444186 0
[pid=6980/tid=6982] ppid=6978 vsize=1786296 CPUtime=922.73
/proc/6980/task/6982/stat : 6982 (java) R 6978 6980 5965 0 -1 64 22165 0 1 0 92243 30 0 0 25 0 13 0 355793214 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4109565428 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6983] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6983/stat : 6983 (java) S 6978 6980 5965 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 355793215 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6984] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6984/stat : 6984 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 355793215 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6985] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6985/stat : 6985 (java) S 6978 6980 5965 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 355793217 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6986] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6986/stat : 6986 (java) S 6978 6980 5965 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 355793218 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6987] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6987/stat : 6987 (java) S 6978 6980 5965 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 355793218 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6988] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6988/stat : 6988 (java) S 6978 6980 5965 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 355793222 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6989] ppid=6978 vsize=1786296 CPUtime=0.38
/proc/6980/task/6989/stat : 6989 (java) S 6978 6980 5965 0 -1 64 1741 0 0 0 38 0 0 0 16 0 13 0 355793222 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6990] ppid=6978 vsize=1786296 CPUtime=0.35
/proc/6980/task/6990/stat : 6990 (java) S 6978 6980 5965 0 -1 64 1255 0 0 0 35 0 0 0 17 0 13 0 355793222 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6991] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6991/stat : 6991 (java) S 6978 6980 5965 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 355793222 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6980/tid=6992] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6992/stat : 6992 (java) S 6978 6980 5965 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 355793222 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6980/tid=6993] ppid=6978 vsize=1786296 CPUtime=0
/proc/6980/task/6993/stat : 6993 (java) S 6978 6980 5965 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 355793243 1829167104 23997 18446744073709551615 134512640 134550740 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 923.49
Current children cumulated vsize (KiB) 1786296

Child status: 20
Real time (s): 923.479
CPU time (s): 923.567
CPU user time (s): 923.222
CPU system time (s): 0.344947
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 1787924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 923.222
system time used= 0.344947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25898
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= 19013
involuntary context switches= 29578

runsolver used 0.826874 second user time and 2.6306 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Thu Mar  8 12:53:08 UTC 2007

IDJOB= 331849
IDBENCH= 20471
IDSOLVER= 141
FILE ID= node12/331849-1173358388

PBS_JOBID= 4045309

Free space on /tmp= 66403 MiB

SOLVER NAME= SAT4J  JVM PARAM CHANGED SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/jarvisalo/eq.atree.braun.9.unsat.cnf
COMMAND LINE= java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331849-1173358388/sat4j-sat2007.jar /tmp/evaluation/331849-1173358388/instance-331849-1173358388.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-331849-1173358388 -o ROOT/results/node12/solver-331849-1173358388 -C 1200 -W 2400 -M 1800 --output-limit 1,15  java6 -server -Xmx1600m -Xms1600m -jar /tmp/evaluation/331849-1173358388/sat4j-sat2007.jar /tmp/evaluation/331849-1173358388/instance-331849-1173358388.cnf            

META MD5SUM SOLVER= fd7c3100383641221a90b938607cc598
MD5SUM BENCH=  738c5d916b76338511b77dbd47cdbc16

RANDOM SEED= 676138396

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.285
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.285
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:       1813960 kB
Buffers:         36292 kB
Cached:         132824 kB
SwapCached:      15164 kB
Active:         109508 kB
Inactive:        83284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1813960 kB
SwapTotal:     4192956 kB
SwapFree:      4156588 kB
Dirty:            1304 kB
Writeback:           0 kB
Mapped:          30216 kB
Slab:            34772 kB
Committed_AS:  1593776 kB
PageTables:       1696 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= 66403 MiB

End job on node12 on Thu Mar  8 13:08:31 UTC 2007