Trace number 233036

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? 378.267 372.051

General information on the benchmark

Nametaillard/
os-taillard-20/os-taillard-20-95-9.xml
MD5SUM9721ce867ce6c513d73631ab5107c0a8
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 variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1220
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.14	c version CSP COMPETITION BUGFIX 3
0.14	c sun.arch.data.model	32
0.14	c java.version	1.5.0_10
0.14	c os.name	Linux
0.14	c os.version	2.6.9-22.EL.rootsmp
0.14	c os.arch	i386
0.14	c Free memory 722620888
0.14	c Max memory 723845120
0.14	c Total memory 723845120
0.14	c Number of processors 2
0.20	c --- Begin Solver configuration ---
0.20	c Stops conflict analysis at the first Unique Implication Point
0.20	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.20	c Learn all clauses as in MiniSAT
0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving /tmp/evaluation/233036-1168324503/unknown.xml
0.20	c reading problem ... 
0.37	c reading problem named ?
0.37	c reading domains done.
0.62	c reading variables
c reading variables (400) done.
1.58	c reading predicates 
c reading relations (2) done.
1.77	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
371.56	c starts		: 0
371.56	c conflicts		: 0
371.56	c decisions		: 0
371.56	c propagations		: 0
371.56	c inspects		: 0
371.56	c learnt literals	: 0
371.56	c learnt binary clauses	: 0
371.56	c learnt ternary clauses	: 0
371.56	c learnt clauses	: 0
371.56	c root simplifications	: 0
371.56	c removed literals (reason simplification)	: 0
371.56	c reason swapping (by a shorter reason)	: 0
371.56	c Calls to reduceDB	: 0
371.56	c speed (decisions/second)	: 0.0
371.56	c non guided choices	0
371.56	s UNKNOWN
371.56	c Total wall clock time (in seconds) : 369.337
371.56	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/node55/watcher-233036-1168324503 -o ROOT/results/node55/solver-233036-1168324503 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233036-1168324503/sat4jCSP-bf3.jar /tmp/evaluation/233036-1168324503/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.85 1.97 1.91 2/65 10917
/proc/meminfo: memFree=1620112/2055920 swapFree=4192192/4192956
[pid=10916] ppid=10914 vsize=172 CPUtime=0
/proc/10916/stat : 10916 (java) R 10914 10916 9228 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 180848538 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 6849316 0 0 4096 0 0 0 0 17 1 0 0
/proc/10916/statm: 43 24 18 14 0 3 0

[startup+0.105283 s]
/proc/loadavg: 1.85 1.97 1.91 2/65 10917
/proc/meminfo: memFree=1620112/2055920 swapFree=4192192/4192956
[pid=10916] ppid=10914 vsize=902816 CPUtime=0.09
/proc/10916/stat : 10916 (java) R 10914 10916 9228 0 -1 0 3440 0 1 0 7 2 0 0 24 0 12 0 180848538 924483584 3200 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10916/statm: 225704 3200 1596 14 0 212148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902816

[startup+0.517326 s]
/proc/loadavg: 1.85 1.97 1.91 2/65 10917
/proc/meminfo: memFree=1620112/2055920 swapFree=4192192/4192956
[pid=10916] ppid=10914 vsize=907672 CPUtime=0.74
/proc/10916/stat : 10916 (java) R 10914 10916 9228 0 -1 0 6774 0 1 0 70 4 0 0 17 0 12 0 180848538 929456128 6025 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10916/statm: 226918 6025 2299 14 0 213355 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 907672

[startup+1.34441 s]
/proc/loadavg: 1.85 1.97 1.91 3/76 10928
/proc/meminfo: memFree=1517880/2055920 swapFree=4192192/4192956
[pid=10916] ppid=10914 vsize=911880 CPUtime=2.13
/proc/10916/stat : 10916 (java) S 10914 10916 9228 0 -1 0 34507 0 1 0 196 17 0 0 18 0 12 0 180848538 933765120 31915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10916/statm: 227970 31915 2331 14 0 214407 0
[pid=10916/tid=10918] ppid=10914 vsize=911880 CPUtime=0.32
/proc/10916/task/10918/stat : 10918 (java) R 10914 10916 9228 0 -1 64 7003 0 0 0 29 3 0 0 20 0 12 0 180848540 933765120 31915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10919] ppid=10914 vsize=911880 CPUtime=0.31
/proc/10916/task/10919/stat : 10919 (java) R 10914 10916 9228 0 -1 64 5830 0 0 0 28 3 0 0 19 0 12 0 180848540 933765120 31915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10920] ppid=10914 vsize=911880 CPUtime=0
/proc/10916/task/10920/stat : 10920 (java) S 10914 10916 9228 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 180848543 933765120 31915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10921] ppid=10914 vsize=911880 CPUtime=0
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 9228 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 180848543 933765120 31915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10922] ppid=10914 vsize=911880 CPUtime=0
/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 9228 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 180848543 933765120 31915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=911880 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 9228 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180848547 933765120 31915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=911880 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 9228 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180848547 933765120 31915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10925] ppid=10914 vsize=911880 CPUtime=0.32
/proc/10916/task/10925/stat : 10925 (java) S 10914 10916 9228 0 -1 64 1301 0 0 0 32 0 0 0 16 0 12 0 180848547 933765120 31915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10926] ppid=10914 vsize=911880 CPUtime=0.32
/proc/10916/task/10926/stat : 10926 (java) S 10914 10916 9228 0 -1 64 707 0 0 0 32 0 0 0 17 0 12 0 180848547 933765120 31915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10927] ppid=10914 vsize=911880 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 9228 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180848547 933765120 31915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=911880 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 9228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180848547 933765120 31915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 911880

[startup+2.98856 s]
/proc/loadavg: 1.85 1.97 1.91 3/76 10928
/proc/meminfo: memFree=1478840/2055920 swapFree=4192192/4192956
[pid=10916] ppid=10914 vsize=912040 CPUtime=4.57
/proc/10916/stat : 10916 (java) R 10914 10916 9228 0 -1 0 50133 0 1 0 432 25 0 0 18 0 12 0 180848538 933928960 45860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054256413 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10916/statm: 228010 45860 2476 14 0 214447 0
[pid=10916/tid=10918] ppid=10914 vsize=912040 CPUtime=0.9
/proc/10916/task/10918/stat : 10918 (java) S 10914 10916 9228 0 -1 64 11257 0 0 0 85 5 0 0 16 0 12 0 180848540 933928960 45860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10919] ppid=10914 vsize=912040 CPUtime=0.91
/proc/10916/task/10919/stat : 10919 (java) S 10914 10916 9228 0 -1 64 16207 0 0 0 82 9 0 0 16 0 12 0 180848540 933928960 45860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10920] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10920/stat : 10920 (java) S 10914 10916 9228 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180848543 933928960 45860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10921] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 9228 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180848543 933928960 45860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10922] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 9228 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 180848543 933928960 45860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 9228 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180848547 933928960 45860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 9228 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180848547 933928960 45860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10925] ppid=10914 vsize=912040 CPUtime=0.48
/proc/10916/task/10925/stat : 10925 (java) S 10914 10916 9228 0 -1 64 1348 0 0 0 48 0 0 0 16 0 12 0 180848547 933928960 45860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10926] ppid=10914 vsize=912040 CPUtime=0.5
/proc/10916/task/10926/stat : 10926 (java) S 10914 10916 9228 0 -1 64 1045 0 0 0 50 0 0 0 17 0 12 0 180848547 933928960 45860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10927] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 9228 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180848547 933928960 45860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 9228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180848547 933928960 45860 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 912040

[startup+6.28088 s]
/proc/loadavg: 1.86 1.97 1.91 2/76 10928
/proc/meminfo: memFree=1426936/2055920 swapFree=4192192/4192956
[pid=10916] ppid=10914 vsize=912040 CPUtime=8.15
/proc/10916/stat : 10916 (java) R 10914 10916 9228 0 -1 0 57602 0 1 0 784 31 0 0 23 0 12 0 180848538 933928960 52284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054273250 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10916/statm: 228010 52284 2476 14 0 214447 0
[pid=10916/tid=10918] ppid=10914 vsize=912040 CPUtime=1.24
/proc/10916/task/10918/stat : 10918 (java) S 10914 10916 9228 0 -1 64 14909 0 0 0 117 7 0 0 16 0 12 0 180848540 933928960 52284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10919] ppid=10914 vsize=912040 CPUtime=1.21
/proc/10916/task/10919/stat : 10919 (java) S 10914 10916 9228 0 -1 64 20016 0 0 0 109 12 0 0 16 0 12 0 180848540 933928960 52284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10920] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10920/stat : 10920 (java) S 10914 10916 9228 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180848543 933928960 52284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10921] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 9228 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180848543 933928960 52284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10922] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 9228 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 180848543 933928960 52284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 9228 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180848547 933928960 52284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 9228 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180848547 933928960 52284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10925] ppid=10914 vsize=912040 CPUtime=0.48
/proc/10916/task/10925/stat : 10925 (java) S 10914 10916 9228 0 -1 64 1348 0 0 0 48 0 0 0 16 0 12 0 180848547 933928960 52284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10926] ppid=10914 vsize=912040 CPUtime=0.5
/proc/10916/task/10926/stat : 10926 (java) S 10914 10916 9228 0 -1 64 1045 0 0 0 50 0 0 0 17 0 12 0 180848547 933928960 52284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10927] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 9228 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180848547 933928960 52284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 9228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180848547 933928960 52284 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 912040

[startup+12.7685 s]
/proc/loadavg: 1.80 1.95 1.90 2/76 10928
/proc/meminfo: memFree=1372856/2055920 swapFree=4192192/4192956
[pid=10916] ppid=10914 vsize=912040 CPUtime=14.89
/proc/10916/stat : 10916 (java) R 10914 10916 9228 0 -1 0 74934 0 1 0 1450 39 0 0 20 0 12 0 180848538 933928960 64591 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054339126 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10916/statm: 228010 64591 2477 14 0 214447 0
[pid=10916/tid=10918] ppid=10914 vsize=912040 CPUtime=1.43
/proc/10916/task/10918/stat : 10918 (java) S 10914 10916 9228 0 -1 64 24002 0 0 0 132 11 0 0 16 0 12 0 180848540 933928960 64591 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10919] ppid=10914 vsize=912040 CPUtime=1.39
/proc/10916/task/10919/stat : 10919 (java) S 10914 10916 9228 0 -1 64 28211 0 0 0 123 16 0 0 16 0 12 0 180848540 933928960 64591 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10920] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10920/stat : 10920 (java) S 10914 10916 9228 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 180848543 933928960 64591 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10921] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 9228 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180848543 933928960 64591 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10922] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 9228 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 180848543 933928960 64591 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 9228 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180848547 933928960 64591 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 9228 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180848547 933928960 64591 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10925] ppid=10914 vsize=912040 CPUtime=0.53
/proc/10916/task/10925/stat : 10925 (java) S 10914 10916 9228 0 -1 64 1355 0 0 0 53 0 0 0 16 0 12 0 180848547 933928960 64591 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10926] ppid=10914 vsize=912040 CPUtime=0.55
/proc/10916/task/10926/stat : 10926 (java) S 10914 10916 9228 0 -1 64 1054 0 0 0 55 0 0 0 17 0 12 0 180848547 933928960 64591 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10927] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 9228 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180848547 933928960 64591 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 9228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180848547 933928960 64591 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.89
Current children cumulated vsize (KiB) 912040

[startup+25.6538 s]
/proc/loadavg: 1.68 1.92 1.89 2/76 10928
/proc/meminfo: memFree=1283064/2055920 swapFree=4192192/4192956
[pid=10916] ppid=10914 vsize=912040 CPUtime=28.08
/proc/10916/stat : 10916 (java) R 10914 10916 9228 0 -1 0 104154 0 1 0 2753 55 0 0 25 0 12 0 180848538 933928960 87391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054286545 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10916/statm: 228010 87391 2477 14 0 214447 0
[pid=10916/tid=10918] ppid=10914 vsize=912040 CPUtime=1.73
/proc/10916/task/10918/stat : 10918 (java) S 10914 10916 9228 0 -1 64 38256 0 0 0 154 19 0 0 16 0 12 0 180848540 933928960 87391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10919] ppid=10914 vsize=912040 CPUtime=1.71
/proc/10916/task/10919/stat : 10919 (java) S 10914 10916 9228 0 -1 64 43146 0 0 0 147 24 0 0 16 0 12 0 180848540 933928960 87391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10920] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10920/stat : 10920 (java) S 10914 10916 9228 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 180848543 933928960 87391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10921] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 9228 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180848543 933928960 87391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10922] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 9228 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 180848543 933928960 87391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 9228 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180848547 933928960 87391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 9228 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180848547 933928960 87391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10925] ppid=10914 vsize=912040 CPUtime=0.54
/proc/10916/task/10925/stat : 10925 (java) S 10914 10916 9228 0 -1 64 1355 0 0 0 54 0 0 0 16 0 12 0 180848547 933928960 87391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10926] ppid=10914 vsize=912040 CPUtime=0.58
/proc/10916/task/10926/stat : 10926 (java) S 10914 10916 9228 0 -1 64 1056 0 0 0 58 0 0 0 15 0 12 0 180848547 933928960 87391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10927] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 9228 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180848547 933928960 87391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 9228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180848547 933928960 87391 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.08
Current children cumulated vsize (KiB) 912040

[startup+51.2992 s]
/proc/loadavg: 1.45 1.84 1.87 2/76 10928
/proc/meminfo: memFree=1084216/2055920 swapFree=4192192/4192956
[pid=10916] ppid=10914 vsize=912040 CPUtime=54.41
/proc/10916/stat : 10916 (java) R 10914 10916 9228 0 -1 0 169405 0 1 0 5353 88 0 0 18 0 12 0 180848538 933928960 136724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054328149 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10916/statm: 228010 136724 2477 14 0 214447 0
[pid=10916/tid=10918] ppid=10914 vsize=912040 CPUtime=2.43
/proc/10916/task/10918/stat : 10918 (java) S 10914 10916 9228 0 -1 64 70146 0 0 0 208 35 0 0 15 0 12 0 180848540 933928960 136724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10919] ppid=10914 vsize=912040 CPUtime=2.43
/proc/10916/task/10919/stat : 10919 (java) S 10914 10916 9228 0 -1 64 76449 0 0 0 203 40 0 0 16 0 12 0 180848540 933928960 136724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10920] ppid=10914 vsize=912040 CPUtime=0.02

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

/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 9228 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 180848543 933928960 136724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 9228 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180848547 933928960 136724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 9228 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180848547 933928960 136724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10925] ppid=10914 vsize=912040 CPUtime=0.55
/proc/10916/task/10925/stat : 10925 (java) S 10914 10916 9228 0 -1 64 1356 0 0 0 55 0 0 0 16 0 12 0 180848547 933928960 136724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10926] ppid=10914 vsize=912040 CPUtime=0.59
/proc/10916/task/10926/stat : 10926 (java) S 10914 10916 9228 0 -1 64 1056 0 0 0 59 0 0 0 16 0 12 0 180848547 933928960 136724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10927] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 9228 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180848547 933928960 136724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 9228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180848547 933928960 136724 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.41
Current children cumulated vsize (KiB) 912040

[startup+102.587 s]
/proc/loadavg: 1.19 1.71 1.82 2/76 10928
/proc/meminfo: memFree=890424/2055920 swapFree=4192192/4192956
[pid=10916] ppid=10914 vsize=912040 CPUtime=106.96
/proc/10916/stat : 10916 (java) R 10914 10916 9228 0 -1 0 232381 0 1 0 10576 120 0 0 25 0 12 0 180848538 933928960 184474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054241813 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10916/statm: 228010 184474 2479 14 0 214447 0
[pid=10916/tid=10918] ppid=10914 vsize=912040 CPUtime=3.75
/proc/10916/task/10918/stat : 10918 (java) S 10914 10916 9228 0 -1 64 96600 0 0 0 328 47 0 0 15 0 12 0 180848540 933928960 184474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10919] ppid=10914 vsize=912040 CPUtime=3.76
/proc/10916/task/10919/stat : 10919 (java) S 10914 10916 9228 0 -1 64 111449 0 0 0 319 57 0 0 16 0 12 0 180848540 933928960 184474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10920] ppid=10914 vsize=912040 CPUtime=0.56
/proc/10916/task/10920/stat : 10920 (java) S 10914 10916 9228 0 -1 64 1432 0 0 0 53 3 0 0 16 0 12 0 180848543 933928960 184474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10921] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 9228 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180848543 933928960 184474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10922] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 9228 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180848543 933928960 184474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 9228 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180848547 933928960 184474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 9228 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180848547 933928960 184474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10925] ppid=10914 vsize=912040 CPUtime=0.55
/proc/10916/task/10925/stat : 10925 (java) S 10914 10916 9228 0 -1 64 1356 0 0 0 55 0 0 0 16 0 12 0 180848547 933928960 184474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10926] ppid=10914 vsize=912040 CPUtime=0.59
/proc/10916/task/10926/stat : 10926 (java) S 10914 10916 9228 0 -1 64 1056 0 0 0 59 0 0 0 16 0 12 0 180848547 933928960 184474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10927] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 9228 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180848547 933928960 184474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 9228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180848547 933928960 184474 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 106.96
Current children cumulated vsize (KiB) 912040

[startup+162.67 s]
/proc/loadavg: 1.14 1.60 1.77 2/76 10928
/proc/meminfo: memFree=890296/2055920 swapFree=4192192/4192956
[pid=10916] ppid=10914 vsize=912040 CPUtime=168.45
/proc/10916/stat : 10916 (java) R 10914 10916 9228 0 -1 0 236656 0 1 0 16720 125 0 0 19 0 12 0 180848538 933928960 184523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054332968 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10916/statm: 228010 184523 2479 14 0 214447 0
[pid=10916/tid=10918] ppid=10914 vsize=912040 CPUtime=5.25
/proc/10916/task/10918/stat : 10918 (java) S 10914 10916 9228 0 -1 64 97351 0 0 0 477 48 0 0 15 0 12 0 180848540 933928960 184523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10919] ppid=10914 vsize=912040 CPUtime=5.24
/proc/10916/task/10919/stat : 10919 (java) S 10914 10916 9228 0 -1 64 112019 0 0 0 466 58 0 0 16 0 12 0 180848540 933928960 184523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10920] ppid=10914 vsize=912040 CPUtime=1.52
/proc/10916/task/10920/stat : 10920 (java) S 10914 10916 9228 0 -1 64 4264 0 0 0 146 6 0 0 16 0 12 0 180848543 933928960 184523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10921] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 9228 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180848543 933928960 184523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10922] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 9228 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180848543 933928960 184523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 9228 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180848547 933928960 184523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 9228 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180848547 933928960 184523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10925] ppid=10914 vsize=912040 CPUtime=0.55
/proc/10916/task/10925/stat : 10925 (java) S 10914 10916 9228 0 -1 64 1356 0 0 0 55 0 0 0 16 0 12 0 180848547 933928960 184523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10926] ppid=10914 vsize=912040 CPUtime=0.59
/proc/10916/task/10926/stat : 10926 (java) S 10914 10916 9228 0 -1 64 1056 0 0 0 59 0 0 0 16 0 12 0 180848547 933928960 184523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10927] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 9228 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180848547 933928960 184523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 9228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180848547 933928960 184523 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 168.45
Current children cumulated vsize (KiB) 912040

[startup+222.739 s]
/proc/loadavg: 1.08 1.50 1.73 2/76 10928
/proc/meminfo: memFree=891320/2055920 swapFree=4192192/4192956
[pid=10916] ppid=10914 vsize=912040 CPUtime=229.88
/proc/10916/stat : 10916 (java) R 10914 10916 9228 0 -1 0 288357 0 1 0 22834 154 0 0 17 0 12 0 180848538 933928960 184224 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054256405 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10916/statm: 228010 184224 2479 14 0 214447 0
[pid=10916/tid=10918] ppid=10914 vsize=912040 CPUtime=6.67
/proc/10916/task/10918/stat : 10918 (java) S 10914 10916 9228 0 -1 64 98348 0 0 0 617 50 0 0 16 0 12 0 180848540 933928960 184224 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10919] ppid=10914 vsize=912040 CPUtime=6.67
/proc/10916/task/10919/stat : 10919 (java) S 10914 10916 9228 0 -1 64 113257 0 0 0 607 60 0 0 16 0 12 0 180848540 933928960 184224 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10920] ppid=10914 vsize=912040 CPUtime=16.52
/proc/10916/task/10920/stat : 10920 (java) S 10914 10916 9228 0 -1 64 53599 0 0 0 1622 30 0 0 16 0 12 0 180848543 933928960 184224 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10921] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 9228 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180848543 933928960 184224 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10922] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 9228 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180848543 933928960 184224 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 9228 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180848547 933928960 184224 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 9228 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180848547 933928960 184224 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10925] ppid=10914 vsize=912040 CPUtime=0.55
/proc/10916/task/10925/stat : 10925 (java) S 10914 10916 9228 0 -1 64 1356 0 0 0 55 0 0 0 16 0 12 0 180848547 933928960 184224 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10926] ppid=10914 vsize=912040 CPUtime=0.6
/proc/10916/task/10926/stat : 10926 (java) S 10914 10916 9228 0 -1 64 1056 0 0 0 60 0 0 0 16 0 12 0 180848547 933928960 184224 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10927] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 9228 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180848547 933928960 184224 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=912040 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 9228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180848547 933928960 184224 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 229.88
Current children cumulated vsize (KiB) 912040

[startup+282.779 s]
/proc/loadavg: 1.03 1.40 1.68 2/76 10928
/proc/meminfo: memFree=890232/2055920 swapFree=4192192/4192956
[pid=10916] ppid=10914 vsize=916044 CPUtime=289.82
/proc/10916/stat : 10916 (java) S 10914 10916 9228 0 -1 0 492401 0 1 0 28734 248 0 0 15 0 12 0 180848538 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10916/statm: 229011 185139 2479 14 0 215448 0
[pid=10916/tid=10918] ppid=10914 vsize=916044 CPUtime=6.67
/proc/10916/task/10918/stat : 10918 (java) S 10914 10916 9228 0 -1 64 98348 0 0 0 617 50 0 0 16 0 12 0 180848540 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10919] ppid=10914 vsize=916044 CPUtime=6.67
/proc/10916/task/10919/stat : 10919 (java) S 10914 10916 9228 0 -1 64 113257 0 0 0 607 60 0 0 16 0 12 0 180848540 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10920] ppid=10914 vsize=916044 CPUtime=72.21
/proc/10916/task/10920/stat : 10920 (java) R 10914 10916 9228 0 -1 64 257503 0 0 0 7097 124 0 0 25 0 12 0 180848543 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154922633 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10921] ppid=10914 vsize=916044 CPUtime=0
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 9228 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180848543 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10922] ppid=10914 vsize=916044 CPUtime=0
/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 9228 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180848543 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=916044 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 9228 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180848547 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=916044 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 9228 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180848547 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10925] ppid=10914 vsize=916044 CPUtime=0.55
/proc/10916/task/10925/stat : 10925 (java) S 10914 10916 9228 0 -1 64 1356 0 0 0 55 0 0 0 16 0 12 0 180848547 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10926] ppid=10914 vsize=916044 CPUtime=0.6
/proc/10916/task/10926/stat : 10926 (java) S 10914 10916 9228 0 -1 64 1056 0 0 0 60 0 0 0 16 0 12 0 180848547 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10927] ppid=10914 vsize=916044 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 9228 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180848547 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=916044 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 9228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180848547 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 289.82
Current children cumulated vsize (KiB) 916044

[startup+342.824 s]
/proc/loadavg: 1.09 1.35 1.64 3/95 10999
/proc/meminfo: memFree=669400/2055920 swapFree=4192192/4192956
[pid=10916] ppid=10914 vsize=916044 CPUtime=349.07
/proc/10916/stat : 10916 (java) S 10914 10916 9228 0 -1 0 717703 0 1 0 34554 353 0 0 15 0 12 0 180848538 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10916/statm: 229011 185139 2479 14 0 215448 0
[pid=10916/tid=10918] ppid=10914 vsize=916044 CPUtime=6.67
/proc/10916/task/10918/stat : 10918 (java) S 10914 10916 9228 0 -1 64 98348 0 0 0 617 50 0 0 16 0 12 0 180848540 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10919] ppid=10914 vsize=916044 CPUtime=6.67
/proc/10916/task/10919/stat : 10919 (java) S 10914 10916 9228 0 -1 64 113257 0 0 0 607 60 0 0 16 0 12 0 180848540 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10920] ppid=10914 vsize=916044 CPUtime=131.45
/proc/10916/task/10920/stat : 10920 (java) R 10914 10916 9228 0 -1 64 482647 0 0 0 12916 229 0 0 25 0 12 0 180848543 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154624432 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10921] ppid=10914 vsize=916044 CPUtime=0
/proc/10916/task/10921/stat : 10921 (java) S 10914 10916 9228 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180848543 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10922] ppid=10914 vsize=916044 CPUtime=0
/proc/10916/task/10922/stat : 10922 (java) S 10914 10916 9228 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180848543 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10923] ppid=10914 vsize=916044 CPUtime=0
/proc/10916/task/10923/stat : 10923 (java) S 10914 10916 9228 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180848547 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10924] ppid=10914 vsize=916044 CPUtime=0
/proc/10916/task/10924/stat : 10924 (java) S 10914 10916 9228 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180848547 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10925] ppid=10914 vsize=916044 CPUtime=0.55
/proc/10916/task/10925/stat : 10925 (java) S 10914 10916 9228 0 -1 64 1356 0 0 0 55 0 0 0 16 0 12 0 180848547 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10916/tid=10926] ppid=10914 vsize=916044 CPUtime=0.6
/proc/10916/task/10926/stat : 10926 (java) S 10914 10916 9228 0 -1 64 1056 0 0 0 60 0 0 0 16 0 12 0 180848547 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10927] ppid=10914 vsize=916044 CPUtime=0
/proc/10916/task/10927/stat : 10927 (java) S 10914 10916 9228 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180848547 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10916/tid=10928] ppid=10914 vsize=916044 CPUtime=0
/proc/10916/task/10928/stat : 10928 (java) S 10914 10916 9228 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180848547 938029056 185139 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 349.07
Current children cumulated vsize (KiB) 916044

Child status: 1
Real time (s): 372.051
CPU time (s): 378.267
CPU user time (s): 374.141
CPU system time (s): 4.12637
CPU usage (%): 101.671
Max. virtual memory (cumulated for all children) (KiB): 918048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 374.141
system time used= 4.12637
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 821161
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= 12595
involuntary context switches= 9419

runsolver used 0.419936 s user time and 1.07184 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Tue Jan  9 06:35:03 UTC 2007


IDJOB= 233036
IDBENCH= 6578
FILE ID= node55/233036-1168324503

PBS_JOBID= 3502872

Free space on /tmp= 66561 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-20/os-taillard-20-95-9.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233036-1168324503/sat4jCSP-bf3.jar /tmp/evaluation/233036-1168324503/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-233036-1168324503 -o ROOT/results/node55/solver-233036-1168324503 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233036-1168324503/sat4jCSP-bf3.jar /tmp/evaluation/233036-1168324503/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  9721ce867ce6c513d73631ab5107c0a8

RANDOM SEED= 314836298

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
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:       1620592 kB
Buffers:         36672 kB
Cached:         325956 kB
SwapCached:        424 kB
Active:         109596 kB
Inactive:       268500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1620592 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            3684 kB
Writeback:           0 kB
Mapped:          24260 kB
Slab:            43328 kB
Committed_AS:  4009740 kB
PageTables:       1380 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 node55 on Tue Jan  9 06:41:15 UTC 2007