Trace number 206935

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) 177.672 175.818

General information on the benchmark

NametravellingSalesman/travellingSalesman-20/
tsp-20-727_ext.xml
MD5SUMa09f96970fc967a29630468065a91321
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.77773
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.21	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.21	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.21	c version CSP COMPETITION BUGFIX 3 CACHED
0.21	c sun.arch.data.model	32
0.21	c java.version	1.5.0_10
0.21	c os.name	Linux
0.21	c os.version	2.6.9-22.EL.rootsmp
0.21	c os.arch	i386
0.21	c Free memory 722620888
0.21	c Max memory 723845120
0.21	c Total memory 723845120
0.21	c Number of processors 2
0.30	c --- Begin Solver configuration ---
0.30	c Stops conflict analysis at the first Unique Implication Point
0.30	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.30	c Learn all clauses as in MiniSAT
0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30	c VSIDS like heuristics from MiniSAT using a heap
0.30	c No reason simplification
0.30	c --- End Solver configuration ---
0.30	c solving /tmp/evaluation/206935-1168179565/unknown.xml
0.30	c reading problem ... 
0.56	c reading problem named ?
0.56	c reading domains done.
0.56	c reading variables
c reading variables (61) done.
0.81	c reading relations
c reading relations (23) done.
1.80	c reading constraintsc starts		: 0
175.67	c conflicts		: 0
175.67	c decisions		: 0
175.67	c propagations		: 0
175.67	c inspects		: 0
175.67	c learnt literals	: 0
175.67	c learnt binary clauses	: 0
175.67	c learnt ternary clauses	: 0
175.67	c learnt clauses	: 0
175.67	c root simplifications	: 0
175.67	c removed literals (reason simplification)	: 0
175.67	c reason swapping (by a shorter reason)	: 0
175.67	c Calls to reduceDB	: 0
175.67	c speed (decisions/second)	: 0.0
175.67	c non guided choices	0
175.67	s UNKNOWN
175.68	c Total wall clock time (in seconds) : 175.374
175.68	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/node58/watcher-206935-1168179565 -o ROOT/results/node58/solver-206935-1168179565 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206935-1168179565/sat4jCSP-bf3-cached.jar /tmp/evaluation/206935-1168179565/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.12 2.04 1.85 4/81 24632
/proc/meminfo: memFree=657344/2055920 swapFree=4192812/4192956
[pid=24631] ppid=24629 vsize=14072 CPUtime=0
/proc/24631/stat : 24631 (java) D 24629 24631 24042 0 -1 0 922 0 1 0 0 0 0 0 17 0 1 0 166354771 14409728 688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4870948 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/24631/statm: 3518 688 530 14 0 1602 0

[startup+0.104209 s]
/proc/loadavg: 2.12 2.04 1.85 4/81 24632
/proc/meminfo: memFree=657344/2055920 swapFree=4192812/4192956
[pid=24631] ppid=24629 vsize=895436 CPUtime=0.04
/proc/24631/stat : 24631 (java) R 24629 24631 24042 0 -1 0 2734 0 1 0 3 1 0 0 19 0 3 0 166354771 916926464 2496 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154617072 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/24631/statm: 223859 2496 1297 14 0 210879 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 895436

[startup+0.516245 s]
/proc/loadavg: 2.12 2.04 1.85 4/81 24632
/proc/meminfo: memFree=657344/2055920 swapFree=4192812/4192956
[pid=24631] ppid=24629 vsize=905236 CPUtime=0.45
/proc/24631/stat : 24631 (java) R 24629 24631 24042 0 -1 0 5788 0 1 0 42 3 0 0 19 0 12 0 166354771 926961664 5383 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4149668675 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24631/statm: 226309 5383 2244 14 0 212746 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 905236

[startup+1.34532 s]
/proc/loadavg: 2.12 2.04 1.85 4/92 24643
/proc/meminfo: memFree=632168/2055920 swapFree=4192812/4192956
[pid=24631] ppid=24629 vsize=906012 CPUtime=1.27
/proc/24631/stat : 24631 (java) R 24629 24631 24042 0 -1 0 9732 0 1 0 122 5 0 0 22 0 12 0 166354771 927756288 8946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24631/statm: 226503 8946 2315 14 0 212940 0
[pid=24631/tid=24633] ppid=24629 vsize=906012 CPUtime=0
/proc/24631/task/24633/stat : 24633 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 166354779 927756288 8946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24634] ppid=24629 vsize=906012 CPUtime=0
/proc/24631/task/24634/stat : 24634 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 166354779 927756288 8946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24635] ppid=24629 vsize=906012 CPUtime=0
/proc/24631/task/24635/stat : 24635 (java) S 24629 24631 24042 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 166354782 927756288 8946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24636] ppid=24629 vsize=906012 CPUtime=0
/proc/24631/task/24636/stat : 24636 (java) S 24629 24631 24042 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 166354782 927756288 8946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24637] ppid=24629 vsize=906012 CPUtime=0
/proc/24631/task/24637/stat : 24637 (java) S 24629 24631 24042 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 166354783 927756288 8946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24638] ppid=24629 vsize=906012 CPUtime=0
/proc/24631/task/24638/stat : 24638 (java) S 24629 24631 24042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166354786 927756288 8946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24639] ppid=24629 vsize=906012 CPUtime=0
/proc/24631/task/24639/stat : 24639 (java) S 24629 24631 24042 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 166354786 927756288 8946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24640] ppid=24629 vsize=906012 CPUtime=0.38
/proc/24631/task/24640/stat : 24640 (java) R 24629 24631 24042 0 -1 64 825 0 0 0 38 0 0 0 16 0 12 0 166354786 927756288 8946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154390871 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24641] ppid=24629 vsize=906012 CPUtime=0.29
/proc/24631/task/24641/stat : 24641 (java) S 24629 24631 24042 0 -1 64 685 0 0 0 29 0 0 0 16 0 12 0 166354786 927756288 8946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24642] ppid=24629 vsize=906012 CPUtime=0
/proc/24631/task/24642/stat : 24642 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 166354786 927756288 8946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24643] ppid=24629 vsize=906012 CPUtime=0
/proc/24631/task/24643/stat : 24643 (java) S 24629 24631 24042 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166354786 927756288 8946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 906012

[startup+2.98546 s]
/proc/loadavg: 2.11 2.04 1.85 3/92 24643
/proc/meminfo: memFree=605224/2055920 swapFree=4192812/4192956
[pid=24631] ppid=24629 vsize=906012 CPUtime=2.91
/proc/24631/stat : 24631 (java) R 24629 24631 24042 0 -1 0 19402 0 1 0 281 10 0 0 25 0 12 0 166354771 927756288 18615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24631/statm: 226503 18615 2335 14 0 212940 0
[pid=24631/tid=24633] ppid=24629 vsize=906012 CPUtime=0
/proc/24631/task/24633/stat : 24633 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 166354779 927756288 18615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24634] ppid=24629 vsize=906012 CPUtime=0
/proc/24631/task/24634/stat : 24634 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 166354779 927756288 18615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24635] ppid=24629 vsize=906012 CPUtime=0
/proc/24631/task/24635/stat : 24635 (java) S 24629 24631 24042 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 166354782 927756288 18615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24636] ppid=24629 vsize=906012 CPUtime=0
/proc/24631/task/24636/stat : 24636 (java) S 24629 24631 24042 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 166354782 927756288 18615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24637] ppid=24629 vsize=906012 CPUtime=0
/proc/24631/task/24637/stat : 24637 (java) S 24629 24631 24042 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 166354783 927756288 18615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24638] ppid=24629 vsize=906012 CPUtime=0
/proc/24631/task/24638/stat : 24638 (java) S 24629 24631 24042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166354786 927756288 18615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24639] ppid=24629 vsize=906012 CPUtime=0
/proc/24631/task/24639/stat : 24639 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166354786 927756288 18615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24640] ppid=24629 vsize=906012 CPUtime=0.54
/proc/24631/task/24640/stat : 24640 (java) R 24629 24631 24042 0 -1 64 840 0 0 0 54 0 0 0 16 0 12 0 166354786 927756288 18615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154301664 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24641] ppid=24629 vsize=906012 CPUtime=0.47
/proc/24631/task/24641/stat : 24641 (java) S 24629 24631 24042 0 -1 64 711 0 0 0 47 0 0 0 16 0 12 0 166354786 927756288 18615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24642] ppid=24629 vsize=906012 CPUtime=0
/proc/24631/task/24642/stat : 24642 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 166354786 927756288 18615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24643] ppid=24629 vsize=906012 CPUtime=0
/proc/24631/task/24643/stat : 24643 (java) S 24629 24631 24042 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166354786 927756288 18615 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 906012

[startup+6.28474 s]
/proc/loadavg: 2.11 2.04 1.85 3/92 24643
/proc/meminfo: memFree=478248/2055920 swapFree=4192812/4192956
[pid=24631] ppid=24629 vsize=910964 CPUtime=6.63
/proc/24631/stat : 24631 (java) R 24629 24631 24042 0 -1 0 51325 0 1 0 635 28 0 0 23 0 12 0 166354771 932827136 47041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054122979 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24631/statm: 227741 47041 2338 14 0 214178 0
[pid=24631/tid=24633] ppid=24629 vsize=910964 CPUtime=0.5
/proc/24631/task/24633/stat : 24633 (java) S 24629 24631 24042 0 -1 64 15995 0 0 0 42 8 0 0 18 0 12 0 166354779 932827136 47041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24634] ppid=24629 vsize=910964 CPUtime=0.51
/proc/24631/task/24634/stat : 24634 (java) S 24629 24631 24042 0 -1 64 14122 0 0 0 44 7 0 0 16 0 12 0 166354779 932827136 47041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24635] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24635/stat : 24635 (java) S 24629 24631 24042 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 166354782 932827136 47041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24636] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24636/stat : 24636 (java) S 24629 24631 24042 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166354782 932827136 47041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24637] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24637/stat : 24637 (java) S 24629 24631 24042 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166354783 932827136 47041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24638] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24638/stat : 24638 (java) S 24629 24631 24042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166354786 932827136 47041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24639] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24639/stat : 24639 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166354786 932827136 47041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24640] ppid=24629 vsize=910964 CPUtime=0.56
/proc/24631/task/24640/stat : 24640 (java) S 24629 24631 24042 0 -1 64 843 0 0 0 56 0 0 0 16 0 12 0 166354786 932827136 47041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24641] ppid=24629 vsize=910964 CPUtime=0.48
/proc/24631/task/24641/stat : 24641 (java) S 24629 24631 24042 0 -1 64 711 0 0 0 48 0 0 0 16 0 12 0 166354786 932827136 47041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24642] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24642/stat : 24642 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 166354786 932827136 47041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24643] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24643/stat : 24643 (java) S 24629 24631 24042 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166354786 932827136 47041 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 910964

[startup+12.7813 s]
/proc/loadavg: 2.32 2.09 1.87 5/92 24643
/proc/meminfo: memFree=279912/2055920 swapFree=4192812/4192956
[pid=24631] ppid=24629 vsize=910964 CPUtime=13.93
/proc/24631/stat : 24631 (java) R 24629 24631 24042 0 -1 0 104311 0 1 0 1340 53 0 0 25 0 12 0 166354771 932827136 98159 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054338923 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24631/statm: 227741 98159 2338 14 0 214178 0
[pid=24631/tid=24633] ppid=24629 vsize=910964 CPUtime=2.02
/proc/24631/task/24633/stat : 24633 (java) S 24629 24631 24042 0 -1 64 40543 0 0 0 181 21 0 0 17 0 12 0 166354779 932827136 98159 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24634] ppid=24629 vsize=910964 CPUtime=2.02
/proc/24631/task/24634/stat : 24634 (java) S 24629 24631 24042 0 -1 64 36409 0 0 0 186 16 0 0 17 0 12 0 166354779 932827136 98159 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24635] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24635/stat : 24635 (java) S 24629 24631 24042 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 166354782 932827136 98159 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24636] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24636/stat : 24636 (java) S 24629 24631 24042 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166354782 932827136 98159 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24637] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24637/stat : 24637 (java) S 24629 24631 24042 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166354783 932827136 98159 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24638] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24638/stat : 24638 (java) S 24629 24631 24042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166354786 932827136 98159 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24639] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24639/stat : 24639 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166354786 932827136 98159 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24640] ppid=24629 vsize=910964 CPUtime=0.56
/proc/24631/task/24640/stat : 24640 (java) S 24629 24631 24042 0 -1 64 843 0 0 0 56 0 0 0 16 0 12 0 166354786 932827136 98159 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24641] ppid=24629 vsize=910964 CPUtime=0.48
/proc/24631/task/24641/stat : 24641 (java) S 24629 24631 24042 0 -1 64 711 0 0 0 48 0 0 0 16 0 12 0 166354786 932827136 98159 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24642] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24642/stat : 24642 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 166354786 932827136 98159 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24643] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24643/stat : 24643 (java) S 24629 24631 24042 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166354786 932827136 98159 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.93
Current children cumulated vsize (KiB) 910964

[startup+25.6754 s]
/proc/loadavg: 2.27 2.08 1.87 3/92 24643
/proc/meminfo: memFree=210792/2055920 swapFree=4192812/4192956
[pid=24631] ppid=24629 vsize=910964 CPUtime=26.95
/proc/24631/stat : 24631 (java) R 24629 24631 24042 0 -1 0 120699 0 1 0 2633 62 0 0 25 0 12 0 166354771 932827136 113830 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054344200 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24631/statm: 227741 113830 2338 14 0 214178 0
[pid=24631/tid=24633] ppid=24629 vsize=910964 CPUtime=2.59
/proc/24631/task/24633/stat : 24633 (java) S 24629 24631 24042 0 -1 64 47739 0 0 0 234 25 0 0 17 0 12 0 166354779 932827136 113830 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24634] ppid=24629 vsize=910964 CPUtime=2.67
/proc/24631/task/24634/stat : 24634 (java) S 24629 24631 24042 0 -1 64 45592 0 0 0 246 21 0 0 17 0 12 0 166354779 932827136 113830 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24635] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24635/stat : 24635 (java) S 24629 24631 24042 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 166354782 932827136 113830 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24636] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24636/stat : 24636 (java) S 24629 24631 24042 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166354782 932827136 113830 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24637] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24637/stat : 24637 (java) S 24629 24631 24042 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166354783 932827136 113830 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24638] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24638/stat : 24638 (java) S 24629 24631 24042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166354786 932827136 113830 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24639] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24639/stat : 24639 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166354786 932827136 113830 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24640] ppid=24629 vsize=910964 CPUtime=0.56
/proc/24631/task/24640/stat : 24640 (java) S 24629 24631 24042 0 -1 64 843 0 0 0 56 0 0 0 16 0 12 0 166354786 932827136 113830 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24641] ppid=24629 vsize=910964 CPUtime=0.48
/proc/24631/task/24641/stat : 24641 (java) S 24629 24631 24042 0 -1 64 711 0 0 0 48 0 0 0 16 0 12 0 166354786 932827136 113830 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24642] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24642/stat : 24642 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 166354786 932827136 113830 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24643] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24643/stat : 24643 (java) S 24629 24631 24042 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166354786 932827136 113830 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.95
Current children cumulated vsize (KiB) 910964

[startup+51.3356 s]
/proc/loadavg: 2.10 2.06 1.87 2/79 24654
/proc/meminfo: memFree=947984/2055920 swapFree=4192812/4192956
[pid=24631] ppid=24629 vsize=910964 CPUtime=52.55
/proc/24631/stat : 24631 (java) R 24629 24631 24042 0 -1 0 120717 0 1 0 5192 63 0 0 25 0 12 0 166354771 932827136 113414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054138318 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24631/statm: 227741 113414 2338 14 0 214178 0
[pid=24631/tid=24633] ppid=24629 vsize=910964 CPUtime=3.03
/proc/24631/task/24633/stat : 24633 (java) S 24629 24631 24042 0 -1 64 47739 0 0 0 278 25 0 0 17 0 12 0 166354779 932827136 113414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24634] ppid=24629 vsize=910964 CPUtime=2.98
/proc/24631/task/24634/stat : 24634 (java) S 24629 24631 24042 0 -1 64 45592 0 0 0 276 22 0 0 16 0 12 0 166354779 932827136 113414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24635] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24635/stat : 24635 (java) S 24629 24631 24042 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 166354782 932827136 113414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24636] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24636/stat : 24636 (java) S 24629 24631 24042 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166354782 932827136 113414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24637] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24637/stat : 24637 (java) S 24629 24631 24042 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166354783 932827136 113414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24638] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24638/stat : 24638 (java) S 24629 24631 24042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166354786 932827136 113414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24639] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24639/stat : 24639 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166354786 932827136 113414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24640] ppid=24629 vsize=910964 CPUtime=0.56
/proc/24631/task/24640/stat : 24640 (java) S 24629 24631 24042 0 -1 64 843 0 0 0 56 0 0 0 16 0 12 0 166354786 932827136 113414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24641] ppid=24629 vsize=910964 CPUtime=0.48
/proc/24631/task/24641/stat : 24641 (java) S 24629 24631 24042 0 -1 64 711 0 0 0 48 0 0 0 16 0 12 0 166354786 932827136 113414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24642] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24642/stat : 24642 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 166354786 932827136 113414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24643] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24643/stat : 24643 (java) S 24629 24631 24042 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166354786 932827136 113414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.55
Current children cumulated vsize (KiB) 910964

[startup+102.541 s]
/proc/loadavg: 2.10 2.05 1.87 3/85 24932
/proc/meminfo: memFree=839968/2055920 swapFree=4192812/4192956
[pid=24631] ppid=24629 vsize=910964 CPUtime=103.99
/proc/24631/stat : 24631 (java) R 24629 24631 24042 0 -1 0 137094 0 1 0 10326 73 0 0 25 0 12 0 166354771 932827136 128418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835916 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24631/statm: 227741 128418 2338 14 0 214178 0
[pid=24631/tid=24633] ppid=24629 vsize=910964 CPUtime=4.17
/proc/24631/task/24633/stat : 24633 (java) S 24629 24631 24042 0 -1 64 55945 0 0 0 387 30 0 0 17 0 12 0 166354779 932827136 128418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24634] ppid=24629 vsize=910964 CPUtime=4.04
/proc/24631/task/24634/stat : 24634 (java) S 24629 24631 24042 0 -1 64 53737 0 0 0 379 25 0 0 17 0 12 0 166354779 932827136 128418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24635] ppid=24629 vsize=910964 CPUtime=0.01
/proc/24631/task/24635/stat : 24635 (java) S 24629 24631 24042 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 166354782 932827136 128418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24636] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24636/stat : 24636 (java) S 24629 24631 24042 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166354782 932827136 128418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24637] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24637/stat : 24637 (java) S 24629 24631 24042 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166354783 932827136 128418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24638] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24638/stat : 24638 (java) S 24629 24631 24042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166354786 932827136 128418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24639] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24639/stat : 24639 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166354786 932827136 128418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24640] ppid=24629 vsize=910964 CPUtime=0.57
/proc/24631/task/24640/stat : 24640 (java) S 24629 24631 24042 0 -1 64 844 0 0 0 57 0 0 0 17 0 12 0 166354786 932827136 128418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24641] ppid=24629 vsize=910964 CPUtime=0.49
/proc/24631/task/24641/stat : 24641 (java) S 24629 24631 24042 0 -1 64 711 0 0 0 49 0 0 0 17 0 12 0 166354786 932827136 128418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24642] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24642/stat : 24642 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 166354786 932827136 128418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24643] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24643/stat : 24643 (java) S 24629 24631 24042 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166354786 932827136 128418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.99
Current children cumulated vsize (KiB) 910964

[startup+162.636 s]
/proc/loadavg: 2.11 2.06 1.88 5/85 24932
/proc/meminfo: memFree=641184/2055920 swapFree=4192812/4192956
[pid=24631] ppid=24629 vsize=910964 CPUtime=164.44
/proc/24631/stat : 24631 (java) R 24629 24631 24042 0 -1 0 187064 0 1 0 16350 94 0 0 25 0 12 0 166354771 932827136 178057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054139403 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24631/statm: 227741 178057 2339 14 0 214178 0
[pid=24631/tid=24633] ppid=24629 vsize=910964 CPUtime=6.34
/proc/24631/task/24633/stat : 24633 (java) S 24629 24631 24042 0 -1 64 73930 0 0 0 597 37 0 0 17 0 12 0 166354779 932827136 178057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24634] ppid=24629 vsize=910964 CPUtime=6.31
/proc/24631/task/24634/stat : 24634 (java) S 24629 24631 24042 0 -1 64 73403 0 0 0 598 33 0 0 17 0 12 0 166354779 932827136 178057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24635] ppid=24629 vsize=910964 CPUtime=2.52
/proc/24631/task/24635/stat : 24635 (java) S 24629 24631 24042 0 -1 64 21 0 0 0 252 0 0 0 15 0 12 0 166354782 932827136 178057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24636] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24636/stat : 24636 (java) S 24629 24631 24042 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166354782 932827136 178057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24637] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24637/stat : 24637 (java) S 24629 24631 24042 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166354783 932827136 178057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24638] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24638/stat : 24638 (java) S 24629 24631 24042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166354786 932827136 178057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24639] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24639/stat : 24639 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166354786 932827136 178057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24640] ppid=24629 vsize=910964 CPUtime=0.6
/proc/24631/task/24640/stat : 24640 (java) S 24629 24631 24042 0 -1 64 844 0 0 0 60 0 0 0 17 0 12 0 166354786 932827136 178057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24641] ppid=24629 vsize=910964 CPUtime=0.53
/proc/24631/task/24641/stat : 24641 (java) S 24629 24631 24042 0 -1 64 712 0 0 0 53 0 0 0 17 0 12 0 166354786 932827136 178057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24642] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24642/stat : 24642 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 166354786 932827136 178057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24643] ppid=24629 vsize=910964 CPUtime=0
/proc/24631/task/24643/stat : 24643 (java) S 24629 24631 24042 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166354786 932827136 178057 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 164.44
Current children cumulated vsize (KiB) 910964



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+173.674 s]
/proc/loadavg: 2.09 2.05 1.89 4/85 24932
/proc/meminfo: memFree=628640/2055920 swapFree=4192812/4192956
[pid=24631] ppid=24629 vsize=926968 CPUtime=175.55
/proc/24631/stat : 24631 (java) S 24629 24631 24042 0 -1 0 193945 0 1 0 17457 98 0 0 25 0 12 0 166354771 949215232 181180 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24631/statm: 231742 181180 2339 14 0 218179 0
[pid=24631/tid=24633] ppid=24629 vsize=926968 CPUtime=6.61
/proc/24631/task/24633/stat : 24633 (java) S 24629 24631 24042 0 -1 64 73930 0 0 0 624 37 0 0 17 0 12 0 166354779 949215232 181180 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24634] ppid=24629 vsize=926968 CPUtime=6.73
/proc/24631/task/24634/stat : 24634 (java) R 24629 24631 24042 0 -1 64 73403 0 0 0 640 33 0 0 17 0 12 0 166354779 949215232 181180 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24635] ppid=24629 vsize=926968 CPUtime=2.81
/proc/24631/task/24635/stat : 24635 (java) R 24629 24631 24042 0 -1 64 6898 0 0 0 277 4 0 0 16 0 12 0 166354782 949215232 181180 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454063 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24636] ppid=24629 vsize=926968 CPUtime=0
/proc/24631/task/24636/stat : 24636 (java) S 24629 24631 24042 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166354782 949215232 181180 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24637] ppid=24629 vsize=926968 CPUtime=0
/proc/24631/task/24637/stat : 24637 (java) S 24629 24631 24042 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166354783 949215232 181180 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24638] ppid=24629 vsize=926968 CPUtime=0
/proc/24631/task/24638/stat : 24638 (java) S 24629 24631 24042 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 166354786 949215232 181180 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24639] ppid=24629 vsize=926968 CPUtime=0
/proc/24631/task/24639/stat : 24639 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166354786 949215232 181180 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24640] ppid=24629 vsize=926968 CPUtime=0.6
/proc/24631/task/24640/stat : 24640 (java) S 24629 24631 24042 0 -1 64 844 0 0 0 60 0 0 0 17 0 12 0 166354786 949215232 181180 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24631/tid=24641] ppid=24629 vsize=926968 CPUtime=0.53
/proc/24631/task/24641/stat : 24641 (java) S 24629 24631 24042 0 -1 64 712 0 0 0 53 0 0 0 17 0 12 0 166354786 949215232 181180 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24642] ppid=24629 vsize=926968 CPUtime=0
/proc/24631/task/24642/stat : 24642 (java) S 24629 24631 24042 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 166354786 949215232 181180 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24631/tid=24643] ppid=24629 vsize=926968 CPUtime=0
/proc/24631/task/24643/stat : 24643 (java) S 24629 24631 24042 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166354786 949215232 181180 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 175.55
Current children cumulated vsize (KiB) 926968

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

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 9 (SIGKILL)
Real time (s): 175.818
CPU time (s): 177.672
CPU user time (s): 176.52
CPU system time (s): 1.15182
CPU usage (%): 101.054
Max. virtual memory (cumulated for all children) (KiB): 942968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 176.52
system time used= 1.15182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205067
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= 5184
involuntary context switches= 5774

runsolver used 0.229965 s user time and 0.562914 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Sun Jan  7 14:19:26 UTC 2007


IDJOB= 206935
IDBENCH= 4246
FILE ID= node58/206935-1168179565

PBS_JOBID= 3479105

Free space on /tmp= 66551 MiB

BENCH NAME= HOME/pub/bench/CPAI06/travellingSalesman/travellingSalesman-20/tsp-20-727_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206935-1168179565/sat4jCSP-bf3-cached.jar /tmp/evaluation/206935-1168179565/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-206935-1168179565 -o ROOT/results/node58/solver-206935-1168179565 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206935-1168179565/sat4jCSP-bf3-cached.jar /tmp/evaluation/206935-1168179565/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  a09f96970fc967a29630468065a91321

RANDOM SEED= 700548685

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.223
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.223
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:        658336 kB
Buffers:         38060 kB
Cached:         539532 kB
SwapCached:          0 kB
Active:         820196 kB
Inactive:       508924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        658336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2688 kB
Writeback:           0 kB
Mapped:         770728 kB
Slab:            52468 kB
Committed_AS:  3400304 kB
PageTables:       3228 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= 66553 MiB



End job on node58 on Sun Jan  7 14:22:24 UTC 2007