Trace number 210987

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
sugar 0.40? 271.264 306.723

General information on the benchmark

NamepseudoSeries/uclid/
blast-tlan2.xml
MD5SUM2c6041e9bcff655d81d4e48abbc6c04c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.7655
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables2221
Number of constraints3049
Maximum constraint arity19
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3049
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/210987-1170098020/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/210987-1170098020/unknown.xml [Mon Jan 29 20:13:40 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/210987-1170098020/unknown.xml /tmp/evaluation/210987-1170098020/sugar25790.csp [Mon Jan 29 20:13:40 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210987-1170098020/sugar-v0-40.jar -convert /tmp/evaluation/210987-1170098020/unknown.xml /tmp/evaluation/210987-1170098020/sugar25790.csp
0.16	c BEGIN convert /tmp/evaluation/210987-1170098020/unknown.xml
0.90	c END convert (0.736257 seconds)
0.96	c # CONVERT_XML  END : /tmp/evaluation/210987-1170098020/sugar25790.csp 347236 bytes (1 seconds) [Mon Jan 29 20:13:41 2007]
0.96	c # CONVERT_XML  CPU : 0.84 = 0 + 0 + 0.77 + 0.07
0.96	
0.96	c # GENERATE_SAT  BEGIN : /tmp/evaluation/210987-1170098020/sugar25790.bcnf [Mon Jan 29 20:13:41 2007]
0.96	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210987-1170098020/sugar-v0-40.jar -bcnf -map /tmp/evaluation/210987-1170098020/sugar25790.map /tmp/evaluation/210987-1170098020/sugar25790.csp /tmp/evaluation/210987-1170098020/sugar25790.bcnf
1.08	c BEGIN parse /tmp/evaluation/210987-1170098020/sugar25790.csp
3.40	c END parse (2.31754 seconds)
3.40	c BEGIN simplify
3.41	c END simplify (0.012816 seconds)
3.41	c BEGIN encode /tmp/evaluation/210987-1170098020/sugar25790.bcnf
285.66	c END encode (282.246079 seconds)
286.49	c # GENERATE_SAT  END : 1271013 variables 297141952 clauses 4738253084 bytes (286 seconds) [Mon Jan 29 20:18:27 2007]
286.49	c # GENERATE_SAT  CPU : 269.35 = 0.07 + 0.01 + 248.69 + 20.58
286.49	
286.49	c # SOLVE_SAT  BEGIN : /tmp/evaluation/210987-1170098020/sugar25790.bcnf [Mon Jan 29 20:18:27 2007]
286.83	c # CMD : /tmp/evaluation/210987-1170098020/minisat /tmp/evaluation/210987-1170098020/sugar25790.bcnf /tmp/evaluation/210987-1170098020/sugar25790.out
287.32	c ERROR! Could not open file: /tmp/evaluation/210987-1170098020/sugar25790.bcnf
287.33	s UNKNOWN
287.33	c # ERROR No such file or directory /tmp/evaluation/210987-1170098020/sugar25790.out, at /tmp/evaluation/210987-1170098020/sugar line 393.
287.33	
287.33	c # MAIN  END :  (288 seconds) [Mon Jan 29 20:18:28 2007]
287.33	c # MAIN  CPU : 270.19 = 0.07 + 0.01 + 249.46 + 20.65
287.33	

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/node14/watcher-210987-1170098020 -o ROOT/results/node14/solver-210987-1170098020 -C 1800 -M 900 /tmp/evaluation/210987-1170098020/solver /tmp/evaluation/210987-1170098020 /tmp/evaluation/210987-1170098020/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.54 2.74 3.06 5/94 25791
/proc/meminfo: memFree=1296072/2055920 swapFree=4192812/4192956
[pid=25790] ppid=25788 vsize=18540 CPUtime=0
/proc/25790/stat : 25790 (runsolver) R 25788 25790 25725 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 29756450 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 212234464551 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25790/statm: 4635 279 244 17 0 2626 0

[startup+0.10731 s]
/proc/loadavg: 2.54 2.74 3.06 5/94 25791
/proc/meminfo: memFree=1296072/2055920 swapFree=4192812/4192956
[pid=25790] ppid=25788 vsize=13724 CPUtime=0.03
/proc/25790/stat : 25790 (sugar) S 25788 25790 25725 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29756450 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25790/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.515345 s]
/proc/loadavg: 2.54 2.74 3.06 5/94 25791
/proc/meminfo: memFree=1296072/2055920 swapFree=4192812/4192956
[pid=25790] ppid=25788 vsize=13724 CPUtime=0.03
/proc/25790/stat : 25790 (sugar) S 25788 25790 25725 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29756450 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25790/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33643 s]
/proc/loadavg: 2.54 2.74 3.06 5/102 25807
/proc/meminfo: memFree=1288520/2055920 swapFree=4192812/4192956
[pid=25790] ppid=25788 vsize=13724 CPUtime=0.87
/proc/25790/stat : 25790 (sugar) S 25788 25790 25725 0 -1 4194304 1190 8892 0 1 3 0 77 7 16 0 1 0 29756450 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25790/statm: 3431 809 371 3 0 531 0
[pid=25800] ppid=25790 vsize=807064 CPUtime=0.35
/proc/25800/stat : 25800 (java) R 25790 25790 25725 0 -1 0 6589 0 1 0 32 3 0 0 17 0 8 0 29756547 826433536 6339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25800/statm: 201766 6339 1492 14 0 189044 0
[pid=25800/tid=25801] ppid=25790 vsize=807064 CPUtime=0.03
/proc/25800/task/25801/stat : 25801 (java) S 25790 25790 25725 0 -1 64 537 0 0 0 3 0 0 0 17 0 8 0 29756550 826433536 6339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25802] ppid=25790 vsize=807064 CPUtime=0
/proc/25800/task/25802/stat : 25802 (java) R 25790 25790 25725 0 -1 64 9 0 0 0 0 0 0 0 17 0 8 0 29756550 826433536 6339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25803] ppid=25790 vsize=807064 CPUtime=0
/proc/25800/task/25803/stat : 25803 (java) S 25790 25790 25725 0 -1 64 4 0 0 0 0 0 0 0 23 0 8 0 29756550 826433536 6339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25804] ppid=25790 vsize=807064 CPUtime=0
/proc/25800/task/25804/stat : 25804 (java) S 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29756553 826433536 6339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25805] ppid=25790 vsize=807064 CPUtime=0.05
/proc/25800/task/25805/stat : 25805 (java) R 25790 25790 25725 0 -1 64 294 0 0 0 5 0 0 0 24 0 8 0 29756554 826433536 6339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25806] ppid=25790 vsize=807064 CPUtime=0
/proc/25800/task/25806/stat : 25806 (java) S 25790 25790 25725 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29756554 826433536 6339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25807] ppid=25790 vsize=807064 CPUtime=0
/proc/25800/task/25807/stat : 25807 (java) R 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 29756554 826433536 6339 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 820788

[startup+2.99659 s]
/proc/loadavg: 2.54 2.74 3.06 6/102 25807
/proc/meminfo: memFree=1247816/2055920 swapFree=4192812/4192956
[pid=25790] ppid=25788 vsize=13724 CPUtime=0.87
/proc/25790/stat : 25790 (sugar) S 25788 25790 25725 0 -1 4194304 1190 8892 0 1 3 0 77 7 16 0 1 0 29756450 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25790/statm: 3431 809 371 3 0 531 0
[pid=25800] ppid=25790 vsize=807376 CPUtime=2.01
/proc/25800/stat : 25800 (java) R 25790 25790 25725 0 -1 0 10315 0 1 0 193 8 0 0 25 0 8 0 29756547 826753024 10052 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154517157 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25800/statm: 201844 10052 1506 14 0 189122 0
[pid=25800/tid=25801] ppid=25790 vsize=807376 CPUtime=0.25
/proc/25800/task/25801/stat : 25801 (java) S 25790 25790 25725 0 -1 64 4096 0 0 0 22 3 0 0 16 0 8 0 29756550 826753024 10052 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25802] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25802/stat : 25802 (java) S 25790 25790 25725 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29756550 826753024 10052 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25803] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25803/stat : 25803 (java) S 25790 25790 25725 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29756550 826753024 10052 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25804] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25804/stat : 25804 (java) S 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29756553 826753024 10052 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25805] ppid=25790 vsize=807376 CPUtime=0.14
/proc/25800/task/25805/stat : 25805 (java) S 25790 25790 25725 0 -1 64 421 0 0 0 14 0 0 0 17 0 8 0 29756554 826753024 10052 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25806] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25806/stat : 25806 (java) S 25790 25790 25725 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29756554 826753024 10052 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25807] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25807/stat : 25807 (java) S 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29756554 826753024 10052 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 821100

[startup+6.20488 s]
/proc/loadavg: 2.58 2.74 3.06 3/102 25807
/proc/meminfo: memFree=1213576/2055920 swapFree=4192812/4192956
[pid=25790] ppid=25788 vsize=13724 CPUtime=0.87
/proc/25790/stat : 25790 (sugar) S 25788 25790 25725 0 -1 4194304 1190 8892 0 1 3 0 77 7 16 0 1 0 29756450 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25790/statm: 3431 809 371 3 0 531 0
[pid=25800] ppid=25790 vsize=807376 CPUtime=5.18
/proc/25800/stat : 25800 (java) R 25790 25790 25725 0 -1 0 10787 0 1 0 489 29 0 0 25 0 8 0 29756547 826753024 10518 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380150 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25800/statm: 201844 10518 1510 14 0 189122 0
[pid=25800/tid=25801] ppid=25790 vsize=807376 CPUtime=0.28
/proc/25800/task/25801/stat : 25801 (java) S 25790 25790 25725 0 -1 64 4530 0 0 0 25 3 0 0 16 0 8 0 29756550 826753024 10518 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25802] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25802/stat : 25802 (java) S 25790 25790 25725 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29756550 826753024 10518 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25803] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25803/stat : 25803 (java) S 25790 25790 25725 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29756550 826753024 10518 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25804] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25804/stat : 25804 (java) S 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29756553 826753024 10518 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25805] ppid=25790 vsize=807376 CPUtime=0.17
/proc/25800/task/25805/stat : 25805 (java) S 25790 25790 25725 0 -1 64 430 0 0 0 16 1 0 0 16 0 8 0 29756554 826753024 10518 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25806] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25806/stat : 25806 (java) S 25790 25790 25725 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29756554 826753024 10518 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25807] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25807/stat : 25807 (java) S 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29756554 826753024 10518 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 821100

[startup+12.6975 s]
/proc/loadavg: 2.61 2.75 3.06 3/102 25807
/proc/meminfo: memFree=1091464/2055920 swapFree=4192812/4192956
[pid=25790] ppid=25788 vsize=13724 CPUtime=0.87
/proc/25790/stat : 25790 (sugar) S 25788 25790 25725 0 -1 4194304 1190 8892 0 1 3 0 77 7 16 0 1 0 29756450 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25790/statm: 3431 809 371 3 0 531 0
[pid=25800] ppid=25790 vsize=807376 CPUtime=11.59
/proc/25800/stat : 25800 (java) R 25790 25790 25725 0 -1 0 10792 0 1 0 1087 72 0 0 25 0 8 0 29756547 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073827304 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25800/statm: 201844 10522 1510 14 0 189122 0
[pid=25800/tid=25801] ppid=25790 vsize=807376 CPUtime=0.28
/proc/25800/task/25801/stat : 25801 (java) S 25790 25790 25725 0 -1 64 4530 0 0 0 25 3 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25802] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25802/stat : 25802 (java) S 25790 25790 25725 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25803] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25803/stat : 25803 (java) S 25790 25790 25725 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25804] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25804/stat : 25804 (java) S 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29756553 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25805] ppid=25790 vsize=807376 CPUtime=0.18
/proc/25800/task/25805/stat : 25805 (java) S 25790 25790 25725 0 -1 64 434 0 0 0 17 1 0 0 16 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25806] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25806/stat : 25806 (java) S 25790 25790 25725 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25807] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25807/stat : 25807 (java) S 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 821100

[startup+25.5807 s]
/proc/loadavg: 2.98 2.82 3.08 4/102 25808
/proc/meminfo: memFree=880072/2055920 swapFree=4192812/4192956
[pid=25790] ppid=25788 vsize=13724 CPUtime=0.87
/proc/25790/stat : 25790 (sugar) S 25788 25790 25725 0 -1 4194304 1190 8892 0 1 3 0 77 7 16 0 1 0 29756450 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25790/statm: 3431 809 371 3 0 531 0
[pid=25800] ppid=25790 vsize=807376 CPUtime=23.72
/proc/25800/stat : 25800 (java) R 25790 25790 25725 0 -1 0 10792 0 1 0 2217 155 0 0 25 0 8 0 29756547 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152096930 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25800/statm: 201844 10522 1510 14 0 189122 0
[pid=25800/tid=25801] ppid=25790 vsize=807376 CPUtime=0.28
/proc/25800/task/25801/stat : 25801 (java) S 25790 25790 25725 0 -1 64 4530 0 0 0 25 3 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25802] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25802/stat : 25802 (java) S 25790 25790 25725 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25803] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25803/stat : 25803 (java) S 25790 25790 25725 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25804] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25804/stat : 25804 (java) S 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29756553 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25805] ppid=25790 vsize=807376 CPUtime=0.18
/proc/25800/task/25805/stat : 25805 (java) S 25790 25790 25725 0 -1 64 434 0 0 0 17 1 0 0 16 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25806] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25806/stat : 25806 (java) S 25790 25790 25725 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25807] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25807/stat : 25807 (java) S 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.59
Current children cumulated vsize (KiB) 821100

[startup+51.2342 s]
/proc/loadavg: 3.55 2.97 3.12 3/103 25814
/proc/meminfo: memFree=399872/2055920 swapFree=4192812/4192956
[pid=25790] ppid=25788 vsize=13724 CPUtime=0.87
/proc/25790/stat : 25790 (sugar) S 25788 25790 25725 0 -1 4194304 1190 8892 0 1 3 0 77 7 16 0 1 0 29756450 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25790/statm: 3431 809 371 3 0 531 0
[pid=25800] ppid=25790 vsize=807376 CPUtime=48.44
/proc/25800/stat : 25800 (java) R 25790 25790 25725 0 -1 0 10792 0 1 0 4516 328 0 0 25 0 8 0 29756547 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25800/statm: 201844 10522 1510 14 0 189122 0
[pid=25800/tid=25801] ppid=25790 vsize=807376 CPUtime=0.28
/proc/25800/task/25801/stat : 25801 (java) S 25790 25790 25725 0 -1 64 4530 0 0 0 25 3 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25802] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25802/stat : 25802 (java) S 25790 25790 25725 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25803] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25803/stat : 25803 (java) S 25790 25790 25725 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25804] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25804/stat : 25804 (java) S 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29756553 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25805] ppid=25790 vsize=807376 CPUtime=0.18
/proc/25800/task/25805/stat : 25805 (java) S 25790 25790 25725 0 -1 64 434 0 0 0 17 1 0 0 16 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25806] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25806/stat : 25806 (java) S 25790 25790 25725 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25807] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25807/stat : 25807 (java) S 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.31
Current children cumulated vsize (KiB) 821100

[startup+102.483 s]
/proc/loadavg: 4.17 3.20 3.19 4/102 25826
/proc/meminfo: memFree=14984/2055920 swapFree=4192812/4192956
[pid=25790] ppid=25788 vsize=13724 CPUtime=0.87
/proc/25790/stat : 25790 (sugar) S 25788 25790 25725 0 -1 4194304 1190 8892 0 1 3 0 77 7 16 0 1 0 29756450 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25790/statm: 3431 809 371 3 0 531 0
[pid=25800] ppid=25790 vsize=807376 CPUtime=96.62
/proc/25800/stat : 25800 (java) R 25790 25790 25725 0 -1 0 10792 0 1 0 8995 667 0 0 25 0 8 0 29756547 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152033920 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25800/statm: 201844 10522 1510 14 0 189122 0
[pid=25800/tid=25801] ppid=25790 vsize=807376 CPUtime=0.28
/proc/25800/task/25801/stat : 25801 (java) S 25790 25790 25725 0 -1 64 4530 0 0 0 25 3 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25802] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25802/stat : 25802 (java) S 25790 25790 25725 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25803] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25803/stat : 25803 (java) S 25790 25790 25725 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25804] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25804/stat : 25804 (java) S 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29756553 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25805] ppid=25790 vsize=807376 CPUtime=0.18
/proc/25800/task/25805/stat : 25805 (java) S 25790 25790 25725 0 -1 64 434 0 0 0 17 1 0 0 16 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25806] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25806/stat : 25806 (java) S 25790 25790 25725 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25807] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25807/stat : 25807 (java) S 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.49
Current children cumulated vsize (KiB) 821100

[startup+162.521 s]
/proc/loadavg: 4.52 3.48 3.29 3/102 25837
/proc/meminfo: memFree=15112/2055920 swapFree=4192812/4192956
[pid=25790] ppid=25788 vsize=13724 CPUtime=0.87
/proc/25790/stat : 25790 (sugar) S 25788 25790 25725 0 -1 4194304 1190 8892 0 1 3 0 77 7 16 0 1 0 29756450 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25790/statm: 3431 809 371 3 0 531 0
[pid=25800] ppid=25790 vsize=807376 CPUtime=153.9
/proc/25800/stat : 25800 (java) R 25790 25790 25725 0 -1 0 10792 0 1 0 14276 1114 0 0 25 0 8 0 29756547 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073827304 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25800/statm: 201844 10522 1510 14 0 189122 0
[pid=25800/tid=25801] ppid=25790 vsize=807376 CPUtime=0.28
/proc/25800/task/25801/stat : 25801 (java) S 25790 25790 25725 0 -1 64 4530 0 0 0 25 3 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25802] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25802/stat : 25802 (java) S 25790 25790 25725 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25803] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25803/stat : 25803 (java) S 25790 25790 25725 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25804] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25804/stat : 25804 (java) S 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29756553 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25805] ppid=25790 vsize=807376 CPUtime=0.18
/proc/25800/task/25805/stat : 25805 (java) S 25790 25790 25725 0 -1 64 434 0 0 0 17 1 0 0 16 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25806] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25806/stat : 25806 (java) S 25790 25790 25725 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25807] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25807/stat : 25807 (java) S 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 154.77
Current children cumulated vsize (KiB) 821100

[startup+222.548 s]
/proc/loadavg: 4.93 3.77 3.40 3/102 25847
/proc/meminfo: memFree=16200/2055920 swapFree=4192812/4192956
[pid=25790] ppid=25788 vsize=13724 CPUtime=0.87
/proc/25790/stat : 25790 (sugar) S 25788 25790 25725 0 -1 4194304 1190 8892 0 1 3 0 77 7 16 0 1 0 29756450 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25790/statm: 3431 809 371 3 0 531 0
[pid=25800] ppid=25790 vsize=807376 CPUtime=210.39
/proc/25800/stat : 25800 (java) R 25790 25790 25725 0 -1 0 10792 0 1 0 19465 1574 0 0 25 0 8 0 29756547 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25800/statm: 201844 10522 1510 14 0 189122 0
[pid=25800/tid=25801] ppid=25790 vsize=807376 CPUtime=0.28
/proc/25800/task/25801/stat : 25801 (java) S 25790 25790 25725 0 -1 64 4530 0 0 0 25 3 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25802] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25802/stat : 25802 (java) S 25790 25790 25725 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25803] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25803/stat : 25803 (java) S 25790 25790 25725 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25804] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25804/stat : 25804 (java) S 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29756553 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25805] ppid=25790 vsize=807376 CPUtime=0.18
/proc/25800/task/25805/stat : 25805 (java) S 25790 25790 25725 0 -1 64 434 0 0 0 17 1 0 0 16 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25806] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25806/stat : 25806 (java) S 25790 25790 25725 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25807] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25807/stat : 25807 (java) S 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 211.26
Current children cumulated vsize (KiB) 821100

[startup+282.627 s]
/proc/loadavg: 5.02 4.01 3.50 4/102 25854
/proc/meminfo: memFree=15624/2055920 swapFree=4192812/4192956
[pid=25790] ppid=25788 vsize=13724 CPUtime=0.87
/proc/25790/stat : 25790 (sugar) S 25788 25790 25725 0 -1 4194304 1190 8892 0 1 3 0 77 7 16 0 1 0 29756450 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25790/statm: 3431 809 371 3 0 531 0
[pid=25800] ppid=25790 vsize=807376 CPUtime=267.21
/proc/25800/stat : 25800 (java) R 25790 25790 25725 0 -1 0 10792 0 1 0 24679 2042 0 0 25 0 8 0 29756547 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073810974 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25800/statm: 201844 10522 1510 14 0 189122 0
[pid=25800/tid=25801] ppid=25790 vsize=807376 CPUtime=0.28
/proc/25800/task/25801/stat : 25801 (java) S 25790 25790 25725 0 -1 64 4530 0 0 0 25 3 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25802] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25802/stat : 25802 (java) S 25790 25790 25725 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25803] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25803/stat : 25803 (java) S 25790 25790 25725 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29756550 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25800/tid=25804] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25804/stat : 25804 (java) S 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29756553 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25805] ppid=25790 vsize=807376 CPUtime=0.18
/proc/25800/task/25805/stat : 25805 (java) S 25790 25790 25725 0 -1 64 434 0 0 0 17 1 0 0 16 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25806] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25806/stat : 25806 (java) S 25790 25790 25725 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25800/tid=25807] ppid=25790 vsize=807376 CPUtime=0
/proc/25800/task/25807/stat : 25807 (java) S 25790 25790 25725 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29756554 826753024 10522 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 268.08
Current children cumulated vsize (KiB) 821100

Child status: 1
Real time (s): 306.723
CPU time (s): 271.264
CPU user time (s): 249.568
CPU system time (s): 21.6957
CPU usage (%): 88.4395
Max. virtual memory (cumulated for all children) (KiB): 821100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.568
system time used= 21.6957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22345
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8291
involuntary context switches= 17959

runsolver used 0.350946 s user time and 1.02784 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Jan 29 19:13:40 UTC 2007


IDJOB= 210987
IDBENCH= 4659
IDSOLVER= 86
FILE ID= node14/210987-1170098020

PBS_JOBID= 3689480

Free space on /tmp= 66551 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/blast-tlan2.xml
COMMAND LINE= /tmp/evaluation/210987-1170098020/solver /tmp/evaluation/210987-1170098020 /tmp/evaluation/210987-1170098020/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-210987-1170098020 -o ROOT/results/node14/solver-210987-1170098020 -C 1800 -M 900  /tmp/evaluation/210987-1170098020/solver /tmp/evaluation/210987-1170098020 /tmp/evaluation/210987-1170098020/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  2c6041e9bcff655d81d4e48abbc6c04c

RANDOM SEED= 18428654

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.216
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.216
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:       1296112 kB
Buffers:         34552 kB
Cached:          55072 kB
SwapCached:          0 kB
Active:         674172 kB
Inactive:        40624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1296112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1468 kB
Writeback:           0 kB
Mapped:         650736 kB
Slab:            28704 kB
Committed_AS:   891756 kB
PageTables:       3316 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= 66551 MiB



End job on node14 on Mon Jan 29 19:18:47 UTC 2007