Trace number 218351

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
SAT4JCSP-CACHED 1.7 RC BF3? (TO) 1800.2 1803.72

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-31_ext.xml
MD5SUMa1ad4c44e3760e6812341f6b050e1fbe
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark90.6092
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.18	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.18	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.19	c version CSP COMPETITION BUGFIX 3 CACHED
0.19	c sun.arch.data.model	32
0.19	c java.version	1.5.0_10
0.19	c os.name	Linux
0.19	c os.version	2.6.9-22.EL.rootsmp
0.19	c os.arch	i386
0.19	c Free memory 722620888
0.19	c Max memory 723845120
0.19	c Total memory 723845120
0.19	c Number of processors 2
0.28	c --- Begin Solver configuration ---
0.28	c Stops conflict analysis at the first Unique Implication Point
0.28	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.28	c Learn all clauses as in MiniSAT
0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28	c VSIDS like heuristics from MiniSAT using a heap
0.28	c No reason simplification
0.28	c --- End Solver configuration ---
0.28	c solving /tmp/evaluation/218351-1168252184/unknown.xml
0.28	c reading problem ... 
0.56	c reading problem named ?
0.56	c reading domains done.
0.57	c reading variables
c reading variables (20) done.
0.61	c reading relations
c reading relations (59) done.
2.21	c reading constraints
c reading constraints done.
2.89	c ... done. Wall clock time 2.611s.
2.90	c CPU time (experimental) 1.72s.
2.90	c #vars     400
2.90	c #constraints  300196
1803.61	c starts		: 20
1803.61	c conflicts		: 618103
1803.61	c decisions		: 974433
1803.61	c propagations		: 27008191
1803.61	c inspects		: 3986292651
1803.61	c learnt literals	: 0
1803.61	c learnt binary clauses	: 0
1803.61	c learnt ternary clauses	: 668
1803.61	c learnt clauses	: 618094
1803.61	c root simplifications	: 0
1803.61	c removed literals (reason simplification)	: 0
1803.61	c reason swapping (by a shorter reason)	: 0
1803.61	c Calls to reduceDB	: 0
1803.61	c speed (decisions/second)	: 541.1373161630976
1803.61	c non guided choices	139
1803.61	s UNKNOWN
1803.61	c Total wall clock time (in seconds) : 1803.327
1803.61	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node51/watcher-218351-1168252184 -o ROOT/results/node51/solver-218351-1168252184 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/218351-1168252184/sat4jCSP-bf3-cached.jar /tmp/evaluation/218351-1168252184/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.93 1.95 1.67 2/82 16798
/proc/meminfo: memFree=1333584/2055920 swapFree=4192812/4192956
[pid=16797] ppid=16795 vsize=18540 CPUtime=0
/proc/16797/stat : 16797 (runsolver) D 16795 16797 16503 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 173616957 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 235371293991 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/16797/statm: 4635 279 244 17 0 2626 0

[startup+0.10177 s]
/proc/loadavg: 1.93 1.95 1.67 2/82 16798
/proc/meminfo: memFree=1333584/2055920 swapFree=4192812/4192956
[pid=16797] ppid=16795 vsize=897120 CPUtime=0.06
/proc/16797/stat : 16797 (java) R 16795 16797 16503 0 -1 0 3006 0 1 0 5 1 0 0 16 0 6 0 173616957 918650880 2766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154210105 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/16797/statm: 224280 2766 1435 14 0 211300 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 897120

[startup+0.509838 s]
/proc/loadavg: 1.93 1.95 1.67 2/82 16798
/proc/meminfo: memFree=1333584/2055920 swapFree=4192812/4192956
[pid=16797] ppid=16795 vsize=905236 CPUtime=0.45
/proc/16797/stat : 16797 (java) R 16795 16797 16503 0 -1 0 5712 0 1 0 42 3 0 0 19 0 12 0 173616957 926961664 5307 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4160643169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16797/statm: 226309 5307 2215 14 0 212746 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 905236

[startup+1.33098 s]
/proc/loadavg: 1.93 1.95 1.67 3/93 16809
/proc/meminfo: memFree=1315256/2055920 swapFree=4192812/4192956
[pid=16797] ppid=16795 vsize=906772 CPUtime=1.28
/proc/16797/stat : 16797 (java) R 16795 16797 16503 0 -1 0 8410 0 1 0 122 6 0 0 21 0 12 0 173616957 928534528 7604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16797/statm: 226693 7604 2325 14 0 213130 0
[pid=16797/tid=16799] ppid=16795 vsize=906772 CPUtime=0
/proc/16797/task/16799/stat : 16799 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 173616963 928534528 7604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16800] ppid=16795 vsize=906772 CPUtime=0
/proc/16797/task/16800/stat : 16800 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 173616963 928534528 7604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16801] ppid=16795 vsize=906772 CPUtime=0
/proc/16797/task/16801/stat : 16801 (java) S 16795 16797 16503 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 173616966 928534528 7604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16802] ppid=16795 vsize=906772 CPUtime=0
/proc/16797/task/16802/stat : 16802 (java) S 16795 16797 16503 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 173616966 928534528 7604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16803] ppid=16795 vsize=906772 CPUtime=0
/proc/16797/task/16803/stat : 16803 (java) S 16795 16797 16503 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 173616966 928534528 7604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16804] ppid=16795 vsize=906772 CPUtime=0
/proc/16797/task/16804/stat : 16804 (java) S 16795 16797 16503 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 173616970 928534528 7604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16805] ppid=16795 vsize=906772 CPUtime=0
/proc/16797/task/16805/stat : 16805 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 173616970 928534528 7604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16806] ppid=16795 vsize=906772 CPUtime=0.26
/proc/16797/task/16806/stat : 16806 (java) R 16795 16797 16503 0 -1 64 297 0 0 0 26 0 0 0 16 0 12 0 173616970 928534528 7604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154391534 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16807] ppid=16795 vsize=906772 CPUtime=0.41
/proc/16797/task/16807/stat : 16807 (java) S 16795 16797 16503 0 -1 64 1427 0 0 0 41 0 0 0 16 0 12 0 173616970 928534528 7604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16808] ppid=16795 vsize=906772 CPUtime=0
/proc/16797/task/16808/stat : 16808 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 173616970 928534528 7604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16809] ppid=16795 vsize=906772 CPUtime=0
/proc/16797/task/16809/stat : 16809 (java) S 16795 16797 16503 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 173616970 928534528 7604 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 906772

[startup+3.00126 s]
/proc/loadavg: 1.93 1.95 1.67 4/93 16809
/proc/meminfo: memFree=1253368/2055920 swapFree=4192812/4192956
[pid=16797] ppid=16795 vsize=907288 CPUtime=2.98
/proc/16797/stat : 16797 (java) R 16795 16797 16503 0 -1 0 26869 0 1 0 285 13 0 0 25 0 13 0 173616957 929062912 25788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053814745 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16797/statm: 226822 25788 2343 14 0 213259 0
[pid=16797/tid=16799] ppid=16795 vsize=907288 CPUtime=0.09
/proc/16797/task/16799/stat : 16799 (java) S 16795 16797 16503 0 -1 64 2966 0 0 0 9 0 0 0 16 0 13 0 173616963 929062912 25788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16800] ppid=16795 vsize=907288 CPUtime=0.09
/proc/16797/task/16800/stat : 16800 (java) S 16795 16797 16503 0 -1 64 2472 0 0 0 8 1 0 0 16 0 13 0 173616963 929062912 25788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16801] ppid=16795 vsize=907288 CPUtime=0
/proc/16797/task/16801/stat : 16801 (java) S 16795 16797 16503 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 173616966 929062912 25788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16802] ppid=16795 vsize=907288 CPUtime=0
/proc/16797/task/16802/stat : 16802 (java) S 16795 16797 16503 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173616966 929062912 25788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16803] ppid=16795 vsize=907288 CPUtime=0
/proc/16797/task/16803/stat : 16803 (java) S 16795 16797 16503 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173616966 929062912 25788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16804] ppid=16795 vsize=907288 CPUtime=0
/proc/16797/task/16804/stat : 16804 (java) S 16795 16797 16503 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 173616970 929062912 25788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16805] ppid=16795 vsize=907288 CPUtime=0
/proc/16797/task/16805/stat : 16805 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173616970 929062912 25788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16806] ppid=16795 vsize=907288 CPUtime=0.43
/proc/16797/task/16806/stat : 16806 (java) S 16795 16797 16503 0 -1 64 313 0 0 0 43 0 0 0 16 0 13 0 173616970 929062912 25788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16807] ppid=16795 vsize=907288 CPUtime=0.56
/proc/16797/task/16807/stat : 16807 (java) S 16795 16797 16503 0 -1 64 1443 0 0 0 56 0 0 0 16 0 13 0 173616970 929062912 25788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16808] ppid=16795 vsize=907288 CPUtime=0
/proc/16797/task/16808/stat : 16808 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 173616970 929062912 25788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16809] ppid=16795 vsize=907288 CPUtime=0
/proc/16797/task/16809/stat : 16809 (java) S 16795 16797 16503 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173616970 929062912 25788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 907288

[startup+6.20562 s]
/proc/loadavg: 2.02 1.97 1.68 3/94 16810
/proc/meminfo: memFree=1239096/2055920 swapFree=4192812/4192956
[pid=16797] ppid=16795 vsize=907048 CPUtime=6.17
/proc/16797/stat : 16797 (java) R 16795 16797 16503 0 -1 0 26925 0 1 0 604 13 0 0 25 0 13 0 173616957 928817152 25781 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054315228 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16797/statm: 226762 25781 2355 14 0 213199 0
[pid=16797/tid=16799] ppid=16795 vsize=907048 CPUtime=0.09
/proc/16797/task/16799/stat : 16799 (java) S 16795 16797 16503 0 -1 64 2966 0 0 0 9 0 0 0 16 0 13 0 173616963 928817152 25781 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16800] ppid=16795 vsize=907048 CPUtime=0.09
/proc/16797/task/16800/stat : 16800 (java) S 16795 16797 16503 0 -1 64 2472 0 0 0 8 1 0 0 16 0 13 0 173616963 928817152 25781 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16801] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16801/stat : 16801 (java) S 16795 16797 16503 0 -1 64 21 0 0 0 0 0 0 0 17 0 13 0 173616966 928817152 25781 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16802] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16802/stat : 16802 (java) S 16795 16797 16503 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173616966 928817152 25781 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16803] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16803/stat : 16803 (java) S 16795 16797 16503 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173616966 928817152 25781 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16804] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16804/stat : 16804 (java) S 16795 16797 16503 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 173616970 928817152 25781 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16805] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16805/stat : 16805 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173616970 928817152 25781 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16806] ppid=16795 vsize=907048 CPUtime=0.7
/proc/16797/task/16806/stat : 16806 (java) S 16795 16797 16503 0 -1 64 347 0 0 0 70 0 0 0 16 0 13 0 173616970 928817152 25781 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16807] ppid=16795 vsize=907048 CPUtime=0.72
/proc/16797/task/16807/stat : 16807 (java) S 16795 16797 16503 0 -1 64 1457 0 0 0 72 0 0 0 16 0 13 0 173616970 928817152 25781 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16808] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16808/stat : 16808 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 173616970 928817152 25781 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16809] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16809/stat : 16809 (java) S 16795 16797 16503 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173616970 928817152 25781 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16797/tid=16810] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16810/stat : 16810 (java) S 16795 16797 16503 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173617248 928817152 25781 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 907048

[startup+12.6977 s]
/proc/loadavg: 2.02 1.97 1.68 3/94 16810
/proc/meminfo: memFree=1239288/2055920 swapFree=4192812/4192956
[pid=16797] ppid=16795 vsize=907048 CPUtime=12.63
/proc/16797/stat : 16797 (java) R 16795 16797 16503 0 -1 0 26930 0 1 0 1250 13 0 0 25 0 13 0 173616957 928817152 25785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054314961 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16797/statm: 226762 25785 2356 14 0 213199 0
[pid=16797/tid=16799] ppid=16795 vsize=907048 CPUtime=0.09
/proc/16797/task/16799/stat : 16799 (java) S 16795 16797 16503 0 -1 64 2966 0 0 0 9 0 0 0 16 0 13 0 173616963 928817152 25785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16800] ppid=16795 vsize=907048 CPUtime=0.09
/proc/16797/task/16800/stat : 16800 (java) S 16795 16797 16503 0 -1 64 2472 0 0 0 8 1 0 0 16 0 13 0 173616963 928817152 25785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16801] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16801/stat : 16801 (java) S 16795 16797 16503 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 173616966 928817152 25785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16802] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16802/stat : 16802 (java) S 16795 16797 16503 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173616966 928817152 25785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16803] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16803/stat : 16803 (java) S 16795 16797 16503 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173616966 928817152 25785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16804] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16804/stat : 16804 (java) S 16795 16797 16503 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 173616970 928817152 25785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16805] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16805/stat : 16805 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173616970 928817152 25785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16806] ppid=16795 vsize=907048 CPUtime=0.7
/proc/16797/task/16806/stat : 16806 (java) S 16795 16797 16503 0 -1 64 347 0 0 0 70 0 0 0 17 0 13 0 173616970 928817152 25785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16807] ppid=16795 vsize=907048 CPUtime=0.74
/proc/16797/task/16807/stat : 16807 (java) S 16795 16797 16503 0 -1 64 1459 0 0 0 74 0 0 0 15 0 13 0 173616970 928817152 25785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16808] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16808/stat : 16808 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 173616970 928817152 25785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16809] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16809/stat : 16809 (java) S 16795 16797 16503 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173616970 928817152 25785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16797/tid=16810] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16810/stat : 16810 (java) S 16795 16797 16503 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173617248 928817152 25785 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 907048

[startup+25.5939 s]
/proc/loadavg: 2.01 1.97 1.69 3/94 16810
/proc/meminfo: memFree=1239416/2055920 swapFree=4192812/4192956
[pid=16797] ppid=16795 vsize=907048 CPUtime=25.46
/proc/16797/stat : 16797 (java) R 16795 16797 16503 0 -1 0 26932 0 1 0 2533 13 0 0 25 0 13 0 173616957 928817152 25787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054314961 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16797/statm: 226762 25787 2356 14 0 213199 0
[pid=16797/tid=16799] ppid=16795 vsize=907048 CPUtime=0.09
/proc/16797/task/16799/stat : 16799 (java) S 16795 16797 16503 0 -1 64 2966 0 0 0 9 0 0 0 16 0 13 0 173616963 928817152 25787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16800] ppid=16795 vsize=907048 CPUtime=0.09
/proc/16797/task/16800/stat : 16800 (java) S 16795 16797 16503 0 -1 64 2472 0 0 0 8 1 0 0 16 0 13 0 173616963 928817152 25787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16801] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16801/stat : 16801 (java) S 16795 16797 16503 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 173616966 928817152 25787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16802] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16802/stat : 16802 (java) S 16795 16797 16503 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173616966 928817152 25787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16803] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16803/stat : 16803 (java) S 16795 16797 16503 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173616966 928817152 25787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16804] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16804/stat : 16804 (java) S 16795 16797 16503 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 173616970 928817152 25787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16805] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16805/stat : 16805 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173616970 928817152 25787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16806] ppid=16795 vsize=907048 CPUtime=0.72
/proc/16797/task/16806/stat : 16806 (java) S 16795 16797 16503 0 -1 64 348 0 0 0 72 0 0 0 16 0 13 0 173616970 928817152 25787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16807] ppid=16795 vsize=907048 CPUtime=0.75
/proc/16797/task/16807/stat : 16807 (java) S 16795 16797 16503 0 -1 64 1460 0 0 0 75 0 0 0 16 0 13 0 173616970 928817152 25787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16808] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16808/stat : 16808 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 173616970 928817152 25787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16809] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16809/stat : 16809 (java) S 16795 16797 16503 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173616970 928817152 25787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16797/tid=16810] ppid=16795 vsize=907048 CPUtime=0
/proc/16797/task/16810/stat : 16810 (java) S 16795 16797 16503 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173617248 928817152 25787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 907048

[startup+51.2783 s]
/proc/loadavg: 2.07 1.99 1.70 3/94 16810
/proc/meminfo: memFree=1239416/2055920 swapFree=4192812/4192956
[pid=16797] ppid=16795 vsize=907048 CPUtime=51.03
/proc/16797/stat : 16797 (java) R 16795 16797 16503 0 -1 0 26932 0 1 0 5090 13 0 0 25 0 13 0 173616957 928817152 25787 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054323546 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/loadavg: 1.00 1.05 1.32 2/77 17459
/proc/meminfo: memFree=1173760/2055920 swapFree=4192812/4192956
[pid=16797] ppid=16795 vsize=908332 CPUtime=1599.71
/proc/16797/stat : 16797 (java) R 16795 16797 16503 0 -1 0 99933 0 1 0 159914 57 0 0 25 0 13 0 173616957 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054314961 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16797/statm: 227083 84551 2356 14 0 213520 0
[pid=16797/tid=16799] ppid=16795 vsize=908332 CPUtime=1.24
/proc/16797/task/16799/stat : 16799 (java) S 16795 16797 16503 0 -1 64 41427 0 0 0 104 20 0 0 16 0 13 0 173616963 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16797/tid=16800] ppid=16795 vsize=908332 CPUtime=1.21
/proc/16797/task/16800/stat : 16800 (java) S 16795 16797 16503 0 -1 64 37005 0 0 0 104 17 0 0 16 0 13 0 173616963 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16801] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16801/stat : 16801 (java) S 16795 16797 16503 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 173616966 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16797/tid=16802] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16802/stat : 16802 (java) S 16795 16797 16503 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173616966 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16803] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16803/stat : 16803 (java) S 16795 16797 16503 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173616966 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16804] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16804/stat : 16804 (java) S 16795 16797 16503 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 173616970 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16805] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16805/stat : 16805 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173616970 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16806] ppid=16795 vsize=908332 CPUtime=0.73
/proc/16797/task/16806/stat : 16806 (java) S 16795 16797 16503 0 -1 64 349 0 0 0 73 0 0 0 17 0 13 0 173616970 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16807] ppid=16795 vsize=908332 CPUtime=0.75
/proc/16797/task/16807/stat : 16807 (java) S 16795 16797 16503 0 -1 64 1460 0 0 0 75 0 0 0 17 0 13 0 173616970 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16808] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16808/stat : 16808 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 173616970 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16809] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16809/stat : 16809 (java) S 16795 16797 16503 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173616970 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16810] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16810/stat : 16810 (java) S 16795 16797 16503 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173617248 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.71
Current children cumulated vsize (KiB) 908332

[startup+1663.31 s]
/proc/loadavg: 1.00 1.04 1.30 2/77 17459
/proc/meminfo: memFree=1173760/2055920 swapFree=4192812/4192956
[pid=16797] ppid=16795 vsize=908332 CPUtime=1659.69
/proc/16797/stat : 16797 (java) R 16795 16797 16503 0 -1 0 99933 0 1 0 165912 57 0 0 25 0 13 0 173616957 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054323546 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16797/statm: 227083 84551 2356 14 0 213520 0
[pid=16797/tid=16799] ppid=16795 vsize=908332 CPUtime=1.24
/proc/16797/task/16799/stat : 16799 (java) S 16795 16797 16503 0 -1 64 41427 0 0 0 104 20 0 0 16 0 13 0 173616963 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16797/tid=16800] ppid=16795 vsize=908332 CPUtime=1.21
/proc/16797/task/16800/stat : 16800 (java) S 16795 16797 16503 0 -1 64 37005 0 0 0 104 17 0 0 16 0 13 0 173616963 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16801] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16801/stat : 16801 (java) S 16795 16797 16503 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 173616966 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16797/tid=16802] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16802/stat : 16802 (java) S 16795 16797 16503 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173616966 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16803] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16803/stat : 16803 (java) S 16795 16797 16503 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173616966 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16804] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16804/stat : 16804 (java) S 16795 16797 16503 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 173616970 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16805] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16805/stat : 16805 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173616970 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16806] ppid=16795 vsize=908332 CPUtime=0.73
/proc/16797/task/16806/stat : 16806 (java) S 16795 16797 16503 0 -1 64 349 0 0 0 73 0 0 0 17 0 13 0 173616970 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16807] ppid=16795 vsize=908332 CPUtime=0.75
/proc/16797/task/16807/stat : 16807 (java) S 16795 16797 16503 0 -1 64 1460 0 0 0 75 0 0 0 17 0 13 0 173616970 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16808] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16808/stat : 16808 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 173616970 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16809] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16809/stat : 16809 (java) S 16795 16797 16503 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173616970 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16810] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16810/stat : 16810 (java) S 16795 16797 16503 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173617248 930131968 84551 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.69
Current children cumulated vsize (KiB) 908332

[startup+1723.32 s]
/proc/loadavg: 1.00 1.03 1.27 2/77 17459
/proc/meminfo: memFree=1148032/2055920 swapFree=4192812/4192956
[pid=16797] ppid=16795 vsize=908332 CPUtime=1719.82
/proc/16797/stat : 16797 (java) R 16795 16797 16503 0 -1 0 106633 0 1 0 171921 61 0 0 25 0 13 0 173616957 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054149209 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16797/statm: 227083 90977 2356 14 0 213520 0
[pid=16797/tid=16799] ppid=16795 vsize=908332 CPUtime=1.39
/proc/16797/task/16799/stat : 16799 (java) S 16795 16797 16503 0 -1 64 43302 0 0 0 118 21 0 0 16 0 13 0 173616963 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16797/tid=16800] ppid=16795 vsize=908332 CPUtime=1.35
/proc/16797/task/16800/stat : 16800 (java) S 16795 16797 16503 0 -1 64 41829 0 0 0 116 19 0 0 16 0 13 0 173616963 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16801] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16801/stat : 16801 (java) S 16795 16797 16503 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 173616966 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16797/tid=16802] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16802/stat : 16802 (java) S 16795 16797 16503 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173616966 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16803] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16803/stat : 16803 (java) S 16795 16797 16503 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173616966 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16804] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16804/stat : 16804 (java) S 16795 16797 16503 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 173616970 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16805] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16805/stat : 16805 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173616970 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16806] ppid=16795 vsize=908332 CPUtime=0.73
/proc/16797/task/16806/stat : 16806 (java) S 16795 16797 16503 0 -1 64 349 0 0 0 73 0 0 0 17 0 13 0 173616970 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16807] ppid=16795 vsize=908332 CPUtime=0.75
/proc/16797/task/16807/stat : 16807 (java) S 16795 16797 16503 0 -1 64 1460 0 0 0 75 0 0 0 17 0 13 0 173616970 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16808] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16808/stat : 16808 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 173616970 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16809] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16809/stat : 16809 (java) S 16795 16797 16503 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173616970 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16810] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16810/stat : 16810 (java) S 16795 16797 16503 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173617248 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.82
Current children cumulated vsize (KiB) 908332

[startup+1783.33 s]
/proc/loadavg: 1.00 1.02 1.26 2/77 17459
/proc/meminfo: memFree=1147968/2055920 swapFree=4192812/4192956
[pid=16797] ppid=16795 vsize=908332 CPUtime=1779.81
/proc/16797/stat : 16797 (java) R 16795 16797 16503 0 -1 0 106633 0 1 0 177920 61 0 0 25 0 13 0 173616957 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054315342 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16797/statm: 227083 90977 2356 14 0 213520 0
[pid=16797/tid=16799] ppid=16795 vsize=908332 CPUtime=1.39
/proc/16797/task/16799/stat : 16799 (java) S 16795 16797 16503 0 -1 64 43302 0 0 0 118 21 0 0 16 0 13 0 173616963 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16797/tid=16800] ppid=16795 vsize=908332 CPUtime=1.35
/proc/16797/task/16800/stat : 16800 (java) S 16795 16797 16503 0 -1 64 41829 0 0 0 116 19 0 0 16 0 13 0 173616963 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16801] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16801/stat : 16801 (java) S 16795 16797 16503 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 173616966 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16797/tid=16802] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16802/stat : 16802 (java) S 16795 16797 16503 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173616966 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16803] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16803/stat : 16803 (java) S 16795 16797 16503 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173616966 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16804] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16804/stat : 16804 (java) S 16795 16797 16503 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 173616970 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16805] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16805/stat : 16805 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173616970 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16806] ppid=16795 vsize=908332 CPUtime=0.73
/proc/16797/task/16806/stat : 16806 (java) S 16795 16797 16503 0 -1 64 349 0 0 0 73 0 0 0 17 0 13 0 173616970 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16807] ppid=16795 vsize=908332 CPUtime=0.75
/proc/16797/task/16807/stat : 16807 (java) S 16795 16797 16503 0 -1 64 1460 0 0 0 75 0 0 0 17 0 13 0 173616970 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16808] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16808/stat : 16808 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 173616970 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16809] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16809/stat : 16809 (java) S 16795 16797 16503 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173616970 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16810] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16810/stat : 16810 (java) S 16795 16797 16503 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173617248 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.81
Current children cumulated vsize (KiB) 908332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.6 s]
/proc/loadavg: 1.00 1.02 1.25 2/77 17459
/proc/meminfo: memFree=1147968/2055920 swapFree=4192812/4192956
[pid=16797] ppid=16795 vsize=908332 CPUtime=1800.08
/proc/16797/stat : 16797 (java) R 16795 16797 16503 0 -1 0 106633 0 1 0 179947 61 0 0 25 0 13 0 173616957 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054314961 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16797/statm: 227083 90977 2356 14 0 213520 0
[pid=16797/tid=16799] ppid=16795 vsize=908332 CPUtime=1.39
/proc/16797/task/16799/stat : 16799 (java) S 16795 16797 16503 0 -1 64 43302 0 0 0 118 21 0 0 16 0 13 0 173616963 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16797/tid=16800] ppid=16795 vsize=908332 CPUtime=1.35
/proc/16797/task/16800/stat : 16800 (java) S 16795 16797 16503 0 -1 64 41829 0 0 0 116 19 0 0 16 0 13 0 173616963 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16801] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16801/stat : 16801 (java) S 16795 16797 16503 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 173616966 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16797/tid=16802] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16802/stat : 16802 (java) S 16795 16797 16503 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173616966 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16803] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16803/stat : 16803 (java) S 16795 16797 16503 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173616966 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16804] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16804/stat : 16804 (java) S 16795 16797 16503 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 173616970 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16805] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16805/stat : 16805 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173616970 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16806] ppid=16795 vsize=908332 CPUtime=0.73
/proc/16797/task/16806/stat : 16806 (java) S 16795 16797 16503 0 -1 64 349 0 0 0 73 0 0 0 17 0 13 0 173616970 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16807] ppid=16795 vsize=908332 CPUtime=0.75
/proc/16797/task/16807/stat : 16807 (java) S 16795 16797 16503 0 -1 64 1460 0 0 0 75 0 0 0 17 0 13 0 173616970 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16808] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16808/stat : 16808 (java) S 16795 16797 16503 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 173616970 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16809] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16809/stat : 16809 (java) S 16795 16797 16503 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173616970 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16797/tid=16810] ppid=16795 vsize=908332 CPUtime=0
/proc/16797/task/16810/stat : 16810 (java) S 16795 16797 16503 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173617248 930131968 90977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 908332

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

Child status: 143
Real time (s): 1803.72
CPU time (s): 1800.2
CPU user time (s): 1799.53
CPU system time (s): 0.671897
CPU usage (%): 99.8051
Max. virtual memory (cumulated for all children) (KiB): 908332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.53
system time used= 0.671897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106653
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= 37173
involuntary context switches= 45860

runsolver used 2.10668 s user time and 4.97724 s system time

The end

Launcher Data (download as text)

Begin job on node51 on Mon Jan  8 10:29:44 UTC 2007


IDJOB= 218351
IDBENCH= 5229
FILE ID= node51/218351-1168252184

PBS_JOBID= 3481928

Free space on /tmp= 66556 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20/rand-3-20-20-60-632-31_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/218351-1168252184/sat4jCSP-bf3-cached.jar /tmp/evaluation/218351-1168252184/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node51/watcher-218351-1168252184 -o ROOT/results/node51/solver-218351-1168252184 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/218351-1168252184/sat4jCSP-bf3-cached.jar /tmp/evaluation/218351-1168252184/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  a1ad4c44e3760e6812341f6b050e1fbe

RANDOM SEED= 526344197

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.277
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.277
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:       1334000 kB
Buffers:         46592 kB
Cached:         441172 kB
SwapCached:          0 kB
Active:         323476 kB
Inactive:       344808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1334000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3728 kB
Writeback:           0 kB
Mapped:         199596 kB
Slab:            38620 kB
Committed_AS:  4500516 kB
PageTables:       2188 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= 66561 MiB



End job on node51 on Mon Jan  8 10:59:48 UTC 2007