Trace number 1126515

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-inc? 194.927 432.317

General information on the benchmark

Namemaxcsp/spot5/
normalized-spot5-1401_ext.xml
MD5SUMa0330e29b2cc8c29bc18fe280968139b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints330
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables489
Number of constraints10963
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension10963
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.31	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.32	c 0	BEGIN Thu Aug  7 21:04:52 2008
0.05/0.32	c 0	PID 15302
0.05/0.32	c 0	HOST node86.alineos.net
0.05/0.32	c 0	CONVERTING HOME/instance-1126515-1218135891.xml TO HOME/temp.csp
0.05/0.32	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126515-1218135891.xml' 'HOME/temp.csp'
0.77/1.12	c 1	3 domains, 489 variables, 0 predicates, 24 relations, 10963 constraints
0.77/1.16	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.77/1.16	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.80/1.23	c 1	Parsing HOME/temp.csp
0.80/1.48	c 1	parsed 10000 expressions
0.80/1.51	c 1	parsed 11479 expressions
0.80/1.52	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.80/1.62	c 1	MAX CSP: 10963 constraints
0.80/1.62	c 1	Converting to clausal form CSP
0.80/1.74	c 1	converted 2245 (10%) expressions
0.80/1.85	c 1	converted 4489 (20%) expressions
0.80/1.89	c 1	converted 6734 (30%) expressions
0.80/1.92	c 1	converted 8978 (40%) expressions
0.80/1.95	c 1	converted 11223 (50%) expressions
0.80/1.98	c 2	converted 13467 (60%) expressions
0.80/2.01	c 2	converted 15712 (70%) expressions
1.89/2.12	c 2	converted 17956 (80%) expressions
1.89/2.16	c 2	converted 20201 (90%) expressions
2.91/3.13	c 3	converted 22445 (100%) expressions
2.91/3.14	c 3	CSP : 22415 integers, 0 booleans, 32888 clauses, largest domain size 16445
2.91/3.14	c 3	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.91/3.14	c 3	Propagation in CSP
3.22/3.49	c 3	10955 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.22/3.49	c 3	CSP : 22415 integers, 0 booleans, 32888 clauses, largest domain size 10964
3.22/3.49	c 3	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.34/3.51	c 3	Simplifing CSP by introducing new Boolean variables
3.34/3.52	c 3	CSP : 22415 integers, 0 booleans, 32888 clauses, largest domain size 10964
3.34/3.52	c 3	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.44/3.67	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.56/3.70	c 3	2242 (10%) CSP integer variables are encoded (426 clauses, 4730 bytes)
3.56/3.71	c 3	4483 (20%) CSP integer variables are encoded (426 clauses, 4730 bytes)
3.56/3.71	c 3	6725 (30%) CSP integer variables are encoded (426 clauses, 4730 bytes)
3.56/3.71	c 3	8966 (40%) CSP integer variables are encoded (426 clauses, 4730 bytes)
3.56/3.71	c 3	11208 (50%) CSP integer variables are encoded (426 clauses, 4730 bytes)
3.56/3.75	c 3	13449 (60%) CSP integer variables are encoded (28680 clauses, 428540 bytes)
3.56/3.78	c 3	15691 (70%) CSP integer variables are encoded (53890 clauses, 806690 bytes)
3.66/3.81	c 3	17932 (80%) CSP integer variables are encoded (82129 clauses, 1230366 bytes)
3.76/3.91	c 3	20174 (90%) CSP integer variables are encoded (161385 clauses, 2577718 bytes)
3.86/4.04	c 4	22415 (100%) CSP integer variables are encoded (269089 clauses, 4408686 bytes)
3.98/4.16	c 4	3289 (10%) CSP clauses are encoded (274227 clauses, 4517947 bytes)
4.09/4.24	c 4	6578 (20%) CSP clauses are encoded (279028 clauses, 4623013 bytes)
4.19/4.34	c 4	9867 (30%) CSP clauses are encoded (283287 clauses, 4726374 bytes)
5.29/5.44	c 5	13156 (40%) CSP clauses are encoded (893494 clauses, 17723464 bytes)
16.88/18.65	c 18	16444 (50%) CSP clauses are encoded (7857800 clauses, 167167076 bytes)
20.16/22.00	c 22	19733 (60%) CSP clauses are encoded (9805595 clauses, 208826112 bytes)
55.17/61.11	c 61	23022 (70%) CSP clauses are encoded (30624372 clauses, 656097726 bytes)
59.13/66.06	c 66	26311 (80%) CSP clauses are encoded (32867891 clauses, 708672770 bytes)
113.39/123.60	c 123	29600 (90%) CSP clauses are encoded (53416782 clauses, 1210052294 bytes)
194.00/332.03	c 332	ERROR Exception Too large HOME/temp.cnf
194.04/333.45	c 332	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
194.04/333.45	c 332	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
194.04/333.45	c 332	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
194.04/333.45	s UNKNOWN
194.05/340.03	c 340	CPU 179.06 (0.05 0.01 179.01 14.99)
194.05/340.03	c 340	END Thu Aug  7 21:10:32 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1126515-1218135891/watcher-1126515-1218135891 -o /tmp/evaluation-result-1126515-1218135891/solver-1126515-1218135891 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1126515-1218135891.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 4.83 4.90 4.71 3/83 15302
/proc/meminfo: memFree=1242404/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=24 CPUtime=0
/proc/15302/stat : 15302 (sugar++) D 15300 15302 14203 0 -1 4194304 15 0 0 0 0 0 0 0 18 0 1 0 140673909 24576 1 996147200 0 0 548682069355 18446744073709551615 240153849127 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/15302/statm: 6 1 0 0 0 1 0

[startup+0.0280949 s]
/proc/loadavg: 4.83 4.90 4.71 3/83 15302
/proc/meminfo: memFree=1242404/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=124 CPUtime=0
/proc/15302/stat : 15302 (sugar++) D 15300 15302 14203 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 140673909 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 240151229929 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/15302/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101105 s]
/proc/loadavg: 4.83 4.90 4.71 3/83 15302
/proc/meminfo: memFree=1242404/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=12272 CPUtime=0
/proc/15302/stat : 15302 (sugar++) D 15300 15302 14203 0 -1 4194304 350 0 3 0 0 0 0 0 18 0 1 0 140673909 12566528 321 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/15302/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301131 s]
/proc/loadavg: 4.83 4.90 4.71 3/83 15302
/proc/meminfo: memFree=1242404/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16344 CPUtime=0.05
/proc/15302/stat : 15302 (sugar++) R 15300 15302 14203 0 -1 4194304 994 0 5 0 4 1 0 0 18 0 1 0 140673909 16736256 967 996147200 4194304 4206940 548682068528 18446744073709551615 240171471008 0 0 4224 0 0 0 0 17 1 0 0
/proc/15302/statm: 4086 967 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.701177 s]
/proc/loadavg: 4.83 4.90 4.71 3/83 15302
/proc/meminfo: memFree=1242404/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16740 CPUtime=0.06
/proc/15302/stat : 15302 (sugar++) S 15300 15302 14203 0 -1 4194304 1214 128 5 0 5 1 0 0 16 0 1 0 140673909 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15302/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50126 s]
/proc/loadavg: 4.83 4.90 4.71 2/94 15314
/proc/meminfo: memFree=1213900/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16740 CPUtime=0.8
/proc/15302/stat : 15302 (sugar++) S 15300 15302 14203 0 -1 4194304 1292 7977 5 64 5 1 65 9 15 0 1 0 140673909 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15302/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 16740

[startup+3.1023 s]
/proc/loadavg: 4.83 4.90 4.71 2/94 15324
/proc/meminfo: memFree=1202764/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16740 CPUtime=0.8
/proc/15302/stat : 15302 (sugar++) S 15300 15302 14203 0 -1 4194304 1292 7977 5 64 5 1 65 9 16 0 1 0 140673909 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15302/statm: 4185 1104 409 3 0 764 0
[pid=15315] ppid=15302 vsize=5356 CPUtime=0
/proc/15315/stat : 15315 (sh) S 15302 15302 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140674025 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15315/statm: 1339 233 193 169 0 50 0
[pid=15316] ppid=15315 vsize=869264 CPUtime=2.11
/proc/15316/stat : 15316 (java) S 15315 15302 14203 0 -1 0 13580 0 3 0 205 6 0 0 20 0 9 0 140674026 890126336 12473 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 217316 12473 2540 9 0 211891 0
[pid=15316/tid=15317] ppid=15315 vsize=869264 CPUtime=1.24
/proc/15316/task/15317/stat : 15317 (java) R 15315 15302 14203 0 -1 64 2944 0 3 0 123 1 0 0 16 0 9 0 140674026 890126336 12473 996147200 134512640 134550740 4294955920 18446744073709551615 4126475028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15318] ppid=15315 vsize=869264 CPUtime=0.65
/proc/15316/task/15318/stat : 15318 (java) S 15315 15302 14203 0 -1 64 8447 0 0 0 62 3 0 0 16 0 9 0 140674027 890126336 12473 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15319] ppid=15315 vsize=869264 CPUtime=0
/proc/15316/task/15319/stat : 15319 (java) S 15315 15302 14203 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140674028 890126336 12473 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15320] ppid=15315 vsize=869264 CPUtime=0
/proc/15316/task/15320/stat : 15320 (java) S 15315 15302 14203 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140674028 890126336 12473 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15321] ppid=15315 vsize=869264 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15315 15302 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140674030 890126336 12473 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15322] ppid=15315 vsize=869264 CPUtime=0.2
/proc/15316/task/15322/stat : 15322 (java) S 15315 15302 14203 0 -1 64 1493 0 0 0 19 1 0 0 16 0 9 0 140674030 890126336 12473 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15323] ppid=15315 vsize=869264 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15315 15302 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140674030 890126336 12473 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15315 vsize=869264 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15315 15302 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140674030 890126336 12473 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 891360

[startup+6.30265 s]
/proc/loadavg: 4.52 4.83 4.69 2/94 15324
/proc/meminfo: memFree=1169164/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16740 CPUtime=0.8
/proc/15302/stat : 15302 (sugar++) S 15300 15302 14203 0 -1 4194304 1292 7977 5 64 5 1 65 9 16 0 1 0 140673909 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15302/statm: 4185 1104 409 3 0 764 0
[pid=15315] ppid=15302 vsize=5356 CPUtime=0
/proc/15315/stat : 15315 (sh) S 15302 15302 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140674025 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15315/statm: 1339 233 193 169 0 50 0
[pid=15316] ppid=15315 vsize=869376 CPUtime=5.39
/proc/15316/stat : 15316 (java) S 15315 15302 14203 0 -1 0 14823 0 4 0 515 24 0 0 20 0 9 0 140674026 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 217344 13178 2567 9 0 211891 0
[pid=15316/tid=15317] ppid=15315 vsize=869376 CPUtime=4.12
/proc/15316/task/15317/stat : 15317 (java) R 15315 15302 14203 0 -1 64 3324 0 4 0 395 17 0 0 17 0 9 0 140674026 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4126573777 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15318] ppid=15315 vsize=869376 CPUtime=0.95
/proc/15316/task/15318/stat : 15318 (java) S 15315 15302 14203 0 -1 64 9239 0 0 0 90 5 0 0 16 0 9 0 140674027 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15319] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15319/stat : 15319 (java) S 15315 15302 14203 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140674028 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15320] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15320/stat : 15320 (java) S 15315 15302 14203 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140674028 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15321] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15315 15302 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15322] ppid=15315 vsize=869376 CPUtime=0.31
/proc/15316/task/15322/stat : 15322 (java) S 15315 15302 14203 0 -1 64 1564 0 0 0 30 1 0 0 16 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15323] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15315 15302 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15315 15302 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 891472

[startup+12.7024 s]
/proc/loadavg: 4.24 4.77 4.67 2/94 15324
/proc/meminfo: memFree=1088468/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16740 CPUtime=0.8
/proc/15302/stat : 15302 (sugar++) S 15300 15302 14203 0 -1 4194304 1292 7977 5 64 5 1 65 9 16 0 1 0 140673909 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15302/statm: 4185 1104 409 3 0 764 0
[pid=15315] ppid=15302 vsize=5356 CPUtime=0
/proc/15315/stat : 15315 (sh) S 15302 15302 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140674025 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15315/statm: 1339 233 193 169 0 50 0
[pid=15316] ppid=15315 vsize=869376 CPUtime=11.4
/proc/15316/stat : 15316 (java) S 15315 15302 14203 0 -1 0 15545 0 4 0 1067 73 0 0 20 0 9 0 140674026 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 217344 13178 2567 9 0 211891 0
[pid=15316/tid=15317] ppid=15315 vsize=869376 CPUtime=9.86
/proc/15316/task/15317/stat : 15317 (java) R 15315 15302 14203 0 -1 64 4046 0 4 0 925 61 0 0 17 0 9 0 140674026 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15318] ppid=15315 vsize=869376 CPUtime=1.2
/proc/15316/task/15318/stat : 15318 (java) S 15315 15302 14203 0 -1 64 9239 0 0 0 111 9 0 0 16 0 9 0 140674027 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15319/stat : 15319 (java) S 15315 15302 14203 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140674028 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15320] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15320/stat : 15320 (java) S 15315 15302 14203 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140674028 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15321] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15315 15302 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15322] ppid=15315 vsize=869376 CPUtime=0.31
/proc/15316/task/15322/stat : 15322 (java) S 15315 15302 14203 0 -1 64 1564 0 0 0 30 1 0 0 16 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15323] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15315 15302 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15315 15302 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 891472

[startup+25.5018 s]
/proc/loadavg: 3.90 4.67 4.63 2/94 15324
/proc/meminfo: memFree=932884/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16740 CPUtime=0.8
/proc/15302/stat : 15302 (sugar++) S 15300 15302 14203 0 -1 4194304 1292 7977 5 64 5 1 65 9 16 0 1 0 140673909 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15302/statm: 4185 1104 409 3 0 764 0
[pid=15315] ppid=15302 vsize=5356 CPUtime=0
/proc/15315/stat : 15315 (sh) S 15302 15302 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140674025 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15315/statm: 1339 233 193 169 0 50 0
[pid=15316] ppid=15315 vsize=869376 CPUtime=22.93
/proc/15316/stat : 15316 (java) S 15315 15302 14203 0 -1 0 16930 0 4 0 2133 160 0 0 20 0 9 0 140674026 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 217344 13178 2567 9 0 211891 0
[pid=15316/tid=15317] ppid=15315 vsize=869376 CPUtime=20.91
/proc/15316/task/15317/stat : 15317 (java) R 15315 15302 14203 0 -1 64 5431 0 4 0 1951 140 0 0 17 0 9 0 140674026 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 102064640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15318] ppid=15315 vsize=869376 CPUtime=1.7
/proc/15316/task/15318/stat : 15318 (java) S 15315 15302 14203 0 -1 64 9239 0 0 0 152 18 0 0 16 0 9 0 140674027 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15319/stat : 15319 (java) S 15315 15302 14203 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140674028 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15320] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15320/stat : 15320 (java) S 15315 15302 14203 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140674028 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15321] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15315 15302 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15322] ppid=15315 vsize=869376 CPUtime=0.31
/proc/15316/task/15322/stat : 15322 (java) S 15315 15302 14203 0 -1 64 1564 0 0 0 30 1 0 0 16 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15323] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15315 15302 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15315 15302 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.73
Current children cumulated vsize (KiB) 891472

[startup+51.1018 s]
/proc/loadavg: 3.61 4.53 4.59 2/97 15328
/proc/meminfo: memFree=635444/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16740 CPUtime=0.8
/proc/15302/stat : 15302 (sugar++) S 15300 15302 14203 0 -1 4194304 1292 7977 5 64 5 1 65 9 16 0 1 0 140673909 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15302/statm: 4185 1104 409 3 0 764 0
[pid=15315] ppid=15302 vsize=5356 CPUtime=0
/proc/15315/stat : 15315 (sh) S 15302 15302 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140674025 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15315/statm: 1339 233 193 169 0 50 0
[pid=15316] ppid=15315 vsize=869376 CPUtime=45.7
/proc/15316/stat : 15316 (java) S 15315 15302 14203 0 -1 0 19694 0 4 0 4232 338 0 0 20 0 9 0 140674026 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[pid=15316/tid=15318] ppid=15315 vsize=869376 CPUtime=5.53
/proc/15316/task/15318/stat : 15318 (java) S 15315 15302 14203 0 -1 64 9239 0 0 0 470 83 0 0 16 0 9 0 140674027 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15319/stat : 15319 (java) S 15315 15302 14203 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140674028 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15320] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15320/stat : 15320 (java) S 15315 15302 14203 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140674028 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15321] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15315 15302 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15322] ppid=15315 vsize=869376 CPUtime=0.31
/proc/15316/task/15322/stat : 15322 (java) S 15315 15302 14203 0 -1 64 1564 0 0 0 30 1 0 0 16 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15323] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15315 15302 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15315 15302 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 133.72
Current children cumulated vsize (KiB) 891472

[startup+222.307 s]
/proc/loadavg: 4.22 4.82 4.71 1/96 15337
/proc/meminfo: memFree=27572/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16740 CPUtime=0.8
/proc/15302/stat : 15302 (sugar++) S 15300 15302 14203 0 -1 4194304 1292 7977 5 64 5 1 65 9 16 0 1 0 140673909 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15302/statm: 4185 1104 409 3 0 764 0
[pid=15315] ppid=15302 vsize=5356 CPUtime=0
/proc/15315/stat : 15315 (sh) S 15302 15302 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140674025 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15315/statm: 1339 233 193 169 0 50 0
[pid=15316] ppid=15315 vsize=869376 CPUtime=132.92
/proc/15316/stat : 15316 (java) S 15315 15302 14203 0 -1 0 28716 0 4 0 12309 983 0 0 20 0 9 0 140674026 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 217344 13178 2567 9 0 211891 0
[pid=15316/tid=15317] ppid=15315 vsize=869376 CPUtime=127.07
/proc/15316/task/15317/stat : 15317 (java) D 15315 15302 14203 0 -1 64 17217 0 4 0 11809 898 0 0 17 0 9 0 140674026 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=15316/tid=15318] ppid=15315 vsize=869376 CPUtime=5.53
/proc/15316/task/15318/stat : 15318 (java) S 15315 15302 14203 0 -1 64 9239 0 0 0 470 83 0 0 16 0 9 0 140674027 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15319] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15319/stat : 15319 (java) S 15315 15302 14203 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140674028 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15320] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15320/stat : 15320 (java) S 15315 15302 14203 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140674028 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15321] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15315 15302 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15322] ppid=15315 vsize=869376 CPUtime=0.31
/proc/15316/task/15322/stat : 15322 (java) S 15315 15302 14203 0 -1 64 1564 0 0 0 30 1 0 0 16 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15323] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15315 15302 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15315 15302 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 133.72
Current children cumulated vsize (KiB) 891472

[startup+282.301 s]
/proc/loadavg: 3.38 4.47 4.60 2/94 15337
/proc/meminfo: memFree=15300/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16740 CPUtime=0.8
/proc/15302/stat : 15302 (sugar++) S 15300 15302 14203 0 -1 4194304 1292 7977 5 64 5 1 65 9 16 0 1 0 140673909 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15302/statm: 4185 1104 409 3 0 764 0
[pid=15315] ppid=15302 vsize=5356 CPUtime=0
/proc/15315/stat : 15315 (sh) S 15302 15302 14203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140674025 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15315/statm: 1339 233 193 169 0 50 0
[pid=15316] ppid=15315 vsize=869376 CPUtime=148.92
/proc/15316/stat : 15316 (java) S 15315 15302 14203 0 -1 0 30646 0 4 0 13773 1119 0 0 20 0 9 0 140674026 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15316/statm: 217344 13178 2567 9 0 211891 0
[pid=15316/tid=15317] ppid=15315 vsize=869376 CPUtime=142.44
/proc/15316/task/15317/stat : 15317 (java) R 15315 15302 14203 0 -1 64 19147 0 4 0 13219 1025 0 0 16 0 9 0 140674026 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 102064732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15318] ppid=15315 vsize=869376 CPUtime=6.15
/proc/15316/task/15318/stat : 15318 (java) S 15315 15302 14203 0 -1 64 9239 0 0 0 523 92 0 0 15 0 9 0 140674027 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15319] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15319/stat : 15319 (java) S 15315 15302 14203 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140674028 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15320] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15320/stat : 15320 (java) S 15315 15302 14203 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140674028 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15321] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15321/stat : 15321 (java) S 15315 15302 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15322] ppid=15315 vsize=869376 CPUtime=0.31
/proc/15316/task/15322/stat : 15322 (java) S 15315 15302 14203 0 -1 64 1564 0 0 0 30 1 0 0 16 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15316/tid=15323] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15323/stat : 15323 (java) S 15315 15302 14203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15316/tid=15324] ppid=15315 vsize=869376 CPUtime=0
/proc/15316/task/15324/stat : 15324 (java) S 15315 15302 14203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140674030 890241024 13178 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 149.72
Current children cumulated vsize (KiB) 891472

[startup+342.301 s]
/proc/loadavg: 5.20 4.73 4.67 1/88 15353
/proc/meminfo: memFree=58540/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16740 CPUtime=194.06
/proc/15302/stat : 15302 (sugar++) D 15300 15302 14203 0 -1 4194304 1315 44342 5 70 5 1 17901 1499 15 0 1 0 140673909 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/15302/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 194.06
Current children cumulated vsize (KiB) 16740

[startup+402.302 s]
/proc/loadavg: 3.70 4.37 4.55 2/86 15353
/proc/meminfo: memFree=1075964/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16740 CPUtime=194.67
/proc/15302/stat : 15302 (sugar++) D 15300 15302 14203 0 -1 4194304 1315 44342 5 70 5 62 17901 1499 15 0 1 0 140673909 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/15302/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 194.67
Current children cumulated vsize (KiB) 16740

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

[startup+409.602 s]
/proc/loadavg: 3.59 4.33 4.53 2/86 15353
/proc/meminfo: memFree=1118524/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16740 CPUtime=194.68
/proc/15302/stat : 15302 (sugar++) D 15300 15302 14203 0 -1 4194304 1315 44342 5 70 5 63 17901 1499 15 0 1 0 140673909 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/15302/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 194.68
Current children cumulated vsize (KiB) 16740

[startup+422.401 s]
/proc/loadavg: 3.50 4.28 4.52 1/85 15353
/proc/meminfo: memFree=1197636/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16740 CPUtime=194.74
/proc/15302/stat : 15302 (sugar++) D 15300 15302 14203 0 -1 4194304 1315 44342 5 70 5 69 17901 1499 15 0 1 0 140673909 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/15302/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 194.74
Current children cumulated vsize (KiB) 16740

[startup+428.802 s]
/proc/loadavg: 3.34 4.23 4.50 2/84 15353
/proc/meminfo: memFree=1220884/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16740 CPUtime=194.76
/proc/15302/stat : 15302 (sugar++) D 15300 15302 14203 0 -1 4194304 1315 44342 5 70 5 71 17901 1499 15 0 1 0 140673909 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/15302/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 194.76
Current children cumulated vsize (KiB) 16740

[startup+430.402 s]
/proc/loadavg: 3.34 4.23 4.50 2/84 15353
/proc/meminfo: memFree=1236308/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16740 CPUtime=194.76
/proc/15302/stat : 15302 (sugar++) D 15300 15302 14203 0 -1 4194304 1315 44342 5 70 5 71 17901 1499 15 0 1 0 140673909 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15302/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 194.76
Current children cumulated vsize (KiB) 16740

[startup+431.201 s]
/proc/loadavg: 3.34 4.23 4.50 1/84 15353
/proc/meminfo: memFree=1242004/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16740 CPUtime=194.76
/proc/15302/stat : 15302 (sugar++) D 15300 15302 14203 0 -1 4194304 1315 44342 5 70 5 71 17901 1499 15 0 1 0 140673909 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/15302/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 194.76
Current children cumulated vsize (KiB) 16740

[startup+432.001 s]
/proc/loadavg: 3.34 4.23 4.50 1/84 15353
/proc/meminfo: memFree=1242004/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16740 CPUtime=194.84
/proc/15302/stat : 15302 (sugar++) R 15300 15302 14203 0 -1 4194304 1315 44342 5 70 5 79 17901 1499 15 0 1 0 140673909 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240154022953 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15302/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 194.84
Current children cumulated vsize (KiB) 16740

[startup+432.203 s]
/proc/loadavg: 3.34 4.23 4.50 1/84 15353
/proc/meminfo: memFree=1242004/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16740 CPUtime=194.89
/proc/15302/stat : 15302 (sugar++) D 15300 15302 14203 0 -1 4194304 1315 44342 5 70 5 84 17901 1499 15 0 1 0 140673909 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15302/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 194.89
Current children cumulated vsize (KiB) 16740

[startup+432.301 s]
/proc/loadavg: 3.34 4.23 4.50 1/84 15353
/proc/meminfo: memFree=1246164/2055920 swapFree=4132796/4192956
[pid=15302] ppid=15300 vsize=16740 CPUtime=194.9
/proc/15302/stat : 15302 (sugar++) D 15300 15302 14203 0 -1 4194304 1315 44342 5 70 5 85 17901 1499 15 0 1 0 140673909 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 240154022953 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15302/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 194.9
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 432.317
CPU time (s): 194.927
CPU user time (s): 179.078
CPU system time (s): 15.8496
CPU usage (%): 45.089
Max. virtual memory (cumulated for all children) (KiB): 891864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 179.078
system time used= 15.8496
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45713
page faults= 75
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113695
involuntary context switches= 92644

runsolver used 0.511922 second user time and 1.44578 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-08-07 21:04:51
IDJOB=1126515
IDBENCH=64254
IDSOLVER=367
FILE ID=node86/1126515-1218135891
PBS_JOBID= 8000804
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/spot5/normalized-spot5-1401_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1126515-1218135891/watcher-1126515-1218135891 -o /tmp/evaluation-result-1126515-1218135891/solver-1126515-1218135891 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1126515-1218135891.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a0330e29b2cc8c29bc18fe280968139b
RANDOM SEED=591481123

node86.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:       1243076 kB
Buffers:          3164 kB
Cached:          28628 kB
SwapCached:         32 kB
Active:         754876 kB
Inactive:         5032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1243076 kB
SwapTotal:     4192956 kB
SwapFree:      4132796 kB
Dirty:            2428 kB
Writeback:           0 kB
Mapped:         745136 kB
Slab:            36560 kB
Committed_AS:   917664 kB
PageTables:       3440 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node86 at 2008-08-07 21:12:04