Trace number 249281

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? 770.281 1242.25

General information on the benchmark

Nameprimes/primes-15/
primes-15-40-3-5.xml
MD5SUMff9c98ea299f549a20a511c20c8cc93d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity8
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

1.39	c # Sugar v0-40 (/tmp/evaluation/249281-1170111212/sugar-v0-40.jar)
1.39	
1.43	c # MAIN  BEGIN : /tmp/evaluation/249281-1170111212/unknown.xml [Mon Jan 29 23:53:35 2007]
1.43	c # CONVERT_XML  BEGIN : /tmp/evaluation/249281-1170111212/unknown.xml /tmp/evaluation/249281-1170111212/sugar782.csp [Mon Jan 29 23:53:35 2007]
1.43	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/249281-1170111212/sugar-v0-40.jar -convert /tmp/evaluation/249281-1170111212/unknown.xml /tmp/evaluation/249281-1170111212/sugar782.csp
1.71	c BEGIN convert /tmp/evaluation/249281-1170111212/unknown.xml
1.96	c END convert (0.250345 seconds)
1.99	c # CONVERT_XML  END : /tmp/evaluation/249281-1170111212/sugar782.csp 5469 bytes (1 seconds) [Mon Jan 29 23:53:36 2007]
1.99	c # CONVERT_XML  CPU : 0.3 = 0 + 0 + 0.25 + 0.05
1.99	
1.99	c # GENERATE_SAT  BEGIN : /tmp/evaluation/249281-1170111212/sugar782.bcnf [Mon Jan 29 23:53:36 2007]
1.99	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/249281-1170111212/sugar-v0-40.jar -bcnf -map /tmp/evaluation/249281-1170111212/sugar782.map /tmp/evaluation/249281-1170111212/sugar782.csp /tmp/evaluation/249281-1170111212/sugar782.bcnf
2.10	c BEGIN parse /tmp/evaluation/249281-1170111212/sugar782.csp
2.34	c END parse (0.239447 seconds)
2.34	c BEGIN simplify
2.34	c END simplify (0.002293 seconds)
2.34	c BEGIN encode /tmp/evaluation/249281-1170111212/sugar782.bcnf
979.72	c END encode (977.380782 seconds)
980.14	c # GENERATE_SAT  END : 499230 variables 821168353 clauses 13131964032 bytes (978 seconds) [Tue Jan 30 00:09:54 2007]
980.14	c # GENERATE_SAT  CPU : 768.33 = 0 + 0 + 704.72 + 63.61
980.14	
980.14	c # SOLVE_SAT  BEGIN : /tmp/evaluation/249281-1170111212/sugar782.bcnf [Tue Jan 30 00:09:54 2007]
980.31	c # CMD : /tmp/evaluation/249281-1170111212/minisat /tmp/evaluation/249281-1170111212/sugar782.bcnf /tmp/evaluation/249281-1170111212/sugar782.out
980.64	c ERROR! Could not open file: /tmp/evaluation/249281-1170111212/sugar782.bcnf
980.64	s UNKNOWN
980.64	c # ERROR No such file or directory /tmp/evaluation/249281-1170111212/sugar782.out, at /tmp/evaluation/249281-1170111212/sugar line 393.
980.64	
980.64	c # MAIN  END :  (979 seconds) [Tue Jan 30 00:09:54 2007]
980.64	c # MAIN  CPU : 768.63 = 0 + 0 + 704.97 + 63.66
980.64	

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/node12/watcher-249281-1170111212 -o ROOT/results/node12/solver-249281-1170111212 -C 1800 -M 900 /tmp/evaluation/249281-1170111212/solver /tmp/evaluation/249281-1170111212 /tmp/evaluation/249281-1170111212/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.71 3.08 2.94 5/94 783
/proc/meminfo: memFree=15240/2055920 swapFree=4192812/4192956
[pid=782] ppid=780 vsize=18540 CPUtime=0
/proc/782/stat : 782 (runsolver) R 780 782 32653 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 31075830 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/782/statm: 4635 279 244 17 0 2626 0

[startup+0.109891 s]
/proc/loadavg: 2.71 3.08 2.94 5/94 783
/proc/meminfo: memFree=15240/2055920 swapFree=4192812/4192956
[pid=782] ppid=780 vsize=124 CPUtime=0
/proc/782/stat : 782 (sugar) D 780 782 32653 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 31075830 126976 23 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252426909161 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/782/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.517965 s]
/proc/loadavg: 2.71 3.08 2.94 5/94 783
/proc/meminfo: memFree=15240/2055920 swapFree=4192812/4192956
[pid=782] ppid=780 vsize=12268 CPUtime=0
/proc/782/stat : 782 (sugar) D 780 782 32653 0 -1 4194304 598 0 3 0 0 0 0 0 18 0 1 0 31075830 12562432 320 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/782/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+1.34011 s]
/proc/loadavg: 2.71 3.08 2.94 2/94 783
/proc/meminfo: memFree=16136/2055920 swapFree=4192812/4192956
[pid=782] ppid=780 vsize=13196 CPUtime=0.02
/proc/782/stat : 782 (sugar) D 780 782 32653 0 -1 4194304 929 0 3 0 2 0 0 0 18 0 1 0 31075830 13512704 651 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/782/statm: 3299 651 334 3 0 399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13196

[startup+2.98141 s]
/proc/loadavg: 2.97 3.13 2.96 4/102 799
/proc/meminfo: memFree=15368/2055920 swapFree=4192812/4192956
[pid=782] ppid=780 vsize=13724 CPUtime=0.34
/proc/782/stat : 782 (sugar) S 780 782 32653 0 -1 4194304 1187 3692 3 33 3 1 25 5 15 0 1 0 31075830 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/782/statm: 3431 809 371 3 0 531 0
[pid=792] ppid=782 vsize=807344 CPUtime=0.96
/proc/792/stat : 792 (java) R 782 782 32653 0 -1 0 5381 0 1 0 89 7 0 0 25 0 8 0 31076029 826720256 5132 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073668235 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/792/statm: 201836 5132 1498 14 0 189114 0
[pid=792/tid=793] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/793/stat : 793 (java) S 782 782 32653 0 -1 64 5 0 0 0 0 0 0 0 20 0 8 0 31076032 826720256 5132 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=794] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/794/stat : 794 (java) S 782 782 32653 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31076032 826720256 5132 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=795] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/795/stat : 795 (java) S 782 782 32653 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31076032 826720256 5132 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=796] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/796/stat : 796 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31076035 826720256 5132 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=797] ppid=782 vsize=807344 CPUtime=0.1
/proc/792/task/797/stat : 797 (java) S 782 782 32653 0 -1 64 380 0 0 0 10 0 0 0 16 0 8 0 31076035 826720256 5132 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=798] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/798/stat : 798 (java) S 782 782 32653 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31076035 826720256 5132 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=799] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/799/stat : 799 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31076035 826720256 5132 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 821068

[startup+6.271 s]
/proc/loadavg: 2.97 3.13 2.96 2/102 799
/proc/meminfo: memFree=16136/2055920 swapFree=4192812/4192956
[pid=782] ppid=780 vsize=13724 CPUtime=0.34
/proc/782/stat : 782 (sugar) S 780 782 32653 0 -1 4194304 1187 3692 3 33 3 1 25 5 15 0 1 0 31075830 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/782/statm: 3431 809 371 3 0 531 0
[pid=792] ppid=782 vsize=807344 CPUtime=4.07
/proc/792/stat : 792 (java) R 782 782 32653 0 -1 0 5383 0 1 0 380 27 0 0 25 0 8 0 31076029 826720256 5133 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152096930 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/792/statm: 201836 5133 1499 14 0 189114 0
[pid=792/tid=793] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/793/stat : 793 (java) S 782 782 32653 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31076032 826720256 5133 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=794] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/794/stat : 794 (java) S 782 782 32653 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31076032 826720256 5133 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=795] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/795/stat : 795 (java) S 782 782 32653 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31076032 826720256 5133 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=796] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/796/stat : 796 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31076035 826720256 5133 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=797] ppid=782 vsize=807344 CPUtime=0.1
/proc/792/task/797/stat : 797 (java) S 782 782 32653 0 -1 64 380 0 0 0 10 0 0 0 16 0 8 0 31076035 826720256 5133 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=798] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/798/stat : 798 (java) S 782 782 32653 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31076035 826720256 5133 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=799] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/799/stat : 799 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31076035 826720256 5133 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 821068

[startup+12.7651 s]
/proc/loadavg: 2.90 3.11 2.95 3/102 799
/proc/meminfo: memFree=16328/2055920 swapFree=4192812/4192956
[pid=782] ppid=780 vsize=13724 CPUtime=0.34
/proc/782/stat : 782 (sugar) S 780 782 32653 0 -1 4194304 1187 3692 3 33 3 1 25 5 15 0 1 0 31075830 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/782/statm: 3431 809 371 3 0 531 0
[pid=792] ppid=782 vsize=807344 CPUtime=10.38
/proc/792/stat : 792 (java) R 782 782 32653 0 -1 0 5383 0 1 0 971 67 0 0 25 0 8 0 31076029 826720256 5133 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/792/statm: 201836 5133 1499 14 0 189114 0
[pid=792/tid=793] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/793/stat : 793 (java) S 782 782 32653 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31076032 826720256 5133 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=794] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/794/stat : 794 (java) S 782 782 32653 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31076032 826720256 5133 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=795] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/795/stat : 795 (java) S 782 782 32653 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31076032 826720256 5133 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=796] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/796/stat : 796 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31076035 826720256 5133 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=797] ppid=782 vsize=807344 CPUtime=0.1
/proc/792/task/797/stat : 797 (java) S 782 782 32653 0 -1 64 380 0 0 0 10 0 0 0 16 0 8 0 31076035 826720256 5133 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=798] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/798/stat : 798 (java) S 782 782 32653 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31076035 826720256 5133 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=799] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/799/stat : 799 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31076035 826720256 5133 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.72
Current children cumulated vsize (KiB) 821068

[startup+25.6343 s]
/proc/loadavg: 3.07 3.14 2.96 3/102 802
/proc/meminfo: memFree=15624/2055920 swapFree=4192812/4192956
[pid=782] ppid=780 vsize=13724 CPUtime=0.34
/proc/782/stat : 782 (sugar) S 780 782 32653 0 -1 4194304 1187 3692 3 33 3 1 25 5 15 0 1 0 31075830 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/782/statm: 3431 809 371 3 0 531 0
[pid=792] ppid=782 vsize=807344 CPUtime=22.54
/proc/792/stat : 792 (java) R 782 782 32653 0 -1 0 5384 0 1 0 2100 154 0 0 25 0 8 0 31076029 826720256 5134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073675038 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/792/statm: 201836 5134 1499 14 0 189114 0
[pid=792/tid=793] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/793/stat : 793 (java) S 782 782 32653 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31076032 826720256 5134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=794] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/794/stat : 794 (java) S 782 782 32653 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31076032 826720256 5134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=795] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/795/stat : 795 (java) S 782 782 32653 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31076032 826720256 5134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=796] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/796/stat : 796 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31076035 826720256 5134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=797] ppid=782 vsize=807344 CPUtime=0.1
/proc/792/task/797/stat : 797 (java) S 782 782 32653 0 -1 64 380 0 0 0 10 0 0 0 16 0 8 0 31076035 826720256 5134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=798] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/798/stat : 798 (java) S 782 782 32653 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31076035 826720256 5134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=799] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/799/stat : 799 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31076035 826720256 5134 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.88
Current children cumulated vsize (KiB) 821068

[startup+51.2769 s]
/proc/loadavg: 3.36 3.20 2.99 3/102 805
/proc/meminfo: memFree=16264/2055920 swapFree=4192812/4192956
[pid=782] ppid=780 vsize=13724 CPUtime=0.34
/proc/782/stat : 782 (sugar) S 780 782 32653 0 -1 4194304 1187 3692 3 33 3 1 25 5 15 0 1 0 31075830 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/782/statm: 3431 809 371 3 0 531 0
[pid=792] ppid=782 vsize=807344 CPUtime=41.75
/proc/792/stat : 792 (java) R 782 782 32653 0 -1 0 5386 0 1 0 3870 305 0 0 25 0 8 0 31076029 826720256 5136 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073681587 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/792/statm: 201836 5136 1499 14 0 189114 0
[pid=792/tid=793] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/793/stat : 793 (java) S 782 782 32653 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31076032 826720256 5136 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=794] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/794/stat : 794 (java) S 782 782 32653 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31076032 826720256 5136 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=795] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/795/stat : 795 (java) S 782 782 32653 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31076032 826720256 5136 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=796] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/796/stat : 796 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31076035 826720256 5136 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=797] ppid=782 vsize=807344 CPUtime=0.1
/proc/792/task/797/stat : 797 (java) S 782 782 32653 0 -1 64 380 0 0 0 10 0 0 0 16 0 8 0 31076035 826720256 5136 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=798] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/798/stat : 798 (java) S 782 782 32653 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31076035 826720256 5136 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=799] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/799/stat : 799 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31076035 826720256 5136 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.09
Current children cumulated vsize (KiB) 821068

[startup+102.569 s]
/proc/loadavg: 4.39 3.52 3.11 3/103 818
/proc/meminfo: memFree=15616/2055920 swapFree=4192812/4192956
[pid=782] ppid=780 vsize=13724 CPUtime=0.34
/proc/782/stat : 782 (sugar) S 780 782 32653 0 -1 4194304 1187 3692 3 33 3 1 25 5 15 0 1 0 31075830 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/782/statm: 3431 809 371 3 0 531 0
[pid=792] ppid=782 vsize=807344 CPUtime=88.49
/proc/792/stat : 792 (java) R 782 782 32653 0 -1 0 5389 0 1 0 8152 697 0 0 25 0 8 0 31076029 826720256 5139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073676108 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/792/statm: 201836 5139 1499 14 0 189114 0
[pid=792/tid=793] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/793/stat : 793 (java) S 782 782 32653 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31076032 826720256 5139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=794] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/794/stat : 794 (java) S 782 782 32653 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31076032 826720256 5139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=795] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/795/stat : 795 (java) S 782 782 32653 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31076032 826720256 5139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=796] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/796/stat : 796 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31076035 826720256 5139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=797] ppid=782 vsize=807344 CPUtime=0.1
/proc/792/task/797/stat : 797 (java) S 782 782 32653 0 -1 64 380 0 0 0 10 0 0 0 16 0 8 0 31076035 826720256 5139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=798] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/798/stat : 798 (java) S 782 782 32653 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31076035 826720256 5139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=799] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/799/stat : 799 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31076035 826720256 5139 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 88.83
Current children cumulated vsize (KiB) 821068

[startup+162.605 s]

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

[pid=792/tid=799] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/799/stat : 799 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31076035 826720256 5178 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 507.16
Current children cumulated vsize (KiB) 821068

[startup+703.212 s]
/proc/loadavg: 9.29 6.49 4.67 3/111 1061
/proc/meminfo: memFree=15872/2055920 swapFree=4192812/4192956
[pid=782] ppid=780 vsize=13724 CPUtime=0.34
/proc/782/stat : 782 (sugar) S 780 782 32653 0 -1 4194304 1187 3692 3 33 3 1 25 5 15 0 1 0 31075830 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/782/statm: 3431 809 371 3 0 531 0
[pid=792] ppid=782 vsize=807344 CPUtime=532.46
/proc/792/stat : 792 (java) R 782 782 32653 0 -1 0 5431 0 1 0 48931 4315 0 0 25 0 8 0 31076029 826720256 5181 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/792/statm: 201836 5181 1499 14 0 189114 0
[pid=792/tid=793] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/793/stat : 793 (java) S 782 782 32653 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31076032 826720256 5181 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=792/tid=794] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/794/stat : 794 (java) S 782 782 32653 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31076032 826720256 5181 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=795] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/795/stat : 795 (java) S 782 782 32653 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31076032 826720256 5181 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=796] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/796/stat : 796 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31076035 826720256 5181 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=797] ppid=782 vsize=807344 CPUtime=0.1
/proc/792/task/797/stat : 797 (java) S 782 782 32653 0 -1 64 380 0 0 0 10 0 0 0 17 0 8 0 31076035 826720256 5181 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=798] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/798/stat : 798 (java) S 782 782 32653 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31076035 826720256 5181 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=799] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/799/stat : 799 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31076035 826720256 5181 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 532.8
Current children cumulated vsize (KiB) 821068

[startup+763.295 s]
/proc/loadavg: 10.36 7.32 5.06 3/109 1066
/proc/meminfo: memFree=15056/2055920 swapFree=4192812/4192956
[pid=782] ppid=780 vsize=13724 CPUtime=0.34
/proc/782/stat : 782 (sugar) S 780 782 32653 0 -1 4194304 1187 3692 3 33 3 1 25 5 15 0 1 0 31075830 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/782/statm: 3431 809 371 3 0 531 0
[pid=792] ppid=782 vsize=807344 CPUtime=588.73
/proc/792/stat : 792 (java) R 782 782 32653 0 -1 0 5436 0 1 0 54057 4816 0 0 25 0 8 0 31076029 826720256 5186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/792/statm: 201836 5186 1499 14 0 189114 0
[pid=792/tid=793] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/793/stat : 793 (java) S 782 782 32653 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31076032 826720256 5186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=792/tid=794] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/794/stat : 794 (java) S 782 782 32653 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31076032 826720256 5186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=795] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/795/stat : 795 (java) S 782 782 32653 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31076032 826720256 5186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=796] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/796/stat : 796 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31076035 826720256 5186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=797] ppid=782 vsize=807344 CPUtime=0.1
/proc/792/task/797/stat : 797 (java) S 782 782 32653 0 -1 64 380 0 0 0 10 0 0 0 17 0 8 0 31076035 826720256 5186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=798] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/798/stat : 798 (java) S 782 782 32653 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31076035 826720256 5186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=799] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/799/stat : 799 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31076035 826720256 5186 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 589.07
Current children cumulated vsize (KiB) 821068

[startup+823.382 s]
/proc/loadavg: 9.41 7.63 5.31 3/103 1067
/proc/meminfo: memFree=15360/2055920 swapFree=4192812/4192956
[pid=782] ppid=780 vsize=13724 CPUtime=0.34
/proc/782/stat : 782 (sugar) S 780 782 32653 0 -1 4194304 1187 3692 3 33 3 1 25 5 15 0 1 0 31075830 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/782/statm: 3431 809 371 3 0 531 0
[pid=792] ppid=782 vsize=807344 CPUtime=644.46
/proc/792/stat : 792 (java) R 782 782 32653 0 -1 0 5449 0 1 0 59157 5289 0 0 25 0 8 0 31076029 826720256 5199 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073668053 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/792/statm: 201836 5199 1499 14 0 189114 0
[pid=792/tid=793] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/793/stat : 793 (java) S 782 782 32653 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31076032 826720256 5199 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=792/tid=794] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/794/stat : 794 (java) S 782 782 32653 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31076032 826720256 5199 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=795] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/795/stat : 795 (java) S 782 782 32653 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31076032 826720256 5199 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=796] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/796/stat : 796 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31076035 826720256 5199 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=797] ppid=782 vsize=807344 CPUtime=0.1
/proc/792/task/797/stat : 797 (java) S 782 782 32653 0 -1 64 382 0 0 0 10 0 0 0 17 0 8 0 31076035 826720256 5199 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=798] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/798/stat : 798 (java) S 782 782 32653 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31076035 826720256 5199 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=799] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/799/stat : 799 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31076035 826720256 5199 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 644.8
Current children cumulated vsize (KiB) 821068

[startup+883.432 s]
/proc/loadavg: 6.90 7.19 5.30 3/106 1075
/proc/meminfo: memFree=16296/2055920 swapFree=4192812/4192956
[pid=782] ppid=780 vsize=13724 CPUtime=0.34
/proc/782/stat : 782 (sugar) S 780 782 32653 0 -1 4194304 1187 3692 3 33 3 1 25 5 15 0 1 0 31075830 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/782/statm: 3431 809 371 3 0 531 0
[pid=792] ppid=782 vsize=807344 CPUtime=677.13
/proc/792/stat : 792 (java) R 782 782 32653 0 -1 0 5451 0 1 0 62139 5574 0 0 25 0 8 0 31076029 826720256 5201 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073674590 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/792/statm: 201836 5201 1499 14 0 189114 0
[pid=792/tid=793] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/793/stat : 793 (java) S 782 782 32653 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31076032 826720256 5201 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=792/tid=794] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/794/stat : 794 (java) S 782 782 32653 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31076032 826720256 5201 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=795] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/795/stat : 795 (java) S 782 782 32653 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31076032 826720256 5201 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=796] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/796/stat : 796 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31076035 826720256 5201 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=797] ppid=782 vsize=807344 CPUtime=0.1
/proc/792/task/797/stat : 797 (java) S 782 782 32653 0 -1 64 382 0 0 0 10 0 0 0 17 0 8 0 31076035 826720256 5201 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=798] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/798/stat : 798 (java) S 782 782 32653 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31076035 826720256 5201 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=799] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/799/stat : 799 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31076035 826720256 5201 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 677.47
Current children cumulated vsize (KiB) 821068

[startup+943.437 s]
/proc/loadavg: 9.60 7.82 5.63 3/111 1086
/proc/meminfo: memFree=15744/2055920 swapFree=4192812/4192956
[pid=782] ppid=780 vsize=13724 CPUtime=0.34
/proc/782/stat : 782 (sugar) S 780 782 32653 0 -1 4194304 1187 3692 3 33 3 1 25 5 15 0 1 0 31075830 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/782/statm: 3431 809 371 3 0 531 0
[pid=792] ppid=782 vsize=807344 CPUtime=734.91
/proc/792/stat : 792 (java) R 782 782 32653 0 -1 0 5461 0 1 0 67423 6068 0 0 25 0 8 0 31076029 826720256 5211 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/792/statm: 201836 5211 1499 14 0 189114 0
[pid=792/tid=793] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/793/stat : 793 (java) S 782 782 32653 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31076032 826720256 5211 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=792/tid=794] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/794/stat : 794 (java) S 782 782 32653 0 -1 64 9 0 0 0 0 0 0 0 21 0 8 0 31076032 826720256 5211 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=795] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/795/stat : 795 (java) S 782 782 32653 0 -1 64 4 0 0 0 0 0 0 0 22 0 8 0 31076032 826720256 5211 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=796] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/796/stat : 796 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 31076035 826720256 5211 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=797] ppid=782 vsize=807344 CPUtime=0.1
/proc/792/task/797/stat : 797 (java) S 782 782 32653 0 -1 64 382 0 0 0 10 0 0 0 17 0 8 0 31076035 826720256 5211 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=798] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/798/stat : 798 (java) S 782 782 32653 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 31076035 826720256 5211 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=792/tid=799] ppid=782 vsize=807344 CPUtime=0
/proc/792/task/799/stat : 799 (java) S 782 782 32653 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31076035 826720256 5211 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 735.25
Current children cumulated vsize (KiB) 821068

[startup+1003.54 s]
/proc/loadavg: 10.12 8.33 5.94 2/104 1093
/proc/meminfo: memFree=390840/2055920 swapFree=4192812/4192956
[pid=782] ppid=780 vsize=13988 CPUtime=769.25
/proc/782/stat : 782 (sugar) D 780 782 32653 0 -1 4194304 1391 9246 5 43 3 59 70497 6366 18 0 1 0 31075830 14323712 880 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252429702185 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/782/statm: 3497 880 377 3 0 597 0
Current children cumulated CPU time (s) 769.25
Current children cumulated vsize (KiB) 13988

[startup+1063.57 s]
/proc/loadavg: 11.60 9.13 6.37 2/101 1093
/proc/meminfo: memFree=16144/2055920 swapFree=4192812/4192956
[pid=782] ppid=780 vsize=13988 CPUtime=769.47
/proc/782/stat : 782 (sugar) D 780 782 32653 0 -1 4194304 1391 9246 5 43 3 81 70497 6366 18 0 1 0 31075830 14323712 880 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252429702185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/782/statm: 3497 880 377 3 0 597 0
Current children cumulated CPU time (s) 769.47
Current children cumulated vsize (KiB) 13988

[startup+1123.62 s]
/proc/loadavg: 9.43 9.00 6.50 2/96 1094
/proc/meminfo: memFree=15352/2055920 swapFree=4192812/4192956
[pid=782] ppid=780 vsize=13988 CPUtime=769.78
/proc/782/stat : 782 (sugar) D 780 782 32653 0 -1 4194304 1391 9246 5 43 3 112 70497 6366 18 0 1 0 31075830 14323712 880 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252429702185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/782/statm: 3497 880 377 3 0 597 0
Current children cumulated CPU time (s) 769.78
Current children cumulated vsize (KiB) 13988

[startup+1183.63 s]
/proc/loadavg: 8.05 8.67 6.54 2/97 1098
/proc/meminfo: memFree=14832/2055920 swapFree=4192812/4192956
[pid=782] ppid=780 vsize=13988 CPUtime=770.03
/proc/782/stat : 782 (sugar) D 780 782 32653 0 -1 4194304 1391 9246 5 43 3 137 70497 6366 18 0 1 0 31075830 14323712 880 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 252429702185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/782/statm: 3497 880 377 3 0 597 0
Current children cumulated CPU time (s) 770.03
Current children cumulated vsize (KiB) 13988

Child status: 1
Real time (s): 1242.25
CPU time (s): 770.281
CPU user time (s): 705.014
CPU system time (s): 65.2671
CPU usage (%): 62.0069
Max. virtual memory (cumulated for all children) (KiB): 821068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 705.014
system time used= 65.2671
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10690
page faults= 48
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24664
involuntary context switches= 53350

runsolver used 1.62675 s user time and 4.18136 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Mon Jan 29 22:53:34 UTC 2007


IDJOB= 249281
IDBENCH= 11771
IDSOLVER= 86
FILE ID= node12/249281-1170111212

PBS_JOBID= 3690014

Free space on /tmp= 57433 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-15/primes-15-40-3-5.xml
COMMAND LINE= /tmp/evaluation/249281-1170111212/solver /tmp/evaluation/249281-1170111212 /tmp/evaluation/249281-1170111212/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-249281-1170111212 -o ROOT/results/node12/solver-249281-1170111212 -C 1800 -M 900  /tmp/evaluation/249281-1170111212/solver /tmp/evaluation/249281-1170111212 /tmp/evaluation/249281-1170111212/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  ff9c98ea299f549a20a511c20c8cc93d

RANDOM SEED= 57799594

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.285
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.285
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:         16104 kB
Buffers:          3028 kB
Cached:        1877308 kB
SwapCached:          0 kB
Active:          94384 kB
Inactive:      1850664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         16104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          823380 kB
Writeback:           0 kB
Mapped:          90200 kB
Slab:            79628 kB
Committed_AS:   970336 kB
PageTables:       2156 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= 40468 MiB



End job on node12 on Mon Jan 29 23:14:18 UTC 2007