Trace number 1063308

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? (MO) 194.775 210.473

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-air03.xml
MD5SUM97db8ddfa1e7c994eddc87d16cd8b4a9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark48.2707
Satisfiable
(Un)Satisfiability was proved
Number of variables10757
Number of constraints248
Maximum constraint arity3861
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension248
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 03:54:27 2008
0.00/0.04	c 0	PID 30221
0.00/0.04	c 0	HOST node8.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1063308-1215136467.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063308-1215136467.xml' 'HOME/temp.csp'
2.46/2.54	c 3	1 domains, 10757 variables, 212 predicates, 0 relations, 248 constraints
2.46/2.59	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.46/2.59	c 3	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'
2.53/2.67	c 3	Parsing HOME/temp.csp
2.53/2.98	c 3	parsed 10000 expressions
21.90/22.14	c 22	parsed 11218 expressions
21.90/22.15	c 22	Heap : 64 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
21.90/22.15	c 22	Converting to clausal form CSP
21.90/22.18	c 22	converted 1122 (10%) expressions
21.90/22.20	c 22	converted 2244 (20%) expressions
21.90/22.20	c 22	converted 3366 (30%) expressions
21.90/22.20	c 22	converted 4488 (40%) expressions
22.00/22.20	c 22	converted 5609 (50%) expressions
22.00/22.20	c 22	converted 6731 (60%) expressions
22.00/22.20	c 22	converted 7853 (70%) expressions
22.00/22.20	c 22	converted 8975 (80%) expressions
22.00/22.20	c 22	converted 10097 (90%) expressions
37.12/37.43	c 38	converted 11218 (100%) expressions
37.12/37.45	c 38	CSP : 192305 integers, 0 booleans, 363344 clauses, largest domain size 1932
37.12/37.45	c 38	Heap : 274 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.12/37.45	c 38	Propagation in CSP
41.59/41.92	c 42	757795 values, 0 unsatisfiable literals, and 0 valid clauses are removed
41.59/41.94	c 42	CSP : 192305 integers, 0 booleans, 363344 clauses, largest domain size 1932
41.59/41.94	c 42	Heap : 286 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
41.69/42.02	c 42	Simplifing CSP by introducing new Boolean variables
41.79/42.15	c 42	CSP : 192305 integers, 0 booleans, 363344 clauses, largest domain size 1932
41.79/42.15	c 42	Heap : 283 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
42.88/43.30	c 44	Encoding CSP to SAT : HOME/temp.cnf
42.99/43.39	c 44	19231 (10%) CSP integer variables are encoded (22352 clauses, 335344 bytes)
43.08/43.49	c 44	38461 (20%) CSP integer variables are encoded (91052 clauses, 1412469 bytes)
43.27/43.60	c 44	57692 (30%) CSP integer variables are encoded (163629 clauses, 2646278 bytes)
43.37/43.72	c 44	76922 (40%) CSP integer variables are encoded (241594 clauses, 3971683 bytes)
43.47/43.83	c 44	96153 (50%) CSP integer variables are encoded (322141 clauses, 5340982 bytes)
43.58/43.96	c 44	115383 (60%) CSP integer variables are encoded (405161 clauses, 6752322 bytes)
43.67/44.08	c 44	134614 (70%) CSP integer variables are encoded (493229 clauses, 8249478 bytes)
43.87/44.20	c 44	153844 (80%) CSP integer variables are encoded (579686 clauses, 9719247 bytes)
43.97/44.32	c 45	173075 (90%) CSP integer variables are encoded (671049 clauses, 11272418 bytes)
44.07/44.44	c 45	192305 (100%) CSP integer variables are encoded (757795 clauses, 12747100 bytes)
47.74/48.19	c 48	36335 (10%) CSP clauses are encoded (2211304 clauses, 42893374 bytes)
53.97/54.48	c 55	72669 (20%) CSP clauses are encoded (5417570 clauses, 118409436 bytes)
61.88/62.43	c 63	109004 (30%) CSP clauses are encoded (9503941 clauses, 216982584 bytes)
71.16/72.17	c 72	145338 (40%) CSP clauses are encoded (14341253 clauses, 333922102 bytes)
82.30/83.63	c 84	181672 (50%) CSP clauses are encoded (20176637 clauses, 475268507 bytes)
97.37/99.20	c 99	218007 (60%) CSP clauses are encoded (28095752 clauses, 667564275 bytes)
113.24/115.36	c 116	254341 (70%) CSP clauses are encoded (36464756 clauses, 870922518 bytes)
130.50/132.97	c 133	290676 (80%) CSP clauses are encoded (45669375 clauses, 1094810524 bytes)
156.28/159.39	c 160	327010 (90%) CSP clauses are encoded (59576879 clauses, 1433608626 bytes)
183.30/187.18	c 187	363344 (100%) CSP clauses are encoded (74289103 clauses, 1792443824 bytes)
183.30/187.18	c 187	363344 CSP clauses encoded
183.30/187.20	c 187	Writing map file : HOME/temp.map
183.38/187.29	c 188	Heap : 209 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
183.38/187.29	c 188	SAT : 950100 SAT variables, 74289103 SAT clauses, 1792443824 bytes
183.38/187.29	c 188	Heap : 209 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
183.46/187.40	c 188	SOLVING HOME/temp.cnf
183.46/187.40	c 188	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
183.53/187.52	c 188	This is MiniSat 2.0 beta
183.53/187.52	c 188	WARNING: for repeatability, setting FPU to use double precision
183.53/187.53	c 188	============================[ Problem Statistics ]=============================
183.53/187.53	c 188	|                                                                             |
183.53/187.56	c 188	|  Number of variables:  950100                                               |
183.53/187.56	c 188	|  Number of clauses:    74289103                                             |
194.25/208.82	c ERROR INTERRUPTED
183.53/208.95	s UNKNOWN
183.53/208.95	c 209	CPU 172.9 (0.04 0.01 172.86 10.62)
183.53/208.95	c 209	END Fri Jul  4 03:57:56 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-1063308-1215136467/watcher-1063308-1215136467 -o /tmp/evaluation-result-1063308-1215136467/solver-1063308-1215136467 -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-1063308-1215136467.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: 1.87 1.86 1.93 4/82 30221
/proc/meminfo: memFree=1657192/2055920 swapFree=4179560/4192956
[pid=30221] ppid=30219 vsize=12268 CPUtime=0
/proc/30221/stat : 30221 (sugar) R 30219 30221 28750 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1992621764 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228706712165 0 0 4224 0 0 0 0 17 0 0 0
/proc/30221/statm: 3067 316 241 3 0 167 0

[startup+0.054767 s]
/proc/loadavg: 1.87 1.86 1.93 4/82 30221
/proc/meminfo: memFree=1657192/2055920 swapFree=4179560/4192956
[pid=30221] ppid=30219 vsize=13600 CPUtime=0.03
/proc/30221/stat : 30221 (sugar) S 30219 30221 28750 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1992621764 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30221/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102054 s]
/proc/loadavg: 1.87 1.86 1.93 4/82 30221
/proc/meminfo: memFree=1657192/2055920 swapFree=4179560/4192956
[pid=30221] ppid=30219 vsize=13600 CPUtime=0.03
/proc/30221/stat : 30221 (sugar) S 30219 30221 28750 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1992621764 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30221/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301073 s]
/proc/loadavg: 1.87 1.86 1.93 4/82 30221
/proc/meminfo: memFree=1657192/2055920 swapFree=4179560/4192956
[pid=30221] ppid=30219 vsize=13600 CPUtime=0.03
/proc/30221/stat : 30221 (sugar) S 30219 30221 28750 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1992621764 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30221/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701111 s]
/proc/loadavg: 1.87 1.86 1.93 4/82 30221
/proc/meminfo: memFree=1657192/2055920 swapFree=4179560/4192956
[pid=30221] ppid=30219 vsize=13600 CPUtime=0.03
/proc/30221/stat : 30221 (sugar) S 30219 30221 28750 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1992621764 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30221/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50119 s]
/proc/loadavg: 1.87 1.86 1.93 3/93 30233
/proc/meminfo: memFree=1624976/2055920 swapFree=4179560/4192956
[pid=30221] ppid=30219 vsize=13600 CPUtime=0.03
/proc/30221/stat : 30221 (sugar) S 30219 30221 28750 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1992621764 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30221/statm: 3400 796 370 3 0 500 0
[pid=30224] ppid=30221 vsize=5356 CPUtime=0
/proc/30224/stat : 30224 (sh) S 30221 30221 28750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992621769 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30224/statm: 1339 233 193 169 0 50 0
[pid=30225] ppid=30224 vsize=864824 CPUtime=1.44
/proc/30225/stat : 30225 (java) S 30224 30221 28750 0 -1 0 11340 0 1 0 137 7 0 0 18 0 9 0 1992621769 885579776 10305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30225/statm: 216206 10305 2529 9 0 210788 0
[pid=30225/tid=30226] ppid=30224 vsize=864824 CPUtime=1.07
/proc/30225/task/30226/stat : 30226 (java) R 30224 30221 28750 0 -1 64 2900 0 1 0 104 3 0 0 25 0 9 0 1992621770 885579776 10305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30225/tid=30227] ppid=30224 vsize=864824 CPUtime=0.19
/proc/30225/task/30227/stat : 30227 (java) R 30224 30221 28750 0 -1 64 7212 0 0 0 16 3 0 0 16 0 9 0 1992621771 885579776 10305 996147200 134512640 134550740 4294956016 18446744073709551615 104181410 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30225/tid=30228] ppid=30224 vsize=864824 CPUtime=0
/proc/30225/task/30228/stat : 30228 (java) S 30224 30221 28750 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1992621771 885579776 10305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30225/tid=30229] ppid=30224 vsize=864824 CPUtime=0
/proc/30225/task/30229/stat : 30229 (java) S 30224 30221 28750 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1992621771 885579776 10305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30225/tid=30230] ppid=30224 vsize=864824 CPUtime=0
/proc/30225/task/30230/stat : 30230 (java) S 30224 30221 28750 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992621773 885579776 10305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30225/tid=30231] ppid=30224 vsize=864824 CPUtime=0.15
/proc/30225/task/30231/stat : 30231 (java) S 30224 30221 28750 0 -1 64 528 0 0 0 15 0 0 0 16 0 9 0 1992621773 885579776 10305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30225/tid=30232] ppid=30224 vsize=864824 CPUtime=0
/proc/30225/task/30232/stat : 30232 (java) S 30224 30221 28750 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992621773 885579776 10305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30225/tid=30233] ppid=30224 vsize=864824 CPUtime=0
/proc/30225/task/30233/stat : 30233 (java) S 30224 30221 28750 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992621773 885579776 10305 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883780

[startup+3.10133 s]
/proc/loadavg: 1.87 1.86 1.93 3/93 30233
/proc/meminfo: memFree=1616336/2055920 swapFree=4179560/4192956
[pid=30221] ppid=30219 vsize=13600 CPUtime=2.53
/proc/30221/stat : 30221 (sugar) S 30219 30221 28750 0 -1 4194304 973 14142 0 1 3 1 237 12 15 0 1 0 1992621764 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30221/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 13600

[startup+6.30263 s]
/proc/loadavg: 1.96 1.88 1.94 4/93 30243
/proc/meminfo: memFree=1620176/2055920 swapFree=4179560/4192956
[pid=30221] ppid=30219 vsize=13600 CPUtime=2.53
/proc/30221/stat : 30221 (sugar) S 30219 30221 28750 0 -1 4194304 973 14142 0 1 3 1 237 12 15 0 1 0 1992621764 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30221/statm: 3400 797 370 3 0 500 0
[pid=30234] ppid=30221 vsize=5356 CPUtime=0
/proc/30234/stat : 30234 (sh) S 30221 30221 28750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992622024 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30234/statm: 1339 233 193 169 0 50 0
[pid=30235] ppid=30234 vsize=864092 CPUtime=3.67
/proc/30235/stat : 30235 (java) S 30234 30221 28750 0 -1 0 12880 0 1 0 356 11 0 0 20 0 9 0 1992622024 884830208 11347 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30235/statm: 216023 11347 2532 9 0 210605 0
[pid=30235/tid=30236] ppid=30234 vsize=864092 CPUtime=2.22
/proc/30235/task/30236/stat : 30236 (java) R 30234 30221 28750 0 -1 64 2974 0 1 0 220 2 0 0 25 0 9 0 1992622025 884830208 11347 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30237] ppid=30234 vsize=864092 CPUtime=1.36
/proc/30235/task/30237/stat : 30237 (java) R 30234 30221 28750 0 -1 64 8871 0 0 0 129 7 0 0 15 0 9 0 1992622026 884830208 11347 996147200 134512640 134550740 4294955952 18446744073709551615 103829563 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30238] ppid=30234 vsize=864092 CPUtime=0
/proc/30235/task/30238/stat : 30238 (java) S 30234 30221 28750 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992622026 884830208 11347 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30239] ppid=30234 vsize=864092 CPUtime=0
/proc/30235/task/30239/stat : 30239 (java) S 30234 30221 28750 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992622026 884830208 11347 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30240] ppid=30234 vsize=864092 CPUtime=0
/proc/30235/task/30240/stat : 30240 (java) S 30234 30221 28750 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1992622028 884830208 11347 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30241] ppid=30234 vsize=864092 CPUtime=0.06
/proc/30235/task/30241/stat : 30241 (java) S 30234 30221 28750 0 -1 64 338 0 0 0 6 0 0 0 17 0 9 0 1992622028 884830208 11347 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30242] ppid=30234 vsize=864092 CPUtime=0
/proc/30235/task/30242/stat : 30242 (java) S 30234 30221 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1992622028 884830208 11347 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30243] ppid=30234 vsize=864092 CPUtime=0
/proc/30235/task/30243/stat : 30243 (java) S 30234 30221 28750 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992622028 884830208 11347 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 883048

[startup+12.7022 s]
/proc/loadavg: 2.04 1.90 1.94 4/93 30243
/proc/meminfo: memFree=1586520/2055920 swapFree=4179560/4192956
[pid=30221] ppid=30219 vsize=13600 CPUtime=2.53
/proc/30221/stat : 30221 (sugar) S 30219 30221 28750 0 -1 4194304 973 14142 0 1 3 1 237 12 15 0 1 0 1992621764 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30221/statm: 3400 797 370 3 0 500 0
[pid=30234] ppid=30221 vsize=5356 CPUtime=0
/proc/30234/stat : 30234 (sh) S 30221 30221 28750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992622024 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30234/statm: 1339 233 193 169 0 50 0
[pid=30235] ppid=30234 vsize=864092 CPUtime=10.02
/proc/30235/stat : 30235 (java) S 30234 30221 28750 0 -1 0 42973 0 1 0 974 28 0 0 20 0 9 0 1992622024 884830208 18231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30235/statm: 216023 18231 2532 9 0 210605 0
[pid=30235/tid=30236] ppid=30234 vsize=864092 CPUtime=5.71
/proc/30235/task/30236/stat : 30236 (java) R 30234 30221 28750 0 -1 64 3364 0 1 0 567 4 0 0 25 0 9 0 1992622025 884830208 18231 996147200 134512640 134550740 4294955952 18446744073709551615 102109864 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30237] ppid=30234 vsize=864092 CPUtime=4.23
/proc/30235/task/30237/stat : 30237 (java) S 30234 30221 28750 0 -1 64 38574 0 0 0 400 23 0 0 16 0 9 0 1992622026 884830208 18231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30238] ppid=30234 vsize=864092 CPUtime=0
/proc/30235/task/30238/stat : 30238 (java) S 30234 30221 28750 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992622026 884830208 18231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30239] ppid=30234 vsize=864092 CPUtime=0
/proc/30235/task/30239/stat : 30239 (java) S 30234 30221 28750 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992622026 884830208 18231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30240] ppid=30234 vsize=864092 CPUtime=0
/proc/30235/task/30240/stat : 30240 (java) S 30234 30221 28750 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1992622028 884830208 18231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30241] ppid=30234 vsize=864092 CPUtime=0.06
/proc/30235/task/30241/stat : 30241 (java) S 30234 30221 28750 0 -1 64 338 0 0 0 6 0 0 0 16 0 9 0 1992622028 884830208 18231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30242] ppid=30234 vsize=864092 CPUtime=0
/proc/30235/task/30242/stat : 30242 (java) S 30234 30221 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1992622028 884830208 18231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30243] ppid=30234 vsize=864092 CPUtime=0
/proc/30235/task/30243/stat : 30243 (java) S 30234 30221 28750 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992622028 884830208 18231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 883048

[startup+25.5025 s]
/proc/loadavg: 2.10 1.92 1.95 3/93 30243
/proc/meminfo: memFree=1520664/2055920 swapFree=4179560/4192956
[pid=30221] ppid=30219 vsize=13600 CPUtime=2.53
/proc/30221/stat : 30221 (sugar) S 30219 30221 28750 0 -1 4194304 974 14142 0 1 3 1 237 12 16 0 1 0 1992621764 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30221/statm: 3400 797 370 3 0 500 0
[pid=30234] ppid=30221 vsize=5356 CPUtime=0
/proc/30234/stat : 30234 (sh) S 30221 30221 28750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992622024 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30234/statm: 1339 233 193 169 0 50 0
[pid=30235] ppid=30234 vsize=868484 CPUtime=22.76
/proc/30235/stat : 30235 (java) S 30234 30221 28750 0 -1 0 88943 0 1 0 2224 52 0 0 20 0 9 0 1992622024 889327616 35990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30235/statm: 217121 35990 2541 9 0 211696 0
[pid=30235/tid=30236] ppid=30234 vsize=868484 CPUtime=12.9
/proc/30235/task/30236/stat : 30236 (java) R 30234 30221 28750 0 -1 64 4415 0 1 0 1284 6 0 0 25 0 9 0 1992622025 889327616 35990 996147200 134512640 134550740 4294955952 18446744073709551615 4126646596 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30237] ppid=30234 vsize=868484 CPUtime=9.64
/proc/30235/task/30237/stat : 30237 (java) S 30234 30221 28750 0 -1 64 82309 0 0 0 920 44 0 0 16 0 9 0 1992622026 889327616 35990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30238] ppid=30234 vsize=868484 CPUtime=0
/proc/30235/task/30238/stat : 30238 (java) S 30234 30221 28750 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992622026 889327616 35990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30239] ppid=30234 vsize=868484 CPUtime=0
/proc/30235/task/30239/stat : 30239 (java) S 30234 30221 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992622026 889327616 35990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30240] ppid=30234 vsize=868484 CPUtime=0
/proc/30235/task/30240/stat : 30240 (java) S 30234 30221 28750 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1992622028 889327616 35990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30241] ppid=30234 vsize=868484 CPUtime=0.18
/proc/30235/task/30241/stat : 30241 (java) S 30234 30221 28750 0 -1 64 1522 0 0 0 18 0 0 0 17 0 9 0 1992622028 889327616 35990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30242] ppid=30234 vsize=868484 CPUtime=0
/proc/30235/task/30242/stat : 30242 (java) S 30234 30221 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1992622028 889327616 35990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30243] ppid=30234 vsize=868484 CPUtime=0
/proc/30235/task/30243/stat : 30243 (java) S 30234 30221 28750 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992622028 889327616 35990 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 887440

[startup+51.1029 s]
/proc/loadavg: 2.21 1.96 1.96 3/93 30243
/proc/meminfo: memFree=1266712/2055920 swapFree=4179560/4192956
[pid=30221] ppid=30219 vsize=13600 CPUtime=2.53
/proc/30221/stat : 30221 (sugar) S 30219 30221 28750 0 -1 4194304 974 14142 0 1 3 1 237 12 16 0 1 0 1992621764 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30221/statm: 3400 797 370 3 0 500 0
[pid=30234] ppid=30221 vsize=5356 CPUtime=0
/proc/30234/stat : 30234 (sh) S 30221 30221 28750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992622024 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30234/statm: 1339 233 193 169 0 50 0
[pid=30235] ppid=30234 vsize=868596 CPUtime=48.17
/proc/30235/stat : 30235 (java) S 30234 30221 28750 0 -1 0 138352 0 1 0 4703 114 0 0 20 0 9 0 1992622024 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

/proc/30235/task/30237/stat : 30237 (java) S 30234 30221 28750 0 -1 64 128700 0 0 0 1482 62 0 0 16 0 9 0 1992622026 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30238] ppid=30234 vsize=868596 CPUtime=0
/proc/30235/task/30238/stat : 30238 (java) S 30234 30221 28750 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992622026 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30239] ppid=30234 vsize=868596 CPUtime=0
/proc/30235/task/30239/stat : 30239 (java) S 30234 30221 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992622026 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30240] ppid=30234 vsize=868596 CPUtime=0
/proc/30235/task/30240/stat : 30240 (java) S 30234 30221 28750 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1992622028 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30241] ppid=30234 vsize=868596 CPUtime=0.25
/proc/30235/task/30241/stat : 30241 (java) S 30234 30221 28750 0 -1 64 1565 0 0 0 25 0 0 0 16 0 9 0 1992622028 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30242] ppid=30234 vsize=868596 CPUtime=0
/proc/30235/task/30242/stat : 30242 (java) S 30234 30221 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1992622028 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30243] ppid=30234 vsize=868596 CPUtime=0
/proc/30235/task/30243/stat : 30243 (java) S 30234 30221 28750 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992622028 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 887552

[startup+102.308 s]
/proc/loadavg: 2.74 2.14 2.02 3/93 30243
/proc/meminfo: memFree=629656/2055920 swapFree=4179560/4192956
[pid=30221] ppid=30219 vsize=13600 CPUtime=2.53
/proc/30221/stat : 30221 (sugar) S 30219 30221 28750 0 -1 4194304 974 14142 0 1 3 1 237 12 16 0 1 0 1992621764 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30221/statm: 3400 797 370 3 0 500 0
[pid=30234] ppid=30221 vsize=5356 CPUtime=0
/proc/30234/stat : 30234 (sh) S 30221 30221 28750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992622024 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30234/statm: 1339 233 193 169 0 50 0
[pid=30235] ppid=30234 vsize=868596 CPUtime=97.99
/proc/30235/stat : 30235 (java) S 30234 30221 28750 0 -1 0 138876 0 1 0 9353 446 0 0 20 0 9 0 1992622024 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30235/statm: 217149 80899 2565 9 0 211696 0
[pid=30235/tid=30236] ppid=30234 vsize=868596 CPUtime=81.81
/proc/30235/task/30236/stat : 30236 (java) R 30234 30221 28750 0 -1 64 7914 0 1 0 7802 379 0 0 25 0 9 0 1992622025 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4126880407 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30235/tid=30237] ppid=30234 vsize=868596 CPUtime=15.9
/proc/30235/task/30237/stat : 30237 (java) S 30234 30221 28750 0 -1 64 128700 0 0 0 1525 65 0 0 16 0 9 0 1992622026 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30235/tid=30238] ppid=30234 vsize=868596 CPUtime=0
/proc/30235/task/30238/stat : 30238 (java) S 30234 30221 28750 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992622026 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30239] ppid=30234 vsize=868596 CPUtime=0
/proc/30235/task/30239/stat : 30239 (java) S 30234 30221 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992622026 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30240] ppid=30234 vsize=868596 CPUtime=0
/proc/30235/task/30240/stat : 30240 (java) S 30234 30221 28750 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1992622028 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30241] ppid=30234 vsize=868596 CPUtime=0.25
/proc/30235/task/30241/stat : 30241 (java) S 30234 30221 28750 0 -1 64 1565 0 0 0 25 0 0 0 16 0 9 0 1992622028 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30242] ppid=30234 vsize=868596 CPUtime=0
/proc/30235/task/30242/stat : 30242 (java) S 30234 30221 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1992622028 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30243] ppid=30234 vsize=868596 CPUtime=0
/proc/30235/task/30243/stat : 30243 (java) S 30234 30221 28750 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992622028 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.52
Current children cumulated vsize (KiB) 887552

[startup+162.303 s]
/proc/loadavg: 2.94 2.31 2.08 3/93 30243
/proc/meminfo: memFree=15000/2055920 swapFree=4179560/4192956
[pid=30221] ppid=30219 vsize=13600 CPUtime=2.53
/proc/30221/stat : 30221 (sugar) S 30219 30221 28750 0 -1 4194304 974 14142 0 1 3 1 237 12 16 0 1 0 1992621764 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30221/statm: 3400 797 370 3 0 500 0
[pid=30234] ppid=30221 vsize=5356 CPUtime=0
/proc/30234/stat : 30234 (sh) S 30221 30221 28750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992622024 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30234/statm: 1339 233 193 169 0 50 0
[pid=30235] ppid=30234 vsize=868596 CPUtime=156.67
/proc/30235/stat : 30235 (java) S 30234 30221 28750 0 -1 0 139510 0 1 0 14798 869 0 0 20 0 9 0 1992622024 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30235/statm: 217149 80899 2565 9 0 211696 0
[pid=30235/tid=30236] ppid=30234 vsize=868596 CPUtime=139.93
/proc/30235/task/30236/stat : 30236 (java) R 30234 30221 28750 0 -1 64 8548 0 1 0 13195 798 0 0 25 0 9 0 1992622025 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4127071557 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30235/tid=30237] ppid=30234 vsize=868596 CPUtime=16.47
/proc/30235/task/30237/stat : 30237 (java) S 30234 30221 28750 0 -1 64 128700 0 0 0 1577 70 0 0 16 0 9 0 1992622026 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30235/tid=30238] ppid=30234 vsize=868596 CPUtime=0
/proc/30235/task/30238/stat : 30238 (java) S 30234 30221 28750 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992622026 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30239] ppid=30234 vsize=868596 CPUtime=0
/proc/30235/task/30239/stat : 30239 (java) S 30234 30221 28750 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1992622026 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30240] ppid=30234 vsize=868596 CPUtime=0
/proc/30235/task/30240/stat : 30240 (java) S 30234 30221 28750 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1992622028 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30241] ppid=30234 vsize=868596 CPUtime=0.25
/proc/30235/task/30241/stat : 30241 (java) S 30234 30221 28750 0 -1 64 1565 0 0 0 25 0 0 0 16 0 9 0 1992622028 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30242] ppid=30234 vsize=868596 CPUtime=0
/proc/30235/task/30242/stat : 30242 (java) S 30234 30221 28750 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1992622028 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30235/tid=30243] ppid=30234 vsize=868596 CPUtime=0
/proc/30235/task/30243/stat : 30243 (java) S 30234 30221 28750 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992622028 889442304 80899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.2
Current children cumulated vsize (KiB) 887552



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+208.802 s]
/proc/loadavg: 2.90 2.40 2.12 3/85 30245
/proc/meminfo: memFree=15960/2055920 swapFree=4179560/4192956
[pid=30221] ppid=30219 vsize=13600 CPUtime=183.53
/proc/30221/stat : 30221 (sugar) S 30219 30221 28750 0 -1 4194304 1033 154236 0 3 4 1 17286 1062 15 0 1 0 1992621764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30221/statm: 3400 799 370 3 0 500 0
[pid=30244] ppid=30221 vsize=5356 CPUtime=0
/proc/30244/stat : 30244 (sh) S 30221 30221 28750 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 1992640504 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30244/statm: 1339 232 193 169 0 50 0
[pid=30245] ppid=30244 vsize=904988 CPUtime=10.72
/proc/30245/stat : 30245 (minisat) R 30244 30221 28750 0 -1 4194304 218941 0 6 0 901 171 0 0 18 0 1 0 1992640513 926707712 218933 996147200 134512640 135127466 4294956272 18446744073709551615 134532893 0 0 4096 3 0 0 0 17 1 0 0
/proc/30245/statm: 226247 218933 62 150 0 226094 0
Current children cumulated CPU time (s) 194.25
Current children cumulated vsize (KiB) 923944

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+208.802 s]
/proc/loadavg: 2.90 2.40 2.12 3/85 30245
/proc/meminfo: memFree=15960/2055920 swapFree=4179560/4192956
[pid=30221] ppid=30219 vsize=13600 CPUtime=183.53
/proc/30221/stat : 30221 (sugar) S 30219 30221 28750 0 -1 4194304 1033 154236 0 3 4 1 17286 1062 15 0 1 0 1992621764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30221/statm: 3400 799 370 3 0 500 0
[pid=30244] ppid=30221 vsize=5356 CPUtime=0
/proc/30244/stat : 30244 (sh) S 30221 30221 28750 0 -1 4194304 276 0 1 0 0 0 0 0 18 0 1 0 1992640504 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30244/statm: 1339 232 193 169 0 50 0
[pid=30245] ppid=30244 vsize=904988 CPUtime=10.72
/proc/30245/stat : 30245 (minisat) R 30244 30221 28750 0 -1 4194304 218941 0 6 0 901 171 0 0 18 0 1 0 1992640513 926707712 218933 996147200 134512640 135127466 4294956272 18446744073709551615 134532893 0 0 4096 3 0 0 0 17 1 0 0
/proc/30245/statm: 226247 218933 62 150 0 226094 0
Current children cumulated CPU time (s) 194.25
Current children cumulated vsize (KiB) 923944

# WARNING:
# current cumulated CPU time (183.53 s) is less than in the last sample (194.25 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (10.72 s) to the 'lost time'.

[startup+208.921 s]
/proc/loadavg: 2.90 2.40 2.12 3/86 30246
/proc/meminfo: memFree=773072/2055920 swapFree=4179560/4192956
[pid=30221] ppid=30219 vsize=13600 CPUtime=183.53
/proc/30221/stat : 30221 (sugar) S 30219 30221 28750 0 -1 4194304 1044 154236 0 3 4 1 17286 1062 16 0 1 0 1992621764 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/30221/statm: 3400 799 370 3 0 500 0
[pid=30244] ppid=30221 vsize=0 CPUtime=0
/proc/30244/stat : 30244 (sh) Z 30221 30221 28750 0 -1 4195340 276 0 1 0 0 0 0 0 16 0 1 0 1992640504 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/30244/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 183.53
Current children cumulated vsize (KiB) 13600

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

[startup+209.402 s]
/proc/loadavg: 2.90 2.40 2.12 3/86 30246
/proc/meminfo: memFree=773072/2055920 swapFree=4179560/4192956
[pid=30221] ppid=30219 vsize=13600 CPUtime=183.96
/proc/30221/stat : 30221 (sugar) D 30219 30221 28750 0 -1 4194304 1069 154512 0 4 4 44 17286 1062 16 0 1 0 1992621764 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30221/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 183.96
Current children cumulated vsize (KiB) 13600

[startup+210.202 s]
/proc/loadavg: 2.83 2.40 2.12 2/84 30246
/proc/meminfo: memFree=1917792/2055920 swapFree=4179560/4192956
[pid=30221] ppid=30219 vsize=13600 CPUtime=183.99
/proc/30221/stat : 30221 (sugar) D 30219 30221 28750 0 -1 4194304 1069 154512 0 4 4 47 17286 1062 15 0 1 0 1992621764 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30221/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 183.99
Current children cumulated vsize (KiB) 13600

[startup+210.402 s]
/proc/loadavg: 2.83 2.40 2.12 2/84 30246
/proc/meminfo: memFree=1917792/2055920 swapFree=4179560/4192956
[pid=30221] ppid=30219 vsize=13600 CPUtime=184
/proc/30221/stat : 30221 (sugar) D 30219 30221 28750 0 -1 4194304 1069 154512 0 4 4 48 17286 1062 15 0 1 0 1992621764 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30221/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 184
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 10.72
#  lost CPU user time (s): 9.00999
#  lost CPU system time (s): 1.71

Real time (s): 210.473
CPU time (s): 194.775
CPU user time (s): 181.922
CPU system time (s): 12.8533
CPU usage (%): 92.5414
Max. virtual memory (cumulated for all children) (KiB): 923944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 172.912
system time used= 11.1433
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155612
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26832
involuntary context switches= 30315

runsolver used 0.284956 second user time and 0.699893 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-04 03:54:27
IDJOB=1063308
IDBENCH=54743
IDSOLVER=346
FILE ID=node8/1063308-1215136467
PBS_JOBID= 7877255
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-air03.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-1063308-1215136467/watcher-1063308-1215136467 -o /tmp/evaluation-result-1063308-1215136467/solver-1063308-1215136467 -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-1063308-1215136467.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 97db8ddfa1e7c994eddc87d16cd8b4a9
RANDOM SEED=2071466368

node8.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.222
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.222
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:       1657672 kB
Buffers:         36836 kB
Cached:         253292 kB
SwapCached:       7032 kB
Active:         150140 kB
Inactive:       191736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657672 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            8912 kB
Writeback:           0 kB
Mapped:          67936 kB
Slab:            41368 kB
Committed_AS:  4006880 kB
PageTables:       1892 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node8 at 2008-07-04 03:57:58