Trace number 1087220

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? 493.271 652.548

General information on the benchmark

Namecsp/fapp/fapp14/
normalized-fapp14-2500-9.xml
MD5SUM82e6ad1aef50625fbf6be40e28789b38
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 benchmark415.716
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.04	c 0	Sugar v1-13 + HOME/picosat
0.01/0.04	c 0	BEGIN Tue Jul  8 03:03:05 2008
0.01/0.04	c 0	PID 3204
0.01/0.04	c 0	HOST node80.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1087220-1215478984.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087220-1215478984.xml' 'HOME/temp.csp'
2.16/2.27	c 2	30 domains, 2500 variables, 8 predicates, 0 relations, 40767 constraints
2.16/2.29	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.16/2.29	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'
2.23/2.37	c 2	Parsing HOME/temp.csp
2.23/2.75	c 3	parsed 10000 expressions
2.23/3.08	c 3	parsed 20000 expressions
3.22/3.39	c 3	parsed 30000 expressions
3.52/3.64	c 3	parsed 40000 expressions
3.61/3.72	c 4	parsed 43305 expressions
3.61/3.73	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.61/3.73	c 4	Converting to clausal form CSP
6.31/6.46	c 6	converted 4331 (10%) expressions
11.81/11.97	c 12	converted 8661 (20%) expressions
17.21/17.39	c 17	converted 12992 (30%) expressions
22.30/22.40	c 22	converted 17322 (40%) expressions
27.80/27.95	c 28	converted 21653 (50%) expressions
32.70/32.81	c 33	converted 25983 (60%) expressions
37.30/37.47	c 37	converted 30314 (70%) expressions
42.79/42.98	c 43	converted 34644 (80%) expressions
47.09/47.21	c 47	converted 38975 (90%) expressions
50.88/51.02	c 51	converted 43305 (100%) expressions
50.88/51.03	c 51	CSP : 12565 integers, 119179 booleans, 271358 clauses, largest domain size 2741
50.88/51.03	c 51	Heap : 208 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
50.88/51.03	c 51	Propagation in CSP
57.09/57.30	c 57	12110 values, 0 unsatisfiable literals, and 0 valid clauses are removed
57.19/57.30	c 57	CSP : 12565 integers, 119179 booleans, 271358 clauses, largest domain size 2741
57.19/57.30	c 57	Heap : 224 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
57.19/57.38	c 57	Simplifing CSP by introducing new Boolean variables
57.88/58.02	c 58	CSP : 12565 integers, 218519 booleans, 370698 clauses, largest domain size 2741
57.88/58.02	c 58	Heap : 253 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
59.38/59.58	c 59	Encoding CSP to SAT : HOME/temp.cnf
67.67/67.84	c 68	1257 (10%) CSP integer variables are encoded (386675 clauses, 6352058 bytes)
75.87/76.03	c 76	2513 (20%) CSP integer variables are encoded (804867 clauses, 13461322 bytes)
79.46/79.62	c 79	3770 (30%) CSP integer variables are encoded (3864238 clauses, 71204302 bytes)
83.00/84.11	c 84	5026 (40%) CSP integer variables are encoded (6845926 clauses, 127856374 bytes)
86.66/87.89	c 88	6283 (50%) CSP integer variables are encoded (9878107 clauses, 185467813 bytes)
90.59/92.27	c 92	7539 (60%) CSP integer variables are encoded (12926283 clauses, 249248380 bytes)
94.51/96.23	c 96	8796 (70%) CSP integer variables are encoded (15945348 clauses, 312648745 bytes)
98.40/101.40	c 101	10052 (80%) CSP integer variables are encoded (18974134 clauses, 376253251 bytes)
102.25/105.32	c 105	11309 (90%) CSP integer variables are encoded (22003241 clauses, 439864498 bytes)
105.99/109.93	c 110	12565 (100%) CSP integer variables are encoded (24928329 clauses, 501291346 bytes)
259.62/270.96	c 271	37070 (10%) CSP clauses are encoded (49521487 clauses, 1113056628 bytes)
388.33/406.37	c 406	74140 (20%) CSP clauses are encoded (72130773 clauses, 1685685974 bytes)
492.18/517.22	c 517	ERROR Exception Too large HOME/temp.cnf
492.18/517.22	c 517	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
492.18/517.22	c 517	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
492.18/517.22	c 517	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
492.18/517.22	s UNKNOWN
492.18/517.30	c 517	CPU 479.31 (0.04 0.01 479.27 12.94)
492.18/517.30	c 517	END Tue Jul  8 03:11:42 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-1087220-1215478984/watcher-1087220-1215478984 -o /tmp/evaluation-result-1087220-1215478984/solver-1087220-1215478984 -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-1087220-1215478984.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.95 1.83 4/74 3204
/proc/meminfo: memFree=1645064/2055920 swapFree=4192956/4192956
[pid=3204] ppid=3202 vsize=12268 CPUtime=0
/proc/3204/stat : 3204 (sugar) R 3202 3204 2920 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 4595080 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 226687154789 0 0 4224 0 0 0 0 17 0 0 0
/proc/3204/statm: 3067 316 241 3 0 167 0

[startup+0.0258851 s]
/proc/loadavg: 1.92 1.95 1.83 4/74 3204
/proc/meminfo: memFree=1645064/2055920 swapFree=4192956/4192956
[pid=3204] ppid=3202 vsize=12940 CPUtime=0.01
/proc/3204/stat : 3204 (sugar) R 3202 3204 2920 0 -1 4194304 612 0 0 0 1 0 0 0 18 0 1 0 4595080 13250560 580 996147200 4194304 4206940 548682068608 18446744073709551615 226686833377 0 0 4224 0 0 0 0 17 0 0 0
/proc/3204/statm: 3235 581 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.101893 s]
/proc/loadavg: 1.92 1.95 1.83 4/74 3204
/proc/meminfo: memFree=1645064/2055920 swapFree=4192956/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=0.03
/proc/3204/stat : 3204 (sugar) S 3202 3204 2920 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 4595080 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3204/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301916 s]
/proc/loadavg: 1.92 1.95 1.83 4/74 3204
/proc/meminfo: memFree=1645064/2055920 swapFree=4192956/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=0.03
/proc/3204/stat : 3204 (sugar) S 3202 3204 2920 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 4595080 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3204/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701975 s]
/proc/loadavg: 1.92 1.95 1.83 4/74 3204
/proc/meminfo: memFree=1645064/2055920 swapFree=4192956/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=0.03
/proc/3204/stat : 3204 (sugar) S 3202 3204 2920 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 4595080 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3204/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50107 s]
/proc/loadavg: 1.92 1.95 1.83 4/85 3216
/proc/meminfo: memFree=1608432/2055920 swapFree=4192956/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=0.03
/proc/3204/stat : 3204 (sugar) S 3202 3204 2920 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 4595080 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3204/statm: 3400 796 370 3 0 500 0
[pid=3207] ppid=3204 vsize=5356 CPUtime=0
/proc/3207/stat : 3207 (sh) S 3204 3204 2920 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4595085 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3207/statm: 1339 233 193 169 0 50 0
[pid=3208] ppid=3207 vsize=864676 CPUtime=1.43
/proc/3208/stat : 3208 (java) S 3207 3204 2920 0 -1 0 18013 0 1 0 133 10 0 0 18 0 9 0 4595085 885428224 15094 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3208/statm: 216169 15094 2529 9 0 210751 0
[pid=3208/tid=3209] ppid=3207 vsize=864676 CPUtime=0.63
/proc/3208/task/3209/stat : 3209 (java) R 3207 3204 2920 0 -1 64 3005 0 1 0 61 2 0 0 25 0 9 0 4595086 885428224 15094 996147200 134512640 134550740 4294956000 18446744073709551615 4126696155 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3208/tid=3210] ppid=3207 vsize=864676 CPUtime=0.66
/proc/3208/task/3210/stat : 3210 (java) S 3207 3204 2920 0 -1 64 13803 0 0 0 60 6 0 0 17 0 9 0 4595087 885428224 15094 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3208/tid=3211] ppid=3207 vsize=864676 CPUtime=0
/proc/3208/task/3211/stat : 3211 (java) S 3207 3204 2920 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 4595087 885428224 15094 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3208/tid=3212] ppid=3207 vsize=864676 CPUtime=0
/proc/3208/task/3212/stat : 3212 (java) S 3207 3204 2920 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4595087 885428224 15094 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3208/tid=3213] ppid=3207 vsize=864676 CPUtime=0
/proc/3208/task/3213/stat : 3213 (java) S 3207 3204 2920 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4595089 885428224 15094 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3208/tid=3214] ppid=3207 vsize=864676 CPUtime=0.1
/proc/3208/task/3214/stat : 3214 (java) S 3207 3204 2920 0 -1 64 504 0 0 0 10 0 0 0 16 0 9 0 4595089 885428224 15094 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3208/tid=3215] ppid=3207 vsize=864676 CPUtime=0
/proc/3208/task/3215/stat : 3215 (java) S 3207 3204 2920 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4595089 885428224 15094 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3208/tid=3216] ppid=3207 vsize=864676 CPUtime=0
/proc/3208/task/3216/stat : 3216 (java) S 3207 3204 2920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4595089 885428224 15094 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883632

[startup+3.10126 s]
/proc/loadavg: 1.92 1.95 1.83 3/85 3216
/proc/meminfo: memFree=1577072/2055920 swapFree=4192956/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=2.23
/proc/3204/stat : 3204 (sugar) S 3202 3204 2920 0 -1 4194304 973 21984 0 1 3 0 207 13 15 0 1 0 4595080 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3204/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 13600

[startup+6.30266 s]
/proc/loadavg: 1.93 1.95 1.83 3/85 3226
/proc/meminfo: memFree=1605168/2055920 swapFree=4192956/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=2.23
/proc/3204/stat : 3204 (sugar) S 3202 3204 2920 0 -1 4194304 974 21984 0 1 3 0 207 13 15 0 1 0 4595080 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3204/statm: 3400 797 370 3 0 500 0
[pid=3217] ppid=3204 vsize=5356 CPUtime=0
/proc/3217/stat : 3217 (sh) S 3204 3204 2920 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4595310 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3217/statm: 1339 233 193 169 0 50 0
[pid=3218] ppid=3217 vsize=868416 CPUtime=3.98
/proc/3218/stat : 3218 (java) S 3217 3204 2920 0 -1 0 13583 0 1 0 389 9 0 0 20 0 9 0 4595310 889257984 12087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3218/statm: 217104 12087 2541 9 0 211679 0
[pid=3218/tid=3219] ppid=3217 vsize=868416 CPUtime=3.01
/proc/3218/task/3219/stat : 3219 (java) R 3217 3204 2920 0 -1 64 3129 0 1 0 299 2 0 0 25 0 9 0 4595311 889257984 12087 996147200 134512640 134550740 4294955952 18446744073709551615 4126643992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3220] ppid=3217 vsize=868416 CPUtime=0.75
/proc/3218/task/3220/stat : 3220 (java) S 3217 3204 2920 0 -1 64 8274 0 0 0 69 6 0 0 16 0 9 0 4595312 889257984 12087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3221] ppid=3217 vsize=868416 CPUtime=0
/proc/3218/task/3221/stat : 3221 (java) S 3217 3204 2920 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4595312 889257984 12087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3222] ppid=3217 vsize=868416 CPUtime=0
/proc/3218/task/3222/stat : 3222 (java) S 3217 3204 2920 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4595312 889257984 12087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3223] ppid=3217 vsize=868416 CPUtime=0
/proc/3218/task/3223/stat : 3223 (java) S 3217 3204 2920 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 4595314 889257984 12087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3224] ppid=3217 vsize=868416 CPUtime=0.2
/proc/3218/task/3224/stat : 3224 (java) S 3217 3204 2920 0 -1 64 1483 0 0 0 20 0 0 0 15 0 9 0 4595314 889257984 12087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3225] ppid=3217 vsize=868416 CPUtime=0
/proc/3218/task/3225/stat : 3225 (java) S 3217 3204 2920 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4595314 889257984 12087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3226] ppid=3217 vsize=868416 CPUtime=0
/proc/3218/task/3226/stat : 3226 (java) S 3217 3204 2920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4595314 889257984 12087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887372

[startup+12.7024 s]
/proc/loadavg: 1.93 1.95 1.83 3/85 3226
/proc/meminfo: memFree=1578480/2055920 swapFree=4192956/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=2.23
/proc/3204/stat : 3204 (sugar) S 3202 3204 2920 0 -1 4194304 974 21984 0 1 3 0 207 13 16 0 1 0 4595080 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3204/statm: 3400 797 370 3 0 500 0
[pid=3217] ppid=3204 vsize=5356 CPUtime=0
/proc/3217/stat : 3217 (sh) S 3204 3204 2920 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4595310 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3217/statm: 1339 233 193 169 0 50 0
[pid=3218] ppid=3217 vsize=868416 CPUtime=10.38
/proc/3218/stat : 3218 (java) S 3217 3204 2920 0 -1 0 24300 0 1 0 1021 17 0 0 20 0 9 0 4595310 889257984 18739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3218/statm: 217104 18739 2541 9 0 211679 0
[pid=3218/tid=3219] ppid=3217 vsize=868416 CPUtime=8.52
/proc/3218/task/3219/stat : 3219 (java) R 3217 3204 2920 0 -1 64 3574 0 1 0 849 3 0 0 25 0 9 0 4595311 889257984 18739 996147200 134512640 134550740 4294955952 18446744073709551615 4126641288 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3220] ppid=3217 vsize=868416 CPUtime=1.62
/proc/3218/task/3220/stat : 3220 (java) S 3217 3204 2920 0 -1 64 18537 0 0 0 149 13 0 0 16 0 9 0 4595312 889257984 18739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3221] ppid=3217 vsize=868416 CPUtime=0
/proc/3218/task/3221/stat : 3221 (java) S 3217 3204 2920 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4595312 889257984 18739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3222] ppid=3217 vsize=868416 CPUtime=0
/proc/3218/task/3222/stat : 3222 (java) S 3217 3204 2920 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4595312 889257984 18739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3223] ppid=3217 vsize=868416 CPUtime=0
/proc/3218/task/3223/stat : 3223 (java) S 3217 3204 2920 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 4595314 889257984 18739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3224] ppid=3217 vsize=868416 CPUtime=0.21
/proc/3218/task/3224/stat : 3224 (java) S 3217 3204 2920 0 -1 64 1492 0 0 0 21 0 0 0 16 0 9 0 4595314 889257984 18739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3225] ppid=3217 vsize=868416 CPUtime=0
/proc/3218/task/3225/stat : 3225 (java) S 3217 3204 2920 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4595314 889257984 18739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3226] ppid=3217 vsize=868416 CPUtime=0
/proc/3218/task/3226/stat : 3226 (java) S 3217 3204 2920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4595314 889257984 18739 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 887372

[startup+25.502 s]
/proc/loadavg: 1.95 1.96 1.83 3/85 3226
/proc/meminfo: memFree=1522096/2055920 swapFree=4192956/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=2.23
/proc/3204/stat : 3204 (sugar) S 3202 3204 2920 0 -1 4194304 974 21984 0 1 3 0 207 13 16 0 1 0 4595080 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3204/statm: 3400 797 370 3 0 500 0
[pid=3217] ppid=3204 vsize=5356 CPUtime=0
/proc/3217/stat : 3217 (sh) S 3204 3204 2920 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4595310 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3217/statm: 1339 233 193 169 0 50 0
[pid=3218] ppid=3217 vsize=868416 CPUtime=23.18
/proc/3218/stat : 3218 (java) S 3217 3204 2920 0 -1 0 45757 0 1 0 2289 29 0 0 20 0 9 0 4595310 889257984 31965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3218/statm: 217104 31965 2541 9 0 211679 0
[pid=3218/tid=3219] ppid=3217 vsize=868416 CPUtime=19.21
/proc/3218/task/3219/stat : 3219 (java) R 3217 3204 2920 0 -1 64 4851 0 1 0 1917 4 0 0 25 0 9 0 4595311 889257984 31965 996147200 134512640 134550740 4294955952 18446744073709551615 4126642762 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3220] ppid=3217 vsize=868416 CPUtime=3.72
/proc/3218/task/3220/stat : 3220 (java) S 3217 3204 2920 0 -1 64 38715 0 0 0 349 23 0 0 16 0 9 0 4595312 889257984 31965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3221] ppid=3217 vsize=868416 CPUtime=0
/proc/3218/task/3221/stat : 3221 (java) S 3217 3204 2920 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4595312 889257984 31965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3222] ppid=3217 vsize=868416 CPUtime=0
/proc/3218/task/3222/stat : 3222 (java) S 3217 3204 2920 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4595312 889257984 31965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3223] ppid=3217 vsize=868416 CPUtime=0
/proc/3218/task/3223/stat : 3223 (java) S 3217 3204 2920 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 4595314 889257984 31965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3224] ppid=3217 vsize=868416 CPUtime=0.22
/proc/3218/task/3224/stat : 3224 (java) S 3217 3204 2920 0 -1 64 1494 0 0 0 22 0 0 0 16 0 9 0 4595314 889257984 31965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3225] ppid=3217 vsize=868416 CPUtime=0
/proc/3218/task/3225/stat : 3225 (java) S 3217 3204 2920 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4595314 889257984 31965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3226] ppid=3217 vsize=868416 CPUtime=0
/proc/3218/task/3226/stat : 3226 (java) S 3217 3204 2920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4595314 889257984 31965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 887372

[startup+51.1022 s]
/proc/loadavg: 1.96 1.96 1.84 3/85 3226
/proc/meminfo: memFree=1416560/2055920 swapFree=4192956/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=2.23
/proc/3204/stat : 3204 (sugar) S 3202 3204 2920 0 -1 4194304 974 21984 0 1 3 0 207 13 16 0 1 0 4595080 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3204/statm: 3400 797 370 3 0 500 0
[pid=3217] ppid=3204 vsize=5356 CPUtime=0
/proc/3217/stat : 3217 (sh) S 3204 3204 2920 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4595310 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3217/statm: 1339 233 193 169 0 50 0
[pid=3218] ppid=3217 vsize=868416 CPUtime=48.75
/proc/3218/stat : 3218 (java) S 3217 3204 2920 0 -1 0 76756 0 1 0 4827 48 0 0 20 0 9 0 4595310 889257984 58242 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

/proc/3204/statm: 3400 797 370 3 0 500 0
[pid=3217] ppid=3204 vsize=5356 CPUtime=0
/proc/3217/stat : 3217 (sh) S 3204 3204 2920 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4595310 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3217/statm: 1339 233 193 169 0 50 0
[pid=3218] ppid=3217 vsize=868528 CPUtime=325.94
/proc/3218/stat : 3218 (java) S 3217 3204 2920 0 -1 0 92283 0 1 0 31715 879 0 0 20 0 9 0 4595310 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3218/statm: 217132 71326 2566 9 0 211679 0
[pid=3218/tid=3219] ppid=3217 vsize=868528 CPUtime=314.91
/proc/3218/task/3219/stat : 3219 (java) R 3217 3204 2920 0 -1 64 8209 0 1 0 30670 821 0 0 25 0 9 0 4595311 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3220] ppid=3217 vsize=868528 CPUtime=10.69
/proc/3218/task/3220/stat : 3220 (java) S 3217 3204 2920 0 -1 64 81835 0 0 0 1013 56 0 0 16 0 9 0 4595312 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3221] ppid=3217 vsize=868528 CPUtime=0
/proc/3218/task/3221/stat : 3221 (java) S 3217 3204 2920 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4595312 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3222] ppid=3217 vsize=868528 CPUtime=0
/proc/3218/task/3222/stat : 3222 (java) S 3217 3204 2920 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4595312 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3223] ppid=3217 vsize=868528 CPUtime=0
/proc/3218/task/3223/stat : 3223 (java) S 3217 3204 2920 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 4595314 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3224] ppid=3217 vsize=868528 CPUtime=0.31
/proc/3218/task/3224/stat : 3224 (java) S 3217 3204 2920 0 -1 64 1542 0 0 0 31 0 0 0 16 0 9 0 4595314 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3218/tid=3225] ppid=3217 vsize=868528 CPUtime=0
/proc/3218/task/3225/stat : 3225 (java) S 3217 3204 2920 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4595314 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3226] ppid=3217 vsize=868528 CPUtime=0
/proc/3218/task/3226/stat : 3226 (java) S 3217 3204 2920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4595314 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 328.19
Current children cumulated vsize (KiB) 887484

[startup+402.302 s]
/proc/loadavg: 6.99 4.99 3.17 3/108 3396
/proc/meminfo: memFree=15272/2055920 swapFree=4192956/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=2.25
/proc/3204/stat : 3204 (sugar) S 3202 3204 2920 0 -1 4194304 974 21984 0 1 4 1 207 13 16 0 1 0 4595080 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3204/statm: 3400 797 370 3 0 500 0
[pid=3217] ppid=3204 vsize=5356 CPUtime=0
/proc/3217/stat : 3217 (sh) S 3204 3204 2920 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4595310 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3217/statm: 1339 233 193 169 0 50 0
[pid=3218] ppid=3217 vsize=868528 CPUtime=383.21
/proc/3218/stat : 3218 (java) S 3217 3204 2920 0 -1 0 92538 0 1 0 37303 1018 0 0 20 0 9 0 4595310 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3218/statm: 217132 71326 2566 9 0 211679 0
[pid=3218/tid=3219] ppid=3217 vsize=868528 CPUtime=371.92
/proc/3218/task/3219/stat : 3219 (java) R 3217 3204 2920 0 -1 64 8464 0 1 0 36235 957 0 0 25 0 9 0 4595311 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4126641362 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3218/tid=3220] ppid=3217 vsize=868528 CPUtime=10.93
/proc/3218/task/3220/stat : 3220 (java) S 3217 3204 2920 0 -1 64 81835 0 0 0 1035 58 0 0 16 0 9 0 4595312 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3218/tid=3221] ppid=3217 vsize=868528 CPUtime=0
/proc/3218/task/3221/stat : 3221 (java) S 3217 3204 2920 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4595312 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3222] ppid=3217 vsize=868528 CPUtime=0
/proc/3218/task/3222/stat : 3222 (java) S 3217 3204 2920 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4595312 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3223] ppid=3217 vsize=868528 CPUtime=0
/proc/3218/task/3223/stat : 3223 (java) S 3217 3204 2920 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 4595314 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3224] ppid=3217 vsize=868528 CPUtime=0.31
/proc/3218/task/3224/stat : 3224 (java) S 3217 3204 2920 0 -1 64 1542 0 0 0 31 0 0 0 16 0 9 0 4595314 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3218/tid=3225] ppid=3217 vsize=868528 CPUtime=0
/proc/3218/task/3225/stat : 3225 (java) S 3217 3204 2920 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4595314 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3226] ppid=3217 vsize=868528 CPUtime=0
/proc/3218/task/3226/stat : 3226 (java) S 3217 3204 2920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4595314 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 385.46
Current children cumulated vsize (KiB) 887484

[startup+462.301 s]
/proc/loadavg: 7.21 5.41 3.43 3/108 3411
/proc/meminfo: memFree=14896/2055920 swapFree=4192812/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=2.25
/proc/3204/stat : 3204 (sugar) S 3202 3204 2920 0 -1 4194304 974 21984 0 1 4 1 207 13 16 0 1 0 4595080 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3204/statm: 3400 797 370 3 0 500 0
[pid=3217] ppid=3204 vsize=5356 CPUtime=0
/proc/3217/stat : 3217 (sh) S 3204 3204 2920 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4595310 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3217/statm: 1339 233 193 169 0 50 0
[pid=3218] ppid=3217 vsize=868528 CPUtime=439.86
/proc/3218/stat : 3218 (java) S 3217 3204 2920 0 -1 0 92794 0 1 0 42832 1154 0 0 20 0 9 0 4595310 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3218/statm: 217132 71326 2566 9 0 211679 0
[pid=3218/tid=3219] ppid=3217 vsize=868528 CPUtime=428.33
/proc/3218/task/3219/stat : 3219 (java) R 3217 3204 2920 0 -1 64 8720 0 1 0 41741 1092 0 0 25 0 9 0 4595311 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4127036016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3218/tid=3220] ppid=3217 vsize=868528 CPUtime=11.18
/proc/3218/task/3220/stat : 3220 (java) S 3217 3204 2920 0 -1 64 81835 0 0 0 1058 60 0 0 16 0 9 0 4595312 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3218/tid=3221] ppid=3217 vsize=868528 CPUtime=0
/proc/3218/task/3221/stat : 3221 (java) S 3217 3204 2920 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4595312 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3222] ppid=3217 vsize=868528 CPUtime=0
/proc/3218/task/3222/stat : 3222 (java) S 3217 3204 2920 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4595312 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3223] ppid=3217 vsize=868528 CPUtime=0
/proc/3218/task/3223/stat : 3223 (java) S 3217 3204 2920 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 4595314 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3224] ppid=3217 vsize=868528 CPUtime=0.31
/proc/3218/task/3224/stat : 3224 (java) S 3217 3204 2920 0 -1 64 1542 0 0 0 31 0 0 0 16 0 9 0 4595314 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3218/tid=3225] ppid=3217 vsize=868528 CPUtime=0
/proc/3218/task/3225/stat : 3225 (java) S 3217 3204 2920 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4595314 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3218/tid=3226] ppid=3217 vsize=868528 CPUtime=0
/proc/3218/task/3226/stat : 3226 (java) S 3217 3204 2920 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4595314 889372672 71326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 442.11
Current children cumulated vsize (KiB) 887484

[startup+522.302 s]
/proc/loadavg: 6.19 5.47 3.57 2/95 3419
/proc/meminfo: memFree=291672/2055920 swapFree=4192812/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=492.26
/proc/3204/stat : 3204 (sugar) D 3202 3204 2920 0 -1 4194304 996 115305 0 2 4 1 47927 1294 16 0 1 0 4595080 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/3204/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 492.26
Current children cumulated vsize (KiB) 13600

[startup+582.302 s]
/proc/loadavg: 5.05 5.23 3.60 2/95 3419
/proc/meminfo: memFree=1587552/2055920 swapFree=4192812/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=492.96
/proc/3204/stat : 3204 (sugar) D 3202 3204 2920 0 -1 4194304 996 115305 0 2 4 71 47927 1294 18 0 1 0 4595080 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/3204/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 492.96
Current children cumulated vsize (KiB) 13600

[startup+642.301 s]
/proc/loadavg: 4.43 5.04 3.64 2/95 3420
/proc/meminfo: memFree=1814496/2055920 swapFree=4192812/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=493.11
/proc/3204/stat : 3204 (sugar) D 3202 3204 2920 0 -1 4194304 996 115305 0 2 4 86 47927 1294 18 0 1 0 4595080 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/3204/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 493.11
Current children cumulated vsize (KiB) 13600

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

[startup+646.302 s]
/proc/loadavg: 4.32 5.00 3.63 2/95 3420
/proc/meminfo: memFree=1828832/2055920 swapFree=4192812/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=493.12
/proc/3204/stat : 3204 (sugar) D 3202 3204 2920 0 -1 4194304 996 115305 0 2 4 87 47927 1294 18 0 1 0 4595080 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/3204/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 493.12
Current children cumulated vsize (KiB) 13600

[startup+649.501 s]
/proc/loadavg: 4.32 5.00 3.63 2/95 3420
/proc/meminfo: memFree=1840992/2055920 swapFree=4192812/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=493.12
/proc/3204/stat : 3204 (sugar) D 3202 3204 2920 0 -1 4194304 996 115305 0 2 4 87 47927 1294 18 0 1 0 4595080 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/3204/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 493.12
Current children cumulated vsize (KiB) 13600

[startup+651.101 s]
/proc/loadavg: 4.21 4.97 3.63 2/95 3420
/proc/meminfo: memFree=1850976/2055920 swapFree=4192812/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=493.12
/proc/3204/stat : 3204 (sugar) D 3202 3204 2920 0 -1 4194304 996 115305 0 2 4 87 47927 1294 18 0 1 0 4595080 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/3204/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 493.12
Current children cumulated vsize (KiB) 13600

[startup+651.901 s]
/proc/loadavg: 4.21 4.97 3.63 2/95 3420
/proc/meminfo: memFree=1850976/2055920 swapFree=4192812/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=493.2
/proc/3204/stat : 3204 (sugar) D 3202 3204 2920 0 -1 4194304 996 115305 0 2 4 95 47927 1294 18 0 1 0 4595080 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744072099202260 0 0 17 1 0 0
/proc/3204/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 493.2
Current children cumulated vsize (KiB) 13600

[startup+652.306 s]
/proc/loadavg: 4.21 4.97 3.63 2/95 3420
/proc/meminfo: memFree=1852064/2055920 swapFree=4192812/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=493.2
/proc/3204/stat : 3204 (sugar) D 3202 3204 2920 0 -1 4194304 996 115305 0 2 4 95 47927 1294 18 0 1 0 4595080 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744072099202260 0 0 17 1 0 0
/proc/3204/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 493.2
Current children cumulated vsize (KiB) 13600

[startup+652.54 s]
/proc/loadavg: 4.21 4.97 3.63 2/95 3420
/proc/meminfo: memFree=1852064/2055920 swapFree=4192812/4192956
[pid=3204] ppid=3202 vsize=13600 CPUtime=493.25
/proc/3204/stat : 3204 (sugar) R 3202 3204 2920 0 -1 4194304 996 115305 0 2 4 100 47927 1294 18 0 1 0 4595080 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3204/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 493.25
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 652.548
CPU time (s): 493.271
CPU user time (s): 479.314
CPU system time (s): 13.9569
CPU usage (%): 75.5916
Max. virtual memory (cumulated for all children) (KiB): 897624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 479.314
system time used= 13.9569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116331
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= 34335
involuntary context switches= 40266

runsolver used 0.78688 second user time and 2.11868 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-08 03:03:05
IDJOB=1087220
IDBENCH=57949
IDSOLVER=345
FILE ID=node80/1087220-1215478984
PBS_JOBID= 7888716
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp14/normalized-fapp14-2500-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-1087220-1215478984/watcher-1087220-1215478984 -o /tmp/evaluation-result-1087220-1215478984/solver-1087220-1215478984 -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-1087220-1215478984.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 82e6ad1aef50625fbf6be40e28789b38
RANDOM SEED=28482950

node80.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.216
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.216
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:       1645544 kB
Buffers:         28524 kB
Cached:         135492 kB
SwapCached:          0 kB
Active:         332196 kB
Inactive:        46144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645544 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6980 kB
Writeback:           0 kB
Mapped:         224764 kB
Slab:            16948 kB
Committed_AS:   280876 kB
PageTables:       2184 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= 66528 MiB
End job on node80 at 2008-07-08 03:13:57