Trace number 1086569

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+picosat? 684.25 707.854

General information on the benchmark

Namecsp/fapp/fapp35/
normalized-fapp35-1500-9.xml
MD5SUMfb81abe9ad9e3c26d2d93322f7bc814c
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 benchmark57.0313
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints22067
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22067
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.18	c 0	Sugar v1-13 + HOME/picosat
0.00/0.19	c 0	BEGIN Sat Jul  5 08:40:21 2008
0.00/0.19	c 0	PID 9142
0.03/0.21	c 0	HOST node91.alineos.net
0.03/0.21	c 0	CONVERTING HOME/instance-1086569-1215240021.xml TO HOME/temp.csp
0.03/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086569-1215240021.xml' 'HOME/temp.csp'
1.39/1.60	c 2	17 domains, 1500 variables, 8 predicates, 0 relations, 22067 constraints
1.39/1.62	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.39/1.62	c 2	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.42/1.70	c 2	Parsing HOME/temp.csp
1.88/2.12	c 2	parsed 10000 expressions
2.17/2.41	c 3	parsed 20000 expressions
2.17/2.50	c 3	parsed 23592 expressions
2.28/2.50	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.28/2.50	c 3	Converting to clausal form CSP
4.36/4.66	c 5	converted 2360 (10%) expressions
9.14/9.41	c 10	converted 4719 (20%) expressions
13.11/13.46	c 14	converted 7078 (30%) expressions
17.19/17.60	c 18	converted 9437 (40%) expressions
21.07/21.48	c 22	converted 11796 (50%) expressions
25.34/25.73	c 26	converted 14156 (60%) expressions
29.03/29.44	c 30	converted 16515 (70%) expressions
32.61/33.04	c 33	converted 18874 (80%) expressions
36.08/36.52	c 37	converted 21233 (90%) expressions
39.57/40.01	c 40	converted 23592 (100%) expressions
39.57/40.01	c 40	CSP : 3955 integers, 63832 booleans, 137244 clauses, largest domain size 2377
39.57/40.01	c 40	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.57/40.01	c 40	Propagation in CSP
42.85/43.34	c 44	41060 values, 0 unsatisfiable literals, and 0 valid clauses are removed
42.85/43.34	c 44	CSP : 3955 integers, 63832 booleans, 137244 clauses, largest domain size 2377
42.85/43.34	c 44	Heap : 103 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
42.85/43.38	c 44	Simplifing CSP by introducing new Boolean variables
43.15/43.64	c 44	CSP : 3955 integers, 111238 booleans, 184650 clauses, largest domain size 2377
43.15/43.64	c 44	Heap : 115 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
43.85/44.30	c 45	Encoding CSP to SAT : HOME/temp.cnf
51.01/51.51	c 52	396 (10%) CSP integer variables are encoded (218754 clauses, 3497059 bytes)
58.27/58.86	c 59	791 (20%) CSP integer variables are encoded (441840 clauses, 7289521 bytes)
65.63/66.20	c 66	1187 (30%) CSP integer variables are encoded (663759 clauses, 11062144 bytes)
71.70/72.31	c 73	1582 (40%) CSP integer variables are encoded (1032379 clauses, 17396577 bytes)
72.70/73.33	c 74	1978 (50%) CSP integer variables are encoded (1910269 clauses, 34076487 bytes)
73.68/74.33	c 75	2373 (60%) CSP integer variables are encoded (2753116 clauses, 50090580 bytes)
74.68/75.33	c 76	2769 (70%) CSP integer variables are encoded (3616108 clauses, 66487428 bytes)
75.66/76.31	c 77	3164 (80%) CSP integer variables are encoded (4455057 clauses, 82427459 bytes)
76.62/77.65	c 78	3560 (90%) CSP integer variables are encoded (5309065 clauses, 98653611 bytes)
77.58/78.67	c 79	3955 (100%) CSP integer variables are encoded (6153042 clauses, 114689174 bytes)
195.25/198.22	c 198	18465 (10%) CSP clauses are encoded (17620347 clauses, 392064201 bytes)
269.61/273.72	c 274	36930 (20%) CSP clauses are encoded (26544394 clauses, 616702425 bytes)
334.63/339.36	c 340	55395 (30%) CSP clauses are encoded (34852647 clauses, 827963620 bytes)
398.21/405.77	c 406	73860 (40%) CSP clauses are encoded (43267718 clauses, 1044409422 bytes)
455.34/463.90	c 464	92325 (50%) CSP clauses are encoded (50767843 clauses, 1239221742 bytes)
512.74/523.23	c 523	110790 (60%) CSP clauses are encoded (58737976 clauses, 1446417226 bytes)
563.92/576.27	c 577	129255 (70%) CSP clauses are encoded (66052126 clauses, 1638861359 bytes)
609.78/624.03	c 624	147720 (80%) CSP clauses are encoded (72976743 clauses, 1821923949 bytes)
649.63/666.02	c 666	166185 (90%) CSP clauses are encoded (79409937 clauses, 1994800825 bytes)
683.31/701.81	c 702	ERROR Exception Too large HOME/temp.cnf
683.31/701.81	c 702	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
683.31/701.81	c 702	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
683.31/701.81	c 702	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
683.31/701.81	s UNKNOWN
683.34/703.23	c 703	CPU 670.83 (0.03 0.01 670.8 12.5)
683.34/703.23	c 703	END Sat Jul  5 08:52:04 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-1086569-1215240021/watcher-1086569-1215240021 -o /tmp/evaluation-result-1086569-1215240021/solver-1086569-1215240021 -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/picosat -tmp=HOME/temp HOME/instance-1086569-1215240021.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.11 2.16 2.20 4/82 9142
/proc/meminfo: memFree=1860896/2055920 swapFree=4176360/4192956
[pid=9142] ppid=9140 vsize=18572 CPUtime=0
/proc/9142/stat : 9142 (runsolver) D 9140 9142 7414 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2002969212 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 251601153319 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/9142/statm: 4643 292 257 25 0 2626 0

[startup+0.059941 s]
/proc/loadavg: 2.11 2.16 2.20 4/82 9142
/proc/meminfo: memFree=1860896/2055920 swapFree=4176360/4192956
[pid=9142] ppid=9140 vsize=12268 CPUtime=0
/proc/9142/stat : 9142 (sugar) D 9140 9142 7414 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 2002969212 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/9142/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101944 s]
/proc/loadavg: 2.11 2.16 2.20 4/82 9142
/proc/meminfo: memFree=1860896/2055920 swapFree=4176360/4192956
[pid=9142] ppid=9140 vsize=12272 CPUtime=0
/proc/9142/stat : 9142 (sugar) D 9140 9142 7414 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 2002969212 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/9142/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301985 s]
/proc/loadavg: 2.11 2.16 2.20 4/82 9142
/proc/meminfo: memFree=1860896/2055920 swapFree=4176360/4192956
[pid=9142] ppid=9140 vsize=13600 CPUtime=0.03
/proc/9142/stat : 9142 (sugar) S 9140 9142 7414 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 2002969212 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9142/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702017 s]
/proc/loadavg: 2.11 2.16 2.20 4/82 9142
/proc/meminfo: memFree=1860896/2055920 swapFree=4176360/4192956
[pid=9142] ppid=9140 vsize=13600 CPUtime=0.03
/proc/9142/stat : 9142 (sugar) S 9140 9142 7414 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 2002969212 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9142/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50211 s]
/proc/loadavg: 2.18 2.17 2.20 3/93 9154
/proc/meminfo: memFree=1829576/2055920 swapFree=4176360/4192956
[pid=9142] ppid=9140 vsize=13600 CPUtime=0.03
/proc/9142/stat : 9142 (sugar) S 9140 9142 7414 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 2002969212 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9142/statm: 3400 796 370 3 0 500 0
[pid=9145] ppid=9142 vsize=5356 CPUtime=0
/proc/9145/stat : 9145 (sh) S 9142 9142 7414 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 2002969233 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9145/statm: 1339 233 193 169 0 50 0
[pid=9146] ppid=9145 vsize=864680 CPUtime=1.26
/proc/9146/stat : 9146 (java) S 9145 9142 7414 0 -1 0 13836 0 1 0 119 7 0 0 21 0 9 0 2002969233 885432320 11886 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9146/statm: 216170 11886 2529 9 0 210752 0
[pid=9146/tid=9147] ppid=9145 vsize=864680 CPUtime=0.67
/proc/9146/task/9147/stat : 9147 (java) R 9145 9142 7414 0 -1 64 3013 0 1 0 65 2 0 0 25 0 9 0 2002969234 885432320 11886 996147200 134512640 134550740 4294956000 18446744073709551615 4126674876 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9146/tid=9148] ppid=9145 vsize=864680 CPUtime=0.44
/proc/9146/task/9148/stat : 9148 (java) S 9145 9142 7414 0 -1 64 9604 0 0 0 41 3 0 0 16 0 9 0 2002969235 885432320 11886 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9146/tid=9149] ppid=9145 vsize=864680 CPUtime=0
/proc/9146/task/9149/stat : 9149 (java) S 9145 9142 7414 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002969236 885432320 11886 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9146/tid=9150] ppid=9145 vsize=864680 CPUtime=0
/proc/9146/task/9150/stat : 9150 (java) S 9145 9142 7414 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2002969236 885432320 11886 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9146/tid=9151] ppid=9145 vsize=864680 CPUtime=0
/proc/9146/task/9151/stat : 9151 (java) S 9145 9142 7414 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 2002969237 885432320 11886 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9146/tid=9152] ppid=9145 vsize=864680 CPUtime=0.12
/proc/9146/task/9152/stat : 9152 (java) S 9145 9142 7414 0 -1 64 519 0 0 0 12 0 0 0 16 0 9 0 2002969237 885432320 11886 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9146/tid=9153] ppid=9145 vsize=864680 CPUtime=0
/proc/9146/task/9153/stat : 9153 (java) S 9145 9142 7414 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2002969237 885432320 11886 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9146/tid=9154] ppid=9145 vsize=864680 CPUtime=0
/proc/9146/task/9154/stat : 9154 (java) S 9145 9142 7414 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002969237 885432320 11886 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 883636

[startup+3.10229 s]
/proc/loadavg: 2.18 2.17 2.20 4/93 9164
/proc/meminfo: memFree=1846344/2055920 swapFree=4176360/4192956
[pid=9142] ppid=9140 vsize=13600 CPUtime=1.42
/proc/9142/stat : 9142 (sugar) S 9140 9142 7414 0 -1 4194304 974 14266 0 1 3 1 129 9 15 0 1 0 2002969212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9142/statm: 3400 797 370 3 0 500 0
[pid=9155] ppid=9142 vsize=5356 CPUtime=0
/proc/9155/stat : 9155 (sh) S 9142 9142 7414 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002969374 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9155/statm: 1339 233 193 169 0 50 0
[pid=9156] ppid=9155 vsize=868300 CPUtime=1.45
/proc/9156/stat : 9156 (java) S 9155 9142 7414 0 -1 0 9043 0 1 0 139 6 0 0 20 0 9 0 2002969374 889139200 7999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9156/statm: 217075 7999 2543 9 0 211650 0
[pid=9156/tid=9157] ppid=9155 vsize=868300 CPUtime=1
/proc/9156/task/9157/stat : 9157 (java) R 9155 9142 7414 0 -1 64 2737 0 1 0 98 2 0 0 25 0 9 0 2002969375 889139200 7999 996147200 134512640 134550740 4294955952 18446744073709551615 4126650663 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9158] ppid=9155 vsize=868300 CPUtime=0.26
/proc/9156/task/9158/stat : 9158 (java) S 9155 9142 7414 0 -1 64 4139 0 0 0 24 2 0 0 16 0 9 0 2002969376 889139200 7999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9159] ppid=9155 vsize=868300 CPUtime=0
/proc/9156/task/9159/stat : 9159 (java) S 9155 9142 7414 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002969377 889139200 7999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9160] ppid=9155 vsize=868300 CPUtime=0
/proc/9156/task/9160/stat : 9160 (java) S 9155 9142 7414 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002969377 889139200 7999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9161] ppid=9155 vsize=868300 CPUtime=0
/proc/9156/task/9161/stat : 9161 (java) S 9155 9142 7414 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002969378 889139200 7999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9162] ppid=9155 vsize=868300 CPUtime=0.17
/proc/9156/task/9162/stat : 9162 (java) S 9155 9142 7414 0 -1 64 1471 0 0 0 16 1 0 0 15 0 9 0 2002969378 889139200 7999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9163] ppid=9155 vsize=868300 CPUtime=0
/proc/9156/task/9163/stat : 9163 (java) S 9155 9142 7414 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002969379 889139200 7999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9164] ppid=9155 vsize=868300 CPUtime=0
/proc/9156/task/9164/stat : 9164 (java) S 9155 9142 7414 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002969379 889139200 7999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 887256

[startup+6.30164 s]
/proc/loadavg: 2.18 2.17 2.20 3/93 9164
/proc/meminfo: memFree=1829776/2055920 swapFree=4176360/4192956
[pid=9142] ppid=9140 vsize=13600 CPUtime=1.42
/proc/9142/stat : 9142 (sugar) S 9140 9142 7414 0 -1 4194304 974 14266 0 1 3 1 129 9 16 0 1 0 2002969212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9142/statm: 3400 797 370 3 0 500 0
[pid=9155] ppid=9142 vsize=5356 CPUtime=0
/proc/9155/stat : 9155 (sh) S 9142 9142 7414 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002969374 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9155/statm: 1339 233 193 169 0 50 0
[pid=9156] ppid=9155 vsize=868416 CPUtime=4.64
/proc/9156/stat : 9156 (java) S 9155 9142 7414 0 -1 0 10950 0 1 0 455 9 0 0 20 0 9 0 2002969374 889257984 9546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9156/statm: 217104 9546 2541 9 0 211679 0
[pid=9156/tid=9157] ppid=9155 vsize=868416 CPUtime=3.84
/proc/9156/task/9157/stat : 9157 (java) R 9155 9142 7414 0 -1 64 3113 0 1 0 382 2 0 0 25 0 9 0 2002969375 889257984 9546 996147200 134512640 134550740 4294955952 18446744073709551615 4126569840 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9158] ppid=9155 vsize=868416 CPUtime=0.56
/proc/9156/task/9158/stat : 9158 (java) S 9155 9142 7414 0 -1 64 5657 0 0 0 52 4 0 0 16 0 9 0 2002969376 889257984 9546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9159] ppid=9155 vsize=868416 CPUtime=0
/proc/9156/task/9159/stat : 9159 (java) S 9155 9142 7414 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002969377 889257984 9546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9160] ppid=9155 vsize=868416 CPUtime=0
/proc/9156/task/9160/stat : 9160 (java) S 9155 9142 7414 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002969377 889257984 9546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9161] ppid=9155 vsize=868416 CPUtime=0
/proc/9156/task/9161/stat : 9161 (java) S 9155 9142 7414 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002969378 889257984 9546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9162] ppid=9155 vsize=868416 CPUtime=0.2
/proc/9156/task/9162/stat : 9162 (java) S 9155 9142 7414 0 -1 64 1484 0 0 0 19 1 0 0 15 0 9 0 2002969378 889257984 9546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9163] ppid=9155 vsize=868416 CPUtime=0
/proc/9156/task/9163/stat : 9163 (java) S 9155 9142 7414 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002969379 889257984 9546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9164] ppid=9155 vsize=868416 CPUtime=0
/proc/9156/task/9164/stat : 9164 (java) S 9155 9142 7414 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002969379 889257984 9546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 887372

[startup+12.7024 s]
/proc/loadavg: 2.15 2.16 2.20 3/93 9164
/proc/meminfo: memFree=1816720/2055920 swapFree=4176360/4192956
[pid=9142] ppid=9140 vsize=13600 CPUtime=1.42
/proc/9142/stat : 9142 (sugar) S 9140 9142 7414 0 -1 4194304 974 14266 0 1 3 1 129 9 16 0 1 0 2002969212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9142/statm: 3400 797 370 3 0 500 0
[pid=9155] ppid=9142 vsize=5356 CPUtime=0
/proc/9155/stat : 9155 (sh) S 9142 9142 7414 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002969374 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9155/statm: 1339 233 193 169 0 50 0
[pid=9156] ppid=9155 vsize=868416 CPUtime=10.99
/proc/9156/stat : 9156 (java) S 9155 9142 7414 0 -1 0 16587 0 1 0 1085 14 0 0 20 0 9 0 2002969374 889257984 12897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9156/statm: 217104 12897 2541 9 0 211679 0
[pid=9156/tid=9157] ppid=9155 vsize=868416 CPUtime=9.59
/proc/9156/task/9157/stat : 9157 (java) R 9155 9142 7414 0 -1 64 3603 0 1 0 956 3 0 0 25 0 9 0 2002969375 889257984 12897 996147200 134512640 134550740 4294955952 18446744073709551615 4126573332 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9158] ppid=9155 vsize=868416 CPUtime=1.17
/proc/9156/task/9158/stat : 9158 (java) S 9155 9142 7414 0 -1 64 10803 0 0 0 109 8 0 0 16 0 9 0 2002969376 889257984 12897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9159] ppid=9155 vsize=868416 CPUtime=0
/proc/9156/task/9159/stat : 9159 (java) S 9155 9142 7414 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002969377 889257984 12897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9160] ppid=9155 vsize=868416 CPUtime=0
/proc/9156/task/9160/stat : 9160 (java) S 9155 9142 7414 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002969377 889257984 12897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9161] ppid=9155 vsize=868416 CPUtime=0
/proc/9156/task/9161/stat : 9161 (java) S 9155 9142 7414 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002969378 889257984 12897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9162] ppid=9155 vsize=868416 CPUtime=0.2
/proc/9156/task/9162/stat : 9162 (java) S 9155 9142 7414 0 -1 64 1485 0 0 0 19 1 0 0 15 0 9 0 2002969378 889257984 12897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9163] ppid=9155 vsize=868416 CPUtime=0
/proc/9156/task/9163/stat : 9163 (java) S 9155 9142 7414 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002969379 889257984 12897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9164] ppid=9155 vsize=868416 CPUtime=0
/proc/9156/task/9164/stat : 9164 (java) S 9155 9142 7414 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002969379 889257984 12897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 887372

[startup+25.5028 s]
/proc/loadavg: 2.13 2.16 2.20 3/93 9164
/proc/meminfo: memFree=1788368/2055920 swapFree=4176360/4192956
[pid=9142] ppid=9140 vsize=13600 CPUtime=1.42
/proc/9142/stat : 9142 (sugar) S 9140 9142 7414 0 -1 4194304 974 14266 0 1 3 1 129 9 16 0 1 0 2002969212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9142/statm: 3400 797 370 3 0 500 0
[pid=9155] ppid=9142 vsize=5356 CPUtime=0
/proc/9155/stat : 9155 (sh) S 9142 9142 7414 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002969374 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9155/statm: 1339 233 193 169 0 50 0
[pid=9156] ppid=9155 vsize=873544 CPUtime=23.73
/proc/9156/stat : 9156 (java) S 9155 9142 7414 0 -1 0 27562 0 1 0 2349 24 0 0 20 0 9 0 2002969374 894509056 20877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9156/statm: 218386 20877 2541 9 0 212961 0
[pid=9156/tid=9157] ppid=9155 vsize=873544 CPUtime=20.99
/proc/9156/task/9157/stat : 9157 (java) R 9155 9142 7414 0 -1 64 4256 0 1 0 2094 5 0 0 25 0 9 0 2002969375 894509056 20877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9158] ppid=9155 vsize=873544 CPUtime=2.49
/proc/9156/task/9158/stat : 9158 (java) R 9155 9142 7414 0 -1 64 21116 0 0 0 233 16 0 0 16 0 9 0 2002969376 894509056 20877 996147200 134512640 134550740 4294955952 18446744073709551615 103736803 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9159] ppid=9155 vsize=873544 CPUtime=0
/proc/9156/task/9159/stat : 9159 (java) S 9155 9142 7414 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002969377 894509056 20877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9160] ppid=9155 vsize=873544 CPUtime=0
/proc/9156/task/9160/stat : 9160 (java) S 9155 9142 7414 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002969377 894509056 20877 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/9142/statm: 3400 797 370 3 0 500 0
[pid=9155] ppid=9142 vsize=5356 CPUtime=0
/proc/9155/stat : 9155 (sh) S 9142 9142 7414 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002969374 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9155/statm: 1339 233 193 169 0 50 0
[pid=9156] ppid=9155 vsize=868528 CPUtime=510.44
/proc/9156/stat : 9156 (java) S 9155 9142 7414 0 -1 0 49189 0 1 0 50202 842 0 0 20 0 9 0 2002969374 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9156/statm: 217132 35002 2566 9 0 211679 0
[pid=9156/tid=9157] ppid=9155 vsize=868528 CPUtime=502.83
/proc/9156/task/9157/stat : 9157 (java) R 9155 9142 7414 0 -1 64 9138 0 1 0 49489 794 0 0 25 0 9 0 2002969375 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4127077852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9156/tid=9158] ppid=9155 vsize=868528 CPUtime=7.26
/proc/9156/task/9158/stat : 9158 (java) S 9155 9142 7414 0 -1 64 37812 0 0 0 682 44 0 0 16 0 9 0 2002969376 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9156/tid=9159] ppid=9155 vsize=868528 CPUtime=0
/proc/9156/task/9159/stat : 9159 (java) S 9155 9142 7414 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002969377 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9160] ppid=9155 vsize=868528 CPUtime=0
/proc/9156/task/9160/stat : 9160 (java) S 9155 9142 7414 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002969377 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9161] ppid=9155 vsize=868528 CPUtime=0
/proc/9156/task/9161/stat : 9161 (java) S 9155 9142 7414 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002969378 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9162] ppid=9155 vsize=868528 CPUtime=0.31
/proc/9156/task/9162/stat : 9162 (java) S 9155 9142 7414 0 -1 64 1543 0 0 0 30 1 0 0 15 0 9 0 2002969378 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9156/tid=9163] ppid=9155 vsize=868528 CPUtime=0
/proc/9156/task/9163/stat : 9163 (java) S 9155 9142 7414 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002969379 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9164] ppid=9155 vsize=868528 CPUtime=0
/proc/9156/task/9164/stat : 9164 (java) S 9155 9142 7414 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002969379 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 511.86
Current children cumulated vsize (KiB) 887484

[startup+582.302 s]
/proc/loadavg: 2.12 2.32 2.29 3/93 9166
/proc/meminfo: memFree=65424/2055920 swapFree=4176360/4192956
[pid=9142] ppid=9140 vsize=13600 CPUtime=1.42
/proc/9142/stat : 9142 (sugar) S 9140 9142 7414 0 -1 4194304 974 14266 0 1 3 1 129 9 16 0 1 0 2002969212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9142/statm: 3400 797 370 3 0 500 0
[pid=9155] ppid=9142 vsize=5356 CPUtime=0
/proc/9155/stat : 9155 (sh) S 9142 9142 7414 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002969374 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9155/statm: 1339 233 193 169 0 50 0
[pid=9156] ppid=9155 vsize=868528 CPUtime=568.55
/proc/9156/stat : 9156 (java) S 9155 9142 7414 0 -1 0 49695 0 1 0 55887 968 0 0 20 0 9 0 2002969374 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9156/statm: 217132 35002 2566 9 0 211679 0
[pid=9156/tid=9157] ppid=9155 vsize=868528 CPUtime=560.65
/proc/9156/task/9157/stat : 9157 (java) R 9155 9142 7414 0 -1 64 9644 0 1 0 55148 917 0 0 25 0 9 0 2002969375 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4127024423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9156/tid=9158] ppid=9155 vsize=868528 CPUtime=7.56
/proc/9156/task/9158/stat : 9158 (java) S 9155 9142 7414 0 -1 64 37812 0 0 0 708 48 0 0 16 0 9 0 2002969376 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9156/tid=9159] ppid=9155 vsize=868528 CPUtime=0
/proc/9156/task/9159/stat : 9159 (java) S 9155 9142 7414 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002969377 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9160] ppid=9155 vsize=868528 CPUtime=0
/proc/9156/task/9160/stat : 9160 (java) S 9155 9142 7414 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002969377 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9161] ppid=9155 vsize=868528 CPUtime=0
/proc/9156/task/9161/stat : 9161 (java) S 9155 9142 7414 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002969378 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9162] ppid=9155 vsize=868528 CPUtime=0.31
/proc/9156/task/9162/stat : 9162 (java) S 9155 9142 7414 0 -1 64 1543 0 0 0 30 1 0 0 15 0 9 0 2002969378 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9156/tid=9163] ppid=9155 vsize=868528 CPUtime=0
/proc/9156/task/9163/stat : 9163 (java) S 9155 9142 7414 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002969379 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9164] ppid=9155 vsize=868528 CPUtime=0
/proc/9156/task/9164/stat : 9164 (java) S 9155 9142 7414 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002969379 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 569.97
Current children cumulated vsize (KiB) 887484

[startup+642.303 s]
/proc/loadavg: 2.35 2.36 2.31 3/93 9166
/proc/meminfo: memFree=14928/2055920 swapFree=4176360/4192956
[pid=9142] ppid=9140 vsize=13600 CPUtime=1.42
/proc/9142/stat : 9142 (sugar) S 9140 9142 7414 0 -1 4194304 974 14266 0 1 3 1 129 9 16 0 1 0 2002969212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9142/statm: 3400 797 370 3 0 500 0
[pid=9155] ppid=9142 vsize=5356 CPUtime=0
/proc/9155/stat : 9155 (sh) S 9142 9142 7414 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002969374 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9155/statm: 1339 233 193 169 0 50 0
[pid=9156] ppid=9155 vsize=868528 CPUtime=626.46
/proc/9156/stat : 9156 (java) S 9155 9142 7414 0 -1 0 50239 0 1 0 61542 1104 0 0 20 0 9 0 2002969374 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9156/statm: 217132 35002 2566 9 0 211679 0
[pid=9156/tid=9157] ppid=9155 vsize=868528 CPUtime=618.22
/proc/9156/task/9157/stat : 9157 (java) R 9155 9142 7414 0 -1 64 10188 0 1 0 60774 1048 0 0 25 0 9 0 2002969375 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4126639862 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9156/tid=9158] ppid=9155 vsize=868528 CPUtime=7.9
/proc/9156/task/9158/stat : 9158 (java) S 9155 9142 7414 0 -1 64 37812 0 0 0 738 52 0 0 16 0 9 0 2002969376 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9156/tid=9159] ppid=9155 vsize=868528 CPUtime=0
/proc/9156/task/9159/stat : 9159 (java) S 9155 9142 7414 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002969377 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9160] ppid=9155 vsize=868528 CPUtime=0
/proc/9156/task/9160/stat : 9160 (java) S 9155 9142 7414 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002969377 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9161] ppid=9155 vsize=868528 CPUtime=0
/proc/9156/task/9161/stat : 9161 (java) S 9155 9142 7414 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002969378 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9162] ppid=9155 vsize=868528 CPUtime=0.31
/proc/9156/task/9162/stat : 9162 (java) S 9155 9142 7414 0 -1 64 1543 0 0 0 30 1 0 0 15 0 9 0 2002969378 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9156/tid=9163] ppid=9155 vsize=868528 CPUtime=0
/proc/9156/task/9163/stat : 9163 (java) S 9155 9142 7414 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002969379 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9164] ppid=9155 vsize=868528 CPUtime=0
/proc/9156/task/9164/stat : 9164 (java) S 9155 9142 7414 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002969379 889372672 35002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 627.88
Current children cumulated vsize (KiB) 887484

[startup+702.303 s]
/proc/loadavg: 2.62 2.43 2.33 3/93 9166
/proc/meminfo: memFree=15312/2055920 swapFree=4176360/4192956
[pid=9142] ppid=9140 vsize=13600 CPUtime=1.42
/proc/9142/stat : 9142 (sugar) S 9140 9142 7414 0 -1 4194304 974 14266 0 1 3 1 129 9 16 0 1 0 2002969212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9142/statm: 3400 797 370 3 0 500 0
[pid=9155] ppid=9142 vsize=5356 CPUtime=0
/proc/9155/stat : 9155 (sh) S 9142 9142 7414 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002969374 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9155/statm: 1339 233 193 169 0 50 0
[pid=9156] ppid=9155 vsize=868528 CPUtime=681.9
/proc/9156/stat : 9156 (java) S 9155 9142 7414 0 -1 0 50811 0 1 0 66951 1239 0 0 20 0 7 0 2002969374 889372672 35009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9156/statm: 217132 35009 2567 9 0 211679 0
[pid=9156/tid=9157] ppid=9155 vsize=868528 CPUtime=673.32
/proc/9156/task/9157/stat : 9157 (java) S 9155 9142 7414 0 -1 64 10756 0 1 0 66151 1181 0 0 24 0 7 0 2002969375 889372672 35009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9158] ppid=9155 vsize=868528 CPUtime=8.24
/proc/9156/task/9158/stat : 9158 (java) D 9155 9142 7414 0 -1 64 37812 0 0 0 769 55 0 0 15 0 7 0 2002969376 889372672 35009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=9156/tid=9159] ppid=9155 vsize=868528 CPUtime=0
/proc/9156/task/9159/stat : 9159 (java) S 9155 9142 7414 0 -1 64 10 0 0 0 0 0 0 0 16 0 7 0 2002969377 889372672 35009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9160] ppid=9155 vsize=868528 CPUtime=0
/proc/9156/task/9160/stat : 9160 (java) S 9155 9142 7414 0 -1 64 9 0 0 0 0 0 0 0 16 0 7 0 2002969377 889372672 35009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9156/tid=9162] ppid=9155 vsize=868528 CPUtime=0.31
/proc/9156/task/9162/stat : 9162 (java) S 9155 9142 7414 0 -1 64 1543 0 0 0 30 1 0 0 15 0 7 0 2002969378 889372672 35009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9156/tid=9163] ppid=9155 vsize=868528 CPUtime=0
/proc/9156/task/9163/stat : 9163 (java) S 9155 9142 7414 0 -1 64 1 0 0 0 0 0 0 0 25 0 7 0 2002969379 889372672 35009 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 683.32
Current children cumulated vsize (KiB) 887484

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

[startup+703.902 s]
/proc/loadavg: 2.62 2.43 2.33 2/83 9166
/proc/meminfo: memFree=145376/2055920 swapFree=4176360/4192956
[pid=9142] ppid=9140 vsize=13600 CPUtime=683.34
/proc/9142/stat : 9142 (sugar) D 9140 9142 7414 0 -1 4194304 996 65364 0 2 3 1 67080 1250 17 0 1 0 2002969212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9142/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 683.34
Current children cumulated vsize (KiB) 13600

[startup+705.501 s]
/proc/loadavg: 2.62 2.43 2.33 2/83 9166
/proc/meminfo: memFree=145440/2055920 swapFree=4176360/4192956
[pid=9142] ppid=9140 vsize=13600 CPUtime=683.72
/proc/9142/stat : 9142 (sugar) R 9140 9142 7414 0 -1 4194304 996 65364 0 2 3 39 67080 1250 20 0 1 0 2002969212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 0 0 0 17 1 0 0
/proc/9142/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 683.72
Current children cumulated vsize (KiB) 13600

[startup+707.101 s]
/proc/loadavg: 2.65 2.44 2.34 2/83 9166
/proc/meminfo: memFree=1911200/2055920 swapFree=4176360/4192956
[pid=9142] ppid=9140 vsize=13600 CPUtime=684.2
/proc/9142/stat : 9142 (sugar) D 9140 9142 7414 0 -1 4194304 996 65364 0 2 3 87 67080 1250 18 0 1 0 2002969212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9142/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 684.2
Current children cumulated vsize (KiB) 13600

[startup+707.501 s]
/proc/loadavg: 2.65 2.44 2.34 2/83 9166
/proc/meminfo: memFree=1913440/2055920 swapFree=4176360/4192956
[pid=9142] ppid=9140 vsize=13600 CPUtime=684.21
/proc/9142/stat : 9142 (sugar) R 9140 9142 7414 0 -1 4194304 996 65364 0 2 3 88 67080 1250 18 0 1 0 2002969212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 0 0 0 17 1 0 0
/proc/9142/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 684.21
Current children cumulated vsize (KiB) 13600

[startup+707.701 s]
/proc/loadavg: 2.65 2.44 2.34 2/83 9166
/proc/meminfo: memFree=1913440/2055920 swapFree=4176360/4192956
[pid=9142] ppid=9140 vsize=13600 CPUtime=684.22
/proc/9142/stat : 9142 (sugar) D 9140 9142 7414 0 -1 4194304 996 65364 0 2 3 89 67080 1250 18 0 1 0 2002969212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9142/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 684.22
Current children cumulated vsize (KiB) 13600

[startup+707.801 s]
/proc/loadavg: 2.65 2.44 2.34 2/83 9166
/proc/meminfo: memFree=1913440/2055920 swapFree=4176360/4192956
[pid=9142] ppid=9140 vsize=13600 CPUtime=684.22
/proc/9142/stat : 9142 (sugar) D 9140 9142 7414 0 -1 4194304 996 65364 0 2 3 89 67080 1250 18 0 1 0 2002969212 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9142/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 684.22
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 707.854
CPU time (s): 684.25
CPU user time (s): 670.838
CPU system time (s): 13.412
CPU usage (%): 96.6654
Max. virtual memory (cumulated for all children) (KiB): 892500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 670.838
system time used= 13.412
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66390
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= 62421
involuntary context switches= 60889

runsolver used 0.886865 second user time and 2.38464 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-05 08:40:21
IDJOB=1086569
IDBENCH=57842
IDSOLVER=345
FILE ID=node91/1086569-1215240021
PBS_JOBID= 7881860
Free space on /tmp= 66416 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp35/normalized-fapp35-1500-9.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086569-1215240021/watcher-1086569-1215240021 -o /tmp/evaluation-result-1086569-1215240021/solver-1086569-1215240021 -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/picosat" -tmp="HOME/temp" HOME/instance-1086569-1215240021.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fb81abe9ad9e3c26d2d93322f7bc814c
RANDOM SEED=990306426

node91.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.231
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.231
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:       1861312 kB
Buffers:          3324 kB
Cached:          82788 kB
SwapCached:       7456 kB
Active:         101300 kB
Inactive:        46808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1861312 kB
SwapTotal:     4192956 kB
SwapFree:      4176360 kB
Dirty:            4464 kB
Writeback:           0 kB
Mapped:          70132 kB
Slab:            30960 kB
Committed_AS: 12473064 kB
PageTables:       2364 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= 66416 MiB
End job on node91 at 2008-07-05 08:52:09