Trace number 237458

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? (MO) 1346.21 1353.27

General information on the benchmark

Namehaystacks/
haystacks_37.xml
MD5SUM1be48ee351afcb860740bdcb03c5c8f8
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 benchmark205.687
SatisfiableNO
(Un)Satisfiability was proved
Number of variables1369
Number of constraints24678
Maximum constraint arity2
Maximum domain size37
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24678
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3 CACHED
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/237458-1168348330/unknown.xml
0.25	c reading problem ... 
0.53	c reading problem named ?
0.53	c reading domains done.
0.54	c reading variables
c reading variables (1369) done.
1.48	c reading predicates 
c reading relations (5) done.
1.78	c reading constraints
c reading constraints done.
38.59	c ... done. Wall clock time 38.335s.
38.59	c CPU time (experimental) 29.62s.
38.59	c #vars     50653
38.59	c #constraints  1826246
171.66	c cleaning 19193 clauses out of 38402 for limit 1.2640588760543691E12
278.19	c cleaning 21897 clauses out of 43809 for limit 541.4363966573376
304.23	c cleaning 13844 clauses out of 27710 for limit 282991.5882867431
432.37	c cleaning 19375 clauses out of 38767 for limit 1.335751107635874E-4
465.00	c cleaning 14339 clauses out of 28691 for limit 1.9813766395825896
651.97	c cleaning 22819 clauses out of 45652 for limit 4.959883114938152E-7
683.67	c cleaning 16507 clauses out of 33034 for limit 0.018553450627797046
732.83	c cleaning 13901 clauses out of 27826 for limit 1788.4780366120053
884.05	c cleaning 20307 clauses out of 40625 for limit 4.893339906558843E-6
945.91	c cleaning 16054 clauses out of 32118 for limit 0.82963907360301
987.15	c cleaning 14771 clauses out of 29565 for limit 662526.5233137136
1149.76	c cleaning 23495 clauses out of 46996 for limit 0.40932512624999745
1194.11	c cleaning 15789 clauses out of 31600 for limit 2011.653025441671
1353.09	c starts		: 18
1353.09	c conflicts		: 276077
1353.09	c decisions		: 907152
1353.09	c propagations		: 8436773
1353.09	c inspects		: 2128759519
1353.09	c learnt literals	: 0
1353.09	c learnt binary clauses	: 0
1353.09	c learnt ternary clauses	: 0
1353.09	c learnt clauses	: 276076
1353.09	c root simplifications	: 0
1353.09	c removed literals (reason simplification)	: 0
1353.09	c reason swapping (by a shorter reason)	: 0
1353.09	c Calls to reduceDB	: 13
1353.09	c speed (decisions/second)	: 690.1449061461295
1353.09	c non guided choices	604162
1353.09	s UNKNOWN
1353.09	c Total wall clock time (in seconds) : 1352.83
1353.09	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/node18/watcher-237458-1168348330 -o ROOT/results/node18/solver-237458-1168348330 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237458-1168348330/sat4jCSP-bf3-cached.jar /tmp/evaluation/237458-1168348330/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.03 2.01 4/98 10862
/proc/meminfo: memFree=1523432/2055920 swapFree=4192812/4192956
[pid=10861] ppid=10859 vsize=12200 CPUtime=0
/proc/10861/stat : 10861 (java) S 10859 10861 10766 0 -1 0 870 0 0 0 0 0 0 0 16 0 1 0 183227655 12492800 636 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 7368 0 0 0 17 1 0 0
/proc/10861/statm: 3050 636 481 14 0 1142 0

[startup+0.103212 s]
/proc/loadavg: 2.05 2.03 2.01 4/98 10862
/proc/meminfo: memFree=1523432/2055920 swapFree=4192812/4192956
[pid=10861] ppid=10859 vsize=901540 CPUtime=0.09
/proc/10861/stat : 10861 (java) R 10859 10861 10766 0 -1 0 3301 0 1 0 7 2 0 0 20 0 12 0 183227655 923176960 3061 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154210360 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10861/statm: 225385 3061 1552 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.511255 s]
/proc/loadavg: 2.05 2.03 2.01 4/98 10862
/proc/meminfo: memFree=1523432/2055920 swapFree=4192812/4192956
[pid=10861] ppid=10859 vsize=905236 CPUtime=0.49
/proc/10861/stat : 10861 (java) R 10859 10861 10766 0 -1 0 5830 0 1 0 45 4 0 0 19 0 12 0 183227655 926961664 5425 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10861/statm: 226309 5425 2246 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33433 s]
/proc/loadavg: 2.04 2.03 2.01 4/109 10873
/proc/meminfo: memFree=1509520/2055920 swapFree=4192812/4192956
[pid=10861] ppid=10859 vsize=905236 CPUtime=1.3
/proc/10861/stat : 10861 (java) R 10859 10861 10766 0 -1 0 7067 0 1 0 126 4 0 0 23 0 12 0 183227655 926961664 6513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10861/statm: 226309 6513 2320 14 0 212746 0
[pid=10861/tid=10863] ppid=10859 vsize=905236 CPUtime=0
/proc/10861/task/10863/stat : 10863 (java) S 10859 10861 10766 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 183227658 926961664 6513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10864] ppid=10859 vsize=905236 CPUtime=0
/proc/10861/task/10864/stat : 10864 (java) S 10859 10861 10766 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 183227658 926961664 6513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10865] ppid=10859 vsize=905236 CPUtime=0
/proc/10861/task/10865/stat : 10865 (java) S 10859 10861 10766 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 183227661 926961664 6513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10866] ppid=10859 vsize=905236 CPUtime=0
/proc/10861/task/10866/stat : 10866 (java) S 10859 10861 10766 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 183227661 926961664 6513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10867] ppid=10859 vsize=905236 CPUtime=0
/proc/10861/task/10867/stat : 10867 (java) S 10859 10861 10766 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 183227661 926961664 6513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10868] ppid=10859 vsize=905236 CPUtime=0
/proc/10861/task/10868/stat : 10868 (java) S 10859 10861 10766 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 183227665 926961664 6513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10869] ppid=10859 vsize=905236 CPUtime=0
/proc/10861/task/10869/stat : 10869 (java) S 10859 10861 10766 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183227665 926961664 6513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10870] ppid=10859 vsize=905236 CPUtime=0.3
/proc/10861/task/10870/stat : 10870 (java) R 10859 10861 10766 0 -1 64 372 0 0 0 30 0 0 0 16 0 12 0 183227665 926961664 6513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152025547 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10871] ppid=10859 vsize=905236 CPUtime=0.28
/proc/10861/task/10871/stat : 10871 (java) S 10859 10861 10766 0 -1 64 722 0 0 0 28 0 0 0 16 0 12 0 183227665 926961664 6513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10872] ppid=10859 vsize=905236 CPUtime=0
/proc/10861/task/10872/stat : 10872 (java) S 10859 10861 10766 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183227665 926961664 6513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10873] ppid=10859 vsize=905236 CPUtime=0
/proc/10861/task/10873/stat : 10873 (java) S 10859 10861 10766 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183227665 926961664 6513 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 905236

[startup+2.98749 s]
/proc/loadavg: 2.04 2.03 2.01 4/109 10873
/proc/meminfo: memFree=1489232/2055920 swapFree=4192812/4192956
[pid=10861] ppid=10859 vsize=909232 CPUtime=2.94
/proc/10861/stat : 10861 (java) R 10859 10861 10766 0 -1 0 16532 0 1 0 285 9 0 0 23 0 12 0 183227655 931053568 14739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054240808 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10861/statm: 227308 14739 2465 14 0 213745 0
[pid=10861/tid=10863] ppid=10859 vsize=909232 CPUtime=0
/proc/10861/task/10863/stat : 10863 (java) S 10859 10861 10766 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 183227658 931053568 14739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10864] ppid=10859 vsize=909232 CPUtime=0
/proc/10861/task/10864/stat : 10864 (java) S 10859 10861 10766 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 183227658 931053568 14739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10865] ppid=10859 vsize=909232 CPUtime=0
/proc/10861/task/10865/stat : 10865 (java) S 10859 10861 10766 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 183227661 931053568 14739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10866] ppid=10859 vsize=909232 CPUtime=0
/proc/10861/task/10866/stat : 10866 (java) S 10859 10861 10766 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 183227661 931053568 14739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10867] ppid=10859 vsize=909232 CPUtime=0
/proc/10861/task/10867/stat : 10867 (java) S 10859 10861 10766 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 183227661 931053568 14739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10868] ppid=10859 vsize=909232 CPUtime=0
/proc/10861/task/10868/stat : 10868 (java) S 10859 10861 10766 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 183227665 931053568 14739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10869] ppid=10859 vsize=909232 CPUtime=0
/proc/10861/task/10869/stat : 10869 (java) S 10859 10861 10766 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183227665 931053568 14739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10870] ppid=10859 vsize=909232 CPUtime=0.96
/proc/10861/task/10870/stat : 10870 (java) S 10859 10861 10766 0 -1 64 2464 0 0 0 95 1 0 0 16 0 12 0 183227665 931053568 14739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10871] ppid=10859 vsize=909232 CPUtime=0.47
/proc/10861/task/10871/stat : 10871 (java) S 10859 10861 10766 0 -1 64 735 0 0 0 47 0 0 0 16 0 12 0 183227665 931053568 14739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10872] ppid=10859 vsize=909232 CPUtime=0
/proc/10861/task/10872/stat : 10872 (java) S 10859 10861 10766 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183227665 931053568 14739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10873] ppid=10859 vsize=909232 CPUtime=0
/proc/10861/task/10873/stat : 10873 (java) S 10859 10861 10766 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183227665 931053568 14739 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 909232

[startup+6.28781 s]
/proc/loadavg: 2.04 2.03 2.01 3/109 10873
/proc/meminfo: memFree=1411792/2055920 swapFree=4192812/4192956
[pid=10861] ppid=10859 vsize=909396 CPUtime=6.21
/proc/10861/stat : 10861 (java) R 10859 10861 10766 0 -1 0 32967 0 1 0 604 17 0 0 25 0 12 0 183227655 931221504 30253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10861/statm: 227349 30253 2472 14 0 213786 0
[pid=10861/tid=10863] ppid=10859 vsize=909396 CPUtime=0.13
/proc/10861/task/10863/stat : 10863 (java) S 10859 10861 10766 0 -1 64 4975 0 0 0 11 2 0 0 17 0 12 0 183227658 931221504 30253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10864] ppid=10859 vsize=909396 CPUtime=0.08
/proc/10861/task/10864/stat : 10864 (java) S 10859 10861 10766 0 -1 64 3761 0 0 0 7 1 0 0 17 0 12 0 183227658 931221504 30253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10865] ppid=10859 vsize=909396 CPUtime=0
/proc/10861/task/10865/stat : 10865 (java) S 10859 10861 10766 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 183227661 931221504 30253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10866] ppid=10859 vsize=909396 CPUtime=0
/proc/10861/task/10866/stat : 10866 (java) S 10859 10861 10766 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183227661 931221504 30253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10867] ppid=10859 vsize=909396 CPUtime=0
/proc/10861/task/10867/stat : 10867 (java) S 10859 10861 10766 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183227661 931221504 30253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10868] ppid=10859 vsize=909396 CPUtime=0
/proc/10861/task/10868/stat : 10868 (java) S 10859 10861 10766 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 183227665 931221504 30253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10869] ppid=10859 vsize=909396 CPUtime=0
/proc/10861/task/10869/stat : 10869 (java) S 10859 10861 10766 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183227665 931221504 30253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10870] ppid=10859 vsize=909396 CPUtime=1.69
/proc/10861/task/10870/stat : 10870 (java) R 10859 10861 10766 0 -1 64 3241 0 0 0 167 2 0 0 16 0 12 0 183227665 931221504 30253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154396280 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10871] ppid=10859 vsize=909396 CPUtime=0.7
/proc/10861/task/10871/stat : 10871 (java) S 10859 10861 10766 0 -1 64 750 0 0 0 70 0 0 0 16 0 12 0 183227665 931221504 30253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10872] ppid=10859 vsize=909396 CPUtime=0
/proc/10861/task/10872/stat : 10872 (java) S 10859 10861 10766 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183227665 931221504 30253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10873] ppid=10859 vsize=909396 CPUtime=0
/proc/10861/task/10873/stat : 10873 (java) S 10859 10861 10766 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183227665 931221504 30253 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 909396

[startup+12.6914 s]
/proc/loadavg: 2.04 2.03 2.00 4/109 10873
/proc/meminfo: memFree=1356368/2055920 swapFree=4192812/4192956
[pid=10861] ppid=10859 vsize=911128 CPUtime=12.72
/proc/10861/stat : 10861 (java) R 10859 10861 10766 0 -1 0 49381 0 1 0 1246 26 0 0 23 0 12 0 183227655 932995072 44166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053845720 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10861/statm: 227782 44166 2486 14 0 214219 0
[pid=10861/tid=10863] ppid=10859 vsize=911128 CPUtime=0.52
/proc/10861/task/10863/stat : 10863 (java) S 10859 10861 10766 0 -1 64 12243 0 0 0 46 6 0 0 16 0 12 0 183227658 932995072 44166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10864] ppid=10859 vsize=911128 CPUtime=0.57
/proc/10861/task/10864/stat : 10864 (java) S 10859 10861 10766 0 -1 64 11870 0 0 0 53 4 0 0 16 0 12 0 183227658 932995072 44166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10865] ppid=10859 vsize=911128 CPUtime=0
/proc/10861/task/10865/stat : 10865 (java) S 10859 10861 10766 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 183227661 932995072 44166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10866] ppid=10859 vsize=911128 CPUtime=0
/proc/10861/task/10866/stat : 10866 (java) S 10859 10861 10766 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183227661 932995072 44166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10867] ppid=10859 vsize=911128 CPUtime=0
/proc/10861/task/10867/stat : 10867 (java) S 10859 10861 10766 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183227661 932995072 44166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10868] ppid=10859 vsize=911128 CPUtime=0
/proc/10861/task/10868/stat : 10868 (java) S 10859 10861 10766 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 183227665 932995072 44166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10869] ppid=10859 vsize=911128 CPUtime=0
/proc/10861/task/10869/stat : 10869 (java) S 10859 10861 10766 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183227665 932995072 44166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10870] ppid=10859 vsize=911128 CPUtime=2.45
/proc/10861/task/10870/stat : 10870 (java) S 10859 10861 10766 0 -1 64 3942 0 0 0 243 2 0 0 16 0 12 0 183227665 932995072 44166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10871] ppid=10859 vsize=911128 CPUtime=1.32
/proc/10861/task/10871/stat : 10871 (java) S 10859 10861 10766 0 -1 64 1073 0 0 0 132 0 0 0 15 0 12 0 183227665 932995072 44166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10872] ppid=10859 vsize=911128 CPUtime=0
/proc/10861/task/10872/stat : 10872 (java) S 10859 10861 10766 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183227665 932995072 44166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10873] ppid=10859 vsize=911128 CPUtime=0
/proc/10861/task/10873/stat : 10873 (java) S 10859 10861 10766 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183227665 932995072 44166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 911128

[startup+25.5697 s]
/proc/loadavg: 2.34 2.09 2.03 3/109 10873
/proc/meminfo: memFree=1169488/2055920 swapFree=4192812/4192956
[pid=10861] ppid=10859 vsize=911128 CPUtime=25.61
/proc/10861/stat : 10861 (java) R 10859 10861 10766 0 -1 0 92251 0 1 0 2516 45 0 0 25 0 12 0 183227655 932995072 85988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 8328156 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10861/statm: 227782 85988 2487 14 0 214219 0
[pid=10861/tid=10863] ppid=10859 vsize=911128 CPUtime=1.51
/proc/10861/task/10863/stat : 10863 (java) S 10859 10861 10766 0 -1 64 36697 0 0 0 134 17 0 0 16 0 12 0 183227658 932995072 85988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10864] ppid=10859 vsize=911128 CPUtime=1.43
/proc/10861/task/10864/stat : 10864 (java) S 10859 10861 10766 0 -1 64 30242 0 0 0 131 12 0 0 16 0 12 0 183227658 932995072 85988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10865] ppid=10859 vsize=911128 CPUtime=0.02
/proc/10861/task/10865/stat : 10865 (java) S 10859 10861 10766 0 -1 64 14 0 0 0 2 0 0 0 15 0 12 0 183227661 932995072 85988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10866] ppid=10859 vsize=911128 CPUtime=0
/proc/10861/task/10866/stat : 10866 (java) S 10859 10861 10766 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 183227661 932995072 85988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10867] ppid=10859 vsize=911128 CPUtime=0
/proc/10861/task/10867/stat : 10867 (java) S 10859 10861 10766 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 183227661 932995072 85988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10868] ppid=10859 vsize=911128 CPUtime=0
/proc/10861/task/10868/stat : 10868 (java) S 10859 10861 10766 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 183227665 932995072 85988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10869] ppid=10859 vsize=911128 CPUtime=0
/proc/10861/task/10869/stat : 10869 (java) S 10859 10861 10766 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 183227665 932995072 85988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10870] ppid=10859 vsize=911128 CPUtime=2.56
/proc/10861/task/10870/stat : 10870 (java) S 10859 10861 10766 0 -1 64 3949 0 0 0 254 2 0 0 16 0 12 0 183227665 932995072 85988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10871] ppid=10859 vsize=911128 CPUtime=1.42
/proc/10861/task/10871/stat : 10871 (java) S 10859 10861 10766 0 -1 64 1076 0 0 0 142 0 0 0 15 0 12 0 183227665 932995072 85988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10872] ppid=10859 vsize=911128 CPUtime=0
/proc/10861/task/10872/stat : 10872 (java) S 10859 10861 10766 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 183227665 932995072 85988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10873] ppid=10859 vsize=911128 CPUtime=0
/proc/10861/task/10873/stat : 10873 (java) S 10859 10861 10766 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 183227665 932995072 85988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.61
Current children cumulated vsize (KiB) 911128

[startup+51.1841 s]
/proc/loadavg: 2.31 2.11 2.03 3/110 10874
/proc/meminfo: memFree=848328/2055920 swapFree=4192812/4192956
[pid=10861] ppid=10859 vsize=911612 CPUtime=51.45
/proc/10861/stat : 10861 (java) R 10859 10861 10766 0 -1 0 171718 0 1 0 5062 83 0 0 25 0 13 0 183227655 933490688 164345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4055111809 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10861/statm: 227903 164345 2492 14 0 214340 0
[pid=10861/tid=10863] ppid=10859 vsize=911612 CPUtime=3.23
/proc/10861/task/10863/stat : 10863 (java) S 10859 10861 10766 0 -1 64 78451 0 0 0 286 37 0 0 17 0 13 0 183227658 933490688 164345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10864] ppid=10859 vsize=911612 CPUtime=3.05
/proc/10861/task/10864/stat : 10864 (java) S 10859 10861 10766 0 -1 64 67869 0 0 0 277 28 0 0 17 0 13 0 183227658 933490688 164345 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10865] ppid=10859 vsize=911612 CPUtime=0.03

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

/proc/loadavg: 2.03 2.04 2.00 3/110 10876
/proc/meminfo: memFree=573968/2055920 swapFree=4192812/4192956
[pid=10861] ppid=10859 vsize=911612 CPUtime=1117.05
/proc/10861/stat : 10861 (java) R 10859 10861 10766 0 -1 0 218592 0 1 0 111596 109 0 0 25 0 13 0 183227655 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4055111653 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10861/statm: 227903 186451 2497 14 0 214340 0
[pid=10861/tid=10863] ppid=10859 vsize=911612 CPUtime=3.84
/proc/10861/task/10863/stat : 10863 (java) S 10859 10861 10766 0 -1 64 87818 0 0 0 343 41 0 0 16 0 13 0 183227658 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10864] ppid=10859 vsize=911612 CPUtime=3.6
/proc/10861/task/10864/stat : 10864 (java) S 10859 10861 10766 0 -1 64 77376 0 0 0 327 33 0 0 17 0 13 0 183227658 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10865] ppid=10859 vsize=911612 CPUtime=38.05
/proc/10861/task/10865/stat : 10865 (java) S 10859 10861 10766 0 -1 64 27967 0 0 0 3791 14 0 0 16 0 13 0 183227661 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10866] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10866/stat : 10866 (java) S 10859 10861 10766 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 183227661 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10867] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10867/stat : 10867 (java) S 10859 10861 10766 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 183227661 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10868] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10868/stat : 10868 (java) S 10859 10861 10766 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10869] ppid=10859 vsize=911612 CPUtime=0.01
/proc/10861/task/10869/stat : 10869 (java) S 10859 10861 10766 0 -1 64 1 0 0 0 1 0 0 0 16 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10870] ppid=10859 vsize=911612 CPUtime=2.99
/proc/10861/task/10870/stat : 10870 (java) S 10859 10861 10766 0 -1 64 3974 0 0 0 297 2 0 0 16 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10871] ppid=10859 vsize=911612 CPUtime=1.8
/proc/10861/task/10871/stat : 10871 (java) S 10859 10861 10766 0 -1 64 1094 0 0 0 180 0 0 0 17 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10872] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10872/stat : 10872 (java) S 10859 10861 10766 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10873] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10873/stat : 10873 (java) S 10859 10861 10766 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10874] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10874/stat : 10874 (java) S 10859 10861 10766 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 183231520 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1117.05
Current children cumulated vsize (KiB) 911612

[startup+1182.96 s]
/proc/loadavg: 2.06 2.04 2.00 3/110 10876
/proc/meminfo: memFree=549904/2055920 swapFree=4192812/4192956
[pid=10861] ppid=10859 vsize=911612 CPUtime=1176.7
/proc/10861/stat : 10861 (java) R 10859 10861 10766 0 -1 0 221880 0 1 0 117559 111 0 0 25 0 13 0 183227655 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4055124676 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10861/statm: 227903 186451 2497 14 0 214340 0
[pid=10861/tid=10863] ppid=10859 vsize=911612 CPUtime=3.9
/proc/10861/task/10863/stat : 10863 (java) S 10859 10861 10766 0 -1 64 87818 0 0 0 349 41 0 0 17 0 13 0 183227658 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10864] ppid=10859 vsize=911612 CPUtime=3.64
/proc/10861/task/10864/stat : 10864 (java) S 10859 10861 10766 0 -1 64 77376 0 0 0 331 33 0 0 16 0 13 0 183227658 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10865] ppid=10859 vsize=911612 CPUtime=41.4
/proc/10861/task/10865/stat : 10865 (java) S 10859 10861 10766 0 -1 64 31253 0 0 0 4125 15 0 0 16 0 13 0 183227661 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10866] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10866/stat : 10866 (java) S 10859 10861 10766 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 183227661 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10867] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10867/stat : 10867 (java) S 10859 10861 10766 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 183227661 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10868] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10868/stat : 10868 (java) S 10859 10861 10766 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10869] ppid=10859 vsize=911612 CPUtime=0.01
/proc/10861/task/10869/stat : 10869 (java) S 10859 10861 10766 0 -1 64 1 0 0 0 1 0 0 0 16 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10870] ppid=10859 vsize=911612 CPUtime=2.99
/proc/10861/task/10870/stat : 10870 (java) S 10859 10861 10766 0 -1 64 3974 0 0 0 297 2 0 0 16 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10871] ppid=10859 vsize=911612 CPUtime=1.8
/proc/10861/task/10871/stat : 10871 (java) S 10859 10861 10766 0 -1 64 1094 0 0 0 180 0 0 0 17 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10872] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10872/stat : 10872 (java) S 10859 10861 10766 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10873] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10873/stat : 10873 (java) R 10859 10861 10766 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10874] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10874/stat : 10874 (java) S 10859 10861 10766 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 183231520 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1176.7
Current children cumulated vsize (KiB) 911612

[startup+1242.99 s]
/proc/loadavg: 2.02 2.03 2.00 3/110 10876
/proc/meminfo: memFree=549776/2055920 swapFree=4192812/4192956
[pid=10861] ppid=10859 vsize=911612 CPUtime=1236.45
/proc/10861/stat : 10861 (java) R 10859 10861 10766 0 -1 0 221881 0 1 0 123534 111 0 0 25 0 13 0 183227655 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4055111809 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10861/statm: 227903 186451 2497 14 0 214340 0
[pid=10861/tid=10863] ppid=10859 vsize=911612 CPUtime=3.9
/proc/10861/task/10863/stat : 10863 (java) S 10859 10861 10766 0 -1 64 87818 0 0 0 349 41 0 0 17 0 13 0 183227658 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10864] ppid=10859 vsize=911612 CPUtime=3.64
/proc/10861/task/10864/stat : 10864 (java) S 10859 10861 10766 0 -1 64 77376 0 0 0 331 33 0 0 16 0 13 0 183227658 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10865] ppid=10859 vsize=911612 CPUtime=43.1
/proc/10861/task/10865/stat : 10865 (java) S 10859 10861 10766 0 -1 64 31253 0 0 0 4295 15 0 0 16 0 13 0 183227661 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10866] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10866/stat : 10866 (java) S 10859 10861 10766 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 183227661 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10867] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10867/stat : 10867 (java) S 10859 10861 10766 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 183227661 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10868] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10868/stat : 10868 (java) S 10859 10861 10766 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10869] ppid=10859 vsize=911612 CPUtime=0.01
/proc/10861/task/10869/stat : 10869 (java) S 10859 10861 10766 0 -1 64 1 0 0 0 1 0 0 0 16 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10870] ppid=10859 vsize=911612 CPUtime=2.99
/proc/10861/task/10870/stat : 10870 (java) S 10859 10861 10766 0 -1 64 3974 0 0 0 297 2 0 0 16 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10871] ppid=10859 vsize=911612 CPUtime=1.8
/proc/10861/task/10871/stat : 10871 (java) S 10859 10861 10766 0 -1 64 1094 0 0 0 180 0 0 0 17 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10872] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10872/stat : 10872 (java) S 10859 10861 10766 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10873] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10873/stat : 10873 (java) S 10859 10861 10766 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10874] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10874/stat : 10874 (java) S 10859 10861 10766 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 183231520 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.45
Current children cumulated vsize (KiB) 911612

[startup+1303.03 s]
/proc/loadavg: 2.00 2.02 2.00 3/110 10876
/proc/meminfo: memFree=549520/2055920 swapFree=4192812/4192956
[pid=10861] ppid=10859 vsize=911612 CPUtime=1296.2
/proc/10861/stat : 10861 (java) R 10859 10861 10766 0 -1 0 225168 0 1 0 129507 113 0 0 25 0 13 0 183227655 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4055111730 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10861/statm: 227903 186451 2497 14 0 214340 0
[pid=10861/tid=10863] ppid=10859 vsize=911612 CPUtime=3.9
/proc/10861/task/10863/stat : 10863 (java) S 10859 10861 10766 0 -1 64 87818 0 0 0 349 41 0 0 17 0 13 0 183227658 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10864] ppid=10859 vsize=911612 CPUtime=3.64
/proc/10861/task/10864/stat : 10864 (java) S 10859 10861 10766 0 -1 64 77376 0 0 0 331 33 0 0 16 0 13 0 183227658 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10865] ppid=10859 vsize=911612 CPUtime=45.46
/proc/10861/task/10865/stat : 10865 (java) S 10859 10861 10766 0 -1 64 34539 0 0 0 4529 17 0 0 16 0 13 0 183227661 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10866] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10866/stat : 10866 (java) S 10859 10861 10766 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 183227661 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10867] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10867/stat : 10867 (java) S 10859 10861 10766 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 183227661 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10868] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10868/stat : 10868 (java) S 10859 10861 10766 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10869] ppid=10859 vsize=911612 CPUtime=0.01
/proc/10861/task/10869/stat : 10869 (java) S 10859 10861 10766 0 -1 64 1 0 0 0 1 0 0 0 16 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10870] ppid=10859 vsize=911612 CPUtime=2.99
/proc/10861/task/10870/stat : 10870 (java) S 10859 10861 10766 0 -1 64 3974 0 0 0 297 2 0 0 16 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10871] ppid=10859 vsize=911612 CPUtime=1.8
/proc/10861/task/10871/stat : 10871 (java) S 10859 10861 10766 0 -1 64 1094 0 0 0 180 0 0 0 17 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10872] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10872/stat : 10872 (java) S 10859 10861 10766 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10873] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10873/stat : 10873 (java) S 10859 10861 10766 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 183227665 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10874] ppid=10859 vsize=911612 CPUtime=0
/proc/10861/task/10874/stat : 10874 (java) S 10859 10861 10766 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 183231520 933490688 186451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.2
Current children cumulated vsize (KiB) 911612



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1351.61 s]
/proc/loadavg: 2.00 2.02 2.00 4/110 10876
/proc/meminfo: memFree=544336/2055920 swapFree=4192812/4192956
[pid=10861] ppid=10859 vsize=923620 CPUtime=1344.56
/proc/10861/stat : 10861 (java) R 10859 10861 10766 0 -1 0 227672 0 1 0 134342 114 0 0 25 0 13 0 183227655 945786880 187452 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10861/statm: 230905 187452 2497 14 0 217342 0
[pid=10861/tid=10863] ppid=10859 vsize=919616 CPUtime=3.9
/proc/10861/task/10863/stat : 10863 (java) S 10859 10861 10766 0 -1 64 87818 0 0 0 349 41 0 0 17 0 13 0 183227658 941686784 187452 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10864] ppid=10859 vsize=919616 CPUtime=3.64
/proc/10861/task/10864/stat : 10864 (java) S 10859 10861 10766 0 -1 64 77376 0 0 0 331 33 0 0 16 0 13 0 183227658 941686784 187452 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10865] ppid=10859 vsize=919616 CPUtime=45.68
/proc/10861/task/10865/stat : 10865 (java) R 10859 10861 10766 0 -1 64 37042 0 0 0 4551 17 0 0 16 0 13 0 183227661 941686784 187452 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10866] ppid=10859 vsize=919616 CPUtime=0
/proc/10861/task/10866/stat : 10866 (java) S 10859 10861 10766 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 183227661 941686784 187453 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10867] ppid=10859 vsize=919616 CPUtime=0
/proc/10861/task/10867/stat : 10867 (java) S 10859 10861 10766 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 183227661 941686784 187453 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10868] ppid=10859 vsize=919616 CPUtime=0
/proc/10861/task/10868/stat : 10868 (java) S 10859 10861 10766 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 183227665 941686784 187453 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10869] ppid=10859 vsize=919616 CPUtime=0.01
/proc/10861/task/10869/stat : 10869 (java) S 10859 10861 10766 0 -1 64 1 0 0 0 1 0 0 0 16 0 13 0 183227665 941686784 187454 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10870] ppid=10859 vsize=919616 CPUtime=2.99
/proc/10861/task/10870/stat : 10870 (java) S 10859 10861 10766 0 -1 64 3974 0 0 0 297 2 0 0 16 0 13 0 183227665 941686784 187454 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10871] ppid=10859 vsize=919616 CPUtime=1.8
/proc/10861/task/10871/stat : 10871 (java) S 10859 10861 10766 0 -1 64 1094 0 0 0 180 0 0 0 17 0 13 0 183227665 941686784 187454 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10872] ppid=10859 vsize=919616 CPUtime=0
/proc/10861/task/10872/stat : 10872 (java) S 10859 10861 10766 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 183227665 941686784 187454 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10861/tid=10873] ppid=10859 vsize=919616 CPUtime=0
/proc/10861/task/10873/stat : 10873 (java) S 10859 10861 10766 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 183227665 941686784 187455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10861/tid=10874] ppid=10859 vsize=919616 CPUtime=0
/proc/10861/task/10874/stat : 10874 (java) S 10859 10861 10766 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 183231520 941686784 187455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1344.56
Current children cumulated vsize (KiB) 923620

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

Child status: 143
Real time (s): 1353.27
CPU time (s): 1346.21
CPU user time (s): 1344.94
CPU system time (s): 1.26381
CPU usage (%): 99.4785
Max. virtual memory (cumulated for all children) (KiB): 923620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1344.94
system time used= 1.26381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228474
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= 29783
involuntary context switches= 56567

runsolver used 1.61175 s user time and 4.43333 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Tue Jan  9 13:12:10 UTC 2007


IDJOB= 237458
IDBENCH= 6942
FILE ID= node18/237458-1168348330

PBS_JOBID= 3503641

Free space on /tmp= 66545 MiB

BENCH NAME= HOME/pub/bench/CPAI06/haystacks/haystacks_37.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237458-1168348330/sat4jCSP-bf3-cached.jar /tmp/evaluation/237458-1168348330/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-237458-1168348330 -o ROOT/results/node18/solver-237458-1168348330 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/237458-1168348330/sat4jCSP-bf3-cached.jar /tmp/evaluation/237458-1168348330/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  1be48ee351afcb860740bdcb03c5c8f8

RANDOM SEED= 397733868

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.231
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.231
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:       1523848 kB
Buffers:         20216 kB
Cached:          98920 kB
SwapCached:          0 kB
Active:         429212 kB
Inactive:        49340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1523848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5684 kB
Writeback:           0 kB
Mapped:         388884 kB
Slab:            37716 kB
Committed_AS:  6358548 kB
PageTables:       2708 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= 66545 MiB



End job on node18 on Tue Jan  9 13:34:43 UTC 2007