Trace number 1047443

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.13+minisat? 160.342 162.552

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-25_ext.xml
MD5SUM8e6077b564c439681de2f72b04afae3c
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 benchmark21.1078
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 01:06:29 2008
0.00/0.05	c 0	PID 19424
0.00/0.05	c 0	HOST node19.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1047443-1215039989.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1047443-1215039989.xml' 'HOME/temp.csp'
0.04/0.80	c 1	1 domains, 21 variables, 0 predicates, 1 relations, 2713 constraints
0.04/0.84	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.84	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.77/0.92	c 1	Parsing HOME/temp.csp
1.21/1.36	c 1	parsed 2736 expressions
1.21/1.36	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.36	c 1	Converting to clausal form CSP
160.10/162.39	c 162	ERROR Exception Java heap space
160.10/162.39	c 162	java.lang.Object.clone(Native Method)
160.10/162.39	c 162	jp.ac.kobe_u.cs.sugar.csp.RelationLiteral.(RelationLiteral.java:100)
160.10/162.39	c 162	jp.ac.kobe_u.cs.sugar.converter.Converter.convertRelation(Converter.java:744)
160.10/162.39	c 162	jp.ac.kobe_u.cs.sugar.converter.Converter.convertConstraint(Converter.java:924)
160.10/162.39	c 162	jp.ac.kobe_u.cs.sugar.converter.Converter.convertConstraint(Converter.java:1217)
160.10/162.39	c 162	jp.ac.kobe_u.cs.sugar.converter.Converter.convertExpression(Converter.java:1245)
160.10/162.39	c 162	jp.ac.kobe_u.cs.sugar.converter.Converter.convert(Converter.java:1254)
160.10/162.39	c 162	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:99)
160.10/162.39	c 162	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
160.10/162.39	s UNKNOWN
160.26/162.55	c 163	CPU 158.05 (0.03 0.01 158.02 2.27)
160.26/162.55	c 163	END Thu Jul  3 01:09:12 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047443-1215039989/watcher-1047443-1215039989 -o /tmp/evaluation-result-1047443-1215039989/solver-1047443-1215039989 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1047443-1215039989.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 1.62 0.80 4/72 19424
/proc/meminfo: memFree=1213888/2055920 swapFree=4180456/4192956
[pid=19424] ppid=19422 vsize=12268 CPUtime=0
/proc/19424/stat : 19424 (sugar) R 19422 19424 19181 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1982973275 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255236733541 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19424/statm: 3067 316 241 3 0 167 0

[startup+0.0856549 s]
/proc/loadavg: 2.06 1.62 0.80 4/72 19424
/proc/meminfo: memFree=1213888/2055920 swapFree=4180456/4192956
[pid=19424] ppid=19422 vsize=13600 CPUtime=0.04
/proc/19424/stat : 19424 (sugar) S 19422 19424 19181 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1982973275 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19424/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102658 s]
/proc/loadavg: 2.06 1.62 0.80 4/72 19424
/proc/meminfo: memFree=1213888/2055920 swapFree=4180456/4192956
[pid=19424] ppid=19422 vsize=13600 CPUtime=0.04
/proc/19424/stat : 19424 (sugar) S 19422 19424 19181 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1982973275 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19424/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301695 s]
/proc/loadavg: 2.06 1.62 0.80 4/72 19424
/proc/meminfo: memFree=1213888/2055920 swapFree=4180456/4192956
[pid=19424] ppid=19422 vsize=13600 CPUtime=0.04
/proc/19424/stat : 19424 (sugar) S 19422 19424 19181 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1982973275 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19424/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702775 s]
/proc/loadavg: 2.06 1.62 0.80 4/72 19424
/proc/meminfo: memFree=1213888/2055920 swapFree=4180456/4192956
[pid=19424] ppid=19422 vsize=13600 CPUtime=0.04
/proc/19424/stat : 19424 (sugar) S 19422 19424 19181 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1982973275 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19424/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50192 s]
/proc/loadavg: 2.06 1.62 0.80 4/83 19446
/proc/meminfo: memFree=1205672/2055920 swapFree=4180456/4192956
[pid=19424] ppid=19422 vsize=13600 CPUtime=0.77
/proc/19424/stat : 19424 (sugar) S 19422 19424 19181 0 -1 4194304 973 7515 0 1 3 1 68 5 15 0 1 0 1982973275 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19424/statm: 3400 797 370 3 0 500 0
[pid=19437] ppid=19424 vsize=5356 CPUtime=0
/proc/19437/stat : 19437 (sh) S 19424 19424 19181 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1982973359 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 1339 233 193 169 0 50 0
[pid=19438] ppid=19437 vsize=864188 CPUtime=0.63
/proc/19438/stat : 19438 (java) S 19437 19424 19181 0 -1 0 6718 0 1 0 60 3 0 0 18 0 9 0 1982973360 884928512 5955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19438/statm: 216047 5955 2540 9 0 210622 0
[pid=19438/tid=19439] ppid=19437 vsize=864188 CPUtime=0.37
/proc/19438/task/19439/stat : 19439 (java) R 19437 19424 19181 0 -1 64 2590 0 1 0 36 1 0 0 18 0 9 0 1982973361 884928512 5955 996147200 134512640 134550740 4294955952 18446744073709551615 4126571717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19440] ppid=19437 vsize=864188 CPUtime=0.17
/proc/19438/task/19440/stat : 19440 (java) S 19437 19424 19181 0 -1 64 3093 0 0 0 16 1 0 0 16 0 9 0 1982973362 884928512 5955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19441] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19441/stat : 19441 (java) S 19437 19424 19181 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1982973362 884928512 5955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19442] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19442/stat : 19442 (java) S 19437 19424 19181 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1982973362 884928512 5955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19443] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19443/stat : 19443 (java) S 19437 19424 19181 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1982973364 884928512 5955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19444] ppid=19437 vsize=864188 CPUtime=0.07
/proc/19438/task/19444/stat : 19444 (java) S 19437 19424 19181 0 -1 64 339 0 0 0 7 0 0 0 16 0 9 0 1982973364 884928512 5955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19445] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19445/stat : 19445 (java) S 19437 19424 19181 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1982973364 884928512 5955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19446] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19446/stat : 19446 (java) S 19437 19424 19181 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1982973364 884928512 5955 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883144

[startup+3.10222 s]
/proc/loadavg: 2.05 1.63 0.81 5/83 19446
/proc/meminfo: memFree=1183720/2055920 swapFree=4180456/4192956
[pid=19424] ppid=19422 vsize=13600 CPUtime=0.77
/proc/19424/stat : 19424 (sugar) S 19422 19424 19181 0 -1 4194304 973 7515 0 1 3 1 68 5 15 0 1 0 1982973275 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19424/statm: 3400 797 370 3 0 500 0
[pid=19437] ppid=19424 vsize=5356 CPUtime=0
/proc/19437/stat : 19437 (sh) S 19424 19424 19181 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1982973359 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 1339 233 193 169 0 50 0
[pid=19438] ppid=19437 vsize=864188 CPUtime=2.22
/proc/19438/stat : 19438 (java) S 19437 19424 19181 0 -1 0 16725 0 1 0 213 9 0 0 18 0 9 0 1982973360 884928512 15823 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19438/statm: 216047 15823 2540 9 0 210622 0
[pid=19438/tid=19439] ppid=19437 vsize=864188 CPUtime=1.11
/proc/19438/task/19439/stat : 19439 (java) R 19437 19424 19181 0 -1 64 3122 0 1 0 110 1 0 0 24 0 9 0 1982973361 884928512 15823 996147200 134512640 134550740 4294955952 18446744073709551615 4126566183 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19440] ppid=19437 vsize=864188 CPUtime=1.01
/proc/19438/task/19440/stat : 19440 (java) S 19437 19424 19181 0 -1 64 12568 0 0 0 95 6 0 0 16 0 9 0 1982973362 884928512 15823 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19441] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19441/stat : 19441 (java) S 19437 19424 19181 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1982973362 884928512 15823 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19442] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19442/stat : 19442 (java) S 19437 19424 19181 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1982973362 884928512 15823 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19443] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19443/stat : 19443 (java) S 19437 19424 19181 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1982973364 884928512 15823 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19444] ppid=19437 vsize=864188 CPUtime=0.07
/proc/19438/task/19444/stat : 19444 (java) S 19437 19424 19181 0 -1 64 339 0 0 0 7 0 0 0 16 0 9 0 1982973364 884928512 15823 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19445] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19445/stat : 19445 (java) S 19437 19424 19181 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1982973364 884928512 15823 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19446] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19446/stat : 19446 (java) S 19437 19424 19181 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1982973364 884928512 15823 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883144

[startup+6.30282 s]
/proc/loadavg: 2.05 1.63 0.81 4/83 19446
/proc/meminfo: memFree=1105064/2055920 swapFree=4180456/4192956
[pid=19424] ppid=19422 vsize=13600 CPUtime=0.77
/proc/19424/stat : 19424 (sugar) S 19422 19424 19181 0 -1 4194304 973 7515 0 1 3 1 68 5 15 0 1 0 1982973275 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19424/statm: 3400 797 370 3 0 500 0
[pid=19437] ppid=19424 vsize=5356 CPUtime=0
/proc/19437/stat : 19437 (sh) S 19424 19424 19181 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1982973359 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 1339 233 193 169 0 50 0
[pid=19438] ppid=19437 vsize=864188 CPUtime=5.38
/proc/19438/stat : 19438 (java) S 19437 19424 19181 0 -1 0 36279 0 1 0 519 19 0 0 18 0 9 0 1982973360 884928512 35292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19438/statm: 216047 35292 2540 9 0 210622 0
[pid=19438/tid=19439] ppid=19437 vsize=864188 CPUtime=2.57
/proc/19438/task/19439/stat : 19439 (java) R 19437 19424 19181 0 -1 64 4249 0 1 0 255 2 0 0 25 0 9 0 1982973361 884928512 35292 996147200 134512640 134550740 4294955952 18446744073709551615 4126566206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19440] ppid=19437 vsize=864188 CPUtime=2.71
/proc/19438/task/19440/stat : 19440 (java) S 19437 19424 19181 0 -1 64 30994 0 0 0 255 16 0 0 16 0 9 0 1982973362 884928512 35292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19441] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19441/stat : 19441 (java) S 19437 19424 19181 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1982973362 884928512 35292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19442] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19442/stat : 19442 (java) S 19437 19424 19181 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1982973362 884928512 35292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19443] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19443/stat : 19443 (java) S 19437 19424 19181 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1982973364 884928512 35292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19444] ppid=19437 vsize=864188 CPUtime=0.07
/proc/19438/task/19444/stat : 19444 (java) S 19437 19424 19181 0 -1 64 340 0 0 0 7 0 0 0 17 0 9 0 1982973364 884928512 35292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19445] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19445/stat : 19445 (java) S 19437 19424 19181 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1982973364 884928512 35292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19446] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19446/stat : 19446 (java) S 19437 19424 19181 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1982973364 884928512 35292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883144

[startup+12.703 s]
/proc/loadavg: 2.05 1.64 0.82 4/83 19446
/proc/meminfo: memFree=937896/2055920 swapFree=4180456/4192956
[pid=19424] ppid=19422 vsize=13600 CPUtime=0.77
/proc/19424/stat : 19424 (sugar) S 19422 19424 19181 0 -1 4194304 973 7515 0 1 3 1 68 5 15 0 1 0 1982973275 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19424/statm: 3400 797 370 3 0 500 0
[pid=19437] ppid=19424 vsize=5356 CPUtime=0
/proc/19437/stat : 19437 (sh) S 19424 19424 19181 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1982973359 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 1339 233 193 169 0 50 0
[pid=19438] ppid=19437 vsize=869316 CPUtime=11.72
/proc/19438/stat : 19438 (java) S 19437 19424 19181 0 -1 0 87577 0 1 0 1131 41 0 0 18 0 9 0 1982973360 890179584 75157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19438/statm: 217329 75157 2540 9 0 211904 0
[pid=19438/tid=19439] ppid=19437 vsize=869316 CPUtime=5.59
/proc/19438/task/19439/stat : 19439 (java) R 19437 19424 19181 0 -1 64 5372 0 1 0 557 2 0 0 25 0 9 0 1982973361 890179584 75157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19440] ppid=19437 vsize=869316 CPUtime=6.03
/proc/19438/task/19440/stat : 19440 (java) R 19437 19424 19181 0 -1 64 81169 0 0 0 566 37 0 0 16 0 9 0 1982973362 890179584 75157 996147200 134512640 134550740 4294955952 18446744073709551615 103828999 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19441] ppid=19437 vsize=869316 CPUtime=0
/proc/19438/task/19441/stat : 19441 (java) S 19437 19424 19181 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1982973362 890179584 75157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19442] ppid=19437 vsize=869316 CPUtime=0
/proc/19438/task/19442/stat : 19442 (java) S 19437 19424 19181 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1982973362 890179584 75157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19443] ppid=19437 vsize=869316 CPUtime=0
/proc/19438/task/19443/stat : 19443 (java) S 19437 19424 19181 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1982973364 890179584 75157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19444] ppid=19437 vsize=869316 CPUtime=0.07
/proc/19438/task/19444/stat : 19444 (java) S 19437 19424 19181 0 -1 64 340 0 0 0 7 0 0 0 16 0 9 0 1982973364 890179584 75157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19445] ppid=19437 vsize=869316 CPUtime=0
/proc/19438/task/19445/stat : 19445 (java) S 19437 19424 19181 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1982973364 890179584 75157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19446] ppid=19437 vsize=869316 CPUtime=0
/proc/19438/task/19446/stat : 19446 (java) S 19437 19424 19181 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1982973364 890179584 75157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 888272

[startup+25.5024 s]
/proc/loadavg: 2.19 1.68 0.84 3/83 19446
/proc/meminfo: memFree=629288/2055920 swapFree=4180456/4192956
[pid=19424] ppid=19422 vsize=13600 CPUtime=0.77
/proc/19424/stat : 19424 (sugar) S 19422 19424 19181 0 -1 4194304 973 7515 0 1 3 1 68 5 15 0 1 0 1982973275 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19424/statm: 3400 797 370 3 0 500 0
[pid=19437] ppid=19424 vsize=5356 CPUtime=0
/proc/19437/stat : 19437 (sh) S 19424 19424 19181 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1982973359 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 1339 233 193 169 0 50 0
[pid=19438] ppid=19437 vsize=864188 CPUtime=24.4
/proc/19438/stat : 19438 (java) S 19437 19424 19181 0 -1 0 174748 0 1 0 2362 78 0 0 18 0 9 0 1982973360 884928512 148271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19438/statm: 216047 148271 2540 9 0 210622 0
[pid=19438/tid=19439] ppid=19437 vsize=864188 CPUtime=11.39
/proc/19438/task/19439/stat : 19439 (java) R 19437 19424 19181 0 -1 64 9305 0 1 0 1134 5 0 0 25 0 9 0 1982973361 884928512 148271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19440] ppid=19437 vsize=864188 CPUtime=12.91
/proc/19438/task/19440/stat : 19440 (java) R 19437 19424 19181 0 -1 64 164403 0 0 0 1219 72 0 0 16 0 9 0 1982973362 884928512 148271 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19441] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19441/stat : 19441 (java) S 19437 19424 19181 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1982973362 884928512 148271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19442] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19442/stat : 19442 (java) S 19437 19424 19181 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1982973362 884928512 148271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19443] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19443/stat : 19443 (java) S 19437 19424 19181 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1982973364 884928512 148271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19444] ppid=19437 vsize=864188 CPUtime=0.08
/proc/19438/task/19444/stat : 19444 (java) S 19437 19424 19181 0 -1 64 344 0 0 0 8 0 0 0 17 0 9 0 1982973364 884928512 148271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19445] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19445/stat : 19445 (java) S 19437 19424 19181 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1982973364 884928512 148271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19446] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19446/stat : 19446 (java) S 19437 19424 19181 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1982973364 884928512 148271 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 883144

[startup+51.1022 s]
/proc/loadavg: 2.26 1.74 0.88 3/83 19473
/proc/meminfo: memFree=1052712/2055920 swapFree=4180456/4192956
[pid=19424] ppid=19422 vsize=13600 CPUtime=0.77
/proc/19424/stat : 19424 (sugar) S 19422 19424 19181 0 -1 4194304 973 7515 0 1 3 1 68 5 15 0 1 0 1982973275 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19424/statm: 3400 797 370 3 0 500 0
[pid=19437] ppid=19424 vsize=5356 CPUtime=0
/proc/19437/stat : 19437 (sh) S 19424 19424 19181 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1982973359 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 1339 233 193 169 0 50 0
[pid=19438] ppid=19437 vsize=864188 CPUtime=49.79
/proc/19438/stat : 19438 (java) S 19437 19424 19181 0 -1 0 245669 0 1 0 4869 110 0 0 18 0 9 0 1982973360 884928512 183756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19438/statm: 216047 183756 2540 9 0 210622 0
[pid=19438/tid=19439] ppid=19437 vsize=864188 CPUtime=15.32
/proc/19438/task/19439/stat : 19439 (java) S 19437 19424 19181 0 -1 64 9321 0 1 0 1527 5 0 0 17 0 9 0 1982973361 884928512 183756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19440] ppid=19437 vsize=864188 CPUtime=34.37
/proc/19438/task/19440/stat : 19440 (java) R 19437 19424 19181 0 -1 64 235308 0 0 0 3333 104 0 0 25 0 9 0 1982973362 884928512 183756 996147200 134512640 134550740 4294955952 18446744073709551615 103736180 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19441] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19441/stat : 19441 (java) S 19437 19424 19181 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1982973362 884928512 183756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19442] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19442/stat : 19442 (java) S 19437 19424 19181 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1982973362 884928512 183756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19443] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19443/stat : 19443 (java) S 19437 19424 19181 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1982973364 884928512 183756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19444] ppid=19437 vsize=864188 CPUtime=0.08
/proc/19438/task/19444/stat : 19444 (java) S 19437 19424 19181 0 -1 64 344 0 0 0 8 0 0 0 17 0 9 0 1982973364 884928512 183756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19445] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19445/stat : 19445 (java) S 19437 19424 19181 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1982973364 884928512 183756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19446] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19446/stat : 19446 (java) S 19437 19424 19181 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1982973364 884928512 183756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 883144

[startup+102.308 s]
/proc/loadavg: 2.10 1.78 0.95 3/95 19518
/proc/meminfo: memFree=999240/2055920 swapFree=4180456/4192956
[pid=19424] ppid=19422 vsize=13600 CPUtime=0.77
/proc/19424/stat : 19424 (sugar) S 19422 19424 19181 0 -1 4194304 973 7515 0 1 3 1 68 5 15 0 1 0 1982973275 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19424/statm: 3400 797 370 3 0 500 0
[pid=19437] ppid=19424 vsize=5356 CPUtime=0
/proc/19437/stat : 19437 (sh) S 19424 19424 19181 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1982973359 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 1339 233 193 169 0 50 0
[pid=19438] ppid=19437 vsize=874436 CPUtime=100.84
/proc/19438/stat : 19438 (java) S 19437 19424 19181 0 -1 0 341827 0 1 0 9926 158 0 0 18 0 9 0 1982973360 895422464 186318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19438/statm: 218609 186318 2540 9 0 213184 0
[pid=19438/tid=19439] ppid=19437 vsize=874436 CPUtime=15.59
/proc/19438/task/19439/stat : 19439 (java) S 19437 19424 19181 0 -1 64 9339 0 1 0 1554 5 0 0 17 0 9 0 1982973361 895422464 186318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19438/tid=19440] ppid=19437 vsize=874436 CPUtime=85.15
/proc/19438/task/19440/stat : 19440 (java) R 19437 19424 19181 0 -1 64 331448 0 0 0 8364 151 0 0 25 0 9 0 1982973362 895422464 186318 996147200 134512640 134550740 4294955952 18446744073709551615 102731777 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19438/tid=19441] ppid=19437 vsize=874436 CPUtime=0
/proc/19438/task/19441/stat : 19441 (java) S 19437 19424 19181 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1982973362 895422464 186318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19442] ppid=19437 vsize=874436 CPUtime=0
/proc/19438/task/19442/stat : 19442 (java) S 19437 19424 19181 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1982973362 895422464 186318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19443] ppid=19437 vsize=874436 CPUtime=0
/proc/19438/task/19443/stat : 19443 (java) S 19437 19424 19181 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1982973364 895422464 186318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19444] ppid=19437 vsize=874436 CPUtime=0.08
/proc/19438/task/19444/stat : 19444 (java) S 19437 19424 19181 0 -1 64 344 0 0 0 8 0 0 0 17 0 9 0 1982973364 895422464 186318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19445] ppid=19437 vsize=874436 CPUtime=0
/proc/19438/task/19445/stat : 19445 (java) S 19437 19424 19181 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1982973364 895422464 186318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19446] ppid=19437 vsize=874436 CPUtime=0
/proc/19438/task/19446/stat : 19446 (java) S 19437 19424 19181 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1982973364 895422464 186318 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 893392

[startup+162.303 s]
/proc/loadavg: 2.43 1.93 1.05 3/94 19583
/proc/meminfo: memFree=331152/2055920 swapFree=4180456/4192956
[pid=19424] ppid=19422 vsize=13600 CPUtime=0.77
/proc/19424/stat : 19424 (sugar) S 19422 19424 19181 0 -1 4194304 973 7515 0 1 3 1 68 5 15 0 1 0 1982973275 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19424/statm: 3400 797 370 3 0 500 0
[pid=19437] ppid=19424 vsize=5356 CPUtime=0
/proc/19437/stat : 19437 (sh) S 19424 19424 19181 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1982973359 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 1339 233 193 169 0 50 0
[pid=19438] ppid=19437 vsize=864188 CPUtime=159.33
/proc/19438/stat : 19438 (java) S 19437 19424 19181 0 -1 0 443047 0 1 0 15724 209 0 0 18 0 9 0 1982973360 884928512 183756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19438/statm: 216047 183756 2540 9 0 210622 0
[pid=19438/tid=19439] ppid=19437 vsize=864188 CPUtime=15.59
/proc/19438/task/19439/stat : 19439 (java) S 19437 19424 19181 0 -1 64 9359 0 1 0 1554 5 0 0 17 0 9 0 1982973361 884928512 183756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19440] ppid=19437 vsize=864188 CPUtime=143.63
/proc/19438/task/19440/stat : 19440 (java) R 19437 19424 19181 0 -1 64 432648 0 0 0 14160 203 0 0 25 0 9 0 1982973362 884928512 183756 996147200 134512640 134550740 4294955952 18446744073709551615 104181586 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19441] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19441/stat : 19441 (java) S 19437 19424 19181 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1982973362 884928512 183756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19442] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19442/stat : 19442 (java) S 19437 19424 19181 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1982973362 884928512 183756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19443] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19443/stat : 19443 (java) S 19437 19424 19181 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1982973364 884928512 183756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19444] ppid=19437 vsize=864188 CPUtime=0.08
/proc/19438/task/19444/stat : 19444 (java) S 19437 19424 19181 0 -1 64 344 0 0 0 8 0 0 0 17 0 9 0 1982973364 884928512 183756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19445] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19445/stat : 19445 (java) S 19437 19424 19181 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1982973364 884928512 183756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19438/tid=19446] ppid=19437 vsize=864188 CPUtime=0
/proc/19438/task/19446/stat : 19446 (java) S 19437 19424 19181 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1982973364 884928512 183756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.1
Current children cumulated vsize (KiB) 883144

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

[startup+162.503 s]
/proc/loadavg: 2.43 1.93 1.05 3/94 19583
/proc/meminfo: memFree=331152/2055920 swapFree=4180456/4192956
[pid=19424] ppid=19422 vsize=13600 CPUtime=0.77
/proc/19424/stat : 19424 (sugar) S 19422 19424 19181 0 -1 4194304 974 7515 0 1 3 1 68 5 16 0 1 0 1982973275 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19424/statm: 3400 797 370 3 0 500 0
[pid=19437] ppid=19424 vsize=5356 CPUtime=0
/proc/19437/stat : 19437 (sh) S 19424 19424 19181 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1982973359 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19437/statm: 1339 233 193 169 0 50 0
[pid=19438] ppid=19437 vsize=0 CPUtime=159.49
/proc/19438/stat : 19438 (java) R 19437 19424 19181 0 -1 1028 443061 0 1 0 15733 216 0 0 17 0 1 0 1982973360 0 0 996147200 0 0 0 0 0 0 0 0 16800975 0 0 0 17 1 0 0
/proc/19438/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 160.26
Current children cumulated vsize (KiB) 18956

Child status: 0
Real time (s): 162.552
CPU time (s): 160.342
CPU user time (s): 158.057
CPU system time (s): 2.28465
CPU usage (%): 98.64
Max. virtual memory (cumulated for all children) (KiB): 903632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.057
system time used= 2.28465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 451888
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= 5990
involuntary context switches= 6995

runsolver used 0.201969 second user time and 0.572912 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-03 01:06:29
IDJOB=1047443
IDBENCH=54147
IDSOLVER=346
FILE ID=node19/1047443-1215039989
PBS_JOBID= 7875136
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-25_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047443-1215039989/watcher-1047443-1215039989 -o /tmp/evaluation-result-1047443-1215039989/solver-1047443-1215039989 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1047443-1215039989.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8e6077b564c439681de2f72b04afae3c
RANDOM SEED=1248552396

node19.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.263
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	: 5931.00
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.263
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:       1214368 kB
Buffers:         32296 kB
Cached:         155560 kB
SwapCached:       6760 kB
Active:         708568 kB
Inactive:        75480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1214368 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1784 kB
Writeback:           0 kB
Mapped:         602608 kB
Slab:            41164 kB
Committed_AS:  4044076 kB
PageTables:       3452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node19 at 2008-07-03 01:09:12