Trace number 2087823

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 v1.14.6+picosat? 166.254 432.905

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-22.xml
MD5SUM2c0c2559db7dd9b7ee60dc52c682bfbe
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark98.539
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints16
Maximum constraint arity15
Maximum domain size3
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 10:20:42 2009
0.00/0.07	c 0	PID 24813
0.06/0.07	c 0	HOST node90.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2087823-1247386826.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2087823-1247386826.xml' 'HOME/temp.csp'
18.81/19.22	c 19	1 domains, 23 variables, 0 predicates, 16 relations, 16 constraints
18.86/19.34	c 20	ENCODING HOME/temp.csp TO HOME/temp.cnf
18.86/19.34	c 20	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
18.92/23.50	c 24	Parsing HOME/temp.csp
48.09/53.27	c 54	parsed 56 expressions
48.09/53.28	c 54	Heap : 463 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
48.09/53.28	c 54	Converting to clausal form CSP
48.09/53.29	c 54	converted 6 (10%) expressions
48.09/53.29	c 54	converted 12 (20%) expressions
48.09/53.29	c 54	converted 17 (30%) expressions
48.09/53.30	c 54	converted 23 (40%) expressions
50.88/56.00	c 56	converted 28 (50%) expressions
51.88/57.03	c 57	converted 34 (60%) expressions
52.38/57.55	c 58	converted 40 (70%) expressions
165.12/170.82	c 171	ERROR Exception Java heap space
165.12/170.82	c 171	java.lang.Object.clone(Native Method)
165.12/170.82	c 171	jp.ac.kobe_u.cs.sugar.csp.RelationLiteral.<init>(RelationLiteral.java:100)
165.12/170.82	c 171	jp.ac.kobe_u.cs.sugar.converter.Converter.convertRelation(Converter.java:816)
165.12/170.82	c 171	jp.ac.kobe_u.cs.sugar.converter.Converter.convertConstraint(Converter.java:854)
165.12/170.82	c 171	jp.ac.kobe_u.cs.sugar.converter.Converter.convertConstraint(Converter.java:1161)
165.12/170.82	c 171	jp.ac.kobe_u.cs.sugar.converter.Converter.convertExpression(Converter.java:1192)
165.12/170.82	c 171	jp.ac.kobe_u.cs.sugar.converter.Converter.convert(Converter.java:1201)
165.12/170.82	c 171	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:102)
165.12/170.82	c 171	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
165.12/170.82	s UNKNOWN
165.19/170.96	c 171	CPU 165.26 (0.05 0.02 161.31 3.88)
165.19/170.97	c 171	END Sun Jul 12 10:23:33 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2087823-1247386826/watcher-2087823-1247386826 -o /tmp/evaluation-result-2087823-1247386826/solver-2087823-1247386826 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2087823-1247386826.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 2.38 2.10 2.19 4/81 24813
/proc/meminfo: memFree=1272972/2055920 swapFree=4192812/4192956
[pid=24813] ppid=24811 vsize=12272 CPUtime=0
/proc/24813/stat : 24813 (sugar) R 24811 24813 22800 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 25748892 12566528 321 996147200 4194304 4206940 548682068608 18446744073709551615 256364677666 0 0 4224 0 0 0 0 17 0 0 0
/proc/24813/statm: 3068 324 244 3 0 168 0

[startup+0.073776 s]
/proc/loadavg: 2.38 2.10 2.19 4/81 24813
/proc/meminfo: memFree=1272972/2055920 swapFree=4192812/4192956
[pid=24813] ppid=24811 vsize=16872 CPUtime=0.06
/proc/24813/stat : 24813 (sugar) S 24811 24813 22800 0 -1 4194304 1159 0 0 0 5 1 0 0 18 0 1 0 25748892 17276928 1108 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24813/statm: 4218 1108 406 3 0 797 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16872

[startup+0.101781 s]
/proc/loadavg: 2.38 2.10 2.19 4/81 24813
/proc/meminfo: memFree=1272972/2055920 swapFree=4192812/4192956
[pid=24813] ppid=24811 vsize=16868 CPUtime=0.06
/proc/24813/stat : 24813 (sugar) S 24811 24813 22800 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25748892 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24813/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.3088 s]
/proc/loadavg: 2.38 2.10 2.19 4/81 24813
/proc/meminfo: memFree=1272972/2055920 swapFree=4192812/4192956
[pid=24813] ppid=24811 vsize=16868 CPUtime=0.06
/proc/24813/stat : 24813 (sugar) S 24811 24813 22800 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25748892 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24813/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701842 s]
/proc/loadavg: 2.38 2.10 2.19 4/81 24813
/proc/meminfo: memFree=1272972/2055920 swapFree=4192812/4192956
[pid=24813] ppid=24811 vsize=16868 CPUtime=0.06
/proc/24813/stat : 24813 (sugar) S 24811 24813 22800 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25748892 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24813/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50193 s]
/proc/loadavg: 2.38 2.10 2.19 3/92 24825
/proc/meminfo: memFree=1222252/2055920 swapFree=4192812/4192956
[pid=24813] ppid=24811 vsize=16868 CPUtime=0.06
/proc/24813/stat : 24813 (sugar) S 24811 24813 22800 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25748892 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24813/statm: 4217 1111 409 3 0 796 0
[pid=24816] ppid=24813 vsize=5356 CPUtime=0
/proc/24816/stat : 24816 (sh) S 24813 24813 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25748900 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24816/statm: 1339 233 193 169 0 50 0
[pid=24817] ppid=24816 vsize=864628 CPUtime=1.37
/proc/24817/stat : 24817 (java) S 24816 24813 22800 0 -1 0 26090 0 1 0 120 17 0 0 18 0 9 0 25748900 885379072 25345 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24817/statm: 216157 25345 2555 9 0 210669 0
[pid=24817/tid=24818] ppid=24816 vsize=864628 CPUtime=0.94
/proc/24817/task/24818/stat : 24818 (java) R 24816 24813 22800 0 -1 64 3705 0 1 0 88 6 0 0 25 0 9 0 25748901 885379072 25345 996147200 134512640 134550932 4294955984 18446744073709551615 102094016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24819] ppid=24816 vsize=864628 CPUtime=0.35
/proc/24817/task/24819/stat : 24819 (java) S 24816 24813 22800 0 -1 64 21244 0 0 0 25 10 0 0 16 0 9 0 25748902 885379072 25345 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24820] ppid=24816 vsize=864628 CPUtime=0
/proc/24817/task/24820/stat : 24820 (java) S 24816 24813 22800 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25748903 885379072 25345 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24821] ppid=24816 vsize=864628 CPUtime=0
/proc/24817/task/24821/stat : 24821 (java) S 24816 24813 22800 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25748903 885379072 25345 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24822] ppid=24816 vsize=864628 CPUtime=0
/proc/24817/task/24822/stat : 24822 (java) S 24816 24813 22800 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25748905 885379072 25345 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24823] ppid=24816 vsize=864628 CPUtime=0.06
/proc/24817/task/24823/stat : 24823 (java) S 24816 24813 22800 0 -1 64 438 0 0 0 6 0 0 0 16 0 9 0 25748905 885379072 25345 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24824] ppid=24816 vsize=864628 CPUtime=0
/proc/24817/task/24824/stat : 24824 (java) S 24816 24813 22800 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25748905 885379072 25345 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24825] ppid=24816 vsize=864628 CPUtime=0
/proc/24817/task/24825/stat : 24825 (java) S 24816 24813 22800 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25748905 885379072 25345 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886852

[startup+3.1021 s]
/proc/loadavg: 2.38 2.10 2.19 4/92 24825
/proc/meminfo: memFree=1113580/2055920 swapFree=4192812/4192956
[pid=24813] ppid=24811 vsize=16868 CPUtime=0.06
/proc/24813/stat : 24813 (sugar) S 24811 24813 22800 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25748892 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24813/statm: 4217 1111 409 3 0 796 0
[pid=24816] ppid=24813 vsize=5356 CPUtime=0
/proc/24816/stat : 24816 (sh) S 24813 24813 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25748900 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24816/statm: 1339 233 193 169 0 50 0
[pid=24817] ppid=24816 vsize=864776 CPUtime=2.94
/proc/24817/stat : 24817 (java) S 24816 24813 22800 0 -1 0 64745 0 1 0 254 40 0 0 18 0 9 0 25748900 885530624 63973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24817/statm: 216194 63973 2555 9 0 210706 0
[pid=24817/tid=24818] ppid=24816 vsize=864776 CPUtime=2.21
/proc/24817/task/24818/stat : 24818 (java) R 24816 24813 22800 0 -1 64 13934 0 1 0 206 15 0 0 25 0 9 0 25748901 885530624 63973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24819] ppid=24816 vsize=864776 CPUtime=0.63
/proc/24817/task/24819/stat : 24819 (java) R 24816 24813 22800 0 -1 64 49658 0 0 0 39 24 0 0 16 0 9 0 25748902 885530624 63973 996147200 134512640 134550932 4294955984 18446744073709551615 104263265 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24820] ppid=24816 vsize=864776 CPUtime=0
/proc/24817/task/24820/stat : 24820 (java) S 24816 24813 22800 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25748903 885530624 63973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24821] ppid=24816 vsize=864776 CPUtime=0
/proc/24817/task/24821/stat : 24821 (java) S 24816 24813 22800 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25748903 885530624 63973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24822] ppid=24816 vsize=864776 CPUtime=0
/proc/24817/task/24822/stat : 24822 (java) S 24816 24813 22800 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25748905 885530624 63973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24823] ppid=24816 vsize=864776 CPUtime=0.08
/proc/24817/task/24823/stat : 24823 (java) S 24816 24813 22800 0 -1 64 450 0 0 0 8 0 0 0 16 0 9 0 25748905 885530624 63973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24824] ppid=24816 vsize=864776 CPUtime=0
/proc/24817/task/24824/stat : 24824 (java) S 24816 24813 22800 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25748905 885530624 63973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24825] ppid=24816 vsize=864776 CPUtime=0
/proc/24817/task/24825/stat : 24825 (java) S 24816 24813 22800 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25748905 885530624 63973 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887000

[startup+6.30242 s]
/proc/loadavg: 2.59 2.14 2.21 4/92 24825
/proc/meminfo: memFree=907628/2055920 swapFree=4192812/4192956
[pid=24813] ppid=24811 vsize=16868 CPUtime=0.06
/proc/24813/stat : 24813 (sugar) S 24811 24813 22800 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25748892 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24813/statm: 4217 1111 409 3 0 796 0
[pid=24816] ppid=24813 vsize=5356 CPUtime=0
/proc/24816/stat : 24816 (sh) S 24813 24813 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25748900 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24816/statm: 1339 233 193 169 0 50 0
[pid=24817] ppid=24816 vsize=864740 CPUtime=6.1
/proc/24817/stat : 24817 (java) S 24816 24813 22800 0 -1 0 100880 0 1 0 547 63 0 0 18 0 9 0 25748900 885493760 99153 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24817/statm: 216185 99153 2555 9 0 210697 0
[pid=24817/tid=24818] ppid=24816 vsize=864740 CPUtime=4.54
/proc/24817/task/24818/stat : 24818 (java) R 24816 24813 22800 0 -1 64 15376 0 1 0 433 21 0 0 25 0 9 0 25748901 885493760 99153 996147200 134512640 134550932 4294955984 18446744073709551615 4126553780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24819] ppid=24816 vsize=864740 CPUtime=1.45
/proc/24817/task/24819/stat : 24819 (java) S 24816 24813 22800 0 -1 64 84340 0 0 0 104 41 0 0 16 0 9 0 25748902 885493760 99153 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24820] ppid=24816 vsize=864740 CPUtime=0
/proc/24817/task/24820/stat : 24820 (java) S 24816 24813 22800 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25748903 885493760 99153 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24821] ppid=24816 vsize=864740 CPUtime=0
/proc/24817/task/24821/stat : 24821 (java) S 24816 24813 22800 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25748903 885493760 99153 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24822] ppid=24816 vsize=864740 CPUtime=0
/proc/24817/task/24822/stat : 24822 (java) S 24816 24813 22800 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25748905 885493760 99153 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24823] ppid=24816 vsize=864740 CPUtime=0.09
/proc/24817/task/24823/stat : 24823 (java) S 24816 24813 22800 0 -1 64 461 0 0 0 9 0 0 0 16 0 9 0 25748905 885493760 99153 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24824] ppid=24816 vsize=864740 CPUtime=0
/proc/24817/task/24824/stat : 24824 (java) S 24816 24813 22800 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25748905 885493760 99153 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24825] ppid=24816 vsize=864740 CPUtime=0
/proc/24817/task/24825/stat : 24825 (java) S 24816 24813 22800 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25748905 885493760 99153 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886964

[startup+12.7021 s]
/proc/loadavg: 2.78 2.19 2.22 3/92 24825
/proc/meminfo: memFree=796140/2055920 swapFree=4192812/4192956
[pid=24813] ppid=24811 vsize=16868 CPUtime=0.06
/proc/24813/stat : 24813 (sugar) S 24811 24813 22800 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 25748892 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24813/statm: 4217 1111 409 3 0 796 0
[pid=24816] ppid=24813 vsize=5356 CPUtime=0
/proc/24816/stat : 24816 (sh) S 24813 24813 22800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25748900 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24816/statm: 1339 233 193 169 0 50 0
[pid=24817] ppid=24816 vsize=864740 CPUtime=12.28
/proc/24817/stat : 24817 (java) S 24816 24813 22800 0 -1 0 118031 0 1 0 1147 81 0 0 18 0 9 0 25748900 885493760 113398 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24817/statm: 216185 113398 2555 9 0 210697 0
[pid=24817/tid=24818] ppid=24816 vsize=864740 CPUtime=8.65
/proc/24817/task/24818/stat : 24818 (java) R 24816 24813 22800 0 -1 64 15879 0 1 0 835 30 0 0 25 0 9 0 25748901 885493760 113398 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24817/tid=24819] ppid=24816 vsize=864740 CPUtime=3.5
/proc/24817/task/24819/stat : 24819 (java) R 24816 24813 22800 0 -1 64 100986 0 0 0 301 49 0 0 16 0 9 0 25748902 885493760 113398 996147200 134512640 134550932 4294955984 18446744073709551615 104191090 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24817/tid=24820] ppid=24816 vsize=864740 CPUtime=0
/proc/24817/task/24820/stat : 24820 (java) S 24816 24813 22800 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25748903 885493760 113398 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24821] ppid=24816 vsize=864740 CPUtime=0
/proc/24817/task/24821/stat : 24821 (java) S 24816 24813 22800 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25748903 885493760 113398 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24822] ppid=24816 vsize=864740 CPUtime=0
/proc/24817/task/24822/stat : 24822 (java) S 24816 24813 22800 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25748905 885493760 113398 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24823] ppid=24816 vsize=864740 CPUtime=0.1
/proc/24817/task/24823/stat : 24823 (java) S 24816 24813 22800 0 -1 64 463 0 0 0 10 0 0 0 17 0 9 0 25748905 885493760 113398 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24824] ppid=24816 vsize=864740 CPUtime=0
/proc/24817/task/24824/stat : 24824 (java) S 24816 24813 22800 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25748905 885493760 113398 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24817/tid=24825] ppid=24816 vsize=864740 CPUtime=0
/proc/24817/task/24825/stat : 24825 (java) S 24816 24813 22800 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25748905 885493760 113398 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 886964

[startup+25.5064 s]
/proc/loadavg: 3.14 2.30 2.26 3/92 24835
/proc/meminfo: memFree=1154740/2055920 swapFree=4192812/4192956
[pid=24813] ppid=24811 vsize=16868 CPUtime=18.93
/proc/24813/stat : 24813 (sugar) S 24811 24813 22800 0 -1 4194304 1309 134120 0 1 5 2 1776 110 15 0 1 0 25748892 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24813/statm: 4217 1111 409 3 0 796 0
[pid=24826] ppid=24813 vsize=5356 CPUtime=0
/proc/24826/stat : 24826 (sh) S 24813 24813 22800 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25750827 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24826/statm: 1339 233 193 169 0 50 0
[pid=24827] ppid=24826 vsize=862288 CPUtime=2.04
/proc/24827/stat : 24827 (java) S 24826 24813 22800 0 -1 0 13801 0 1 0 198 6 0 0 20 0 9 0 25751236 882982912 11816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24827/statm: 215572 11816 2158 9 0 210485 0
[pid=24827/tid=24828] ppid=24826 vsize=862288 CPUtime=1.37
/proc/24827/task/24828/stat : 24828 (java) R 24826 24813 22800 0 -1 64 2341 0 1 0 136 1 0 0 25 0 9 0 25751237 882982912 11816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24829] ppid=24826 vsize=862288 CPUtime=0.61
/proc/24827/task/24829/stat : 24829 (java) R 24826 24813 22800 0 -1 64 10454 0 0 0 58 3 0 0 16 0 9 0 25751238 882982912 11816 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24830] ppid=24826 vsize=862288 CPUtime=0
/proc/24827/task/24830/stat : 24830 (java) S 24826 24813 22800 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25751238 882982912 11820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24831] ppid=24826 vsize=862288 CPUtime=0
/proc/24827/task/24831/stat : 24831 (java) S 24826 24813 22800 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25751238 882982912 11823 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24832] ppid=24826 vsize=862288 CPUtime=0
/proc/24827/task/24832/stat : 24832 (java) S 24826 24813 22800 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25751240 882982912 11826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24833] ppid=24826 vsize=862288 CPUtime=0.03
/proc/24827/task/24833/stat : 24833 (java) S 24826 24813 22800 0 -1 64 303 0 0 0 3 0 0 0 16 0 9 0 25751240 882982912 11830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24834] ppid=24826 vsize=862288 CPUtime=0
/proc/24827/task/24834/stat : 24834 (java) S 24826 24813 22800 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25751240 882982912 11831 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24835] ppid=24826 vsize=862288 CPUtime=0
/proc/24827/task/24835/stat : 24835 (java) S 24826 24813 22800 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25751240 882982912 11832 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.97
Current children cumulated vsize (KiB) 884512

[startup+51.1029 s]
/proc/loadavg: 3.57 2.46 2.31 3/92 24835
/proc/meminfo: memFree=714292/2055920 swapFree=4192812/4192956
[pid=24813] ppid=24811 vsize=16868 CPUtime=18.93
/proc/24813/stat : 24813 (sugar) S 24811 24813 22800 0 -1 4194304 1309 134120 0 1 5 2 1776 110 15 0 1 0 25748892 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24813/statm: 4217 1111 409 3 0 796 0
[pid=24826] ppid=24813 vsize=5356 CPUtime=0
/proc/24826/stat : 24826 (sh) S 24813 24813 22800 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25750827 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24826/statm: 1339 233 193 169 0 50 0
[pid=24827] ppid=24826 vsize=862296 CPUtime=27.07
/proc/24827/stat : 24827 (java) S 24826 24813 22800 0 -1 0 153115 0 1 0 2638 69 0 0 20 0 9 0 25751236 882991104 115767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24827/statm: 215574 115767 2159 9 0 210487 0
[pid=24827/tid=24828] ppid=24826 vsize=862296 CPUtime=17.48
/proc/24827/task/24828/stat : 24828 (java) R 24826 24813 22800 0 -1 64 7075 0 1 0 1736 12 0 0 18 0 9 0 25751237 882991104 115767 996147200 134512640 134550932 4294955936 18446744073709551615 4126476998 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24827/tid=24829] ppid=24826 vsize=862296 CPUtime=9.52
/proc/24827/task/24829/stat : 24829 (java) S 24826 24813 22800 0 -1 64 145028 0 0 0 896 56 0 0 17 0 9 0 25751238 882991104 115767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24827/tid=24830] ppid=24826 vsize=862296 CPUtime=0
/proc/24827/task/24830/stat : 24830 (java) S 24826 24813 22800 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25751238 882991104 115767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24831] ppid=24826 vsize=862296 CPUtime=0
/proc/24827/task/24831/stat : 24831 (java) S 24826 24813 22800 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25751238 882991104 115767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24832] ppid=24826 vsize=862296 CPUtime=0
/proc/24827/task/24832/stat : 24832 (java) S 24826 24813 22800 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25751240 882991104 115767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24833] ppid=24826 vsize=862296 CPUtime=0.04
/proc/24827/task/24833/stat : 24833 (java) S 24826 24813 22800 0 -1 64 309 0 0 0 4 0 0 0 16 0 9 0 25751240 882991104 115767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24834] ppid=24826 vsize=862296 CPUtime=0
/proc/24827/task/24834/stat : 24834 (java) S 24826 24813 22800 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25751240 882991104 115767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24835] ppid=24826 vsize=862296 CPUtime=0
/proc/24827/task/24835/stat : 24835 (java) S 24826 24813 22800 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25751240 882991104 115767 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46
Current children cumulated vsize (KiB) 884520

[startup+102.302 s]
/proc/loadavg: 4.83 2.96 2.49 2/92 24835
/proc/meminfo: memFree=438708/2055920 swapFree=4192812/4192956
[pid=24813] ppid=24811 vsize=16868 CPUtime=18.93
/proc/24813/stat : 24813 (sugar) S 24811 24813 22800 0 -1 4194304 1310 134120 0 1 5 2 1776 110 16 0 1 0 25748892 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24813/statm: 4217 1111 409 3 0 796 0
[pid=24826] ppid=24813 vsize=5356 CPUtime=0
/proc/24826/stat : 24826 (sh) S 24813 24813 22800 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25750827 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24826/statm: 1339 233 193 169 0 50 0
[pid=24827] ppid=24826 vsize=868168 CPUtime=77.99
/proc/24827/stat : 24827 (java) S 24826 24813 22800 0 -1 0 374604 0 1 0 7635 164 0 0 20 0 9 0 25751236 889004032 184763 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24827/statm: 217042 184763 2568 9 0 211547 0
[pid=24827/tid=24828] ppid=24826 vsize=868168 CPUtime=22.08
/proc/24827/task/24828/stat : 24828 (java) S 24826 24813 22800 0 -1 64 8692 0 1 0 2195 13 0 0 16 0 9 0 25751237 889004032 184763 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24829] ppid=24826 vsize=868168 CPUtime=55.78
/proc/24827/task/24829/stat : 24829 (java) R 24826 24813 22800 0 -1 64 364894 0 0 0 5431 147 0 0 18 0 9 0 25751238 889004032 184763 996147200 134512640 134550932 4294955936 18446744073709551615 103731945 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24830] ppid=24826 vsize=868168 CPUtime=0
/proc/24827/task/24830/stat : 24830 (java) S 24826 24813 22800 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25751238 889004032 184763 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24831] ppid=24826 vsize=868168 CPUtime=0
/proc/24827/task/24831/stat : 24831 (java) S 24826 24813 22800 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25751238 889004032 184763 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24832] ppid=24826 vsize=868168 CPUtime=0
/proc/24827/task/24832/stat : 24832 (java) S 24826 24813 22800 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25751240 889004032 184763 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24833] ppid=24826 vsize=868168 CPUtime=0.05
/proc/24827/task/24833/stat : 24833 (java) S 24826 24813 22800 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 25751240 889004032 184763 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24834] ppid=24826 vsize=868168 CPUtime=0
/proc/24827/task/24834/stat : 24834 (java) S 24826 24813 22800 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25751240 889004032 184763 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24835] ppid=24826 vsize=868168 CPUtime=0.04
/proc/24827/task/24835/stat : 24835 (java) S 24826 24813 22800 0 -1 64 1 0 0 0 2 2 0 0 15 0 9 0 25751240 889004032 184763 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 96.92
Current children cumulated vsize (KiB) 890392

[startup+162.302 s]
/proc/loadavg: 4.97 3.35 2.65 2/92 24835
/proc/meminfo: memFree=418036/2055920 swapFree=4192812/4192956
[pid=24813] ppid=24811 vsize=16868 CPUtime=18.93
/proc/24813/stat : 24813 (sugar) S 24811 24813 22800 0 -1 4194304 1310 134120 0 1 5 2 1776 110 16 0 1 0 25748892 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24813/statm: 4217 1111 409 3 0 796 0
[pid=24826] ppid=24813 vsize=5356 CPUtime=0
/proc/24826/stat : 24826 (sh) S 24813 24813 22800 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25750827 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24826/statm: 1339 233 193 169 0 50 0
[pid=24827] ppid=24826 vsize=888656 CPUtime=137.8
/proc/24827/stat : 24827 (java) S 24826 24813 22800 0 -1 0 590767 0 1 0 13524 256 0 0 20 0 9 0 25751236 909983744 189885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24827/statm: 222164 189885 2568 9 0 216669 0
[pid=24827/tid=24828] ppid=24826 vsize=888656 CPUtime=22.09
/proc/24827/task/24828/stat : 24828 (java) S 24826 24813 22800 0 -1 64 8709 0 1 0 2196 13 0 0 16 0 9 0 25751237 909983744 189885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24829] ppid=24826 vsize=888656 CPUtime=115.54
/proc/24827/task/24829/stat : 24829 (java) R 24826 24813 22800 0 -1 64 581040 0 0 0 11317 237 0 0 20 0 9 0 25751238 909983744 189885 996147200 134512640 134550932 4294955936 18446744073709551615 102768125 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24830] ppid=24826 vsize=888656 CPUtime=0
/proc/24827/task/24830/stat : 24830 (java) S 24826 24813 22800 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25751238 909983744 189885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24831] ppid=24826 vsize=888656 CPUtime=0
/proc/24827/task/24831/stat : 24831 (java) S 24826 24813 22800 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25751238 909983744 189885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24832] ppid=24826 vsize=888656 CPUtime=0
/proc/24827/task/24832/stat : 24832 (java) S 24826 24813 22800 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25751240 909983744 189885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24833] ppid=24826 vsize=888656 CPUtime=0.05
/proc/24827/task/24833/stat : 24833 (java) S 24826 24813 22800 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 25751240 909983744 189885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24834] ppid=24826 vsize=888656 CPUtime=0
/proc/24827/task/24834/stat : 24834 (java) S 24826 24813 22800 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25751240 909983744 189885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24827/tid=24835] ppid=24826 vsize=888656 CPUtime=0.08
/proc/24827/task/24835/stat : 24835 (java) S 24826 24813 22800 0 -1 64 1 0 0 0 4 4 0 0 15 0 9 0 25751240 909983744 189885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.73
Current children cumulated vsize (KiB) 910880

[startup+222.302 s]
/proc/loadavg: 4.42 3.49 2.74 2/82 24835
/proc/meminfo: memFree=1233796/2055920 swapFree=4192812/4192956
[pid=24813] ppid=24811 vsize=16868 CPUtime=165.78
/proc/24813/stat : 24813 (sugar) D 24811 24813 22800 0 -1 4194304 1336 749420 0 2 5 54 16131 388 18 0 1 0 25748892 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/24813/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 165.78
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+282.302 s]
/proc/loadavg: 4.49 3.66 2.84 1/82 24835
/proc/meminfo: memFree=1261572/2055920 swapFree=4192812/4192956
[pid=24813] ppid=24811 vsize=16868 CPUtime=166.16
/proc/24813/stat : 24813 (sugar) D 24811 24813 22800 0 -1 4194304 1336 749420 0 2 5 92 16131 388 18 0 1 0 25748892 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 18446744071563478208 0 0 17 0 0 0
/proc/24813/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 166.16
Current children cumulated vsize (KiB) 16868
heavy processes:

Solver just ended. Dumping a history of the last processes samples

[startup+282.302 s]
/proc/loadavg: 6.17 4.72 3.37 8/82 24835
/proc/meminfo: memFree=1263620/2055920 swapFree=4192812/4192956
[pid=24813] ppid=24811 vsize=16868 CPUtime=166.18
/proc/24813/stat : 24813 (sugar) R 24811 24813 22800 0 -1 4194304 1336 749420 0 2 5 94 16131 388 18 0 1 0 25748892 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24813/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 166.18
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 432.905
CPU time (s): 166.254
CPU user time (s): 161.38
CPU system time (s): 4.87326
CPU usage (%): 38.4042
Max. virtual memory (cumulated for all children) (KiB): 916004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 161.38
system time used= 4.87326
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 750817
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11600
involuntary context switches= 6945

runsolver used 1.41878 second user time and 3.34449 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-12 10:20:41
IDJOB=2087823
IDBENCH=58807
IDSOLVER=738
FILE ID=node90/2087823-1247386826
PBS_JOBID= 9507154
Free space on /tmp= 66152 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-22.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2087823-1247386826/watcher-2087823-1247386826 -o /tmp/evaluation-result-2087823-1247386826/solver-2087823-1247386826 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2087823-1247386826.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2c0c2559db7dd9b7ee60dc52c682bfbe
RANDOM SEED=822288355

node90.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.212
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.212
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1273260 kB
Buffers:         46596 kB
Cached:         351952 kB
SwapCached:          0 kB
Active:         603440 kB
Inactive:       117108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1273260 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           71740 kB
Writeback:           0 kB
Mapped:         328392 kB
Slab:            46032 kB
Committed_AS:   493332 kB
PageTables:       3072 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= 66148 MiB
End job on node90 at 2009-07-12 10:27:55