Trace number 233091

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? 279.138 277.79

General information on the benchmark

Nametaillard/os-taillard-20/
os-taillard-20-100-7.xml
MD5SUMb7da7eeabd87a2ed31538cf45df24a02
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.916859
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1269
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.15	c version CSP COMPETITION BUGFIX 3
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_10
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.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/233091-1168324784/unknown.xml
0.20	c reading problem ... 
0.38	c reading problem named ?
0.38	c reading domains done.
0.63	c reading variables
c reading variables (400) done.
1.59	c reading predicates 
c reading relations (2) done.
1.79	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
277.63	c starts		: 0
277.63	c conflicts		: 0
277.63	c decisions		: 0
277.63	c propagations		: 0
277.63	c inspects		: 0
277.63	c learnt literals	: 0
277.63	c learnt binary clauses	: 0
277.63	c learnt ternary clauses	: 0
277.63	c learnt clauses	: 0
277.63	c root simplifications	: 0
277.63	c removed literals (reason simplification)	: 0
277.63	c reason swapping (by a shorter reason)	: 0
277.63	c Calls to reduceDB	: 0
277.63	c speed (decisions/second)	: 0.0
277.63	c non guided choices	0
277.63	s UNKNOWN
277.63	c Total wall clock time (in seconds) : 277.423
277.63	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/node24/watcher-233091-1168324784 -o ROOT/results/node24/solver-233091-1168324784 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233091-1168324784/sat4jCSP-bf3.jar /tmp/evaluation/233091-1168324784/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.67 1.95 1.92 2/78 21774
/proc/meminfo: memFree=1743872/2055920 swapFree=4192812/4192956
[pid=21773] ppid=21771 vsize=168 CPUtime=0
/proc/21773/stat : 21773 (java) R 21771 21773 20390 0 -1 0 39 0 0 0 0 0 0 0 20 0 1 0 180873775 172032 23 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 2605860 0 0 4096 0 0 0 0 17 1 0 0
/proc/21773/statm: 42 23 18 14 0 2 0

[startup+0.10511 s]
/proc/loadavg: 1.67 1.95 1.92 2/78 21774
/proc/meminfo: memFree=1743872/2055920 swapFree=4192812/4192956
[pid=21773] ppid=21771 vsize=902652 CPUtime=0.09
/proc/21773/stat : 21773 (java) R 21771 21773 20390 0 -1 0 3401 0 1 0 8 1 0 0 24 0 12 0 180873775 924315648 3161 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053861560 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21773/statm: 225663 3162 1581 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902652

[startup+0.513158 s]
/proc/loadavg: 1.67 1.95 1.92 2/78 21774
/proc/meminfo: memFree=1743872/2055920 swapFree=4192812/4192956
[pid=21773] ppid=21771 vsize=907388 CPUtime=0.74
/proc/21773/stat : 21773 (java) R 21771 21773 20390 0 -1 0 6777 0 1 0 71 3 0 0 17 0 12 0 180873775 929165312 6021 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21773/statm: 226847 6021 2300 14 0 213284 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 907388

[startup+1.34125 s]
/proc/loadavg: 1.67 1.95 1.92 3/89 21785
/proc/meminfo: memFree=1644840/2055920 swapFree=4192812/4192956
[pid=21773] ppid=21771 vsize=911740 CPUtime=2.08
/proc/21773/stat : 21773 (java) S 21771 21773 20390 0 -1 0 34737 0 1 0 192 16 0 0 21 0 12 0 180873775 933621760 31816 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21773/statm: 227935 31819 2332 14 0 214372 0
[pid=21773/tid=21775] ppid=21771 vsize=911740 CPUtime=0.3
/proc/21773/task/21775/stat : 21775 (java) R 21771 21773 20390 0 -1 64 8822 0 0 0 26 4 0 0 19 0 12 0 180873777 933621760 31820 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21776] ppid=21771 vsize=911740 CPUtime=0.28
/proc/21773/task/21776/stat : 21776 (java) R 21771 21773 20390 0 -1 64 4270 0 0 0 27 1 0 0 18 0 12 0 180873777 933621760 31822 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154967158 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21773/tid=21777] ppid=21771 vsize=911740 CPUtime=0
/proc/21773/task/21777/stat : 21777 (java) S 21771 21773 20390 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 180873780 933621760 31824 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21778] ppid=21771 vsize=911740 CPUtime=0
/proc/21773/task/21778/stat : 21778 (java) S 21771 21773 20390 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 180873780 933621760 31825 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21779] ppid=21771 vsize=911740 CPUtime=0
/proc/21773/task/21779/stat : 21779 (java) S 21771 21773 20390 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 180873780 933621760 31827 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21780] ppid=21771 vsize=911740 CPUtime=0
/proc/21773/task/21780/stat : 21780 (java) S 21771 21773 20390 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180873784 933621760 31829 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21781] ppid=21771 vsize=911740 CPUtime=0
/proc/21773/task/21781/stat : 21781 (java) S 21771 21773 20390 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 180873784 933621760 31830 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21773/tid=21782] ppid=21771 vsize=911740 CPUtime=0.25
/proc/21773/task/21782/stat : 21782 (java) S 21771 21773 20390 0 -1 64 629 0 0 0 25 0 0 0 16 0 12 0 180873784 933621760 31832 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21773/tid=21783] ppid=21771 vsize=911740 CPUtime=0.4
/proc/21773/task/21783/stat : 21783 (java) S 21771 21773 20390 0 -1 64 1359 0 0 0 40 0 0 0 16 0 12 0 180873784 933621760 31834 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21784] ppid=21771 vsize=911740 CPUtime=0
/proc/21773/task/21784/stat : 21784 (java) S 21771 21773 20390 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180873784 933621760 31835 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21785] ppid=21771 vsize=911740 CPUtime=0
/proc/21773/task/21785/stat : 21785 (java) S 21771 21773 20390 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180873784 933621760 31837 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 911740

[startup+2.98642 s]
/proc/loadavg: 1.67 1.95 1.92 4/89 21785
/proc/meminfo: memFree=1601896/2055920 swapFree=4192812/4192956
[pid=21773] ppid=21771 vsize=917460 CPUtime=4.62
/proc/21773/stat : 21773 (java) R 21771 21773 20390 0 -1 0 54436 0 1 0 436 26 0 0 18 0 12 0 180873775 939479040 48011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054255837 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21773/statm: 229365 48011 2477 14 0 215802 0
[pid=21773/tid=21775] ppid=21771 vsize=917460 CPUtime=0.92
/proc/21773/task/21775/stat : 21775 (java) S 21771 21773 20390 0 -1 64 16217 0 0 0 84 8 0 0 16 0 12 0 180873777 939479040 48011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21776] ppid=21771 vsize=917460 CPUtime=0.9
/proc/21773/task/21776/stat : 21776 (java) S 21771 21773 20390 0 -1 64 13777 0 0 0 85 5 0 0 16 0 12 0 180873777 939479040 48011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21773/tid=21777] ppid=21771 vsize=917460 CPUtime=0
/proc/21773/task/21777/stat : 21777 (java) S 21771 21773 20390 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180873780 939479040 48011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21778] ppid=21771 vsize=917460 CPUtime=0
/proc/21773/task/21778/stat : 21778 (java) S 21771 21773 20390 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180873780 939479040 48011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21779] ppid=21771 vsize=917460 CPUtime=0
/proc/21773/task/21779/stat : 21779 (java) S 21771 21773 20390 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180873780 939479040 48011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21780] ppid=21771 vsize=917460 CPUtime=0
/proc/21773/task/21780/stat : 21780 (java) S 21771 21773 20390 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180873784 939479040 48011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21781] ppid=21771 vsize=917460 CPUtime=0
/proc/21773/task/21781/stat : 21781 (java) S 21771 21773 20390 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 180873784 939479040 48011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21782] ppid=21771 vsize=917460 CPUtime=0.52
/proc/21773/task/21782/stat : 21782 (java) S 21771 21773 20390 0 -1 64 1713 0 0 0 51 1 0 0 17 0 12 0 180873784 939479040 48011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21773/tid=21783] ppid=21771 vsize=917460 CPUtime=0.63
/proc/21773/task/21783/stat : 21783 (java) S 21771 21773 20390 0 -1 64 2461 0 0 0 62 1 0 0 16 0 12 0 180873784 939479040 48011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21773/tid=21784] ppid=21771 vsize=917460 CPUtime=0
/proc/21773/task/21784/stat : 21784 (java) S 21771 21773 20390 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180873784 939479040 48011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21785] ppid=21771 vsize=917460 CPUtime=0
/proc/21773/task/21785/stat : 21785 (java) S 21771 21773 20390 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180873784 939479040 48011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 917460

[startup+6.27177 s]
/proc/loadavg: 1.62 1.94 1.91 2/89 21785
/proc/meminfo: memFree=1547816/2055920 swapFree=4192812/4192956
[pid=21773] ppid=21771 vsize=915188 CPUtime=8.12
/proc/21773/stat : 21773 (java) R 21771 21773 20390 0 -1 0 61795 0 1 0 782 30 0 0 24 0 12 0 180873775 937152512 53851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054355971 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21773/statm: 228797 53851 2477 14 0 215234 0
[pid=21773/tid=21775] ppid=21771 vsize=915188 CPUtime=1.2
/proc/21773/task/21775/stat : 21775 (java) S 21771 21773 20390 0 -1 64 19683 0 0 0 110 10 0 0 16 0 12 0 180873777 937152512 53851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21776] ppid=21771 vsize=915188 CPUtime=1.13
/proc/21773/task/21776/stat : 21776 (java) S 21771 21773 20390 0 -1 64 17662 0 0 0 105 8 0 0 16 0 12 0 180873777 937152512 53851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21773/tid=21777] ppid=21771 vsize=915188 CPUtime=0
/proc/21773/task/21777/stat : 21777 (java) S 21771 21773 20390 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 180873780 937152512 53851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21778] ppid=21771 vsize=915188 CPUtime=0
/proc/21773/task/21778/stat : 21778 (java) S 21771 21773 20390 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180873780 937152512 53851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21779] ppid=21771 vsize=915188 CPUtime=0
/proc/21773/task/21779/stat : 21779 (java) S 21771 21773 20390 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180873780 937152512 53851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21780] ppid=21771 vsize=915188 CPUtime=0
/proc/21773/task/21780/stat : 21780 (java) S 21771 21773 20390 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180873784 937152512 53851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21781] ppid=21771 vsize=915188 CPUtime=0
/proc/21773/task/21781/stat : 21781 (java) S 21771 21773 20390 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 180873784 937152512 53851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21782] ppid=21771 vsize=915188 CPUtime=0.52
/proc/21773/task/21782/stat : 21782 (java) S 21771 21773 20390 0 -1 64 1713 0 0 0 51 1 0 0 17 0 12 0 180873784 937152512 53851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21773/tid=21783] ppid=21771 vsize=915188 CPUtime=0.63
/proc/21773/task/21783/stat : 21783 (java) S 21771 21773 20390 0 -1 64 2461 0 0 0 62 1 0 0 16 0 12 0 180873784 937152512 53851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21773/tid=21784] ppid=21771 vsize=915188 CPUtime=0
/proc/21773/task/21784/stat : 21784 (java) S 21771 21773 20390 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180873784 937152512 53851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21785] ppid=21771 vsize=915188 CPUtime=0
/proc/21773/task/21785/stat : 21785 (java) S 21771 21773 20390 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180873784 937152512 53851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 915188

[startup+12.6903 s]
/proc/loadavg: 1.57 1.92 1.91 2/89 21785
/proc/meminfo: memFree=1496176/2055920 swapFree=4192812/4192956
[pid=21773] ppid=21771 vsize=915188 CPUtime=14.81
/proc/21773/stat : 21773 (java) R 21771 21773 20390 0 -1 0 77937 0 1 0 1443 38 0 0 20 0 12 0 180873775 937152512 65058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054265260 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21773/statm: 228797 65058 2478 14 0 215234 0
[pid=21773/tid=21775] ppid=21771 vsize=915188 CPUtime=1.39
/proc/21773/task/21775/stat : 21775 (java) S 21771 21773 20390 0 -1 64 27796 0 0 0 125 14 0 0 16 0 12 0 180873777 937152512 65058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21776] ppid=21771 vsize=915188 CPUtime=1.32
/proc/21773/task/21776/stat : 21776 (java) S 21771 21773 20390 0 -1 64 25660 0 0 0 121 11 0 0 16 0 12 0 180873777 937152512 65058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21773/tid=21777] ppid=21771 vsize=915188 CPUtime=0
/proc/21773/task/21777/stat : 21777 (java) S 21771 21773 20390 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 180873780 937152512 65058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21778] ppid=21771 vsize=915188 CPUtime=0
/proc/21773/task/21778/stat : 21778 (java) S 21771 21773 20390 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180873780 937152512 65058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21779] ppid=21771 vsize=915188 CPUtime=0
/proc/21773/task/21779/stat : 21779 (java) S 21771 21773 20390 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180873780 937152512 65058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21780] ppid=21771 vsize=915188 CPUtime=0
/proc/21773/task/21780/stat : 21780 (java) S 21771 21773 20390 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180873784 937152512 65058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21781] ppid=21771 vsize=915188 CPUtime=0
/proc/21773/task/21781/stat : 21781 (java) S 21771 21773 20390 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 180873784 937152512 65058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21782] ppid=21771 vsize=915188 CPUtime=0.57
/proc/21773/task/21782/stat : 21782 (java) S 21771 21773 20390 0 -1 64 1715 0 0 0 56 1 0 0 16 0 12 0 180873784 937152512 65058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21773/tid=21783] ppid=21771 vsize=915188 CPUtime=0.68
/proc/21773/task/21783/stat : 21783 (java) S 21771 21773 20390 0 -1 64 2463 0 0 0 67 1 0 0 17 0 12 0 180873784 937152512 65058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21773/tid=21784] ppid=21771 vsize=915188 CPUtime=0
/proc/21773/task/21784/stat : 21784 (java) S 21771 21773 20390 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180873784 937152512 65058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21785] ppid=21771 vsize=915188 CPUtime=0
/proc/21773/task/21785/stat : 21785 (java) S 21771 21773 20390 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180873784 937152512 65058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.81
Current children cumulated vsize (KiB) 915188

[startup+25.5697 s]
/proc/loadavg: 1.44 1.88 1.89 2/89 21785
/proc/meminfo: memFree=1407472/2055920 swapFree=4192812/4192956
[pid=21773] ppid=21771 vsize=914164 CPUtime=28
/proc/21773/stat : 21773 (java) R 21771 21773 20390 0 -1 0 107186 0 1 0 2746 54 0 0 25 0 12 0 180873775 936103936 86768 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054273286 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21773/statm: 228541 86768 2478 14 0 214978 0
[pid=21773/tid=21775] ppid=21771 vsize=914164 CPUtime=1.7
/proc/21773/task/21775/stat : 21775 (java) S 21771 21773 20390 0 -1 64 42124 0 0 0 148 22 0 0 16 0 12 0 180873777 936103936 86768 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21776] ppid=21771 vsize=914164 CPUtime=1.62
/proc/21773/task/21776/stat : 21776 (java) S 21771 21773 20390 0 -1 64 40553 0 0 0 143 19 0 0 16 0 12 0 180873777 936103936 86768 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21773/tid=21777] ppid=21771 vsize=914164 CPUtime=0.01
/proc/21773/task/21777/stat : 21777 (java) S 21771 21773 20390 0 -1 64 13 0 0 0 1 0 0 0 16 0 12 0 180873780 936103936 86768 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21773/tid=21778] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21778/stat : 21778 (java) S 21771 21773 20390 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180873780 936103936 86768 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21779] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21779/stat : 21779 (java) S 21771 21773 20390 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180873780 936103936 86768 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21780] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21780/stat : 21780 (java) S 21771 21773 20390 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180873784 936103936 86768 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21781] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21781/stat : 21781 (java) S 21771 21773 20390 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 180873784 936103936 86768 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21782] ppid=21771 vsize=914164 CPUtime=0.58
/proc/21773/task/21782/stat : 21782 (java) S 21771 21773 20390 0 -1 64 1715 0 0 0 57 1 0 0 16 0 12 0 180873784 936103936 86768 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21783] ppid=21771 vsize=914164 CPUtime=0.7
/proc/21773/task/21783/stat : 21783 (java) S 21771 21773 20390 0 -1 64 2465 0 0 0 69 1 0 0 17 0 12 0 180873784 936103936 86768 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21773/tid=21784] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21784/stat : 21784 (java) S 21771 21773 20390 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180873784 936103936 86768 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21785] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21785/stat : 21785 (java) S 21771 21773 20390 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180873784 936103936 86768 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28
Current children cumulated vsize (KiB) 914164

[startup+51.2314 s]
/proc/loadavg: 1.29 1.81 1.87 3/108 21856
/proc/meminfo: memFree=1210960/2055920 swapFree=4192812/4192956
[pid=21773] ppid=21771 vsize=914164 CPUtime=54.3
/proc/21773/stat : 21773 (java) R 21771 21773 20390 0 -1 0 167051 0 1 0 5343 87 0 0 25 0 12 0 180873775 936103936 130940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21773/statm: 228541 130940 2478 14 0 214978 0
[pid=21773/tid=21775] ppid=21771 vsize=914164 CPUtime=2.37
/proc/21773/task/21775/stat : 21775 (java) R 21771 21773 20390 0 -1 64 70810 0 0 0 200 37 0 0 16 0 12 0 180873777 936103936 130940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21773/tid=21776] ppid=21771 vsize=914164 CPUtime=2.29
/proc/21773/task/21776/stat : 21776 (java) R 21771 21773 20390 0 -1 64 71683 0 0 0 194 35 0 0 15 0 12 0 180873777 936103936 130940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631143 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21773/tid=21777] ppid=21771 vsize=914164 CPUtime=0.02
/proc/21773/task/21777/stat : 21777 (java) S 21771 21773 20390 0 -1 64 13 0 0 0 2 0 0 0 15 0 12 0 180873780 936103936 130940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21773/tid=21778] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21778/stat : 21778 (java) S 21771 21773 20390 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180873780 936103936 130940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21779] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21779/stat : 21779 (java) S 21771 21773 20390 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180873780 936103936 130940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21780] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21780/stat : 21780 (java) S 21771 21773 20390 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180873784 936103936 130940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21781] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21781/stat : 21781 (java) S 21771 21773 20390 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 180873784 936103936 130940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21782] ppid=21771 vsize=914164 CPUtime=0.58
/proc/21773/task/21782/stat : 21782 (java) S 21771 21773 20390 0 -1 64 1715 0 0 0 57 1 0 0 16 0 12 0 180873784 936103936 130940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21783] ppid=21771 vsize=914164 CPUtime=0.71
/proc/21773/task/21783/stat : 21783 (java) S 21771 21773 20390 0 -1 64 2465 0 0 0 70 1 0 0 17 0 12 0 180873784 936103936 130940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21773/tid=21784] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21784/stat : 21784 (java) S 21771 21773 20390 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180873784 936103936 130940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21785] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21785/stat : 21785 (java) S 21771 21773 20390 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180873784 936103936 130940 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.3
Current children cumulated vsize (KiB) 914164

[startup+102.501 s]
/proc/loadavg: 1.86 1.89 1.90 3/108 21856
/proc/meminfo: memFree=266256/2055920 swapFree=4192812/4192956
[pid=21773] ppid=21771 vsize=914164 CPUtime=104.35
/proc/21773/stat : 21773 (java) R 21771 21773 20390 0 -1 0 224885 0 1 0 10323 112 0 0 25 0 12 0 180873775 936103936 184931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053836006 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21773/statm: 228541 184931 2479 14 0 214978 0
[pid=21773/tid=21775] ppid=21771 vsize=914164 CPUtime=3.38
/proc/21773/task/21775/stat : 21775 (java) S 21771 21773 20390 0 -1 64 96403 0 0 0 290 48 0 0 16 0 12 0 180873777 936103936 184931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21776] ppid=21771 vsize=914164 CPUtime=3.35
/proc/21773/task/21776/stat : 21776 (java) S 21771 21773 20390 0 -1 64 102117 0 0 0 288 47 0 0 16 0 12 0 180873777 936103936 184931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21777] ppid=21771 vsize=914164 CPUtime=0.63
/proc/21773/task/21777/stat : 21777 (java) S 21771 21773 20390 0 -1 64 1723 0 0 0 61 2 0 0 15 0 12 0 180873780 936103936 184931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21778] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21778/stat : 21778 (java) S 21771 21773 20390 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180873780 936103936 184931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21779] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21779/stat : 21779 (java) S 21771 21773 20390 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180873780 936103936 184931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21780] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21780/stat : 21780 (java) S 21771 21773 20390 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180873784 936103936 184931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21781] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21781/stat : 21781 (java) S 21771 21773 20390 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 180873784 936103936 184931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21782] ppid=21771 vsize=914164 CPUtime=0.59
/proc/21773/task/21782/stat : 21782 (java) S 21771 21773 20390 0 -1 64 1717 0 0 0 58 1 0 0 17 0 12 0 180873784 936103936 184931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21783] ppid=21771 vsize=914164 CPUtime=0.73
/proc/21773/task/21783/stat : 21783 (java) S 21771 21773 20390 0 -1 64 2466 0 0 0 72 1 0 0 16 0 12 0 180873784 936103936 184931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21784] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21784/stat : 21784 (java) S 21771 21773 20390 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180873784 936103936 184931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21785] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21785/stat : 21785 (java) S 21771 21773 20390 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180873784 936103936 184931 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 104.35
Current children cumulated vsize (KiB) 914164

[startup+162.504 s]
/proc/loadavg: 2.19 1.97 1.92 3/105 21927
/proc/meminfo: memFree=335320/2055920 swapFree=4192812/4192956
[pid=21773] ppid=21771 vsize=914164 CPUtime=164.07
/proc/21773/stat : 21773 (java) R 21771 21773 20390 0 -1 0 227686 0 1 0 16290 117 0 0 25 0 12 0 180873775 936103936 184851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054265292 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21773/statm: 228541 184851 2479 14 0 214978 0
[pid=21773/tid=21775] ppid=21771 vsize=914164 CPUtime=4.62
/proc/21773/task/21775/stat : 21775 (java) S 21771 21773 20390 0 -1 64 97183 0 0 0 414 48 0 0 16 0 12 0 180873777 936103936 184851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21776] ppid=21771 vsize=914164 CPUtime=4.71
/proc/21773/task/21776/stat : 21776 (java) S 21771 21773 20390 0 -1 64 102320 0 0 0 423 48 0 0 16 0 12 0 180873777 936103936 184851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21777] ppid=21771 vsize=914164 CPUtime=1.45
/proc/21773/task/21777/stat : 21777 (java) S 21771 21773 20390 0 -1 64 3432 0 0 0 142 3 0 0 16 0 12 0 180873780 936103936 184851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21778] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21778/stat : 21778 (java) S 21771 21773 20390 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180873780 936103936 184851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21779] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21779/stat : 21779 (java) S 21771 21773 20390 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180873780 936103936 184851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21780] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21780/stat : 21780 (java) S 21771 21773 20390 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180873784 936103936 184851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21781] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21781/stat : 21781 (java) S 21771 21773 20390 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 180873784 936103936 184851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21782] ppid=21771 vsize=914164 CPUtime=0.59
/proc/21773/task/21782/stat : 21782 (java) S 21771 21773 20390 0 -1 64 1717 0 0 0 58 1 0 0 17 0 12 0 180873784 936103936 184851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21783] ppid=21771 vsize=914164 CPUtime=0.73
/proc/21773/task/21783/stat : 21783 (java) S 21771 21773 20390 0 -1 64 2466 0 0 0 72 1 0 0 16 0 12 0 180873784 936103936 184851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21784] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21784/stat : 21784 (java) S 21771 21773 20390 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180873784 936103936 184851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21785] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21785/stat : 21785 (java) R 21771 21773 20390 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180873784 936103936 184851 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 164.07
Current children cumulated vsize (KiB) 914164

[startup+222.606 s]
/proc/loadavg: 2.10 1.99 1.93 3/98 22608
/proc/meminfo: memFree=872016/2055920 swapFree=4192812/4192956
[pid=21773] ppid=21771 vsize=914164 CPUtime=224.03
/proc/21773/stat : 21773 (java) R 21771 21773 20390 0 -1 0 240502 0 1 0 22272 131 0 0 25 0 12 0 180873775 936103936 185751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054258761 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21773/statm: 228541 185751 2479 14 0 214978 0
[pid=21773/tid=21775] ppid=21771 vsize=914164 CPUtime=5.84
/proc/21773/task/21775/stat : 21775 (java) S 21771 21773 20390 0 -1 64 99147 0 0 0 535 49 0 0 16 0 12 0 180873777 936103936 185751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21776] ppid=21771 vsize=914164 CPUtime=5.85
/proc/21773/task/21776/stat : 21776 (java) S 21771 21773 20390 0 -1 64 102816 0 0 0 536 49 0 0 16 0 12 0 180873777 936103936 185751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21777] ppid=21771 vsize=914164 CPUtime=5.06
/proc/21773/task/21777/stat : 21777 (java) S 21771 21773 20390 0 -1 64 13670 0 0 0 495 11 0 0 15 0 12 0 180873780 936103936 185751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21778] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21778/stat : 21778 (java) S 21771 21773 20390 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 180873780 936103936 185751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21779] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21779/stat : 21779 (java) S 21771 21773 20390 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 180873780 936103936 185751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21780] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21780/stat : 21780 (java) S 21771 21773 20390 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 180873784 936103936 185751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21781] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21781/stat : 21781 (java) S 21771 21773 20390 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 180873784 936103936 185751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21782] ppid=21771 vsize=914164 CPUtime=0.6
/proc/21773/task/21782/stat : 21782 (java) S 21771 21773 20390 0 -1 64 1717 0 0 0 59 1 0 0 17 0 12 0 180873784 936103936 185751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21783] ppid=21771 vsize=914164 CPUtime=0.73
/proc/21773/task/21783/stat : 21783 (java) S 21771 21773 20390 0 -1 64 2466 0 0 0 72 1 0 0 16 0 12 0 180873784 936103936 185751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21784] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21784/stat : 21784 (java) S 21771 21773 20390 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 180873784 936103936 185751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21773/tid=21785] ppid=21771 vsize=914164 CPUtime=0
/proc/21773/task/21785/stat : 21785 (java) S 21771 21773 20390 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 180873784 936103936 185751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 224.03
Current children cumulated vsize (KiB) 914164

Child status: 1
Real time (s): 277.79
CPU time (s): 279.138
CPU user time (s): 276.959
CPU system time (s): 2.17867
CPU usage (%): 100.485
Max. virtual memory (cumulated for all children) (KiB): 920172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 276.959
system time used= 2.17867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 411658
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= 12194
involuntary context switches= 12274

runsolver used 0.312952 s user time and 0.934857 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Tue Jan  9 06:39:45 UTC 2007


IDJOB= 233091
IDBENCH= 6581
FILE ID= node24/233091-1168324784

PBS_JOBID= 3502877

Free space on /tmp= 66475 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-20/os-taillard-20-100-7.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233091-1168324784/sat4jCSP-bf3.jar /tmp/evaluation/233091-1168324784/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-233091-1168324784 -o ROOT/results/node24/solver-233091-1168324784 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233091-1168324784/sat4jCSP-bf3.jar /tmp/evaluation/233091-1168324784/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  b7da7eeabd87a2ed31538cf45df24a02

RANDOM SEED= 763200805

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.234
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.234
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:       1744544 kB
Buffers:          4856 kB
Cached:         204924 kB
SwapCached:          0 kB
Active:         100496 kB
Inactive:       162268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3556 kB
Writeback:           0 kB
Mapped:          71936 kB
Slab:            33908 kB
Committed_AS:  3818756 kB
PageTables:       1984 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= 66449 MiB



End job on node24 on Tue Jan  9 06:44:23 UTC 2007