Trace number 1087578

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? 614.382 624.451

General information on the benchmark

Namecsp/fapp/fapp36/
normalized-fapp36-2000-10.xml
MD5SUMd5e3aabb8926151d3fb7baec2a204317
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark37.0944
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints18600
Maximum constraint arity2
Maximum domain size454
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.13	c 0	Sugar v1-13 + HOME/minisat
0.00/0.13	c 0	BEGIN Sat Jul  5 09:59:15 2008
0.00/0.13	c 0	PID 11913
0.00/0.14	c 0	HOST node42.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1087578-1215244755.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087578-1215244755.xml' 'HOME/temp.csp'
1.36/1.54	c 1	26 domains, 2000 variables, 8 predicates, 0 relations, 18600 constraints
1.36/1.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.36/1.56	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'
1.41/1.65	c 1	Parsing HOME/temp.csp
1.41/2.08	c 2	parsed 10000 expressions
2.12/2.39	c 2	parsed 20000 expressions
2.22/2.41	c 2	parsed 20634 expressions
2.22/2.42	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.22/2.42	c 2	Converting to clausal form CSP
2.33/2.59	c 2	converted 2064 (10%) expressions
6.18/6.42	c 6	converted 4127 (20%) expressions
9.15/9.42	c 9	converted 6191 (30%) expressions
12.21/12.59	c 12	converted 8254 (40%) expressions
15.08/15.43	c 15	converted 10317 (50%) expressions
18.05/18.41	c 18	converted 12381 (60%) expressions
20.72/21.13	c 21	converted 14444 (70%) expressions
23.30/23.71	c 24	converted 16508 (80%) expressions
25.68/26.12	c 26	converted 18571 (90%) expressions
28.45/28.95	c 29	converted 20634 (100%) expressions
28.45/28.95	c 29	CSP : 6108 integers, 51656 booleans, 118580 clauses, largest domain size 2895
28.45/28.95	c 29	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.45/28.95	c 29	Propagation in CSP
31.72/32.22	c 32	169650 values, 0 unsatisfiable literals, and 0 valid clauses are removed
31.72/32.23	c 32	CSP : 6108 integers, 51656 booleans, 118580 clauses, largest domain size 2895
31.72/32.23	c 32	Heap : 109 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.72/32.27	c 32	Simplifing CSP by introducing new Boolean variables
32.00/32.53	c 32	CSP : 6108 integers, 94724 booleans, 161648 clauses, largest domain size 2895
32.00/32.53	c 32	Heap : 118 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.71/33.29	c 33	Encoding CSP to SAT : HOME/temp.cnf
38.83/39.43	c 39	611 (10%) CSP integer variables are encoded (227176 clauses, 3640439 bytes)
44.87/45.51	c 45	1222 (20%) CSP integer variables are encoded (454769 clauses, 7509520 bytes)
50.83/51.57	c 51	1833 (30%) CSP integer variables are encoded (682814 clauses, 11386285 bytes)
53.89/54.62	c 54	2444 (40%) CSP integer variables are encoded (1842365 clauses, 32787585 bytes)
55.77/56.55	c 56	3054 (50%) CSP integer variables are encoded (3378889 clauses, 61981541 bytes)
57.65/58.48	c 58	3665 (60%) CSP integer variables are encoded (4891616 clauses, 90723354 bytes)
59.60/60.48	c 60	4276 (70%) CSP integer variables are encoded (6445739 clauses, 120251691 bytes)
61.58/62.45	c 62	4887 (80%) CSP integer variables are encoded (7942306 clauses, 148686464 bytes)
63.53/64.49	c 64	5498 (90%) CSP integer variables are encoded (9486705 clauses, 178030045 bytes)
65.61/66.64	c 66	6108 (100%) CSP integer variables are encoded (11002851 clauses, 208853924 bytes)
162.50/164.92	c 165	16165 (10%) CSP clauses are encoded (22852242 clauses, 497340959 bytes)
231.78/235.32	c 235	32330 (20%) CSP clauses are encoded (32482077 clauses, 738496817 bytes)
302.70/307.26	c 307	48495 (30%) CSP clauses are encoded (41963114 clauses, 975488222 bytes)
373.66/379.22	c 379	64660 (40%) CSP clauses are encoded (51982666 clauses, 1229216267 bytes)
437.52/444.07	c 444	80824 (50%) CSP clauses are encoded (60842710 clauses, 1453489755 bytes)
498.96/506.54	c 506	96989 (60%) CSP clauses are encoded (69957991 clauses, 1686658861 bytes)
552.87/561.30	c 561	113154 (70%) CSP clauses are encoded (78210606 clauses, 1899220837 bytes)
602.01/611.04	c 611	129319 (80%) CSP clauses are encoded (85883307 clauses, 2100191906 bytes)
613.38/622.54	c 622	ERROR Exception Too large HOME/temp.cnf
613.38/622.54	c 622	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
613.38/622.54	c 622	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
613.38/622.54	c 622	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
613.38/622.54	s UNKNOWN
613.38/622.59	c 622	CPU 600.04 (0.03 0.01 600.01 13.41)
613.38/622.59	c 622	END Sat Jul  5 10:09:37 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-1087578-1215244755/watcher-1087578-1215244755 -o /tmp/evaluation-result-1087578-1215244755/solver-1087578-1215244755 -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-1087578-1215244755.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.00 2.04 2.04 4/81 11913
/proc/meminfo: memFree=1578832/2055920 swapFree=4180096/4192956
[pid=11913] ppid=11911 vsize=18572 CPUtime=0
/proc/11913/stat : 11913 (runsolver) D 11911 11913 10549 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003447952 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 259415141671 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/11913/statm: 4643 292 257 25 0 2626 0

[startup+0.033097 s]
/proc/loadavg: 2.00 2.04 2.04 4/81 11913
/proc/meminfo: memFree=1578832/2055920 swapFree=4180096/4192956
[pid=11913] ppid=11911 vsize=12268 CPUtime=0
/proc/11913/stat : 11913 (sugar) D 11911 11913 10549 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 2003447952 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259415308901 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/11913/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102023 s]
/proc/loadavg: 2.00 2.04 2.04 4/81 11913
/proc/meminfo: memFree=1578832/2055920 swapFree=4180096/4192956
[pid=11913] ppid=11911 vsize=12544 CPUtime=0
/proc/11913/stat : 11913 (sugar) R 11911 11913 10549 0 -1 4194304 494 0 0 0 0 0 0 0 18 0 1 0 2003447952 12845056 462 996147200 4194304 4206940 548682068608 18446744073709551615 259414985698 0 0 4224 0 0 0 0 17 1 0 0
/proc/11913/statm: 3136 462 291 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301047 s]
/proc/loadavg: 2.00 2.04 2.04 4/81 11913
/proc/meminfo: memFree=1578832/2055920 swapFree=4180096/4192956
[pid=11913] ppid=11911 vsize=13600 CPUtime=0.04
/proc/11913/stat : 11913 (sugar) S 11911 11913 10549 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2003447952 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11913/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701092 s]
/proc/loadavg: 2.00 2.04 2.04 4/81 11913
/proc/meminfo: memFree=1578832/2055920 swapFree=4180096/4192956
[pid=11913] ppid=11911 vsize=13600 CPUtime=0.04
/proc/11913/stat : 11913 (sugar) S 11911 11913 10549 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2003447952 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11913/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50218 s]
/proc/loadavg: 2.00 2.04 2.04 3/92 11925
/proc/meminfo: memFree=1548088/2055920 swapFree=4180096/4192956
[pid=11913] ppid=11911 vsize=13600 CPUtime=0.04
/proc/11913/stat : 11913 (sugar) S 11911 11913 10549 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2003447952 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11913/statm: 3400 796 370 3 0 500 0
[pid=11916] ppid=11913 vsize=5356 CPUtime=0
/proc/11916/stat : 11916 (sh) S 11913 11913 10549 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003447966 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11916/statm: 1339 233 193 169 0 50 0
[pid=11917] ppid=11916 vsize=864660 CPUtime=1.32
/proc/11917/stat : 11917 (java) S 11916 11913 10549 0 -1 0 12624 0 1 0 124 8 0 0 18 0 9 0 2003447967 885411840 10671 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11917/statm: 216165 10671 2529 9 0 210747 0
[pid=11917/tid=11918] ppid=11916 vsize=864660 CPUtime=0.69
/proc/11917/task/11918/stat : 11918 (java) R 11916 11913 10549 0 -1 64 2993 0 1 0 68 1 0 0 25 0 9 0 2003447968 885411840 10671 996147200 134512640 134550740 4294956000 18446744073709551615 4125978933 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11917/tid=11919] ppid=11916 vsize=864660 CPUtime=0.45
/proc/11917/task/11919/stat : 11919 (java) S 11916 11913 10549 0 -1 64 8410 0 0 0 40 5 0 0 16 0 9 0 2003447969 885411840 10671 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11917/tid=11920] ppid=11916 vsize=864660 CPUtime=0
/proc/11917/task/11920/stat : 11920 (java) S 11916 11913 10549 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003447969 885411840 10671 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11917/tid=11921] ppid=11916 vsize=864660 CPUtime=0
/proc/11917/task/11921/stat : 11921 (java) S 11916 11913 10549 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003447969 885411840 10671 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11917/tid=11922] ppid=11916 vsize=864660 CPUtime=0
/proc/11917/task/11922/stat : 11922 (java) S 11916 11913 10549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003447971 885411840 10671 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11917/tid=11923] ppid=11916 vsize=864660 CPUtime=0.15
/proc/11917/task/11923/stat : 11923 (java) S 11916 11913 10549 0 -1 64 521 0 0 0 15 0 0 0 16 0 9 0 2003447971 885411840 10671 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11917/tid=11924] ppid=11916 vsize=864660 CPUtime=0
/proc/11917/task/11924/stat : 11924 (java) S 11916 11913 10549 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003447972 885411840 10671 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11917/tid=11925] ppid=11916 vsize=864660 CPUtime=0
/proc/11917/task/11925/stat : 11925 (java) S 11916 11913 10549 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003447972 885411840 10671 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 883616

[startup+3.10136 s]
/proc/loadavg: 2.08 2.06 2.05 3/92 11935
/proc/meminfo: memFree=1564600/2055920 swapFree=4180096/4192956
[pid=11913] ppid=11911 vsize=13600 CPUtime=1.41
/proc/11913/stat : 11913 (sugar) S 11911 11913 10549 0 -1 4194304 974 13052 0 1 3 1 128 9 15 0 1 0 2003447952 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11913/statm: 3400 797 370 3 0 500 0
[pid=11926] ppid=11913 vsize=5356 CPUtime=0
/proc/11926/stat : 11926 (sh) S 11913 11913 10549 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003448108 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11926/statm: 1339 233 193 169 0 50 0
[pid=11927] ppid=11926 vsize=868296 CPUtime=1.5
/proc/11927/stat : 11927 (java) S 11926 11913 10549 0 -1 0 8837 0 1 0 144 6 0 0 18 0 9 0 2003448109 889135104 7811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 217074 7811 2544 9 0 211649 0
[pid=11927/tid=11928] ppid=11926 vsize=868296 CPUtime=1.02
/proc/11927/task/11928/stat : 11928 (java) R 11926 11913 10549 0 -1 64 2715 0 1 0 100 2 0 0 21 0 9 0 2003448110 889135104 7811 996147200 134512640 134550740 4294955952 18446744073709551615 4126638160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11929] ppid=11926 vsize=868296 CPUtime=0.25
/proc/11927/task/11929/stat : 11929 (java) S 11926 11913 10549 0 -1 64 3953 0 0 0 23 2 0 0 16 0 9 0 2003448111 889135104 7811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11926 vsize=868296 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11926 11913 10549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003448111 889135104 7811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11926 vsize=868296 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11926 11913 10549 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003448111 889135104 7811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11926 vsize=868296 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11926 11913 10549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003448113 889135104 7811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11926 vsize=868296 CPUtime=0.19
/proc/11927/task/11933/stat : 11933 (java) S 11926 11913 10549 0 -1 64 1473 0 0 0 19 0 0 0 15 0 9 0 2003448113 889135104 7811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11926 vsize=868296 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11926 11913 10549 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003448113 889135104 7811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11926 vsize=868296 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11926 11913 10549 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003448113 889135104 7811 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 887252

[startup+6.30272 s]
/proc/loadavg: 2.08 2.06 2.05 3/92 11935
/proc/meminfo: memFree=1546424/2055920 swapFree=4180096/4192956
[pid=11913] ppid=11911 vsize=13600 CPUtime=1.41
/proc/11913/stat : 11913 (sugar) S 11911 11913 10549 0 -1 4194304 974 13052 0 1 3 1 128 9 15 0 1 0 2003447952 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11913/statm: 3400 797 370 3 0 500 0
[pid=11926] ppid=11913 vsize=5356 CPUtime=0
/proc/11926/stat : 11926 (sh) S 11913 11913 10549 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003448108 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11926/statm: 1339 233 193 169 0 50 0
[pid=11927] ppid=11926 vsize=873788 CPUtime=4.67
/proc/11927/stat : 11927 (java) S 11926 11913 10549 0 -1 0 14337 0 1 0 456 11 0 0 18 0 9 0 2003448109 894758912 11783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 218447 11783 2541 9 0 213022 0
[pid=11927/tid=11928] ppid=11926 vsize=873788 CPUtime=3.72
/proc/11927/task/11928/stat : 11928 (java) R 11926 11913 10549 0 -1 64 3050 0 1 0 369 3 0 0 25 0 9 0 2003448110 894758912 11783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11929] ppid=11926 vsize=873788 CPUtime=0.7
/proc/11927/task/11929/stat : 11929 (java) R 11926 11913 10549 0 -1 64 9109 0 0 0 64 6 0 0 16 0 9 0 2003448111 894758912 11783 996147200 134512640 134550740 4294955952 18446744073709551615 103736814 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11926 vsize=873788 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11926 11913 10549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003448111 894758912 11783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11926 vsize=873788 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11926 11913 10549 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003448111 894758912 11783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11926 vsize=873788 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11926 11913 10549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003448113 894758912 11783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11926 vsize=873788 CPUtime=0.22
/proc/11927/task/11933/stat : 11933 (java) S 11926 11913 10549 0 -1 64 1482 0 0 0 21 1 0 0 15 0 9 0 2003448113 894758912 11783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11926 vsize=873788 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11926 11913 10549 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003448113 894758912 11783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11926 vsize=873788 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11926 11913 10549 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003448113 894758912 11783 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 892744

[startup+12.7015 s]
/proc/loadavg: 2.07 2.06 2.05 3/92 11935
/proc/meminfo: memFree=1522680/2055920 swapFree=4180096/4192956
[pid=11913] ppid=11911 vsize=13600 CPUtime=1.41
/proc/11913/stat : 11913 (sugar) S 11911 11913 10549 0 -1 4194304 974 13052 0 1 3 1 128 9 16 0 1 0 2003447952 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11913/statm: 3400 797 370 3 0 500 0
[pid=11926] ppid=11913 vsize=5356 CPUtime=0
/proc/11926/stat : 11926 (sh) S 11913 11913 10549 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003448108 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11926/statm: 1339 233 193 169 0 50 0
[pid=11927] ppid=11926 vsize=868408 CPUtime=11
/proc/11927/stat : 11927 (java) S 11926 11913 10549 0 -1 0 22131 0 1 0 1083 17 0 0 18 0 9 0 2003448109 889249792 16062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 217102 16062 2541 9 0 211677 0
[pid=11927/tid=11928] ppid=11926 vsize=868408 CPUtime=9.16
/proc/11927/task/11928/stat : 11928 (java) R 11926 11913 10549 0 -1 64 3664 0 1 0 913 3 0 0 25 0 9 0 2003448110 889249792 16062 996147200 134512640 134550740 4294955952 18446744073709551615 4126638119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11929] ppid=11926 vsize=868408 CPUtime=1.58
/proc/11927/task/11929/stat : 11929 (java) S 11926 11913 10549 0 -1 64 16280 0 0 0 146 12 0 0 16 0 9 0 2003448111 889249792 16062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11926 vsize=868408 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11926 11913 10549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003448111 889249792 16062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11926 vsize=868408 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11926 11913 10549 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003448111 889249792 16062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11926 vsize=868408 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11926 11913 10549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003448113 889249792 16062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11926 vsize=868408 CPUtime=0.24
/proc/11927/task/11933/stat : 11933 (java) S 11926 11913 10549 0 -1 64 1491 0 0 0 23 1 0 0 16 0 9 0 2003448113 889249792 16062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11926 vsize=868408 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11926 11913 10549 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003448113 889249792 16062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11926 vsize=868408 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11926 11913 10549 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003448113 889249792 16062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 887364

[startup+25.5028 s]
/proc/loadavg: 2.06 2.06 2.05 3/92 11935
/proc/meminfo: memFree=1476280/2055920 swapFree=4180096/4192956
[pid=11913] ppid=11911 vsize=13600 CPUtime=1.41
/proc/11913/stat : 11913 (sugar) S 11911 11913 10549 0 -1 4194304 974 13052 0 1 3 1 128 9 16 0 1 0 2003447952 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11913/statm: 3400 797 370 3 0 500 0
[pid=11926] ppid=11913 vsize=5356 CPUtime=0
/proc/11926/stat : 11926 (sh) S 11913 11913 10549 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003448108 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11926/statm: 1339 233 193 169 0 50 0
[pid=11927] ppid=11926 vsize=868408 CPUtime=23.68
/proc/11927/stat : 11927 (java) S 11926 11913 10549 0 -1 0 35308 0 1 0 2341 27 0 0 18 0 9 0 2003448109 889249792 27372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 217102 27372 2541 9 0 211677 0
[pid=11927/tid=11928] ppid=11926 vsize=868408 CPUtime=20.46
/proc/11927/task/11928/stat : 11928 (java) R 11926 11913 10549 0 -1 64 4328 0 1 0 2041 5 0 0 25 0 9 0 2003448110 889249792 27372 996147200 134512640 134550740 4294955952 18446744073709551615 4126566880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11929] ppid=11926 vsize=868408 CPUtime=2.95
/proc/11927/task/11929/stat : 11929 (java) S 11926 11913 10549 0 -1 64 28792 0 0 0 275 20 0 0 16 0 9 0 2003448111 889249792 27372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11926 vsize=868408 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11926 11913 10549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003448111 889249792 27372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11926 vsize=868408 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11926 11913 10549 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003448111 889249792 27372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=11927/tid=11932] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11926 11913 10549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11926 vsize=868520 CPUtime=0.32
/proc/11927/task/11933/stat : 11933 (java) S 11926 11913 10549 0 -1 64 1538 0 0 0 31 1 0 0 15 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11926 11913 10549 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11926 11913 10549 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.99
Current children cumulated vsize (KiB) 887476

[startup+601.503 s]
/proc/loadavg: 2.24 2.12 2.08 3/92 11983
/proc/meminfo: memFree=16312/2055920 swapFree=4180096/4192956
[pid=11913] ppid=11911 vsize=13600 CPUtime=1.41
/proc/11913/stat : 11913 (sugar) S 11911 11913 10549 0 -1 4194304 974 13052 0 1 3 1 128 9 16 0 1 0 2003447952 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11913/statm: 3400 797 370 3 0 500 0
[pid=11926] ppid=11913 vsize=5356 CPUtime=0
/proc/11926/stat : 11926 (sh) S 11913 11913 10549 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003448108 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11926/statm: 1339 233 193 169 0 50 0
[pid=11927] ppid=11926 vsize=868520 CPUtime=591.22
/proc/11927/stat : 11927 (java) S 11926 11913 10549 0 -1 0 51248 0 1 0 57848 1274 0 0 18 0 9 0 2003448109 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 217130 36121 2566 9 0 211677 0
[pid=11927/tid=11928] ppid=11926 vsize=868520 CPUtime=582.88
/proc/11927/task/11928/stat : 11928 (java) R 11926 11913 10549 0 -1 64 9657 0 1 0 57069 1219 0 0 25 0 9 0 2003448110 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11929] ppid=11926 vsize=868520 CPUtime=7.98
/proc/11927/task/11929/stat : 11929 (java) S 11926 11913 10549 0 -1 64 39357 0 0 0 746 52 0 0 16 0 9 0 2003448111 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11926 11913 10549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003448111 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11926 11913 10549 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003448111 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11926 11913 10549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11926 vsize=868520 CPUtime=0.32
/proc/11927/task/11933/stat : 11933 (java) S 11926 11913 10549 0 -1 64 1538 0 0 0 31 1 0 0 15 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11926 11913 10549 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11926 11913 10549 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 592.63
Current children cumulated vsize (KiB) 887476

[startup+614.303 s]
/proc/loadavg: 2.18 2.11 2.08 3/92 11983
/proc/meminfo: memFree=15416/2055920 swapFree=4180096/4192956
[pid=11913] ppid=11911 vsize=13600 CPUtime=1.41
/proc/11913/stat : 11913 (sugar) S 11911 11913 10549 0 -1 4194304 974 13052 0 1 3 1 128 9 16 0 1 0 2003447952 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11913/statm: 3400 797 370 3 0 500 0
[pid=11926] ppid=11913 vsize=5356 CPUtime=0
/proc/11926/stat : 11926 (sh) S 11913 11913 10549 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003448108 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11926/statm: 1339 233 193 169 0 50 0
[pid=11927] ppid=11926 vsize=868520 CPUtime=603.87
/proc/11927/stat : 11927 (java) S 11926 11913 10549 0 -1 0 51354 0 1 0 59082 1305 0 0 18 0 9 0 2003448109 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 217130 36121 2566 9 0 211677 0
[pid=11927/tid=11928] ppid=11926 vsize=868520 CPUtime=595.45
/proc/11927/task/11928/stat : 11928 (java) R 11926 11913 10549 0 -1 64 9763 0 1 0 58296 1249 0 0 25 0 9 0 2003448110 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11929] ppid=11926 vsize=868520 CPUtime=8.06
/proc/11927/task/11929/stat : 11929 (java) S 11926 11913 10549 0 -1 64 39357 0 0 0 753 53 0 0 16 0 9 0 2003448111 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11926 11913 10549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003448111 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11926 11913 10549 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003448111 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11926 11913 10549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11926 vsize=868520 CPUtime=0.32
/proc/11927/task/11933/stat : 11933 (java) S 11926 11913 10549 0 -1 64 1538 0 0 0 31 1 0 0 15 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11926 11913 10549 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11926 11913 10549 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 605.28
Current children cumulated vsize (KiB) 887476

[startup+620.702 s]
/proc/loadavg: 2.17 2.11 2.08 3/92 11983
/proc/meminfo: memFree=14904/2055920 swapFree=4180096/4192956
[pid=11913] ppid=11911 vsize=13600 CPUtime=1.41
/proc/11913/stat : 11913 (sugar) S 11911 11913 10549 0 -1 4194304 974 13052 0 1 3 1 128 9 16 0 1 0 2003447952 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11913/statm: 3400 797 370 3 0 500 0
[pid=11926] ppid=11913 vsize=5356 CPUtime=0
/proc/11926/stat : 11926 (sh) S 11913 11913 10549 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003448108 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11926/statm: 1339 233 193 169 0 50 0
[pid=11927] ppid=11926 vsize=868520 CPUtime=610.18
/proc/11927/stat : 11927 (java) S 11926 11913 10549 0 -1 0 51409 0 1 0 59695 1323 0 0 18 0 9 0 2003448109 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 217130 36121 2566 9 0 211677 0
[pid=11927/tid=11928] ppid=11926 vsize=868520 CPUtime=601.72
/proc/11927/task/11928/stat : 11928 (java) R 11926 11913 10549 0 -1 64 9818 0 1 0 58905 1267 0 0 25 0 9 0 2003448110 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4127082401 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11929] ppid=11926 vsize=868520 CPUtime=8.1
/proc/11927/task/11929/stat : 11929 (java) S 11926 11913 10549 0 -1 64 39357 0 0 0 757 53 0 0 16 0 9 0 2003448111 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11926 11913 10549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003448111 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11926 11913 10549 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003448111 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11926 11913 10549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11926 vsize=868520 CPUtime=0.32
/proc/11927/task/11933/stat : 11933 (java) S 11926 11913 10549 0 -1 64 1538 0 0 0 31 1 0 0 15 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11926 11913 10549 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11926 11913 10549 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 611.59
Current children cumulated vsize (KiB) 887476

[startup+622.302 s]
/proc/loadavg: 2.16 2.11 2.07 3/92 11983
/proc/meminfo: memFree=15928/2055920 swapFree=4180096/4192956
[pid=11913] ppid=11911 vsize=13600 CPUtime=1.41
/proc/11913/stat : 11913 (sugar) S 11911 11913 10549 0 -1 4194304 974 13052 0 1 3 1 128 9 16 0 1 0 2003447952 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11913/statm: 3400 797 370 3 0 500 0
[pid=11926] ppid=11913 vsize=5356 CPUtime=0
/proc/11926/stat : 11926 (sh) S 11913 11913 10549 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003448108 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11926/statm: 1339 233 193 169 0 50 0
[pid=11927] ppid=11926 vsize=868520 CPUtime=611.77
/proc/11927/stat : 11927 (java) S 11926 11913 10549 0 -1 0 51423 0 1 0 59849 1328 0 0 18 0 9 0 2003448109 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11927/statm: 217130 36121 2566 9 0 211677 0
[pid=11927/tid=11928] ppid=11926 vsize=868520 CPUtime=603.3
/proc/11927/task/11928/stat : 11928 (java) R 11926 11913 10549 0 -1 64 9832 0 1 0 59058 1272 0 0 25 0 9 0 2003448110 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11929] ppid=11926 vsize=868520 CPUtime=8.11
/proc/11927/task/11929/stat : 11929 (java) S 11926 11913 10549 0 -1 64 39357 0 0 0 758 53 0 0 16 0 9 0 2003448111 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11930] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11930/stat : 11930 (java) S 11926 11913 10549 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003448111 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11931] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11931/stat : 11931 (java) S 11926 11913 10549 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003448111 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11932] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11932/stat : 11932 (java) S 11926 11913 10549 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11933] ppid=11926 vsize=868520 CPUtime=0.32
/proc/11927/task/11933/stat : 11933 (java) S 11926 11913 10549 0 -1 64 1538 0 0 0 31 1 0 0 15 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11934] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11934/stat : 11934 (java) S 11926 11913 10549 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11927/tid=11935] ppid=11926 vsize=868520 CPUtime=0
/proc/11927/task/11935/stat : 11935 (java) S 11926 11913 10549 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003448113 889364480 36121 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 613.18
Current children cumulated vsize (KiB) 887476

[startup+623.102 s]
/proc/loadavg: 2.16 2.11 2.07 3/92 11983
/proc/meminfo: memFree=15160/2055920 swapFree=4180096/4192956
[pid=11913] ppid=11911 vsize=13600 CPUtime=613.94
/proc/11913/stat : 11913 (sugar) R 11911 11913 10549 0 -1 4194304 996 64776 0 2 3 49 60001 1341 20 0 1 0 2003447952 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11913/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 613.94
Current children cumulated vsize (KiB) 13600

[startup+623.902 s]
/proc/loadavg: 2.16 2.11 2.07 2/82 11983
/proc/meminfo: memFree=1786760/2055920 swapFree=4180096/4192956
[pid=11913] ppid=11911 vsize=13600 CPUtime=614.34
/proc/11913/stat : 11913 (sugar) D 11911 11913 10549 0 -1 4194304 996 64776 0 2 3 89 60001 1341 18 0 1 0 2003447952 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/11913/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 614.34
Current children cumulated vsize (KiB) 13600

[startup+624.301 s]
/proc/loadavg: 2.16 2.11 2.07 2/82 11983
/proc/meminfo: memFree=1786760/2055920 swapFree=4180096/4192956
[pid=11913] ppid=11911 vsize=13600 CPUtime=614.35
/proc/11913/stat : 11913 (sugar) D 11911 11913 10549 0 -1 4194304 996 64776 0 2 3 90 60001 1341 18 0 1 0 2003447952 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/11913/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 614.35
Current children cumulated vsize (KiB) 13600

[startup+624.401 s]
/proc/loadavg: 2.16 2.11 2.07 2/82 11983
/proc/meminfo: memFree=1786760/2055920 swapFree=4180096/4192956
[pid=11913] ppid=11911 vsize=13600 CPUtime=614.36
/proc/11913/stat : 11913 (sugar) D 11911 11913 10549 0 -1 4194304 996 64776 0 2 3 91 60001 1341 18 0 1 0 2003447952 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/11913/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 614.36
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 624.451
CPU time (s): 614.382
CPU user time (s): 600.05
CPU system time (s): 14.3318
CPU usage (%): 98.3875
Max. virtual memory (cumulated for all children) (KiB): 892744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 600.05
system time used= 14.3318
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65802
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= 54367
involuntary context switches= 67858

runsolver used 0.78388 second user time and 2.15667 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-05 09:59:15
IDJOB=1087578
IDBENCH=58019
IDSOLVER=346
FILE ID=node42/1087578-1215244755
PBS_JOBID= 7881898
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp36/normalized-fapp36-2000-10.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-1087578-1215244755/watcher-1087578-1215244755 -o /tmp/evaluation-result-1087578-1215244755/solver-1087578-1215244755 -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-1087578-1215244755.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d5e3aabb8926151d3fb7baec2a204317
RANDOM SEED=1573433343

node42.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.214
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.214
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:       1579312 kB
Buffers:          3236 kB
Cached:          69744 kB
SwapCached:       6580 kB
Active:         385756 kB
Inactive:        38688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1579312 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            3928 kB
Writeback:           0 kB
Mapped:         367864 kB
Slab:            36504 kB
Committed_AS:  4193508 kB
PageTables:       2596 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= 66488 MiB
End job on node42 at 2008-07-05 10:09:39