Trace number 235143

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 1.7 RC BF3? 266.332 267.4

General information on the benchmark

Nametaillard/
js-taillard-20-15/js-taillard-20-15-95-5.xml
MD5SUM332946d63a2660325668dbe2f7c678f9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1316
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/235143-1168335862/unknown.xml
0.25	c reading problem ... 
0.51	c reading problem named ?
0.51	c reading domains done.
0.87	c reading variables
c reading variables (300) done.
1.84	c reading predicates 
c reading relations (3) done.
2.05	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
267.27	c starts		: 0
267.27	c conflicts		: 0
267.27	c decisions		: 0
267.27	c propagations		: 0
267.27	c inspects		: 0
267.27	c learnt literals	: 0
267.27	c learnt binary clauses	: 0
267.27	c learnt ternary clauses	: 0
267.27	c learnt clauses	: 0
267.27	c root simplifications	: 0
267.27	c removed literals (reason simplification)	: 0
267.27	c reason swapping (by a shorter reason)	: 0
267.27	c Calls to reduceDB	: 0
267.27	c speed (decisions/second)	: 0.0
267.27	c non guided choices	0
267.27	s UNKNOWN
267.27	c Total wall clock time (in seconds) : 267.016
267.27	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/node7/watcher-235143-1168335862 -o ROOT/results/node7/solver-235143-1168335862 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/235143-1168335862/sat4jCSP-bf3.jar /tmp/evaluation/235143-1168335862/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.96 2.01 2.00 4/93 2864
/proc/meminfo: memFree=1493016/2055920 swapFree=4192812/4192956
[pid=2863] ppid=2861 vsize=18540 CPUtime=0
/proc/2863/stat : 2863 (runsolver) R 2861 2863 2805 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 181981643 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/2863/statm: 4635 279 244 17 0 2626 0

[startup+0.107775 s]
/proc/loadavg: 1.96 2.01 2.00 4/93 2864
/proc/meminfo: memFree=1493016/2055920 swapFree=4192812/4192956
[pid=2863] ppid=2861 vsize=901540 CPUtime=0.09
/proc/2863/stat : 2863 (java) R 2861 2863 2805 0 -1 0 3340 0 1 0 7 2 0 0 21 0 12 0 181981643 923176960 3100 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151842155 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2863/statm: 225385 3100 1565 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.515813 s]
/proc/loadavg: 1.96 2.01 2.00 4/93 2864
/proc/meminfo: memFree=1493016/2055920 swapFree=4192812/4192956
[pid=2863] ppid=2861 vsize=905236 CPUtime=0.5
/proc/2863/stat : 2863 (java) R 2861 2863 2805 0 -1 0 5951 0 1 0 46 4 0 0 19 0 12 0 181981643 926961664 5545 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835904 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2863/statm: 226309 5545 2284 14 0 212746 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 905236

[startup+1.3389 s]
/proc/loadavg: 1.96 2.01 2.00 4/104 2875
/proc/meminfo: memFree=1463368/2055920 swapFree=4192812/4192956
[pid=2863] ppid=2861 vsize=906560 CPUtime=1.33
/proc/2863/stat : 2863 (java) R 2861 2863 2805 0 -1 0 19759 0 1 0 124 9 0 0 22 0 12 0 181981643 928317440 18754 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054199243 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2863/statm: 226640 18759 2324 14 0 213077 0
[pid=2863/tid=2865] ppid=2861 vsize=906560 CPUtime=0
/proc/2863/task/2865/stat : 2865 (java) S 2861 2863 2805 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 181981646 928317440 18763 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2866] ppid=2861 vsize=906560 CPUtime=0
/proc/2863/task/2866/stat : 2866 (java) S 2861 2863 2805 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 181981646 928317440 18769 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2867] ppid=2861 vsize=906560 CPUtime=0
/proc/2863/task/2867/stat : 2867 (java) S 2861 2863 2805 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181981649 928317440 18774 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2868] ppid=2861 vsize=906560 CPUtime=0
/proc/2863/task/2868/stat : 2868 (java) S 2861 2863 2805 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 181981649 928317440 18777 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2869] ppid=2861 vsize=906560 CPUtime=0
/proc/2863/task/2869/stat : 2869 (java) S 2861 2863 2805 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 181981649 928317440 18777 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2870] ppid=2861 vsize=906560 CPUtime=0
/proc/2863/task/2870/stat : 2870 (java) S 2861 2863 2805 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181981653 928317440 18777 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2871] ppid=2861 vsize=906560 CPUtime=0
/proc/2863/task/2871/stat : 2871 (java) S 2861 2863 2805 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181981653 928317440 18777 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2872] ppid=2861 vsize=906560 CPUtime=0.32
/proc/2863/task/2872/stat : 2872 (java) S 2861 2863 2805 0 -1 64 1155 0 0 0 32 0 0 0 16 0 12 0 181981653 928317440 18779 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2873] ppid=2861 vsize=906560 CPUtime=0.27
/proc/2863/task/2873/stat : 2873 (java) S 2861 2863 2805 0 -1 64 693 0 0 0 27 0 0 0 16 0 12 0 181981653 928317440 18782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2874] ppid=2861 vsize=906560 CPUtime=0
/proc/2863/task/2874/stat : 2874 (java) S 2861 2863 2805 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181981653 928317440 18786 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2875] ppid=2861 vsize=906560 CPUtime=0
/proc/2863/task/2875/stat : 2875 (java) S 2861 2863 2805 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181981653 928317440 18788 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 906560

[startup+2.99207 s]
/proc/loadavg: 2.12 2.04 2.01 4/104 2875
/proc/meminfo: memFree=1366344/2055920 swapFree=4192812/4192956
[pid=2863] ppid=2861 vsize=910844 CPUtime=3.2
/proc/2863/stat : 2863 (java) R 2861 2863 2805 0 -1 0 44819 0 1 0 301 19 0 0 25 0 12 0 181981643 932704256 41981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054189921 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2863/statm: 227711 41981 2477 14 0 214148 0
[pid=2863/tid=2865] ppid=2861 vsize=910844 CPUtime=0.41
/proc/2863/task/2865/stat : 2865 (java) S 2861 2863 2805 0 -1 64 10012 0 0 0 37 4 0 0 18 0 12 0 181981646 932704256 41981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2866] ppid=2861 vsize=910844 CPUtime=0.38
/proc/2863/task/2866/stat : 2866 (java) S 2861 2863 2805 0 -1 64 12239 0 0 0 34 4 0 0 17 0 12 0 181981646 932704256 41981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2867] ppid=2861 vsize=910844 CPUtime=0
/proc/2863/task/2867/stat : 2867 (java) S 2861 2863 2805 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 181981649 932704256 41981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2868] ppid=2861 vsize=910844 CPUtime=0
/proc/2863/task/2868/stat : 2868 (java) S 2861 2863 2805 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181981649 932704256 41981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2869] ppid=2861 vsize=910844 CPUtime=0
/proc/2863/task/2869/stat : 2869 (java) S 2861 2863 2805 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181981649 932704256 41981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2870] ppid=2861 vsize=910844 CPUtime=0
/proc/2863/task/2870/stat : 2870 (java) S 2861 2863 2805 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181981653 932704256 41981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2871] ppid=2861 vsize=910844 CPUtime=0
/proc/2863/task/2871/stat : 2871 (java) S 2861 2863 2805 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181981653 932704256 41981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2872] ppid=2861 vsize=910844 CPUtime=0.42
/proc/2863/task/2872/stat : 2872 (java) S 2861 2863 2805 0 -1 64 1179 0 0 0 42 0 0 0 16 0 12 0 181981653 932704256 41981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2873] ppid=2861 vsize=910844 CPUtime=0.47
/proc/2863/task/2873/stat : 2873 (java) S 2861 2863 2805 0 -1 64 1333 0 0 0 47 0 0 0 16 0 12 0 181981653 932704256 41981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2874] ppid=2861 vsize=910844 CPUtime=0
/proc/2863/task/2874/stat : 2874 (java) S 2861 2863 2805 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181981653 932704256 41981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2875] ppid=2861 vsize=910844 CPUtime=0
/proc/2863/task/2875/stat : 2875 (java) S 2861 2863 2805 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181981653 932704256 41981 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 910844

[startup+6.29142 s]
/proc/loadavg: 2.12 2.04 2.01 3/104 2875
/proc/meminfo: memFree=1322568/2055920 swapFree=4192812/4192956
[pid=2863] ppid=2861 vsize=910280 CPUtime=6.5
/proc/2863/stat : 2863 (java) R 2861 2863 2805 0 -1 0 49183 0 1 0 629 21 0 0 25 0 12 0 181981643 932126720 46254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835931 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2863/statm: 227570 46254 2477 14 0 214007 0
[pid=2863/tid=2865] ppid=2861 vsize=910280 CPUtime=0.52
/proc/2863/task/2865/stat : 2865 (java) S 2861 2863 2805 0 -1 64 11696 0 0 0 48 4 0 0 16 0 12 0 181981646 932126720 46254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2866] ppid=2861 vsize=910280 CPUtime=0.5
/proc/2863/task/2866/stat : 2866 (java) S 2861 2863 2805 0 -1 64 14912 0 0 0 45 5 0 0 16 0 12 0 181981646 932126720 46254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2867] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2867/stat : 2867 (java) S 2861 2863 2805 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 181981649 932126720 46254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2868] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2868/stat : 2868 (java) S 2861 2863 2805 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181981649 932126720 46254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2869] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2869/stat : 2869 (java) S 2861 2863 2805 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181981649 932126720 46254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2870] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2870/stat : 2870 (java) S 2861 2863 2805 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181981653 932126720 46254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2871] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2871/stat : 2871 (java) S 2861 2863 2805 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181981653 932126720 46254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2872] ppid=2861 vsize=910280 CPUtime=0.42
/proc/2863/task/2872/stat : 2872 (java) S 2861 2863 2805 0 -1 64 1179 0 0 0 42 0 0 0 16 0 12 0 181981653 932126720 46254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2873] ppid=2861 vsize=910280 CPUtime=0.47
/proc/2863/task/2873/stat : 2873 (java) S 2861 2863 2805 0 -1 64 1333 0 0 0 47 0 0 0 16 0 12 0 181981653 932126720 46254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2874] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2874/stat : 2874 (java) S 2861 2863 2805 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181981653 932126720 46254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2875] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2875/stat : 2875 (java) S 2861 2863 2805 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181981653 932126720 46254 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.5
Current children cumulated vsize (KiB) 910280

[startup+12.7911 s]
/proc/loadavg: 2.10 2.04 2.01 3/104 2875
/proc/meminfo: memFree=1273800/2055920 swapFree=4192812/4192956
[pid=2863] ppid=2861 vsize=910280 CPUtime=12.98
/proc/2863/stat : 2863 (java) R 2861 2863 2805 0 -1 0 60856 0 1 0 1272 26 0 0 25 0 12 0 181981643 932126720 57088 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054305126 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2863/statm: 227570 57088 2478 14 0 214007 0
[pid=2863/tid=2865] ppid=2861 vsize=910280 CPUtime=0.65
/proc/2863/task/2865/stat : 2865 (java) S 2861 2863 2805 0 -1 64 17689 0 0 0 59 6 0 0 16 0 12 0 181981646 932126720 57088 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2866] ppid=2861 vsize=910280 CPUtime=0.63
/proc/2863/task/2866/stat : 2866 (java) S 2861 2863 2805 0 -1 64 20559 0 0 0 56 7 0 0 16 0 12 0 181981646 932126720 57088 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2867] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2867/stat : 2867 (java) S 2861 2863 2805 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 181981649 932126720 57088 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2868] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2868/stat : 2868 (java) S 2861 2863 2805 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181981649 932126720 57088 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2869] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2869/stat : 2869 (java) S 2861 2863 2805 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181981649 932126720 57088 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2870] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2870/stat : 2870 (java) S 2861 2863 2805 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181981653 932126720 57088 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2871] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2871/stat : 2871 (java) S 2861 2863 2805 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 181981653 932126720 57088 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2872] ppid=2861 vsize=910280 CPUtime=0.48
/proc/2863/task/2872/stat : 2872 (java) S 2861 2863 2805 0 -1 64 1183 0 0 0 48 0 0 0 16 0 12 0 181981653 932126720 57088 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2873] ppid=2861 vsize=910280 CPUtime=0.51
/proc/2863/task/2873/stat : 2873 (java) S 2861 2863 2805 0 -1 64 1336 0 0 0 51 0 0 0 17 0 12 0 181981653 932126720 57088 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2874] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2874/stat : 2874 (java) S 2861 2863 2805 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181981653 932126720 57088 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2875] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2875/stat : 2875 (java) S 2861 2863 2805 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181981653 932126720 57088 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.98
Current children cumulated vsize (KiB) 910280

[startup+25.6575 s]
/proc/loadavg: 2.09 2.04 2.00 3/104 2875
/proc/meminfo: memFree=1190664/2055920 swapFree=4192812/4192956
[pid=2863] ppid=2861 vsize=910280 CPUtime=25.82
/proc/2863/stat : 2863 (java) R 2861 2863 2805 0 -1 0 83719 0 1 0 2548 34 0 0 25 0 12 0 181981643 932126720 79922 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054250072 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2863/statm: 227570 79922 2478 14 0 214007 0
[pid=2863/tid=2865] ppid=2861 vsize=910280 CPUtime=0.88
/proc/2863/task/2865/stat : 2865 (java) S 2861 2863 2805 0 -1 64 28036 0 0 0 78 10 0 0 16 0 12 0 181981646 932126720 79922 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2866] ppid=2861 vsize=910280 CPUtime=0.82
/proc/2863/task/2866/stat : 2866 (java) S 2861 2863 2805 0 -1 64 33041 0 0 0 71 11 0 0 16 0 12 0 181981646 932126720 79922 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2867] ppid=2861 vsize=910280 CPUtime=0.01
/proc/2863/task/2867/stat : 2867 (java) S 2861 2863 2805 0 -1 64 17 0 0 0 1 0 0 0 15 0 12 0 181981649 932126720 79922 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2868] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2868/stat : 2868 (java) S 2861 2863 2805 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181981649 932126720 79922 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2869] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2869/stat : 2869 (java) S 2861 2863 2805 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181981649 932126720 79922 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2870] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2870/stat : 2870 (java) S 2861 2863 2805 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181981653 932126720 79922 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2871] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2871/stat : 2871 (java) S 2861 2863 2805 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 181981653 932126720 79922 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2872] ppid=2861 vsize=910280 CPUtime=0.49
/proc/2863/task/2872/stat : 2872 (java) S 2861 2863 2805 0 -1 64 1183 0 0 0 49 0 0 0 16 0 12 0 181981653 932126720 79922 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2873] ppid=2861 vsize=910280 CPUtime=0.54
/proc/2863/task/2873/stat : 2873 (java) S 2861 2863 2805 0 -1 64 1340 0 0 0 54 0 0 0 16 0 12 0 181981653 932126720 79922 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2874] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2874/stat : 2874 (java) S 2861 2863 2805 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181981653 932126720 79922 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2875] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2875/stat : 2875 (java) S 2861 2863 2805 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181981653 932126720 79922 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.82
Current children cumulated vsize (KiB) 910280

[startup+51.3272 s]
/proc/loadavg: 2.06 2.03 2.00 3/104 2875
/proc/meminfo: memFree=1014664/2055920 swapFree=4192812/4192956
[pid=2863] ppid=2861 vsize=910280 CPUtime=51.48
/proc/2863/stat : 2863 (java) R 2861 2863 2805 0 -1 0 127538 0 1 0 5098 50 0 0 25 0 12 0 181981643 932126720 122016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054321448 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2863/statm: 227570 122016 2478 14 0 214007 0
[pid=2863/tid=2865] ppid=2861 vsize=910280 CPUtime=1.32
/proc/2863/task/2865/stat : 2865 (java) S 2861 2863 2805 0 -1 64 48133 0 0 0 115 17 0 0 16 0 12 0 181981646 932126720 122016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2866] ppid=2861 vsize=910280 CPUtime=1.31
/proc/2863/task/2866/stat : 2866 (java) S 2861 2863 2805 0 -1 64 56714 0 0 0 112 19 0 0 15 0 12 0 181981646 932126720 122016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2867] ppid=2861 vsize=910280 CPUtime=0.02
/proc/2863/task/2867/stat : 2867 (java) S 2861 2863 2805 0 -1 64 17 0 0 0 1 1 0 0 16 0 12 0 181981649 932126720 122016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2868] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2868/stat : 2868 (java) S 2861 2863 2805 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181981649 932126720 122016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2869] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2869/stat : 2869 (java) S 2861 2863 2805 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181981649 932126720 122016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2870] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2870/stat : 2870 (java) S 2861 2863 2805 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181981653 932126720 122016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2871] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2871/stat : 2871 (java) S 2861 2863 2805 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 181981653 932126720 122016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2872] ppid=2861 vsize=910280 CPUtime=0.5
/proc/2863/task/2872/stat : 2872 (java) S 2861 2863 2805 0 -1 64 1183 0 0 0 50 0 0 0 16 0 12 0 181981653 932126720 122016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2873] ppid=2861 vsize=910280 CPUtime=0.55
/proc/2863/task/2873/stat : 2873 (java) S 2861 2863 2805 0 -1 64 1340 0 0 0 55 0 0 0 17 0 12 0 181981653 932126720 122016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2874] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2874/stat : 2874 (java) S 2861 2863 2805 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181981653 932126720 122016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2875] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2875/stat : 2875 (java) S 2861 2863 2805 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181981653 932126720 122016 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.48
Current children cumulated vsize (KiB) 910280

[startup+102.572 s]
/proc/loadavg: 2.02 2.03 2.00 3/104 2875
/proc/meminfo: memFree=767880/2055920 swapFree=4192812/4192956
[pid=2863] ppid=2861 vsize=910280 CPUtime=102.53
/proc/2863/stat : 2863 (java) R 2861 2863 2805 0 -1 0 191414 0 1 0 10181 72 0 0 25 0 12 0 181981643 932126720 183341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054368341 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2863/statm: 227570 183341 2479 14 0 214007 0
[pid=2863/tid=2865] ppid=2861 vsize=910280 CPUtime=2.23
/proc/2863/task/2865/stat : 2865 (java) S 2861 2863 2805 0 -1 64 78274 0 0 0 197 26 0 0 16 0 12 0 181981646 932126720 183341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2866] ppid=2861 vsize=910280 CPUtime=2.29
/proc/2863/task/2866/stat : 2866 (java) S 2861 2863 2805 0 -1 64 88856 0 0 0 200 29 0 0 16 0 12 0 181981646 932126720 183341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2867] ppid=2861 vsize=910280 CPUtime=0.53
/proc/2863/task/2867/stat : 2867 (java) S 2861 2863 2805 0 -1 64 1514 0 0 0 51 2 0 0 15 0 12 0 181981649 932126720 183341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2868] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2868/stat : 2868 (java) S 2861 2863 2805 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181981649 932126720 183341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2869] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2869/stat : 2869 (java) S 2861 2863 2805 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181981649 932126720 183341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2870] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2870/stat : 2870 (java) S 2861 2863 2805 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181981653 932126720 183341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2871] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2871/stat : 2871 (java) S 2861 2863 2805 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 181981653 932126720 183341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2872] ppid=2861 vsize=910280 CPUtime=0.51
/proc/2863/task/2872/stat : 2872 (java) S 2861 2863 2805 0 -1 64 1184 0 0 0 51 0 0 0 17 0 12 0 181981653 932126720 183341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2873] ppid=2861 vsize=910280 CPUtime=0.56
/proc/2863/task/2873/stat : 2873 (java) S 2861 2863 2805 0 -1 64 1341 0 0 0 56 0 0 0 16 0 12 0 181981653 932126720 183341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2874] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2874/stat : 2874 (java) S 2861 2863 2805 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181981653 932126720 183341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2875] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2875/stat : 2875 (java) S 2861 2863 2805 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181981653 932126720 183341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.53
Current children cumulated vsize (KiB) 910280

[startup+162.631 s]
/proc/loadavg: 2.01 2.02 2.00 3/104 2875
/proc/meminfo: memFree=767240/2055920 swapFree=4192812/4192956
[pid=2863] ppid=2861 vsize=910280 CPUtime=162.09
/proc/2863/stat : 2863 (java) R 2861 2863 2805 0 -1 0 193223 0 1 0 16134 75 0 0 25 0 12 0 181981643 932126720 183466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054321448 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2863/statm: 227570 183466 2479 14 0 214007 0
[pid=2863/tid=2865] ppid=2861 vsize=910280 CPUtime=3.18
/proc/2863/task/2865/stat : 2865 (java) S 2861 2863 2805 0 -1 64 78444 0 0 0 291 27 0 0 16 0 12 0 181981646 932126720 183466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2866] ppid=2861 vsize=910280 CPUtime=3.15
/proc/2863/task/2866/stat : 2866 (java) S 2861 2863 2805 0 -1 64 88899 0 0 0 285 30 0 0 16 0 12 0 181981646 932126720 183466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2867] ppid=2861 vsize=910280 CPUtime=0.99
/proc/2863/task/2867/stat : 2867 (java) S 2861 2863 2805 0 -1 64 3008 0 0 0 95 4 0 0 15 0 12 0 181981649 932126720 183466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2868] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2868/stat : 2868 (java) S 2861 2863 2805 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181981649 932126720 183466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2869] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2869/stat : 2869 (java) S 2861 2863 2805 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181981649 932126720 183466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2870] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2870/stat : 2870 (java) S 2861 2863 2805 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181981653 932126720 183466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2871] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2871/stat : 2871 (java) S 2861 2863 2805 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181981653 932126720 183466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2872] ppid=2861 vsize=910280 CPUtime=0.51
/proc/2863/task/2872/stat : 2872 (java) S 2861 2863 2805 0 -1 64 1184 0 0 0 51 0 0 0 17 0 12 0 181981653 932126720 183466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2873] ppid=2861 vsize=910280 CPUtime=0.57
/proc/2863/task/2873/stat : 2873 (java) S 2861 2863 2805 0 -1 64 1341 0 0 0 57 0 0 0 17 0 12 0 181981653 932126720 183466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2874] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2874/stat : 2874 (java) S 2861 2863 2805 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181981653 932126720 183466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2875] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2875/stat : 2875 (java) S 2861 2863 2805 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181981653 932126720 183466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 910280

[startup+222.705 s]
/proc/loadavg: 2.15 2.05 2.01 3/104 2875
/proc/meminfo: memFree=766856/2055920 swapFree=4192812/4192956
[pid=2863] ppid=2861 vsize=910280 CPUtime=221.88
/proc/2863/stat : 2863 (java) R 2861 2863 2805 0 -1 0 199196 0 1 0 22109 79 0 0 25 0 12 0 181981643 932126720 183553 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054321465 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2863/statm: 227570 183553 2479 14 0 214007 0
[pid=2863/tid=2865] ppid=2861 vsize=910280 CPUtime=4.12
/proc/2863/task/2865/stat : 2865 (java) S 2861 2863 2805 0 -1 64 78956 0 0 0 385 27 0 0 15 0 12 0 181981646 932126720 183553 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2866] ppid=2861 vsize=910280 CPUtime=4.08
/proc/2863/task/2866/stat : 2866 (java) S 2861 2863 2805 0 -1 64 89775 0 0 0 378 30 0 0 16 0 12 0 181981646 932126720 183553 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2867] ppid=2861 vsize=910280 CPUtime=2.63
/proc/2863/task/2867/stat : 2867 (java) S 2861 2863 2805 0 -1 64 7490 0 0 0 256 7 0 0 15 0 12 0 181981649 932126720 183553 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2863/tid=2868] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2868/stat : 2868 (java) S 2861 2863 2805 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181981649 932126720 183553 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2869] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2869/stat : 2869 (java) S 2861 2863 2805 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181981649 932126720 183553 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2870] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2870/stat : 2870 (java) S 2861 2863 2805 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181981653 932126720 183553 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2871] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2871/stat : 2871 (java) S 2861 2863 2805 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181981653 932126720 183553 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2872] ppid=2861 vsize=910280 CPUtime=0.51
/proc/2863/task/2872/stat : 2872 (java) S 2861 2863 2805 0 -1 64 1184 0 0 0 51 0 0 0 17 0 12 0 181981653 932126720 183553 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2873] ppid=2861 vsize=910280 CPUtime=0.57
/proc/2863/task/2873/stat : 2873 (java) S 2861 2863 2805 0 -1 64 1341 0 0 0 57 0 0 0 17 0 12 0 181981653 932126720 183553 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2874] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2874/stat : 2874 (java) S 2861 2863 2805 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 181981653 932126720 183553 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2863/tid=2875] ppid=2861 vsize=910280 CPUtime=0
/proc/2863/task/2875/stat : 2875 (java) S 2861 2863 2805 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181981653 932126720 183553 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.88
Current children cumulated vsize (KiB) 910280

Child status: 1
Real time (s): 267.4
CPU time (s): 266.332
CPU user time (s): 265.08
CPU system time (s): 1.25181
CPU usage (%): 99.6004
Max. virtual memory (cumulated for all children) (KiB): 916288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 265.08
system time used= 1.25181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277083
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= 12434
involuntary context switches= 14365

runsolver used 0.337948 s user time and 0.894863 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Tue Jan  9 09:44:22 UTC 2007


IDJOB= 235143
IDBENCH= 6740
FILE ID= node7/235143-1168335862

PBS_JOBID= 3503116

Free space on /tmp= 66558 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20-15/js-taillard-20-15-95-5.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/235143-1168335862/sat4jCSP-bf3.jar /tmp/evaluation/235143-1168335862/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-235143-1168335862 -o ROOT/results/node7/solver-235143-1168335862 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/235143-1168335862/sat4jCSP-bf3.jar /tmp/evaluation/235143-1168335862/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  332946d63a2660325668dbe2f7c678f9

RANDOM SEED= 154062460

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.220
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.220
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:       1493496 kB
Buffers:         19060 kB
Cached:         115920 kB
SwapCached:          0 kB
Active:         465024 kB
Inactive:        49060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1493496 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2984 kB
Writeback:           0 kB
Mapped:         408120 kB
Slab:            32304 kB
Committed_AS:  6604276 kB
PageTables:       3028 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= 66558 MiB



End job on node7 on Tue Jan  9 09:48:50 UTC 2007