Trace number 234000

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4JCSP-CACHED 1.7 RC BF3? 358.257 358.151

General information on the benchmark

Nametaillard/
os-taillard-7/os-taillard-7-95-6.xml
MD5SUM019f8abe20a7cd1b8d6c7abc45fb5a20
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.106982
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size397
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data (download as text)

0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.18	c version CSP COMPETITION BUGFIX 3 CACHED
0.18	c sun.arch.data.model	32
0.18	c java.version	1.5.0_10
0.18	c os.name	Linux
0.18	c os.version	2.6.9-22.EL.rootsmp
0.18	c os.arch	i386
0.18	c Free memory 722620888
0.18	c Max memory 723845120
0.18	c Total memory 723845120
0.18	c Number of processors 2
0.28	c --- Begin Solver configuration ---
0.28	c Stops conflict analysis at the first Unique Implication Point
0.28	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.28	c Learn all clauses as in MiniSAT
0.28	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28	c VSIDS like heuristics from MiniSAT using a heap
0.28	c No reason simplification
0.28	c --- End Solver configuration ---
0.28	c solving /tmp/evaluation/234000-1168329784/unknown.xml
0.28	c reading problem ... 
0.55	c reading problem named ?
0.55	c reading domains done.
0.59	c reading variables
c reading variables (49) done.
0.83	c reading predicates 
c reading relations (2) done.
1.07	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
354.80	c starts		: 0
354.80	c conflicts		: 0
354.80	c decisions		: 0
354.80	c propagations		: 0
354.80	c inspects		: 0
354.80	c learnt literals	: 0
354.80	c learnt binary clauses	: 0
354.80	c learnt ternary clauses	: 0
354.80	c learnt clauses	: 0
354.80	c root simplifications	: 0
354.80	c removed literals (reason simplification)	: 0
354.80	c reason swapping (by a shorter reason)	: 0
354.80	c Calls to reduceDB	: 0
354.80	c speed (decisions/second)	: 0.0
354.80	c non guided choices	0
354.80	s UNKNOWN
354.80	c Total wall clock time (in seconds) : 351.342
354.80	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/node6/watcher-234000-1168329784 -o ROOT/results/node6/solver-234000-1168329784 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234000-1168329784/sat4jCSP-bf3-cached.jar /tmp/evaluation/234000-1168329784/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: 2.05 2.07 2.01 4/94 17821
/proc/meminfo: memFree=1268584/2055924 swapFree=4165672/4192956
[pid=17820] ppid=17818 vsize=14072 CPUtime=0
/proc/17820/stat : 17820 (java) D 17818 17820 16509 0 -1 0 922 0 1 0 0 0 0 0 16 0 1 0 181373860 14409728 688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 2188068 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/17820/statm: 3518 688 530 14 0 1602 0

[startup+0.103071 s]
/proc/loadavg: 2.05 2.07 2.01 4/94 17821
/proc/meminfo: memFree=1268584/2055924 swapFree=4165672/4192956
[pid=17820] ppid=17818 vsize=897120 CPUtime=0.08
/proc/17820/stat : 17820 (java) R 17818 17820 16509 0 -1 0 3197 0 1 0 7 1 0 0 17 0 6 0 181373860 918650880 2957 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155508098 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/17820/statm: 224280 2957 1506 14 0 211300 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 897120

[startup+0.511117 s]
/proc/loadavg: 2.05 2.07 2.01 4/94 17821
/proc/meminfo: memFree=1268584/2055924 swapFree=4165672/4192956
[pid=17820] ppid=17818 vsize=905236 CPUtime=0.47
/proc/17820/stat : 17820 (java) R 17818 17820 16509 0 -1 0 5791 0 1 0 44 3 0 0 19 0 12 0 181373860 926961664 5386 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152610756 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17820/statm: 226309 5386 2244 14 0 212746 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 905236

[startup+1.33889 s]
/proc/loadavg: 2.05 2.07 2.01 4/105 17832
/proc/meminfo: memFree=1247888/2055924 swapFree=4165672/4192956
[pid=17820] ppid=17818 vsize=908436 CPUtime=1.28
/proc/17820/stat : 17820 (java) R 17818 17820 16509 0 -1 0 9327 0 1 0 123 5 0 0 19 0 12 0 181373860 930238464 8368 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17820/statm: 227109 8368 2449 14 0 213546 0
[pid=17820/tid=17822] ppid=17818 vsize=908436 CPUtime=0
/proc/17820/task/17822/stat : 17822 (java) S 17818 17820 16509 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 181373863 930238464 8368 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17823] ppid=17818 vsize=908436 CPUtime=0
/proc/17820/task/17823/stat : 17823 (java) S 17818 17820 16509 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 181373863 930238464 8368 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17824] ppid=17818 vsize=908436 CPUtime=0
/proc/17820/task/17824/stat : 17824 (java) S 17818 17820 16509 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181373866 930238464 8368 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17825] ppid=17818 vsize=908436 CPUtime=0
/proc/17820/task/17825/stat : 17825 (java) S 17818 17820 16509 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 181373867 930238464 8368 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17826] ppid=17818 vsize=908436 CPUtime=0
/proc/17820/task/17826/stat : 17826 (java) S 17818 17820 16509 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 181373867 930238464 8368 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17827] ppid=17818 vsize=908436 CPUtime=0
/proc/17820/task/17827/stat : 17827 (java) S 17818 17820 16509 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181373870 930238464 8368 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17828] ppid=17818 vsize=908436 CPUtime=0
/proc/17820/task/17828/stat : 17828 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181373870 930238464 8368 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17829] ppid=17818 vsize=908436 CPUtime=0.29
/proc/17820/task/17829/stat : 17829 (java) R 17818 17820 16509 0 -1 64 1376 0 0 0 29 0 0 0 16 0 12 0 181373870 930238464 8368 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155022045 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17830] ppid=17818 vsize=908436 CPUtime=0.25
/proc/17820/task/17830/stat : 17830 (java) S 17818 17820 16509 0 -1 64 671 0 0 0 25 0 0 0 16 0 12 0 181373870 930238464 8368 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17831] ppid=17818 vsize=908436 CPUtime=0
/proc/17820/task/17831/stat : 17831 (java) S 17818 17820 16509 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181373871 930238464 8368 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17832] ppid=17818 vsize=908436 CPUtime=0
/proc/17820/task/17832/stat : 17832 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181373871 930238464 8368 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 908436

[startup+2.9924 s]
/proc/loadavg: 2.12 2.08 2.02 3/105 17832
/proc/meminfo: memFree=1192528/2055924 swapFree=4165672/4192956
[pid=17820] ppid=17818 vsize=910920 CPUtime=2.98
/proc/17820/stat : 17820 (java) R 17818 17820 16509 0 -1 0 30217 0 1 0 282 16 0 0 20 0 12 0 181373860 932782080 28383 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17820/statm: 227730 28386 2478 14 0 214167 0
[pid=17820/tid=17822] ppid=17818 vsize=910920 CPUtime=0.06
/proc/17820/task/17822/stat : 17822 (java) R 17818 17820 16509 0 -1 64 1122 0 0 0 6 0 0 0 16 0 12 0 181373863 932782080 28388 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17823] ppid=17818 vsize=910920 CPUtime=0.17
/proc/17820/task/17823/stat : 17823 (java) R 17818 17820 16509 0 -1 64 5734 0 0 0 15 2 0 0 17 0 12 0 181373863 932782080 28391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17824] ppid=17818 vsize=910920 CPUtime=0
/proc/17820/task/17824/stat : 17824 (java) S 17818 17820 16509 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181373866 932782080 28395 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17825] ppid=17818 vsize=910920 CPUtime=0
/proc/17820/task/17825/stat : 17825 (java) S 17818 17820 16509 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181373867 932782080 28398 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17826] ppid=17818 vsize=910920 CPUtime=0
/proc/17820/task/17826/stat : 17826 (java) S 17818 17820 16509 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181373867 932782080 28401 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17827] ppid=17818 vsize=910920 CPUtime=0
/proc/17820/task/17827/stat : 17827 (java) S 17818 17820 16509 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181373870 932782080 28404 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17828] ppid=17818 vsize=910920 CPUtime=0
/proc/17820/task/17828/stat : 17828 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181373870 932782080 28407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17829] ppid=17818 vsize=910920 CPUtime=0.55
/proc/17820/task/17829/stat : 17829 (java) S 17818 17820 16509 0 -1 64 2245 0 0 0 54 1 0 0 17 0 12 0 181373870 932782080 28410 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17830] ppid=17818 vsize=910920 CPUtime=0.47
/proc/17820/task/17830/stat : 17830 (java) S 17818 17820 16509 0 -1 64 921 0 0 0 47 0 0 0 16 0 12 0 181373870 932782080 28413 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17831] ppid=17818 vsize=910920 CPUtime=0
/proc/17820/task/17831/stat : 17831 (java) S 17818 17820 16509 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181373871 932782080 28416 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17832] ppid=17818 vsize=910920 CPUtime=0
/proc/17820/task/17832/stat : 17832 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181373871 932782080 28419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 910920

[startup+6.28579 s]
/proc/loadavg: 2.12 2.08 2.02 6/105 17832
/proc/meminfo: memFree=1131920/2055924 swapFree=4165672/4192956
[pid=17820] ppid=17818 vsize=910408 CPUtime=6.33
/proc/17820/stat : 17820 (java) R 17818 17820 16509 0 -1 0 40147 0 1 0 613 20 0 0 20 0 12 0 181373860 932257792 37942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054276008 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17820/statm: 227602 37942 2478 14 0 214039 0
[pid=17820/tid=17822] ppid=17818 vsize=910408 CPUtime=0.34
/proc/17820/task/17822/stat : 17822 (java) S 17818 17820 16509 0 -1 64 4944 0 0 0 32 2 0 0 17 0 12 0 181373863 932257792 37942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17823] ppid=17818 vsize=910408 CPUtime=0.53
/proc/17820/task/17823/stat : 17823 (java) S 17818 17820 16509 0 -1 64 11826 0 0 0 48 5 0 0 16 0 12 0 181373863 932257792 37942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17824] ppid=17818 vsize=910408 CPUtime=0
/proc/17820/task/17824/stat : 17824 (java) S 17818 17820 16509 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181373866 932257792 37942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17825] ppid=17818 vsize=910408 CPUtime=0
/proc/17820/task/17825/stat : 17825 (java) S 17818 17820 16509 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181373867 932257792 37942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17826] ppid=17818 vsize=910408 CPUtime=0
/proc/17820/task/17826/stat : 17826 (java) S 17818 17820 16509 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181373867 932257792 37942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17827] ppid=17818 vsize=910408 CPUtime=0
/proc/17820/task/17827/stat : 17827 (java) S 17818 17820 16509 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181373870 932257792 37942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17828] ppid=17818 vsize=910408 CPUtime=0
/proc/17820/task/17828/stat : 17828 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181373870 932257792 37942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17829] ppid=17818 vsize=910408 CPUtime=0.57
/proc/17820/task/17829/stat : 17829 (java) S 17818 17820 16509 0 -1 64 2245 0 0 0 56 1 0 0 16 0 12 0 181373870 932257792 37942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17830] ppid=17818 vsize=910408 CPUtime=0.48
/proc/17820/task/17830/stat : 17830 (java) S 17818 17820 16509 0 -1 64 921 0 0 0 48 0 0 0 16 0 12 0 181373870 932257792 37942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17831] ppid=17818 vsize=910408 CPUtime=0
/proc/17820/task/17831/stat : 17831 (java) S 17818 17820 16509 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181373871 932257792 37942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17832] ppid=17818 vsize=910408 CPUtime=0
/proc/17820/task/17832/stat : 17832 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181373871 932257792 37942 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 910408

[startup+12.6964 s]
/proc/loadavg: 2.26 2.11 2.03 3/105 17832
/proc/meminfo: memFree=1051792/2055924 swapFree=4165672/4192956
[pid=17820] ppid=17818 vsize=909352 CPUtime=12.71
/proc/17820/stat : 17820 (java) R 17818 17820 16509 0 -1 0 60656 0 1 0 1243 28 0 0 25 0 12 0 181373860 931176448 57670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17820/statm: 227338 57670 2478 14 0 213775 0
[pid=17820/tid=17822] ppid=17818 vsize=909352 CPUtime=0.97
/proc/17820/task/17822/stat : 17822 (java) R 17818 17820 16509 0 -1 64 11574 0 0 0 92 5 0 0 16 0 12 0 181373863 931176448 57670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17823] ppid=17818 vsize=909352 CPUtime=1.16
/proc/17820/task/17823/stat : 17823 (java) R 17818 17820 16509 0 -1 64 25676 0 0 0 106 10 0 0 16 0 12 0 181373863 931176448 57670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154957956 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17824] ppid=17818 vsize=909352 CPUtime=0
/proc/17820/task/17824/stat : 17824 (java) S 17818 17820 16509 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 181373866 931176448 57670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17825] ppid=17818 vsize=909352 CPUtime=0
/proc/17820/task/17825/stat : 17825 (java) S 17818 17820 16509 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181373867 931176448 57670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17826] ppid=17818 vsize=909352 CPUtime=0
/proc/17820/task/17826/stat : 17826 (java) S 17818 17820 16509 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181373867 931176448 57670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17827] ppid=17818 vsize=909352 CPUtime=0
/proc/17820/task/17827/stat : 17827 (java) S 17818 17820 16509 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181373870 931176448 57670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17828] ppid=17818 vsize=909352 CPUtime=0
/proc/17820/task/17828/stat : 17828 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181373870 931176448 57670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17829] ppid=17818 vsize=909352 CPUtime=0.61
/proc/17820/task/17829/stat : 17829 (java) S 17818 17820 16509 0 -1 64 2252 0 0 0 60 1 0 0 17 0 12 0 181373870 931176448 57670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17830] ppid=17818 vsize=909352 CPUtime=0.52
/proc/17820/task/17830/stat : 17830 (java) S 17818 17820 16509 0 -1 64 922 0 0 0 52 0 0 0 16 0 12 0 181373870 931176448 57670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17831] ppid=17818 vsize=909352 CPUtime=0
/proc/17820/task/17831/stat : 17831 (java) S 17818 17820 16509 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181373871 931176448 57670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17832] ppid=17818 vsize=909352 CPUtime=0
/proc/17820/task/17832/stat : 17832 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181373871 931176448 57670 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 909352

[startup+25.5819 s]
/proc/loadavg: 2.38 2.14 2.04 3/105 17832
/proc/meminfo: memFree=926608/2055924 swapFree=4165672/4192956
[pid=17820] ppid=17818 vsize=909352 CPUtime=25.65
/proc/17820/stat : 17820 (java) R 17818 17820 16509 0 -1 0 92223 0 1 0 2523 42 0 0 25 0 12 0 181373860 931176448 89183 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054188598 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17820/statm: 227338 89183 2478 14 0 213775 0
[pid=17820/tid=17822] ppid=17818 vsize=909352 CPUtime=1.89
/proc/17820/task/17822/stat : 17822 (java) S 17818 17820 16509 0 -1 64 29119 0 0 0 176 13 0 0 16 0 12 0 181373863 931176448 89183 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17823] ppid=17818 vsize=909352 CPUtime=2.29
/proc/17820/task/17823/stat : 17823 (java) S 17818 17820 16509 0 -1 64 39671 0 0 0 214 15 0 0 16 0 12 0 181373863 931176448 89183 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17824] ppid=17818 vsize=909352 CPUtime=0
/proc/17820/task/17824/stat : 17824 (java) S 17818 17820 16509 0 -1 64 14 0 0 0 0 0 0 0 15 0 12 0 181373866 931176448 89183 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17825] ppid=17818 vsize=909352 CPUtime=0
/proc/17820/task/17825/stat : 17825 (java) S 17818 17820 16509 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181373867 931176448 89183 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17826] ppid=17818 vsize=909352 CPUtime=0
/proc/17820/task/17826/stat : 17826 (java) S 17818 17820 16509 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181373867 931176448 89183 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17827] ppid=17818 vsize=909352 CPUtime=0
/proc/17820/task/17827/stat : 17827 (java) S 17818 17820 16509 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181373870 931176448 89183 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17828] ppid=17818 vsize=909352 CPUtime=0
/proc/17820/task/17828/stat : 17828 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181373870 931176448 89183 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17829] ppid=17818 vsize=909352 CPUtime=0.62
/proc/17820/task/17829/stat : 17829 (java) S 17818 17820 16509 0 -1 64 2252 0 0 0 61 1 0 0 17 0 12 0 181373870 931176448 89183 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17830] ppid=17818 vsize=909352 CPUtime=0.53
/proc/17820/task/17830/stat : 17830 (java) S 17818 17820 16509 0 -1 64 922 0 0 0 53 0 0 0 17 0 12 0 181373870 931176448 89183 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17831] ppid=17818 vsize=909352 CPUtime=0
/proc/17820/task/17831/stat : 17831 (java) S 17818 17820 16509 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181373871 931176448 89183 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17832] ppid=17818 vsize=909352 CPUtime=0
/proc/17820/task/17832/stat : 17832 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181373871 931176448 89183 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.65
Current children cumulated vsize (KiB) 909352

[startup+51.2509 s]
/proc/loadavg: 2.40 2.16 2.05 3/105 17832
/proc/meminfo: memFree=661712/2055924 swapFree=4165672/4192956
[pid=17820] ppid=17818 vsize=910636 CPUtime=51.3
/proc/17820/stat : 17820 (java) R 17818 17820 16509 0 -1 0 157020 0 1 0 5063 67 0 0 25 0 12 0 181373860 932491264 153860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054217656 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17820/statm: 227659 153860 2478 14 0 214096 0
[pid=17820/tid=17822] ppid=17818 vsize=910636 CPUtime=4.42
/proc/17820/task/17822/stat : 17822 (java) S 17818 17820 16509 0 -1 64 64470 0 0 0 414 28 0 0 16 0 12 0 181373863 932491264 153860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17823] ppid=17818 vsize=910636 CPUtime=3.86
/proc/17820/task/17823/stat : 17823 (java) S 17818 17820 16509 0 -1 64 69067 0 0 0 362 24 0 0 16 0 12 0 181373863 932491264 153860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17824] ppid=17818 vsize=910636 CPUtime=0.03

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

/proc/17820/task/17826/stat : 17826 (java) S 17818 17820 16509 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181373867 932491264 153860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17827] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17827/stat : 17827 (java) S 17818 17820 16509 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181373870 932491264 153860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17828] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17828/stat : 17828 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181373870 932491264 153860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17829] ppid=17818 vsize=910636 CPUtime=0.65
/proc/17820/task/17829/stat : 17829 (java) S 17818 17820 16509 0 -1 64 2254 0 0 0 64 1 0 0 17 0 12 0 181373870 932491264 153860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17830] ppid=17818 vsize=910636 CPUtime=0.56
/proc/17820/task/17830/stat : 17830 (java) S 17818 17820 16509 0 -1 64 923 0 0 0 56 0 0 0 17 0 12 0 181373870 932491264 153860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17831] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17831/stat : 17831 (java) S 17818 17820 16509 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181373871 932491264 153860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17832] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17832/stat : 17832 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181373871 932491264 153860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.3
Current children cumulated vsize (KiB) 910636

[startup+102.5 s]
/proc/loadavg: 2.37 2.19 2.06 3/105 17832
/proc/meminfo: memFree=533008/2055924 swapFree=4165672/4192956
[pid=17820] ppid=17818 vsize=910636 CPUtime=102.67
/proc/17820/stat : 17820 (java) S 17818 17820 16509 0 -1 0 189295 0 1 0 10186 81 0 0 17 0 12 0 181373860 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17820/statm: 227659 185995 2479 14 0 214096 0
[pid=17820/tid=17822] ppid=17818 vsize=910636 CPUtime=5.58
/proc/17820/task/17822/stat : 17822 (java) S 17818 17820 16509 0 -1 64 78856 0 0 0 523 35 0 0 16 0 12 0 181373863 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17823] ppid=17818 vsize=910636 CPUtime=5
/proc/17820/task/17823/stat : 17823 (java) S 17818 17820 16509 0 -1 64 85842 0 0 0 470 30 0 0 17 0 12 0 181373863 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17824] ppid=17818 vsize=910636 CPUtime=34.3
/proc/17820/task/17824/stat : 17824 (java) R 17818 17820 16509 0 -1 64 1083 0 0 0 3429 1 0 0 25 0 12 0 181373866 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921684 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17825] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17825/stat : 17825 (java) S 17818 17820 16509 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181373867 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17826] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17826/stat : 17826 (java) S 17818 17820 16509 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181373867 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17827] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17827/stat : 17827 (java) S 17818 17820 16509 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17828] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17828/stat : 17828 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17829] ppid=17818 vsize=910636 CPUtime=0.65
/proc/17820/task/17829/stat : 17829 (java) S 17818 17820 16509 0 -1 64 2254 0 0 0 64 1 0 0 17 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17830] ppid=17818 vsize=910636 CPUtime=0.56
/proc/17820/task/17830/stat : 17830 (java) S 17818 17820 16509 0 -1 64 923 0 0 0 56 0 0 0 17 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17831] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17831/stat : 17831 (java) S 17818 17820 16509 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181373871 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17832] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17832/stat : 17832 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181373871 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.67
Current children cumulated vsize (KiB) 910636

[startup+162.534 s]
/proc/loadavg: 2.21 2.17 2.06 3/105 17832
/proc/meminfo: memFree=533072/2055924 swapFree=4165672/4192956
[pid=17820] ppid=17818 vsize=910636 CPUtime=162.69
/proc/17820/stat : 17820 (java) S 17818 17820 16509 0 -1 0 189328 0 1 0 16187 82 0 0 17 0 12 0 181373860 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17820/statm: 227659 185995 2479 14 0 214096 0
[pid=17820/tid=17822] ppid=17818 vsize=910636 CPUtime=5.58
/proc/17820/task/17822/stat : 17822 (java) S 17818 17820 16509 0 -1 64 78856 0 0 0 523 35 0 0 16 0 12 0 181373863 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17823] ppid=17818 vsize=910636 CPUtime=5
/proc/17820/task/17823/stat : 17823 (java) S 17818 17820 16509 0 -1 64 85842 0 0 0 470 30 0 0 17 0 12 0 181373863 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17824] ppid=17818 vsize=910636 CPUtime=93.49
/proc/17820/task/17824/stat : 17824 (java) R 17818 17820 16509 0 -1 64 1083 0 0 0 9347 2 0 0 25 0 12 0 181373866 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631064 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17825] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17825/stat : 17825 (java) S 17818 17820 16509 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181373867 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17826] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17826/stat : 17826 (java) S 17818 17820 16509 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181373867 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17827] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17827/stat : 17827 (java) S 17818 17820 16509 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17828] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17828/stat : 17828 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17829] ppid=17818 vsize=910636 CPUtime=0.65
/proc/17820/task/17829/stat : 17829 (java) S 17818 17820 16509 0 -1 64 2254 0 0 0 64 1 0 0 17 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17830] ppid=17818 vsize=910636 CPUtime=0.56
/proc/17820/task/17830/stat : 17830 (java) S 17818 17820 16509 0 -1 64 923 0 0 0 56 0 0 0 17 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17831] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17831/stat : 17831 (java) S 17818 17820 16509 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181373871 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17832] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17832/stat : 17832 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181373871 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.69
Current children cumulated vsize (KiB) 910636

[startup+222.553 s]
/proc/loadavg: 2.07 2.14 2.06 3/105 17832
/proc/meminfo: memFree=533008/2055924 swapFree=4165672/4192956
[pid=17820] ppid=17818 vsize=910636 CPUtime=222.69
/proc/17820/stat : 17820 (java) S 17818 17820 16509 0 -1 0 189351 0 1 0 22187 82 0 0 17 0 12 0 181373860 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17820/statm: 227659 185995 2479 14 0 214096 0
[pid=17820/tid=17822] ppid=17818 vsize=910636 CPUtime=5.58
/proc/17820/task/17822/stat : 17822 (java) S 17818 17820 16509 0 -1 64 78856 0 0 0 523 35 0 0 16 0 12 0 181373863 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17823] ppid=17818 vsize=910636 CPUtime=5
/proc/17820/task/17823/stat : 17823 (java) S 17818 17820 16509 0 -1 64 85842 0 0 0 470 30 0 0 17 0 12 0 181373863 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17824] ppid=17818 vsize=910636 CPUtime=153.36
/proc/17820/task/17824/stat : 17824 (java) R 17818 17820 16509 0 -1 64 1083 0 0 0 15333 3 0 0 25 0 12 0 181373866 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454037 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17825] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17825/stat : 17825 (java) S 17818 17820 16509 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181373867 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17826] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17826/stat : 17826 (java) S 17818 17820 16509 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181373867 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17827] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17827/stat : 17827 (java) S 17818 17820 16509 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17828] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17828/stat : 17828 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17829] ppid=17818 vsize=910636 CPUtime=0.65
/proc/17820/task/17829/stat : 17829 (java) S 17818 17820 16509 0 -1 64 2254 0 0 0 64 1 0 0 17 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17830] ppid=17818 vsize=910636 CPUtime=0.56
/proc/17820/task/17830/stat : 17830 (java) S 17818 17820 16509 0 -1 64 923 0 0 0 56 0 0 0 17 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17831] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17831/stat : 17831 (java) S 17818 17820 16509 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181373871 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17832] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17832/stat : 17832 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181373871 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.69
Current children cumulated vsize (KiB) 910636

[startup+282.64 s]
/proc/loadavg: 2.02 2.11 2.05 3/105 17832
/proc/meminfo: memFree=533072/2055924 swapFree=4165672/4192956
[pid=17820] ppid=17818 vsize=910636 CPUtime=282.76
/proc/17820/stat : 17820 (java) S 17818 17820 16509 0 -1 0 189373 0 1 0 28194 82 0 0 17 0 12 0 181373860 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17820/statm: 227659 185995 2479 14 0 214096 0
[pid=17820/tid=17822] ppid=17818 vsize=910636 CPUtime=5.58
/proc/17820/task/17822/stat : 17822 (java) S 17818 17820 16509 0 -1 64 78856 0 0 0 523 35 0 0 16 0 12 0 181373863 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17823] ppid=17818 vsize=910636 CPUtime=5
/proc/17820/task/17823/stat : 17823 (java) S 17818 17820 16509 0 -1 64 85842 0 0 0 470 30 0 0 17 0 12 0 181373863 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17824] ppid=17818 vsize=910636 CPUtime=213.43
/proc/17820/task/17824/stat : 17824 (java) R 17818 17820 16509 0 -1 64 1083 0 0 0 21340 3 0 0 25 0 12 0 181373866 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154922620 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17825] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17825/stat : 17825 (java) S 17818 17820 16509 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181373867 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17826] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17826/stat : 17826 (java) S 17818 17820 16509 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181373867 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17827] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17827/stat : 17827 (java) S 17818 17820 16509 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17828] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17828/stat : 17828 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17829] ppid=17818 vsize=910636 CPUtime=0.65
/proc/17820/task/17829/stat : 17829 (java) S 17818 17820 16509 0 -1 64 2254 0 0 0 64 1 0 0 17 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17830] ppid=17818 vsize=910636 CPUtime=0.56
/proc/17820/task/17830/stat : 17830 (java) S 17818 17820 16509 0 -1 64 923 0 0 0 56 0 0 0 17 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17831] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17831/stat : 17831 (java) S 17818 17820 16509 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181373871 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17832] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17832/stat : 17832 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181373871 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.76
Current children cumulated vsize (KiB) 910636

[startup+342.64 s]
/proc/loadavg: 2.07 2.10 2.05 3/105 17832
/proc/meminfo: memFree=533008/2055924 swapFree=4165672/4192956
[pid=17820] ppid=17818 vsize=910636 CPUtime=342.75
/proc/17820/stat : 17820 (java) S 17818 17820 16509 0 -1 0 189395 0 1 0 34192 83 0 0 17 0 12 0 181373860 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17820/statm: 227659 185995 2479 14 0 214096 0
[pid=17820/tid=17822] ppid=17818 vsize=910636 CPUtime=5.58
/proc/17820/task/17822/stat : 17822 (java) S 17818 17820 16509 0 -1 64 78856 0 0 0 523 35 0 0 16 0 12 0 181373863 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17823] ppid=17818 vsize=910636 CPUtime=5
/proc/17820/task/17823/stat : 17823 (java) S 17818 17820 16509 0 -1 64 85842 0 0 0 470 30 0 0 17 0 12 0 181373863 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17824] ppid=17818 vsize=910636 CPUtime=273.4
/proc/17820/task/17824/stat : 17824 (java) R 17818 17820 16509 0 -1 64 1083 0 0 0 27337 3 0 0 25 0 12 0 181373866 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631064 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17825] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17825/stat : 17825 (java) S 17818 17820 16509 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181373867 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17826] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17826/stat : 17826 (java) S 17818 17820 16509 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181373867 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17820/tid=17827] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17827/stat : 17827 (java) S 17818 17820 16509 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17828] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17828/stat : 17828 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17829] ppid=17818 vsize=910636 CPUtime=0.65
/proc/17820/task/17829/stat : 17829 (java) S 17818 17820 16509 0 -1 64 2254 0 0 0 64 1 0 0 17 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17830] ppid=17818 vsize=910636 CPUtime=0.56
/proc/17820/task/17830/stat : 17830 (java) S 17818 17820 16509 0 -1 64 923 0 0 0 56 0 0 0 17 0 12 0 181373870 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17831] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17831/stat : 17831 (java) S 17818 17820 16509 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181373871 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17820/tid=17832] ppid=17818 vsize=910636 CPUtime=0
/proc/17820/task/17832/stat : 17832 (java) S 17818 17820 16509 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181373871 932491264 185995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.75
Current children cumulated vsize (KiB) 910636

Child status: 1
Real time (s): 358.151
CPU time (s): 358.257
CPU user time (s): 357.313
CPU system time (s): 0.943856
CPU usage (%): 100.029
Max. virtual memory (cumulated for all children) (KiB): 911152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 357.313
system time used= 0.943856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189416
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= 9353
involuntary context switches= 15752

runsolver used 0.401938 s user time and 1.22481 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Tue Jan  9 08:03:04 UTC 2007


IDJOB= 234000
IDBENCH= 6651
FILE ID= node6/234000-1168329784

PBS_JOBID= 3503018

Free space on /tmp= 66551 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-7/os-taillard-7-95-6.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234000-1168329784/sat4jCSP-bf3-cached.jar /tmp/evaluation/234000-1168329784/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-234000-1168329784 -o ROOT/results/node6/solver-234000-1168329784 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234000-1168329784/sat4jCSP-bf3-cached.jar /tmp/evaluation/234000-1168329784/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  019f8abe20a7cd1b8d6c7abc45fb5a20

RANDOM SEED= 907135332

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.240
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.240
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:      2055924 kB
MemFree:       1269064 kB
Buffers:        101528 kB
Cached:         526908 kB
SwapCached:       2944 kB
Active:         394832 kB
Inactive:       306648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1269064 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            2512 kB
Writeback:           0 kB
Mapped:          90144 kB
Slab:            69916 kB
Committed_AS:  5946584 kB
PageTables:       2512 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= 66551 MiB



End job on node6 on Tue Jan  9 08:09:02 UTC 2007