Trace number 233598

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? (exit code) 310.971 307.629

General information on the benchmark

Nametaillard/os-taillard-15/
os-taillard-15-100-7.xml
MD5SUM402aa05425216409344b299698caa086
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.379941
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size916
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17	c version CSP COMPETITION BUGFIX 3
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_10
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 722620888
0.17	c Max memory 723845120
0.17	c Total memory 723845120
0.17	c Number of processors 2
0.27	c --- Begin Solver configuration ---
0.27	c Stops conflict analysis at the first Unique Implication Point
0.27	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.27	c Learn all clauses as in MiniSAT
0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27	c VSIDS like heuristics from MiniSAT using a heap
0.27	c No reason simplification
0.27	c --- End Solver configuration ---
0.27	c solving /tmp/evaluation/233598-1168326992/unknown.xml
0.27	c reading problem ... 
0.56	c reading problem named ?
0.56	c reading domains done.
0.85	c reading variables
c reading variables (225) done.
1.38	c reading predicates 
c reading relations (2) done.
1.61	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
307.46	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node40/watcher-233598-1168326992 -o ROOT/results/node40/solver-233598-1168326992 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233598-1168326992/sat4jCSP-bf3.jar /tmp/evaluation/233598-1168326992/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.45 2.16 1.98 3/84 21470
/proc/meminfo: memFree=701312/2055920 swapFree=4192812/4192956
[pid=21469] ppid=21467 vsize=18540 CPUtime=0
/proc/21469/stat : 21469 (runsolver) R 21467 21469 19967 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 181098500 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 264519609639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/21469/statm: 4635 279 244 17 0 2626 0

[startup+0.101855 s]
/proc/loadavg: 2.45 2.16 1.98 3/84 21470
/proc/meminfo: memFree=701312/2055920 swapFree=4192812/4192956
[pid=21469] ppid=21467 vsize=897120 CPUtime=0.08
/proc/21469/stat : 21469 (java) R 21467 21469 19967 0 -1 0 3176 0 1 0 6 2 0 0 17 0 6 0 181098500 918650880 2936 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155215387 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/21469/statm: 224280 2936 1498 14 0 211300 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 897120

[startup+0.509913 s]
/proc/loadavg: 2.45 2.16 1.98 3/84 21470
/proc/meminfo: memFree=701312/2055920 swapFree=4192812/4192956
[pid=21469] ppid=21467 vsize=905236 CPUtime=0.48
/proc/21469/stat : 21469 (java) R 21467 21469 19967 0 -1 0 5769 0 1 0 43 5 0 0 18 0 12 0 181098500 926961664 5364 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151460976 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21469/statm: 226309 5364 2244 14 0 212746 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 905236

[startup+1.33102 s]
/proc/loadavg: 2.45 2.16 1.98 4/95 21481
/proc/meminfo: memFree=678696/2055920 swapFree=4192812/4192956
[pid=21469] ppid=21467 vsize=906360 CPUtime=1.29
/proc/21469/stat : 21469 (java) R 21467 21469 19967 0 -1 0 14777 0 1 0 119 10 0 0 21 0 12 0 181098500 928112640 13892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054224759 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21469/statm: 226590 13892 2326 14 0 213027 0
[pid=21469/tid=21471] ppid=21467 vsize=906360 CPUtime=0
/proc/21469/task/21471/stat : 21471 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 181098504 928112640 13892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21472] ppid=21467 vsize=906360 CPUtime=0
/proc/21469/task/21472/stat : 21472 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 181098504 928112640 13892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21473] ppid=21467 vsize=906360 CPUtime=0
/proc/21469/task/21473/stat : 21473 (java) S 21467 21469 19967 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181098507 928112640 13892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21474] ppid=21467 vsize=906360 CPUtime=0
/proc/21469/task/21474/stat : 21474 (java) S 21467 21469 19967 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 181098507 928112640 13892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21475] ppid=21467 vsize=906360 CPUtime=0
/proc/21469/task/21475/stat : 21475 (java) S 21467 21469 19967 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 181098507 928112640 13892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21476] ppid=21467 vsize=906360 CPUtime=0
/proc/21469/task/21476/stat : 21476 (java) S 21467 21469 19967 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181098511 928112640 13892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21477] ppid=21467 vsize=906360 CPUtime=0
/proc/21469/task/21477/stat : 21477 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181098511 928112640 13892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21478] ppid=21467 vsize=906360 CPUtime=0.35
/proc/21469/task/21478/stat : 21478 (java) S 21467 21469 19967 0 -1 64 966 0 0 0 35 0 0 0 16 0 12 0 181098511 928112640 13892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21479] ppid=21467 vsize=906360 CPUtime=0.26
/proc/21469/task/21479/stat : 21479 (java) S 21467 21469 19967 0 -1 64 699 0 0 0 26 0 0 0 16 0 12 0 181098511 928112640 13892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21480] ppid=21467 vsize=906360 CPUtime=0
/proc/21469/task/21480/stat : 21480 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181098511 928112640 13892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21481] ppid=21467 vsize=906360 CPUtime=0
/proc/21469/task/21481/stat : 21481 (java) S 21467 21469 19967 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181098511 928112640 13892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 906360

[startup+2.97222 s]
/proc/loadavg: 2.41 2.16 1.98 4/95 21481
/proc/meminfo: memFree=610600/2055920 swapFree=4192812/4192956
[pid=21469] ppid=21467 vsize=910208 CPUtime=3.11
/proc/21469/stat : 21469 (java) R 21467 21469 19967 0 -1 0 32337 0 1 0 293 18 0 0 21 0 12 0 181098500 932052992 30644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054255604 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21469/statm: 227552 30644 2477 14 0 213989 0
[pid=21469/tid=21471] ppid=21467 vsize=910208 CPUtime=0.27
/proc/21469/task/21471/stat : 21471 (java) S 21467 21469 19967 0 -1 64 7304 0 0 0 24 3 0 0 19 0 12 0 181098504 932052992 30644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21472] ppid=21467 vsize=910208 CPUtime=0.19
/proc/21469/task/21472/stat : 21472 (java) S 21467 21469 19967 0 -1 64 3263 0 0 0 18 1 0 0 16 0 12 0 181098504 932052992 30644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21473] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21473/stat : 21473 (java) S 21467 21469 19967 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181098507 932052992 30644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21474] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21474/stat : 21474 (java) S 21467 21469 19967 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181098507 932052992 30644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21475] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21475/stat : 21475 (java) S 21467 21469 19967 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181098507 932052992 30644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21476] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21476/stat : 21476 (java) S 21467 21469 19967 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181098511 932052992 30644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21477] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21477/stat : 21477 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181098511 932052992 30644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21478] ppid=21467 vsize=910208 CPUtime=0.47
/proc/21469/task/21478/stat : 21478 (java) S 21467 21469 19967 0 -1 64 984 0 0 0 47 0 0 0 16 0 12 0 181098511 932052992 30644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21479] ppid=21467 vsize=910208 CPUtime=0.41
/proc/21469/task/21479/stat : 21479 (java) S 21467 21469 19967 0 -1 64 720 0 0 0 40 1 0 0 16 0 12 0 181098511 932052992 30644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21480] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21480/stat : 21480 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181098511 932052992 30644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21481] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21481/stat : 21481 (java) S 21467 21469 19967 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181098511 932052992 30644 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 910208

[startup+6.17964 s]
/proc/loadavg: 2.41 2.16 1.98 3/95 21481
/proc/meminfo: memFree=572920/2055920 swapFree=4192812/4192956
[pid=21469] ppid=21467 vsize=910208 CPUtime=6.34
/proc/21469/stat : 21469 (java) R 21467 21469 19967 0 -1 0 38784 0 1 0 612 22 0 0 25 0 12 0 181098500 932052992 36629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054306771 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21469/statm: 227552 36629 2478 14 0 213989 0
[pid=21469/tid=21471] ppid=21467 vsize=910208 CPUtime=0.43
/proc/21469/task/21471/stat : 21471 (java) S 21467 21469 19967 0 -1 64 9842 0 0 0 38 5 0 0 17 0 12 0 181098504 932052992 36629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21472] ppid=21467 vsize=910208 CPUtime=0.34
/proc/21469/task/21472/stat : 21472 (java) S 21467 21469 19967 0 -1 64 7157 0 0 0 31 3 0 0 16 0 12 0 181098504 932052992 36629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21473] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21473/stat : 21473 (java) S 21467 21469 19967 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 181098507 932052992 36629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21474] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21474/stat : 21474 (java) S 21467 21469 19967 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181098507 932052992 36629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21475] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21475/stat : 21475 (java) S 21467 21469 19967 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181098507 932052992 36629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21476] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21476/stat : 21476 (java) S 21467 21469 19967 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181098511 932052992 36629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21477] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21477/stat : 21477 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181098511 932052992 36629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21478] ppid=21467 vsize=910208 CPUtime=0.5
/proc/21469/task/21478/stat : 21478 (java) S 21467 21469 19967 0 -1 64 987 0 0 0 50 0 0 0 17 0 12 0 181098511 932052992 36629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21469/tid=21479] ppid=21467 vsize=910208 CPUtime=0.43
/proc/21469/task/21479/stat : 21479 (java) S 21467 21469 19967 0 -1 64 724 0 0 0 42 1 0 0 17 0 12 0 181098511 932052992 36629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21469/tid=21480] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21480/stat : 21480 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181098511 932052992 36629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21481] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21481/stat : 21481 (java) S 21467 21469 19967 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181098511 932052992 36629 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 910208

[startup+12.6693 s]
/proc/loadavg: 2.50 2.18 1.99 4/95 21481
/proc/meminfo: memFree=528120/2055920 swapFree=4192812/4192956
[pid=21469] ppid=21467 vsize=910208 CPUtime=12.77
/proc/21469/stat : 21469 (java) R 21467 21469 19967 0 -1 0 48208 0 1 0 1251 26 0 0 25 0 12 0 181098500 932052992 45118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054285092 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21469/statm: 227552 45118 2478 14 0 213989 0
[pid=21469/tid=21471] ppid=21467 vsize=910208 CPUtime=0.51
/proc/21469/task/21471/stat : 21471 (java) S 21467 21469 19967 0 -1 64 14028 0 0 0 45 6 0 0 16 0 12 0 181098504 932052992 45118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21472] ppid=21467 vsize=910208 CPUtime=0.44
/proc/21469/task/21472/stat : 21472 (java) S 21467 21469 19967 0 -1 64 12372 0 0 0 38 6 0 0 16 0 12 0 181098504 932052992 45118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21473] ppid=21467 vsize=910208 CPUtime=0.01
/proc/21469/task/21473/stat : 21473 (java) S 21467 21469 19967 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 181098507 932052992 45118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21474] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21474/stat : 21474 (java) S 21467 21469 19967 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181098507 932052992 45118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21475] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21475/stat : 21475 (java) S 21467 21469 19967 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181098507 932052992 45118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21476] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21476/stat : 21476 (java) S 21467 21469 19967 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181098511 932052992 45118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21477] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21477/stat : 21477 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181098511 932052992 45118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21478] ppid=21467 vsize=910208 CPUtime=0.51
/proc/21469/task/21478/stat : 21478 (java) S 21467 21469 19967 0 -1 64 987 0 0 0 51 0 0 0 17 0 12 0 181098511 932052992 45118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21479] ppid=21467 vsize=910208 CPUtime=0.44
/proc/21469/task/21479/stat : 21479 (java) S 21467 21469 19967 0 -1 64 724 0 0 0 43 1 0 0 17 0 12 0 181098511 932052992 45118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21480] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21480/stat : 21480 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181098511 932052992 45118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21481] ppid=21467 vsize=910208 CPUtime=0
/proc/21469/task/21481/stat : 21481 (java) S 21467 21469 19967 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181098511 932052992 45118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 910208

[startup+25.48 s]
/proc/loadavg: 2.49 2.19 2.00 3/95 21481
/proc/meminfo: memFree=462264/2055920 swapFree=4192812/4192956
[pid=21469] ppid=21467 vsize=909500 CPUtime=25.52
/proc/21469/stat : 21469 (java) R 21467 21469 19967 0 -1 0 65366 0 1 0 2517 35 0 0 25 0 12 0 181098500 931328000 61903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054290664 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21469/statm: 227375 61903 2478 14 0 213812 0
[pid=21469/tid=21471] ppid=21467 vsize=909500 CPUtime=0.69
/proc/21469/task/21471/stat : 21471 (java) S 21467 21469 19967 0 -1 64 22653 0 0 0 58 11 0 0 16 0 12 0 181098504 931328000 61903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21472] ppid=21467 vsize=909500 CPUtime=0.61
/proc/21469/task/21472/stat : 21472 (java) S 21467 21469 19967 0 -1 64 20877 0 0 0 51 10 0 0 16 0 12 0 181098504 931328000 61903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21473] ppid=21467 vsize=909500 CPUtime=0.01
/proc/21469/task/21473/stat : 21473 (java) S 21467 21469 19967 0 -1 64 18 0 0 0 1 0 0 0 16 0 12 0 181098507 931328000 61903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21474] ppid=21467 vsize=909500 CPUtime=0
/proc/21469/task/21474/stat : 21474 (java) S 21467 21469 19967 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181098507 931328000 61903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21475] ppid=21467 vsize=909500 CPUtime=0
/proc/21469/task/21475/stat : 21475 (java) S 21467 21469 19967 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181098507 931328000 61903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21476] ppid=21467 vsize=909500 CPUtime=0
/proc/21469/task/21476/stat : 21476 (java) S 21467 21469 19967 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181098511 931328000 61903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21477] ppid=21467 vsize=909500 CPUtime=0
/proc/21469/task/21477/stat : 21477 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181098511 931328000 61903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21478] ppid=21467 vsize=909500 CPUtime=0.52
/proc/21469/task/21478/stat : 21478 (java) S 21467 21469 19967 0 -1 64 987 0 0 0 52 0 0 0 17 0 12 0 181098511 931328000 61903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21479] ppid=21467 vsize=909500 CPUtime=0.48
/proc/21469/task/21479/stat : 21479 (java) S 21467 21469 19967 0 -1 64 727 0 0 0 47 1 0 0 16 0 12 0 181098511 931328000 61903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21480] ppid=21467 vsize=909500 CPUtime=0
/proc/21469/task/21480/stat : 21480 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181098511 931328000 61903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21481] ppid=21467 vsize=909500 CPUtime=0
/proc/21469/task/21481/stat : 21481 (java) S 21467 21469 19967 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181098511 931328000 61903 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 909500

[startup+51.1713 s]
/proc/loadavg: 2.51 2.23 2.01 3/95 21481
/proc/meminfo: memFree=333560/2055920 swapFree=4192812/4192956
[pid=21469] ppid=21467 vsize=909436 CPUtime=51.1
/proc/21469/stat : 21469 (java) R 21467 21469 19967 0 -1 0 97829 0 1 0 5060 50 0 0 25 0 12 0 181098500 931262464 93926 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054235892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21469/statm: 227359 93926 2478 14 0 213796 0
[pid=21469/tid=21471] ppid=21467 vsize=909436 CPUtime=1.05
/proc/21469/task/21471/stat : 21471 (java) S 21467 21469 19967 0 -1 64 38721 0 0 0 87 18 0 0 16 0 12 0 181098504 931262464 93926 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21472] ppid=21467 vsize=909436 CPUtime=1.02
/proc/21469/task/21472/stat : 21472 (java) S 21467 21469 19967 0 -1 64 37230 0 0 0 86 16 0 0 16 0 12 0 181098504 931262464 93926 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21473] ppid=21467 vsize=909436 CPUtime=0.02
/proc/21469/task/21473/stat : 21473 (java) S 21467 21469 19967 0 -1 64 18 0 0 0 2 0 0 0 15 0 12 0 181098507 931262464 93926 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21474] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21474/stat : 21474 (java) S 21467 21469 19967 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181098507 931262464 93926 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21475] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21475/stat : 21475 (java) S 21467 21469 19967 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181098507 931262464 93926 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21476] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21476/stat : 21476 (java) S 21467 21469 19967 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181098511 931262464 93926 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21477] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21477/stat : 21477 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181098511 931262464 93926 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21478] ppid=21467 vsize=909436 CPUtime=0.53
/proc/21469/task/21478/stat : 21478 (java) S 21467 21469 19967 0 -1 64 988 0 0 0 53 0 0 0 16 0 12 0 181098511 931262464 93926 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21479] ppid=21467 vsize=909436 CPUtime=0.48
/proc/21469/task/21479/stat : 21479 (java) S 21467 21469 19967 0 -1 64 727 0 0 0 47 1 0 0 16 0 12 0 181098511 931262464 93926 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21480] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21480/stat : 21480 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181098511 931262464 93926 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21481] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21481/stat : 21481 (java) S 21467 21469 19967 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181098511 931262464 93926 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 909436

[startup+102.412 s]
/proc/loadavg: 2.32 2.22 2.02 3/95 21481
/proc/meminfo: memFree=91960/2055920 swapFree=4192812/4192956
[pid=21469] ppid=21467 vsize=909436 CPUtime=102.09
/proc/21469/stat : 21469 (java) R 21467 21469 19967 0 -1 0 158808 0 1 0 10132 77 0 0 22 0 12 0 181098500 931262464 154327 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21469/statm: 227359 154327 2478 14 0 213796 0
[pid=21469/tid=21471] ppid=21467 vsize=909436 CPUtime=1.91
/proc/21469/task/21471/stat : 21471 (java) R 21467 21469 19967 0 -1 64 70302 0 0 0 161 30 0 0 15 0 12 0 181098504 931262464 154327 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151673677 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21469/tid=21472] ppid=21467 vsize=909436 CPUtime=1.92
/proc/21469/task/21472/stat : 21472 (java) R 21467 21469 19967 0 -1 64 66550 0 0 0 162 30 0 0 15 0 12 0 181098504 931262464 154327 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21469/tid=21473] ppid=21467 vsize=909436 CPUtime=0.06
/proc/21469/task/21473/stat : 21473 (java) S 21467 21469 19967 0 -1 64 18 0 0 0 5 1 0 0 15 0 12 0 181098507 931262464 154327 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21469/tid=21474] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21474/stat : 21474 (java) S 21467 21469 19967 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181098507 931262464 154327 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21475] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21475/stat : 21475 (java) S 21467 21469 19967 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181098507 931262464 154327 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21476] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21476/stat : 21476 (java) S 21467 21469 19967 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181098511 931262464 154327 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21477] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21477/stat : 21477 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181098511 931262464 154327 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21478] ppid=21467 vsize=909436 CPUtime=0.53
/proc/21469/task/21478/stat : 21478 (java) S 21467 21469 19967 0 -1 64 988 0 0 0 53 0 0 0 16 0 12 0 181098511 931262464 154327 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21479] ppid=21467 vsize=909436 CPUtime=0.48
/proc/21469/task/21479/stat : 21479 (java) S 21467 21469 19967 0 -1 64 727 0 0 0 47 1 0 0 17 0 12 0 181098511 931262464 154327 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21480] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21480/stat : 21480 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181098511 931262464 154327 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21481] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21481/stat : 21481 (java) S 21467 21469 19967 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181098511 931262464 154327 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 909436

[startup+162.432 s]
/proc/loadavg: 1.58 2.03 1.97 2/76 21722
/proc/meminfo: memFree=747720/2055920 swapFree=4192812/4192956
[pid=21469] ppid=21467 vsize=909436 CPUtime=162.78
/proc/21469/stat : 21469 (java) R 21467 21469 19967 0 -1 0 189998 0 1 0 16185 93 0 0 25 0 12 0 181098500 931262464 183008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054244078 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21469/statm: 227359 183008 2479 14 0 213796 0
[pid=21469/tid=21471] ppid=21467 vsize=909436 CPUtime=3.11
/proc/21469/task/21471/stat : 21471 (java) S 21467 21469 19967 0 -1 64 84670 0 0 0 275 36 0 0 16 0 12 0 181098504 931262464 183008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21469/tid=21472] ppid=21467 vsize=909436 CPUtime=3.17
/proc/21469/task/21472/stat : 21472 (java) S 21467 21469 19967 0 -1 64 82631 0 0 0 278 39 0 0 16 0 12 0 181098504 931262464 183008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21473] ppid=21467 vsize=909436 CPUtime=0.55
/proc/21469/task/21473/stat : 21473 (java) S 21467 21469 19967 0 -1 64 656 0 0 0 53 2 0 0 16 0 12 0 181098507 931262464 183008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21474] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21474/stat : 21474 (java) S 21467 21469 19967 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181098507 931262464 183008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21475] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21475/stat : 21475 (java) S 21467 21469 19967 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181098507 931262464 183008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21476] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21476/stat : 21476 (java) S 21467 21469 19967 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181098511 931262464 183008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21477] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21477/stat : 21477 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181098511 931262464 183008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21478] ppid=21467 vsize=909436 CPUtime=0.53
/proc/21469/task/21478/stat : 21478 (java) S 21467 21469 19967 0 -1 64 988 0 0 0 53 0 0 0 16 0 12 0 181098511 931262464 183008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21479] ppid=21467 vsize=909436 CPUtime=0.48
/proc/21469/task/21479/stat : 21479 (java) S 21467 21469 19967 0 -1 64 727 0 0 0 47 1 0 0 17 0 12 0 181098511 931262464 183008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21480] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21480/stat : 21480 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181098511 931262464 183008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21481] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21481/stat : 21481 (java) S 21467 21469 19967 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181098511 931262464 183008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.78
Current children cumulated vsize (KiB) 909436

[startup+222.485 s]
/proc/loadavg: 1.21 1.84 1.90 2/76 21724
/proc/meminfo: memFree=744328/2055920 swapFree=4192812/4192956
[pid=21469] ppid=21467 vsize=909436 CPUtime=224.13
/proc/21469/stat : 21469 (java) R 21467 21469 19967 0 -1 0 194427 0 1 0 22315 98 0 0 18 0 12 0 181098500 931262464 183806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835934 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21469/statm: 227359 183806 2479 14 0 213796 0
[pid=21469/tid=21471] ppid=21467 vsize=909436 CPUtime=4.42
/proc/21469/task/21471/stat : 21471 (java) S 21467 21469 19967 0 -1 64 86035 0 0 0 405 37 0 0 16 0 12 0 181098504 931262464 183806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21469/tid=21472] ppid=21467 vsize=909436 CPUtime=4.49
/proc/21469/task/21472/stat : 21472 (java) S 21467 21469 19967 0 -1 64 83690 0 0 0 409 40 0 0 16 0 12 0 181098504 931262464 183806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21469/tid=21473] ppid=21467 vsize=909436 CPUtime=2.36
/proc/21469/task/21473/stat : 21473 (java) S 21467 21469 19967 0 -1 64 2558 0 0 0 232 4 0 0 17 0 12 0 181098507 931262464 183806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21474] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21474/stat : 21474 (java) S 21467 21469 19967 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181098507 931262464 183806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21475] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21475/stat : 21475 (java) S 21467 21469 19967 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181098507 931262464 183806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21476] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21476/stat : 21476 (java) S 21467 21469 19967 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181098511 931262464 183806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21477] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21477/stat : 21477 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181098511 931262464 183806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21478] ppid=21467 vsize=909436 CPUtime=0.53
/proc/21469/task/21478/stat : 21478 (java) S 21467 21469 19967 0 -1 64 988 0 0 0 53 0 0 0 16 0 12 0 181098511 931262464 183806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21479] ppid=21467 vsize=909436 CPUtime=0.48
/proc/21469/task/21479/stat : 21479 (java) S 21467 21469 19967 0 -1 64 727 0 0 0 47 1 0 0 17 0 12 0 181098511 931262464 183806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21480] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21480/stat : 21480 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181098511 931262464 183806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21481] ppid=21467 vsize=909436 CPUtime=0
/proc/21469/task/21481/stat : 21481 (java) S 21467 21469 19967 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181098511 931262464 183806 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 224.13
Current children cumulated vsize (KiB) 909436

[startup+282.554 s]
/proc/loadavg: 1.08 1.69 1.84 2/76 21724
/proc/meminfo: memFree=738312/2055920 swapFree=4192812/4192956
[pid=21469] ppid=21467 vsize=911440 CPUtime=285.96
/proc/21469/stat : 21469 (java) S 21467 21469 19967 0 -1 0 217035 0 1 0 28484 112 0 0 18 0 12 0 181098500 933314560 185706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21469/statm: 227860 185706 2479 14 0 214297 0
[pid=21469/tid=21471] ppid=21467 vsize=911440 CPUtime=6.27
/proc/21469/task/21471/stat : 21471 (java) S 21467 21469 19967 0 -1 64 87582 0 0 0 588 39 0 0 17 0 12 0 181098504 933314560 185706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21472] ppid=21467 vsize=911440 CPUtime=6.31
/proc/21469/task/21472/stat : 21472 (java) S 21467 21469 19967 0 -1 64 84953 0 0 0 591 40 0 0 16 0 12 0 181098504 933314560 185706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21473] ppid=21467 vsize=911440 CPUtime=13.08
/proc/21469/task/21473/stat : 21473 (java) R 21467 21469 19967 0 -1 64 22228 0 0 0 1293 15 0 0 16 0 12 0 181098507 933314560 185706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921736 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21469/tid=21474] ppid=21467 vsize=911440 CPUtime=0
/proc/21469/task/21474/stat : 21474 (java) S 21467 21469 19967 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181098507 933314560 185706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21475] ppid=21467 vsize=911440 CPUtime=0
/proc/21469/task/21475/stat : 21475 (java) S 21467 21469 19967 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181098507 933314560 185706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21476] ppid=21467 vsize=911440 CPUtime=0
/proc/21469/task/21476/stat : 21476 (java) S 21467 21469 19967 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 181098511 933314560 185706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21477] ppid=21467 vsize=911440 CPUtime=0
/proc/21469/task/21477/stat : 21477 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181098511 933314560 185706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21478] ppid=21467 vsize=911440 CPUtime=0.53
/proc/21469/task/21478/stat : 21478 (java) S 21467 21469 19967 0 -1 64 988 0 0 0 53 0 0 0 16 0 12 0 181098511 933314560 185706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21479] ppid=21467 vsize=911440 CPUtime=0.48
/proc/21469/task/21479/stat : 21479 (java) S 21467 21469 19967 0 -1 64 727 0 0 0 47 1 0 0 17 0 12 0 181098511 933314560 185706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21480] ppid=21467 vsize=911440 CPUtime=0
/proc/21469/task/21480/stat : 21480 (java) S 21467 21469 19967 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181098511 933314560 185706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21469/tid=21481] ppid=21467 vsize=911440 CPUtime=0
/proc/21469/task/21481/stat : 21481 (java) S 21467 21469 19967 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181098511 933314560 185706 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 285.96
Current children cumulated vsize (KiB) 911440

Child status: 1
Real time (s): 307.629
CPU time (s): 310.971
CPU user time (s): 309.553
CPU system time (s): 1.41778
CPU usage (%): 101.086
Max. virtual memory (cumulated for all children) (KiB): 911956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 309.553
system time used= 1.41778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255150
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= 12056
involuntary context switches= 10017

runsolver used 0.356945 s user time and 0.91486 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Tue Jan  9 07:16:32 UTC 2007


IDJOB= 233598
IDBENCH= 6619
FILE ID= node40/233598-1168326992

PBS_JOBID= 3502944

Free space on /tmp= 66549 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  402aa05425216409344b299698caa086

RANDOM SEED= 556409133

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.239
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.239
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:        701984 kB
Buffers:         56388 kB
Cached:         464968 kB
SwapCached:          0 kB
Active:         787156 kB
Inactive:       486104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        701984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2936 kB
Writeback:           0 kB
Mapped:         772620 kB
Slab:            64436 kB
Committed_AS:  4752488 kB
PageTables:       3264 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= 66552 MiB



End job on node40 on Tue Jan  9 07:21:39 UTC 2007