Trace number 228724

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 BF3SAT 487.752 488.379

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-21_ext.xml
MD5SUM24cd1ad93a9d13d4adf26658da067414
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.385941
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15	c version CSP COMPETITION BUGFIX 3 CACHED
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_10
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.23	c --- Begin Solver configuration ---
0.23	c Stops conflict analysis at the first Unique Implication Point
0.23	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.23	c Learn all clauses as in MiniSAT
0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23	c VSIDS like heuristics from MiniSAT using a heap
0.23	c No reason simplification
0.23	c --- End Solver configuration ---
0.23	c solving /tmp/evaluation/228724-1168300427/unknown.xml
0.23	c reading problem ... 
0.49	c reading problem named ?
0.49	c reading domains done.
0.49	c reading variables
c reading variables (40) done.
0.53	c reading relations
c reading relations (414) done.
1.59	c reading constraints
c reading constraints done.
2.06	c ... done. Wall clock time 1.829s.
2.06	c CPU time (experimental) 0.9s.
2.06	c #vars     440
2.06	c #constraints  80
488.33	c starts		: 17
488.33	c conflicts		: 133673
488.33	c decisions		: 173387
488.33	c propagations		: 7968040
488.33	c inspects		: 1230712157
488.33	c learnt literals	: 2
488.33	c learnt binary clauses	: 0
488.33	c learnt ternary clauses	: 1
488.33	c learnt clauses	: 133669
488.33	c root simplifications	: 0
488.33	c removed literals (reason simplification)	: 0
488.33	c reason swapping (by a shorter reason)	: 0
488.33	c Calls to reduceDB	: 0
488.33	c speed (decisions/second)	: 356.56821575022724
488.33	c non guided choices	56
488.33	s SATISFIABLE
488.33	v 7 8 0 9 3 9 0 8 2 9 7 4 5 9 2 3 7 2 1 10 9 3 2 3 0 0 10 2 2 1 5 5 3 9 10 4 7 0 4 10 
488.33	c Total wall clock time (in seconds) : 488.097
488.33	c Total CPU time (experimental, in seconds) : 486.05

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node11/watcher-228724-1168300427 -o ROOT/results/node11/solver-228724-1168300427 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/228724-1168300427/sat4jCSP-bf3-cached.jar /tmp/evaluation/228724-1168300427/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.53 1.30 1.52 4/95 11305
/proc/meminfo: memFree=1482240/2055920 swapFree=4192812/4192956
[pid=11304] ppid=11302 vsize=220 CPUtime=0
/proc/11304/stat : 11304 (java) R 11302 11304 10890 0 -1 0 208 0 0 0 0 0 0 0 18 0 1 0 178437794 225280 31 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7979812 0 0 4096 0 0 0 0 17 0 0 0
/proc/11304/statm: 73 33 25 14 0 5 0

[startup+0.107255 s]
/proc/loadavg: 1.53 1.30 1.52 4/95 11305
/proc/meminfo: memFree=1482240/2055920 swapFree=4192812/4192956
[pid=11304] ppid=11302 vsize=902816 CPUtime=0.09
/proc/11304/stat : 11304 (java) R 11302 11304 10890 0 -1 0 3422 0 1 0 7 2 0 0 25 0 12 0 178437794 924483584 3182 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154525844 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11304/statm: 225704 3182 1590 14 0 212148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902816

[startup+0.519335 s]
/proc/loadavg: 1.53 1.30 1.52 4/95 11305
/proc/meminfo: memFree=1482240/2055920 swapFree=4192812/4192956
[pid=11304] ppid=11302 vsize=905236 CPUtime=0.5
/proc/11304/stat : 11304 (java) R 11302 11304 10890 0 -1 0 5975 0 1 0 46 4 0 0 25 0 12 0 178437794 926961664 5569 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11304/statm: 226309 5569 2292 14 0 212746 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 905236

[startup+1.3465 s]
/proc/loadavg: 1.53 1.30 1.52 4/106 11316
/proc/meminfo: memFree=1464296/2055920 swapFree=4192812/4192956
[pid=11304] ppid=11302 vsize=906896 CPUtime=1.33
/proc/11304/stat : 11304 (java) R 11302 11304 10890 0 -1 0 8177 0 1 0 128 5 0 0 25 0 12 0 178437794 928661504 7217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4053869095 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11304/statm: 226724 7217 2326 14 0 213161 0
[pid=11304/tid=11306] ppid=11302 vsize=906896 CPUtime=0
/proc/11304/task/11306/stat : 11306 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 178437796 928661504 7217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11307] ppid=11302 vsize=906896 CPUtime=0
/proc/11304/task/11307/stat : 11307 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 178437796 928661504 7217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11308] ppid=11302 vsize=906896 CPUtime=0
/proc/11304/task/11308/stat : 11308 (java) S 11302 11304 10890 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 178437799 928661504 7217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11309] ppid=11302 vsize=906896 CPUtime=0
/proc/11304/task/11309/stat : 11309 (java) S 11302 11304 10890 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 178437799 928661504 7217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11310] ppid=11302 vsize=906896 CPUtime=0
/proc/11304/task/11310/stat : 11310 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 178437799 928661504 7217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11311] ppid=11302 vsize=906896 CPUtime=0
/proc/11304/task/11311/stat : 11311 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 178437803 928661504 7217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11312] ppid=11302 vsize=906896 CPUtime=0
/proc/11304/task/11312/stat : 11312 (java) S 11302 11304 10890 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 178437803 928661504 7217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11313] ppid=11302 vsize=906896 CPUtime=0.37
/proc/11304/task/11313/stat : 11313 (java) S 11302 11304 10890 0 -1 64 1082 0 0 0 37 0 0 0 16 0 12 0 178437803 928661504 7217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11314] ppid=11302 vsize=906896 CPUtime=0.33
/proc/11304/task/11314/stat : 11314 (java) R 11302 11304 10890 0 -1 64 823 0 0 0 33 0 0 0 16 0 12 0 178437803 928661504 7217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155415205 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11315] ppid=11302 vsize=906896 CPUtime=0
/proc/11304/task/11315/stat : 11315 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 178437803 928661504 7217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11316] ppid=11302 vsize=906896 CPUtime=0
/proc/11304/task/11316/stat : 11316 (java) S 11302 11304 10890 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 178437803 928661504 7217 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 906896

[startup+2.98882 s]
/proc/loadavg: 1.53 1.30 1.52 4/107 11317
/proc/meminfo: memFree=1455968/2055920 swapFree=4192812/4192956
[pid=11304] ppid=11302 vsize=907412 CPUtime=2.96
/proc/11304/stat : 11304 (java) R 11302 11304 10890 0 -1 0 10209 0 1 0 290 6 0 0 25 0 13 0 178437794 929189888 9246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054411392 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11304/statm: 226853 9246 2352 14 0 213290 0
[pid=11304/tid=11306] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11306/stat : 11306 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 178437796 929189888 9246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11307] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11307/stat : 11307 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 178437796 929189888 9246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11308] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11308/stat : 11308 (java) S 11302 11304 10890 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 178437799 929189888 9246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11309] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11309/stat : 11309 (java) S 11302 11304 10890 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 178437799 929189888 9246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11310] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11310/stat : 11310 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 178437799 929189888 9246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11311] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11311/stat : 11311 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178437803 929189888 9246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11312] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11312/stat : 11312 (java) S 11302 11304 10890 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 178437803 929189888 9246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11313] ppid=11302 vsize=907412 CPUtime=0.65
/proc/11304/task/11313/stat : 11313 (java) S 11302 11304 10890 0 -1 64 1108 0 0 0 65 0 0 0 16 0 13 0 178437803 929189888 9246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11314] ppid=11302 vsize=907412 CPUtime=0.78
/proc/11304/task/11314/stat : 11314 (java) S 11302 11304 10890 0 -1 64 877 0 0 0 78 0 0 0 16 0 13 0 178437803 929189888 9246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11315] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11315/stat : 11315 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 178437803 929189888 9246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11316] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11316/stat : 11316 (java) S 11302 11304 10890 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 178437803 929189888 9246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11317] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11317/stat : 11317 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178438001 929189888 9246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 907412

[startup+6.19746 s]
/proc/loadavg: 1.57 1.32 1.52 3/107 11317
/proc/meminfo: memFree=1450536/2055920 swapFree=4192812/4192956
[pid=11304] ppid=11302 vsize=907412 CPUtime=6.17
/proc/11304/stat : 11304 (java) R 11302 11304 10890 0 -1 0 11328 0 1 0 610 7 0 0 25 0 13 0 178437794 929189888 10362 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054384824 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11304/statm: 226853 10362 2352 14 0 213290 0
[pid=11304/tid=11306] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11306/stat : 11306 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 178437796 929189888 10362 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11307] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11307/stat : 11307 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 178437796 929189888 10362 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11308] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11308/stat : 11308 (java) S 11302 11304 10890 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 178437799 929189888 10362 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11309] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11309/stat : 11309 (java) S 11302 11304 10890 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 178437799 929189888 10362 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11310] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11310/stat : 11310 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 178437799 929189888 10362 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11311] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11311/stat : 11311 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178437803 929189888 10362 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11312] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11312/stat : 11312 (java) S 11302 11304 10890 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 178437803 929189888 10362 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11313] ppid=11302 vsize=907412 CPUtime=0.67
/proc/11304/task/11313/stat : 11313 (java) S 11302 11304 10890 0 -1 64 1110 0 0 0 67 0 0 0 15 0 13 0 178437803 929189888 10362 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11314] ppid=11302 vsize=907412 CPUtime=0.79
/proc/11304/task/11314/stat : 11314 (java) S 11302 11304 10890 0 -1 64 879 0 0 0 79 0 0 0 17 0 13 0 178437803 929189888 10362 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11315] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11315/stat : 11315 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 178437803 929189888 10362 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11316] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11316/stat : 11316 (java) S 11302 11304 10890 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 178437803 929189888 10362 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11317] ppid=11302 vsize=907412 CPUtime=0
/proc/11304/task/11317/stat : 11317 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178438001 929189888 10362 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 907412

[startup+12.6928 s]
/proc/loadavg: 1.60 1.33 1.52 3/107 11317
/proc/meminfo: memFree=1445800/2055920 swapFree=4192812/4192956
[pid=11304] ppid=11302 vsize=907144 CPUtime=12.67
/proc/11304/stat : 11304 (java) R 11302 11304 10890 0 -1 0 12459 0 1 0 1259 8 0 0 25 0 13 0 178437794 928915456 11433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054384931 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11304/statm: 226786 11433 2352 14 0 213223 0
[pid=11304/tid=11306] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11306/stat : 11306 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 178437796 928915456 11433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11307] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11307/stat : 11307 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 178437796 928915456 11433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11308] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11308/stat : 11308 (java) S 11302 11304 10890 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 178437799 928915456 11433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11309] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11309/stat : 11309 (java) S 11302 11304 10890 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 178437799 928915456 11433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11310] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11310/stat : 11310 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 178437799 928915456 11433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11311] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11311/stat : 11311 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178437803 928915456 11433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11312] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11312/stat : 11312 (java) S 11302 11304 10890 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 178437803 928915456 11433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11313] ppid=11302 vsize=907144 CPUtime=0.67
/proc/11304/task/11313/stat : 11313 (java) S 11302 11304 10890 0 -1 64 1110 0 0 0 67 0 0 0 15 0 13 0 178437803 928915456 11433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11314] ppid=11302 vsize=907144 CPUtime=0.79
/proc/11304/task/11314/stat : 11314 (java) S 11302 11304 10890 0 -1 64 879 0 0 0 79 0 0 0 17 0 13 0 178437803 928915456 11433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11315] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11315/stat : 11315 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 178437803 928915456 11433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11316] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11316/stat : 11316 (java) S 11302 11304 10890 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 178437803 928915456 11433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11317] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11317/stat : 11317 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178438001 928915456 11436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 907144

[startup+25.4973 s]
/proc/loadavg: 1.69 1.36 1.53 3/107 11317
/proc/meminfo: memFree=1440296/2055920 swapFree=4192812/4192956
[pid=11304] ppid=11302 vsize=907144 CPUtime=25.46
/proc/11304/stat : 11304 (java) R 11302 11304 10890 0 -1 0 13866 0 1 0 2536 10 0 0 25 0 13 0 178437794 928915456 12840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054395962 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11304/statm: 226786 12840 2352 14 0 213223 0
[pid=11304/tid=11306] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11306/stat : 11306 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 178437796 928915456 12840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11307] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11307/stat : 11307 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 178437796 928915456 12840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11308] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11308/stat : 11308 (java) S 11302 11304 10890 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 178437799 928915456 12840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11309] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11309/stat : 11309 (java) S 11302 11304 10890 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 178437799 928915456 12840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11310] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11310/stat : 11310 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 178437799 928915456 12840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11311] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11311/stat : 11311 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178437803 928915456 12840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11312] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11312/stat : 11312 (java) S 11302 11304 10890 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 178437803 928915456 12840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11313] ppid=11302 vsize=907144 CPUtime=0.67
/proc/11304/task/11313/stat : 11313 (java) S 11302 11304 10890 0 -1 64 1110 0 0 0 67 0 0 0 15 0 13 0 178437803 928915456 12840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11314] ppid=11302 vsize=907144 CPUtime=0.79
/proc/11304/task/11314/stat : 11314 (java) S 11302 11304 10890 0 -1 64 879 0 0 0 79 0 0 0 17 0 13 0 178437803 928915456 12840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11315] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11315/stat : 11315 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 178437803 928915456 12840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11316] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11316/stat : 11316 (java) S 11302 11304 10890 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 178437803 928915456 12840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11317] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11317/stat : 11317 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178438001 928915456 12840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 907144

[startup+51.2044 s]
/proc/loadavg: 1.80 1.41 1.54 3/107 11317
/proc/meminfo: memFree=1433000/2055920 swapFree=4192812/4192956

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

/proc/11304/task/11316/stat : 11316 (java) S 11302 11304 10890 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 178437803 928915456 19287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11317] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11317/stat : 11317 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178438001 928915456 19287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 907144

[startup+222.64 s]
/proc/loadavg: 1.98 1.66 1.61 3/107 11317
/proc/meminfo: memFree=1350952/2055920 swapFree=4192812/4192956
[pid=11304] ppid=11302 vsize=907144 CPUtime=222.38
/proc/11304/stat : 11304 (java) R 11302 11304 10890 0 -1 0 32275 0 1 0 22214 24 0 0 25 0 13 0 178437794 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054384685 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11304/statm: 226786 31139 2353 14 0 213223 0
[pid=11304/tid=11306] ppid=11302 vsize=907144 CPUtime=0.09
/proc/11304/task/11306/stat : 11306 (java) S 11302 11304 10890 0 -1 64 7450 0 0 0 7 2 0 0 17 0 13 0 178437796 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11307] ppid=11302 vsize=907144 CPUtime=0.04
/proc/11304/task/11307/stat : 11307 (java) S 11302 11304 10890 0 -1 64 3160 0 0 0 4 0 0 0 17 0 13 0 178437796 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11308] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11308/stat : 11308 (java) S 11302 11304 10890 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178437799 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11309] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11309/stat : 11309 (java) S 11302 11304 10890 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 178437799 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11310] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11310/stat : 11310 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 178437799 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11311] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11311/stat : 11311 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178437803 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11312] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11312/stat : 11312 (java) S 11302 11304 10890 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 178437803 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11313] ppid=11302 vsize=907144 CPUtime=0.68
/proc/11304/task/11313/stat : 11313 (java) S 11302 11304 10890 0 -1 64 1111 0 0 0 68 0 0 0 16 0 13 0 178437803 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11314] ppid=11302 vsize=907144 CPUtime=0.8
/proc/11304/task/11314/stat : 11314 (java) S 11302 11304 10890 0 -1 64 879 0 0 0 80 0 0 0 16 0 13 0 178437803 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11315] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11315/stat : 11315 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 178437803 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11316] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11316/stat : 11316 (java) S 11302 11304 10890 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 178437803 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11317] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11317/stat : 11317 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178438001 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.38
Current children cumulated vsize (KiB) 907144

[startup+282.713 s]
/proc/loadavg: 1.99 1.72 1.63 3/107 11317
/proc/meminfo: memFree=1330480/2055920 swapFree=4192812/4192956
[pid=11304] ppid=11302 vsize=907144 CPUtime=282.4
/proc/11304/stat : 11304 (java) R 11302 11304 10890 0 -1 0 32275 0 1 0 28216 24 0 0 25 0 13 0 178437794 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054395962 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11304/statm: 226786 31139 2353 14 0 213223 0
[pid=11304/tid=11306] ppid=11302 vsize=907144 CPUtime=0.09
/proc/11304/task/11306/stat : 11306 (java) S 11302 11304 10890 0 -1 64 7450 0 0 0 7 2 0 0 17 0 13 0 178437796 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11307] ppid=11302 vsize=907144 CPUtime=0.04
/proc/11304/task/11307/stat : 11307 (java) S 11302 11304 10890 0 -1 64 3160 0 0 0 4 0 0 0 17 0 13 0 178437796 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11308] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11308/stat : 11308 (java) S 11302 11304 10890 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178437799 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11309] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11309/stat : 11309 (java) S 11302 11304 10890 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 178437799 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11310] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11310/stat : 11310 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 178437799 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11311] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11311/stat : 11311 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178437803 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11312] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11312/stat : 11312 (java) S 11302 11304 10890 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 178437803 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11313] ppid=11302 vsize=907144 CPUtime=0.68
/proc/11304/task/11313/stat : 11313 (java) S 11302 11304 10890 0 -1 64 1111 0 0 0 68 0 0 0 16 0 13 0 178437803 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11314] ppid=11302 vsize=907144 CPUtime=0.8
/proc/11304/task/11314/stat : 11314 (java) S 11302 11304 10890 0 -1 64 879 0 0 0 80 0 0 0 16 0 13 0 178437803 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11315] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11315/stat : 11315 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 178437803 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11316] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11316/stat : 11316 (java) S 11302 11304 10890 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 178437803 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11317] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11317/stat : 11317 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178438001 928915456 31139 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.4
Current children cumulated vsize (KiB) 907144

[startup+342.785 s]
/proc/loadavg: 1.99 1.77 1.65 3/107 11317
/proc/meminfo: memFree=1330480/2055920 swapFree=4192812/4192956
[pid=11304] ppid=11302 vsize=907144 CPUtime=342.41
/proc/11304/stat : 11304 (java) R 11302 11304 10890 0 -1 0 32276 0 1 0 34217 24 0 0 25 0 13 0 178437794 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054411203 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11304/statm: 226786 31140 2353 14 0 213223 0
[pid=11304/tid=11306] ppid=11302 vsize=907144 CPUtime=0.09
/proc/11304/task/11306/stat : 11306 (java) S 11302 11304 10890 0 -1 64 7450 0 0 0 7 2 0 0 17 0 13 0 178437796 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11307] ppid=11302 vsize=907144 CPUtime=0.04
/proc/11304/task/11307/stat : 11307 (java) S 11302 11304 10890 0 -1 64 3160 0 0 0 4 0 0 0 17 0 13 0 178437796 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11308] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11308/stat : 11308 (java) S 11302 11304 10890 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178437799 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11309] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11309/stat : 11309 (java) S 11302 11304 10890 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 178437799 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11310] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11310/stat : 11310 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 178437799 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11311] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11311/stat : 11311 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178437803 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11312] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11312/stat : 11312 (java) S 11302 11304 10890 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 178437803 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11313] ppid=11302 vsize=907144 CPUtime=0.68
/proc/11304/task/11313/stat : 11313 (java) S 11302 11304 10890 0 -1 64 1111 0 0 0 68 0 0 0 16 0 13 0 178437803 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11314] ppid=11302 vsize=907144 CPUtime=0.8
/proc/11304/task/11314/stat : 11314 (java) S 11302 11304 10890 0 -1 64 880 0 0 0 80 0 0 0 17 0 13 0 178437803 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11315] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11315/stat : 11315 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 178437803 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11316] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11316/stat : 11316 (java) S 11302 11304 10890 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 178437803 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11317] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11317/stat : 11317 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178438001 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.41
Current children cumulated vsize (KiB) 907144

[startup+402.871 s]
/proc/loadavg: 1.99 1.81 1.67 3/107 11317
/proc/meminfo: memFree=1330416/2055920 swapFree=4192812/4192956
[pid=11304] ppid=11302 vsize=907144 CPUtime=402.41
/proc/11304/stat : 11304 (java) R 11302 11304 10890 0 -1 0 32276 0 1 0 40216 25 0 0 25 0 13 0 178437794 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054364546 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11304/statm: 226786 31140 2353 14 0 213223 0
[pid=11304/tid=11306] ppid=11302 vsize=907144 CPUtime=0.09
/proc/11304/task/11306/stat : 11306 (java) S 11302 11304 10890 0 -1 64 7450 0 0 0 7 2 0 0 17 0 13 0 178437796 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11307] ppid=11302 vsize=907144 CPUtime=0.04
/proc/11304/task/11307/stat : 11307 (java) S 11302 11304 10890 0 -1 64 3160 0 0 0 4 0 0 0 17 0 13 0 178437796 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11308] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11308/stat : 11308 (java) S 11302 11304 10890 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178437799 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11309] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11309/stat : 11309 (java) S 11302 11304 10890 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 178437799 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11310] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11310/stat : 11310 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 178437799 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11311] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11311/stat : 11311 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178437803 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11312] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11312/stat : 11312 (java) S 11302 11304 10890 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 178437803 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11313] ppid=11302 vsize=907144 CPUtime=0.68
/proc/11304/task/11313/stat : 11313 (java) S 11302 11304 10890 0 -1 64 1111 0 0 0 68 0 0 0 16 0 13 0 178437803 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11314] ppid=11302 vsize=907144 CPUtime=0.8
/proc/11304/task/11314/stat : 11314 (java) S 11302 11304 10890 0 -1 64 880 0 0 0 80 0 0 0 17 0 13 0 178437803 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11315] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11315/stat : 11315 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 178437803 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11316] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11316/stat : 11316 (java) S 11302 11304 10890 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 178437803 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11317] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11317/stat : 11317 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178438001 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 907144

[startup+462.958 s]
/proc/loadavg: 2.10 1.87 1.70 3/113 11433
/proc/meminfo: memFree=1329008/2055920 swapFree=4192812/4192956
[pid=11304] ppid=11302 vsize=907144 CPUtime=462.39
/proc/11304/stat : 11304 (java) R 11302 11304 10890 0 -1 0 32276 0 1 0 46202 37 0 0 25 0 13 0 178437794 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054384884 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11304/statm: 226786 31140 2353 14 0 213223 0
[pid=11304/tid=11306] ppid=11302 vsize=907144 CPUtime=0.09
/proc/11304/task/11306/stat : 11306 (java) S 11302 11304 10890 0 -1 64 7450 0 0 0 7 2 0 0 17 0 13 0 178437796 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11307] ppid=11302 vsize=907144 CPUtime=0.04
/proc/11304/task/11307/stat : 11307 (java) S 11302 11304 10890 0 -1 64 3160 0 0 0 4 0 0 0 17 0 13 0 178437796 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11308] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11308/stat : 11308 (java) S 11302 11304 10890 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 178437799 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11309] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11309/stat : 11309 (java) S 11302 11304 10890 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 178437799 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11310] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11310/stat : 11310 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 178437799 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11311] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11311/stat : 11311 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 178437803 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11312] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11312/stat : 11312 (java) S 11302 11304 10890 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 178437803 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11313] ppid=11302 vsize=907144 CPUtime=0.68
/proc/11304/task/11313/stat : 11313 (java) S 11302 11304 10890 0 -1 64 1111 0 0 0 68 0 0 0 16 0 13 0 178437803 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11314] ppid=11302 vsize=907144 CPUtime=0.8
/proc/11304/task/11314/stat : 11314 (java) S 11302 11304 10890 0 -1 64 880 0 0 0 80 0 0 0 17 0 13 0 178437803 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11315] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11315/stat : 11315 (java) S 11302 11304 10890 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 178437803 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11316] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11316/stat : 11316 (java) S 11302 11304 10890 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 178437803 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11304/tid=11317] ppid=11302 vsize=907144 CPUtime=0
/proc/11304/task/11317/stat : 11317 (java) S 11302 11304 10890 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178438001 928915456 31140 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.39
Current children cumulated vsize (KiB) 907144

Child status: 0
Real time (s): 488.379
CPU time (s): 487.752
CPU user time (s): 487.305
CPU system time (s): 0.446932
CPU usage (%): 99.8716
Max. virtual memory (cumulated for all children) (KiB): 907412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 487.305
system time used= 0.446932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32283
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= 10506
involuntary context switches= 23132

runsolver used 0.546916 s user time and 1.69574 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Jan  8 23:53:48 UTC 2007


IDJOB= 228724
IDBENCH= 6224
FILE ID= node11/228724-1168300427

PBS_JOBID= 3502194

Free space on /tmp= 66340 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-21_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/228724-1168300427/sat4jCSP-bf3-cached.jar /tmp/evaluation/228724-1168300427/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-228724-1168300427 -o ROOT/results/node11/solver-228724-1168300427 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/228724-1168300427/sat4jCSP-bf3-cached.jar /tmp/evaluation/228724-1168300427/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  24cd1ad93a9d13d4adf26658da067414

RANDOM SEED= 121110221

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
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:       1482720 kB
Buffers:         89952 kB
Cached:         322264 kB
SwapCached:          0 kB
Active:         348196 kB
Inactive:       164352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1482720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6040 kB
Writeback:           0 kB
Mapped:         128228 kB
Slab:            44976 kB
Committed_AS:  6469904 kB
PageTables:       2572 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= 66340 MiB



End job on node11 on Tue Jan  9 00:01:56 UTC 2007