Trace number 1113363

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? (MO) 188.198 205.46

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25b-24.xml
MD5SUM1a83ac4e698f7d5e998b86838d2a31c5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints6
Best CPU time to get the best result obtained on this benchmark3600.01
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8263
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8263
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 19:11:49 2008
0.00/0.08	c 0	PID 18021
0.07/0.08	c 0	HOST node52.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1113363-1215882709.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113363-1215882709.xml' 'HOME/temp.csp'
0.07/0.88	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 8263 constraints
0.07/0.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.93	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.91/1.02	c 1	Parsing HOME/temp.csp
1.21/1.33	c 1	parsed 8715 expressions
1.21/1.33	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.30/1.44	c 1	MAX CSP: 8263 constraints
1.30/1.44	c 1	Converting to clausal form CSP
1.51/1.67	c 1	converted 1699 (10%) expressions
1.60/1.73	c 1	converted 3397 (20%) expressions
1.60/1.77	c 1	converted 5095 (30%) expressions
1.70/1.81	c 2	converted 6793 (40%) expressions
1.81/1.92	c 2	converted 8491 (50%) expressions
1.81/1.96	c 2	converted 10189 (60%) expressions
1.90/2.00	c 2	converted 11887 (70%) expressions
1.90/2.05	c 2	converted 13585 (80%) expressions
1.90/2.09	c 2	converted 15283 (90%) expressions
2.89/3.04	c 3	converted 16981 (100%) expressions
2.89/3.05	c 3	CSP : 16976 integers, 0 booleans, 24788 clauses, largest domain size 12395
2.89/3.05	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.89/3.05	c 3	Propagation in CSP
3.27/3.42	c 3	8258 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.27/3.42	c 3	CSP : 16976 integers, 0 booleans, 24788 clauses, largest domain size 8264
3.27/3.42	c 3	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.27/3.44	c 3	Simplifing CSP by introducing new Boolean variables
3.38/3.54	c 3	CSP : 16976 integers, 16526 booleans, 41314 clauses, largest domain size 8264
3.38/3.54	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.57/3.71	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.57/3.76	c 3	1698 (10%) CSP integer variables are encoded (9900 clauses, 127318 bytes)
3.57/3.76	c 3	3396 (20%) CSP integer variables are encoded (9900 clauses, 127318 bytes)
3.57/3.77	c 3	5093 (30%) CSP integer variables are encoded (9900 clauses, 127318 bytes)
3.57/3.77	c 3	6791 (40%) CSP integer variables are encoded (9900 clauses, 127318 bytes)
3.57/3.77	c 3	8488 (50%) CSP integer variables are encoded (9900 clauses, 127318 bytes)
3.67/3.80	c 4	10186 (60%) CSP integer variables are encoded (30276 clauses, 432958 bytes)
3.67/3.82	c 4	11884 (70%) CSP integer variables are encoded (48525 clauses, 706693 bytes)
3.67/3.85	c 4	13581 (80%) CSP integer variables are encoded (69015 clauses, 1014043 bytes)
3.67/3.87	c 4	15279 (90%) CSP integer variables are encoded (86711 clauses, 1282980 bytes)
3.87/4.03	c 4	16976 (100%) CSP integer variables are encoded (208360 clauses, 3351013 bytes)
4.08/4.23	c 4	4132 (10%) CSP clauses are encoded (275857 clauses, 4668744 bytes)
4.18/4.40	c 4	8263 (20%) CSP clauses are encoded (343330 clauses, 6057925 bytes)
4.37/4.55	c 4	12395 (30%) CSP clauses are encoded (410827 clauses, 7450238 bytes)
4.57/4.70	c 4	16526 (40%) CSP clauses are encoded (478300 clauses, 8843231 bytes)
4.67/4.85	c 5	20657 (50%) CSP clauses are encoded (545773 clauses, 10236386 bytes)
4.77/4.99	c 5	24789 (60%) CSP clauses are encoded (613247 clauses, 11634316 bytes)
12.64/12.98	c 13	28920 (70%) CSP clauses are encoded (4925064 clauses, 104042463 bytes)
36.40/37.39	c 37	33052 (80%) CSP clauses are encoded (17781854 clauses, 380113826 bytes)
44.39/45.52	c 45	37183 (90%) CSP clauses are encoded (22093671 clauses, 472521972 bytes)
176.63/183.64	c 183	41314 (100%) CSP clauses are encoded (86352497 clauses, 2014914705 bytes)
176.63/183.65	c 183	41314 CSP clauses encoded
176.63/183.67	c 183	Writing map file : HOME/temp.map
176.70/183.77	c 183	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
176.70/183.78	c 183	SAT : 241862 SAT variables, 86352497 SAT clauses, 2014914705 bytes
176.70/183.78	c 183	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
176.74/183.86	c 184	OBJECTIVE minimize _COST
176.74/183.86	c 184	SOLVING HOME/temp.cnf
176.74/183.86	c 184	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
176.79/183.94	c 184	This is MiniSat 2.0 beta incremental
176.79/183.94	c 184	WARNING: for repeatability, setting FPU to use double precision
176.79/183.94	c 184	============================[ Problem Statistics ]=============================
176.79/183.94	c 184	|                                                                             |
176.79/183.96	c 184	|  Number of variables:  241862                                               |
176.79/183.97	c 184	|  Number of clauses:    86352497                                             |
187.76/203.83	c ERROR INTERRUPTED
187.76/203.83	s UNKNOWN
187.91/204.01	c 204	CPU 171.55 (0.09 0.02 171.46 16.37)
187.91/204.01	c 204	END Sat Jul 12 19:15:13 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-1113363-1215882709/watcher-1113363-1215882709 -o /tmp/evaluation-result-1113363-1215882709/solver-1113363-1215882709 -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-1113363-1215882709.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: 2.00 2.24 2.45 4/74 18021
/proc/meminfo: memFree=737632/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=12132 CPUtime=0
/proc/18021/stat : 18021 (sugar++) R 18019 18021 17388 0 -1 4194304 291 0 0 0 0 0 0 0 20 0 1 0 44969735 12423168 259 996147200 4194304 4206940 548682068528 18446744073709551615 273667363248 0 0 4224 0 0 0 0 17 1 0 0
/proc/18021/statm: 3033 259 190 3 0 133 0

[startup+0.0844491 s]
/proc/loadavg: 2.00 2.24 2.45 4/74 18021
/proc/meminfo: memFree=737632/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16740 CPUtime=0.07
/proc/18021/stat : 18021 (sugar++) S 18019 18021 17388 0 -1 4194304 1143 0 0 0 5 2 0 0 18 0 1 0 44969735 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18021/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.103059 s]
/proc/loadavg: 2.00 2.24 2.45 4/74 18021
/proc/meminfo: memFree=737632/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16740 CPUtime=0.07
/proc/18021/stat : 18021 (sugar++) S 18019 18021 17388 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 44969735 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18021/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.302409 s]
/proc/loadavg: 2.00 2.24 2.45 4/74 18021
/proc/meminfo: memFree=737632/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16740 CPUtime=0.07
/proc/18021/stat : 18021 (sugar++) S 18019 18021 17388 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 44969735 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18021/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.70244 s]
/proc/loadavg: 2.00 2.24 2.45 4/74 18021
/proc/meminfo: memFree=737632/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16740 CPUtime=0.07
/proc/18021/stat : 18021 (sugar++) S 18019 18021 17388 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 44969735 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18021/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50249 s]
/proc/loadavg: 2.08 2.25 2.45 3/85 18043
/proc/meminfo: memFree=730568/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16740 CPUtime=0.86
/proc/18021/stat : 18021 (sugar++) S 18019 18021 17388 0 -1 4194304 1296 8546 0 1 5 2 72 7 15 0 1 0 44969735 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18021/statm: 4185 1104 409 3 0 764 0
[pid=18034] ppid=18021 vsize=5356 CPUtime=0
/proc/18034/stat : 18034 (sh) S 18021 18021 17388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44969828 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18034/statm: 1339 233 193 169 0 50 0
[pid=18035] ppid=18034 vsize=864144 CPUtime=0.54
/proc/18035/stat : 18035 (java) S 18034 18021 17388 0 -1 0 6142 0 1 0 51 3 0 0 18 0 9 0 44969828 884883456 5298 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18035/statm: 216036 5298 2542 9 0 210611 0
[pid=18035/tid=18036] ppid=18034 vsize=864144 CPUtime=0.33
/proc/18035/task/18036/stat : 18036 (java) R 18034 18021 17388 0 -1 64 2597 0 1 0 32 1 0 0 22 0 9 0 44969829 884883456 5298 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18037] ppid=18034 vsize=864144 CPUtime=0.1
/proc/18035/task/18037/stat : 18037 (java) S 18034 18021 17388 0 -1 64 2500 0 0 0 10 0 0 0 16 0 9 0 44969831 884883456 5298 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18038] ppid=18034 vsize=864144 CPUtime=0
/proc/18035/task/18038/stat : 18038 (java) S 18034 18021 17388 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44969831 884883456 5298 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18039] ppid=18034 vsize=864144 CPUtime=0
/proc/18035/task/18039/stat : 18039 (java) S 18034 18021 17388 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44969831 884883456 5298 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18040] ppid=18034 vsize=864144 CPUtime=0
/proc/18035/task/18040/stat : 18040 (java) S 18034 18021 17388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44969833 884883456 5298 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18041] ppid=18034 vsize=864144 CPUtime=0.08
/proc/18035/task/18041/stat : 18041 (java) R 18034 18021 17388 0 -1 64 348 0 0 0 8 0 0 0 16 0 9 0 44969833 884883456 5298 996147200 134512640 134550740 4294955920 18446744073709551615 102022480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18042] ppid=18034 vsize=864144 CPUtime=0
/proc/18035/task/18042/stat : 18042 (java) S 18034 18021 17388 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44969833 884883456 5298 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18043] ppid=18034 vsize=864144 CPUtime=0
/proc/18035/task/18043/stat : 18043 (java) S 18034 18021 17388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44969833 884883456 5298 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886240

[startup+3.10361 s]
/proc/loadavg: 2.08 2.25 2.45 3/85 18043
/proc/meminfo: memFree=711432/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16740 CPUtime=0.86
/proc/18021/stat : 18021 (sugar++) S 18019 18021 17388 0 -1 4194304 1297 8546 0 1 5 2 72 7 16 0 1 0 44969735 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18021/statm: 4185 1104 409 3 0 764 0
[pid=18034] ppid=18021 vsize=5356 CPUtime=0
/proc/18034/stat : 18034 (sh) S 18021 18021 17388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44969828 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18034/statm: 1339 233 193 169 0 50 0
[pid=18035] ppid=18034 vsize=868360 CPUtime=2.13
/proc/18035/stat : 18035 (java) S 18034 18021 17388 0 -1 0 12379 0 1 0 205 8 0 0 18 0 9 0 44969828 889200640 11192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18035/statm: 217090 11192 2540 9 0 211665 0
[pid=18035/tid=18036] ppid=18034 vsize=868360 CPUtime=1.21
/proc/18035/task/18036/stat : 18036 (java) R 18034 18021 17388 0 -1 64 2902 0 1 0 119 2 0 0 25 0 9 0 44969829 889200640 11192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18037] ppid=18034 vsize=868360 CPUtime=0.65
/proc/18035/task/18037/stat : 18037 (java) R 18034 18021 17388 0 -1 64 7285 0 0 0 62 3 0 0 15 0 9 0 44969831 889200640 11192 996147200 134512640 134550740 4294955920 18446744073709551615 102722995 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18038] ppid=18034 vsize=868360 CPUtime=0
/proc/18035/task/18038/stat : 18038 (java) S 18034 18021 17388 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44969831 889200640 11192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18039] ppid=18034 vsize=868360 CPUtime=0
/proc/18035/task/18039/stat : 18039 (java) S 18034 18021 17388 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44969831 889200640 11192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18040] ppid=18034 vsize=868360 CPUtime=0
/proc/18035/task/18040/stat : 18040 (java) S 18034 18021 17388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44969833 889200640 11192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18041] ppid=18034 vsize=868360 CPUtime=0.23
/proc/18035/task/18041/stat : 18041 (java) S 18034 18021 17388 0 -1 64 1495 0 0 0 22 1 0 0 16 0 9 0 44969833 889200640 11192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18042] ppid=18034 vsize=868360 CPUtime=0
/proc/18035/task/18042/stat : 18042 (java) S 18034 18021 17388 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44969833 889200640 11192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18043] ppid=18034 vsize=868360 CPUtime=0
/proc/18035/task/18043/stat : 18043 (java) S 18034 18021 17388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44969833 889200640 11192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890456

[startup+6.30282 s]
/proc/loadavg: 2.07 2.24 2.45 3/85 18043
/proc/meminfo: memFree=678856/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16740 CPUtime=0.87
/proc/18021/stat : 18021 (sugar++) S 18019 18021 17388 0 -1 4194304 1297 8546 0 1 6 2 72 7 15 0 1 0 44969735 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18021/statm: 4185 1104 409 3 0 764 0
[pid=18034] ppid=18021 vsize=5356 CPUtime=0
/proc/18034/stat : 18034 (sh) S 18021 18021 17388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44969828 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18034/statm: 1339 233 193 169 0 50 0
[pid=18035] ppid=18034 vsize=868472 CPUtime=5.29
/proc/18035/stat : 18035 (java) S 18034 18021 17388 0 -1 0 13924 0 1 0 499 30 0 0 18 0 9 0 44969828 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18035/statm: 217118 12192 2565 9 0 211665 0
[pid=18035/tid=18036] ppid=18034 vsize=868472 CPUtime=3.94
/proc/18035/task/18036/stat : 18036 (java) R 18034 18021 17388 0 -1 64 3281 0 1 0 373 21 0 0 25 0 9 0 44969829 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4127061613 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18037] ppid=18034 vsize=868472 CPUtime=1.02
/proc/18035/task/18037/stat : 18037 (java) S 18034 18021 17388 0 -1 64 8413 0 0 0 96 6 0 0 16 0 9 0 44969831 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18038] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18038/stat : 18038 (java) S 18034 18021 17388 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44969831 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18039] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18039/stat : 18039 (java) S 18034 18021 17388 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44969831 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18040] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18040/stat : 18040 (java) S 18034 18021 17388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18041] ppid=18034 vsize=868472 CPUtime=0.3
/proc/18035/task/18041/stat : 18041 (java) S 18034 18021 17388 0 -1 64 1533 0 0 0 29 1 0 0 16 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18042] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18042/stat : 18042 (java) S 18034 18021 17388 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18043] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18043/stat : 18043 (java) S 18034 18021 17388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890568

[startup+12.7023 s]
/proc/loadavg: 2.07 2.24 2.45 3/85 18043
/proc/meminfo: memFree=602184/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16740 CPUtime=0.87
/proc/18021/stat : 18021 (sugar++) S 18019 18021 17388 0 -1 4194304 1297 8546 0 1 6 2 72 7 15 0 1 0 44969735 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18021/statm: 4185 1104 409 3 0 764 0
[pid=18034] ppid=18021 vsize=5356 CPUtime=0
/proc/18034/stat : 18034 (sh) S 18021 18021 17388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44969828 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18034/statm: 1339 233 193 169 0 50 0
[pid=18035] ppid=18034 vsize=868472 CPUtime=11.57
/proc/18035/stat : 18035 (java) S 18034 18021 17388 0 -1 0 14721 0 1 0 1075 82 0 0 18 0 9 0 44969828 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18035/statm: 217118 12192 2565 9 0 211665 0
[pid=18035/tid=18036] ppid=18034 vsize=868472 CPUtime=9.87
/proc/18035/task/18036/stat : 18036 (java) R 18034 18021 17388 0 -1 64 4078 0 1 0 919 68 0 0 24 0 9 0 44969829 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4126564599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18037] ppid=18034 vsize=868472 CPUtime=1.37
/proc/18035/task/18037/stat : 18037 (java) S 18034 18021 17388 0 -1 64 8413 0 0 0 126 11 0 0 16 0 9 0 44969831 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18038] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18038/stat : 18038 (java) S 18034 18021 17388 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44969831 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18039] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18039/stat : 18039 (java) S 18034 18021 17388 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44969831 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18040] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18040/stat : 18040 (java) S 18034 18021 17388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18041] ppid=18034 vsize=868472 CPUtime=0.3
/proc/18035/task/18041/stat : 18041 (java) S 18034 18021 17388 0 -1 64 1533 0 0 0 29 1 0 0 16 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18042] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18042/stat : 18042 (java) S 18034 18021 17388 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18043] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18043/stat : 18043 (java) S 18034 18021 17388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 890568

[startup+25.5021 s]
/proc/loadavg: 2.05 2.23 2.44 3/85 18043
/proc/meminfo: memFree=452488/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16740 CPUtime=0.87
/proc/18021/stat : 18021 (sugar++) S 18019 18021 17388 0 -1 4194304 1297 8546 0 1 6 2 72 7 16 0 1 0 44969735 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18021/statm: 4185 1104 409 3 0 764 0
[pid=18034] ppid=18021 vsize=5356 CPUtime=0
/proc/18034/stat : 18034 (sh) S 18021 18021 17388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44969828 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18034/statm: 1339 233 193 169 0 50 0
[pid=18035] ppid=18034 vsize=868472 CPUtime=24.01
/proc/18035/stat : 18035 (java) S 18034 18021 17388 0 -1 0 16272 0 1 0 2213 188 0 0 18 0 9 0 44969828 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18035/statm: 217118 12192 2565 9 0 211665 0
[pid=18035/tid=18036] ppid=18034 vsize=868472 CPUtime=21.59
/proc/18035/task/18036/stat : 18036 (java) R 18034 18021 17388 0 -1 64 5629 0 1 0 1997 162 0 0 25 0 9 0 44969829 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 102064761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18037] ppid=18034 vsize=868472 CPUtime=2.09
/proc/18035/task/18037/stat : 18037 (java) S 18034 18021 17388 0 -1 64 8413 0 0 0 186 23 0 0 16 0 9 0 44969831 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18038] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18038/stat : 18038 (java) S 18034 18021 17388 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44969831 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18039] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18039/stat : 18039 (java) S 18034 18021 17388 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44969831 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18040] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18040/stat : 18040 (java) S 18034 18021 17388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18041] ppid=18034 vsize=868472 CPUtime=0.3
/proc/18035/task/18041/stat : 18041 (java) S 18034 18021 17388 0 -1 64 1533 0 0 0 29 1 0 0 16 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18042] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18042/stat : 18042 (java) S 18034 18021 17388 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18043] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18043/stat : 18043 (java) S 18034 18021 17388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 890568

[startup+51.1028 s]
/proc/loadavg: 2.11 2.22 2.43 3/85 18055
/proc/meminfo: memFree=190216/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16740 CPUtime=0.87
/proc/18021/stat : 18021 (sugar++) S 18019 18021 17388 0 -1 4194304 1297 8546 0 1 6 2 72 7 16 0 1 0 44969735 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18021/statm: 4185 1104 409 3 0 764 0
[pid=18034] ppid=18021 vsize=5356 CPUtime=0
/proc/18034/stat : 18034 (sh) S 18021 18021 17388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44969828 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18034/statm: 1339 233 193 169 0 50 0
[pid=18035] ppid=18034 vsize=868472 CPUtime=48.99
/proc/18035/stat : 18035 (java) S 18034 18021 17388 0 -1 0 19133 0 1 0 4526 373 0 0 18 0 9 0 44969828 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18035/statm: 217118 12192 2565 9 0 211665 0
[pid=18035/tid=18036] ppid=18034 vsize=868472 CPUtime=45.36
/proc/18035/task/18036/stat : 18036 (java) R 18034 18021 17388 0 -1 64 8490 0 1 0 4207 329 0 0 25 0 9 0 44969829 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4127087547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18037] ppid=18034 vsize=868472 CPUtime=3.29
/proc/18035/task/18037/stat : 18037 (java) S 18034 18021 17388 0 -1 64 8413 0 0 0 288 41 0 0 16 0 9 0 44969831 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18038] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18038/stat : 18038 (java) S 18034 18021 17388 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44969831 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18039] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18039/stat : 18039 (java) S 18034 18021 17388 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44969831 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18040] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18040/stat : 18040 (java) S 18034 18021 17388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18041] ppid=18034 vsize=868472 CPUtime=0.3
/proc/18035/task/18041/stat : 18041 (java) S 18034 18021 17388 0 -1 64 1533 0 0 0 29 1 0 0 16 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18042] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18042/stat : 18042 (java) S 18034 18021 17388 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18043] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18043/stat : 18043 (java) S 18034 18021 17388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.86
Current children cumulated vsize (KiB) 890568

[startup+102.307 s]
/proc/loadavg: 2.39 2.27 2.43 2/85 18067
/proc/meminfo: memFree=391816/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16740 CPUtime=0.87
/proc/18021/stat : 18021 (sugar++) S 18019 18021 17388 0 -1 4194304 1297 8546 0 1 6 2 72 7 16 0 1 0 44969735 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18021/statm: 4185 1104 409 3 0 764 0
[pid=18034] ppid=18021 vsize=5356 CPUtime=0
/proc/18034/stat : 18034 (sh) S 18021 18021 17388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44969828 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18034/statm: 1339 233 193 169 0 50 0
[pid=18035] ppid=18034 vsize=868472 CPUtime=98.55
/proc/18035/stat : 18035 (java) S 18034 18021 17388 0 -1 0 24751 0 1 0 9107 748 0 0 18 0 9 0 44969828 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18035/statm: 217118 12192 2565 9 0 211665 0
[pid=18035/tid=18036] ppid=18034 vsize=868472 CPUtime=92.51
/proc/18035/task/18036/stat : 18036 (java) R 18034 18021 17388 0 -1 64 14108 0 1 0 8586 665 0 0 23 0 9 0 44969829 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18035/tid=18037] ppid=18034 vsize=868472 CPUtime=5.71
/proc/18035/task/18037/stat : 18037 (java) S 18034 18021 17388 0 -1 64 8413 0 0 0 491 80 0 0 16 0 9 0 44969831 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18035/tid=18038] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18038/stat : 18038 (java) S 18034 18021 17388 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44969831 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18039] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18039/stat : 18039 (java) S 18034 18021 17388 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44969831 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18040] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18040/stat : 18040 (java) S 18034 18021 17388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18041] ppid=18034 vsize=868472 CPUtime=0.3
/proc/18035/task/18041/stat : 18041 (java) S 18034 18021 17388 0 -1 64 1533 0 0 0 29 1 0 0 16 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18042] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18042/stat : 18042 (java) S 18034 18021 17388 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18043] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18043/stat : 18043 (java) S 18034 18021 17388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.42
Current children cumulated vsize (KiB) 890568

[startup+162.302 s]
/proc/loadavg: 2.74 2.38 2.46 3/85 18067
/proc/meminfo: memFree=15048/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=16740 CPUtime=0.87
/proc/18021/stat : 18021 (sugar++) S 18019 18021 17388 0 -1 4194304 1297 8546 0 1 6 2 72 7 16 0 1 0 44969735 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18021/statm: 4185 1104 409 3 0 764 0
[pid=18034] ppid=18021 vsize=5356 CPUtime=0
/proc/18034/stat : 18034 (sh) S 18021 18021 17388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44969828 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18034/statm: 1339 233 193 169 0 50 0
[pid=18035] ppid=18034 vsize=868472 CPUtime=154.95
/proc/18035/stat : 18035 (java) S 18034 18021 17388 0 -1 0 32115 0 1 0 14252 1243 0 0 18 0 9 0 44969828 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18035/statm: 217118 12192 2565 9 0 211665 0
[pid=18035/tid=18036] ppid=18034 vsize=868472 CPUtime=145.91
/proc/18035/task/18036/stat : 18036 (java) R 18034 18021 17388 0 -1 64 21472 0 1 0 13482 1109 0 0 25 0 9 0 44969829 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18035/tid=18037] ppid=18034 vsize=868472 CPUtime=8.69
/proc/18035/task/18037/stat : 18037 (java) S 18034 18021 17388 0 -1 64 8413 0 0 0 739 130 0 0 16 0 9 0 44969831 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18035/tid=18038] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18038/stat : 18038 (java) S 18034 18021 17388 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44969831 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18039] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18039/stat : 18039 (java) S 18034 18021 17388 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44969831 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18040] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18040/stat : 18040 (java) S 18034 18021 17388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18041] ppid=18034 vsize=868472 CPUtime=0.3
/proc/18035/task/18041/stat : 18041 (java) S 18034 18021 17388 0 -1 64 1533 0 0 0 29 1 0 0 16 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18042] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18042/stat : 18042 (java) S 18034 18021 17388 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18035/tid=18043] ppid=18034 vsize=868472 CPUtime=0
/proc/18035/task/18043/stat : 18043 (java) S 18034 18021 17388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44969833 889315328 12192 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 155.82
Current children cumulated vsize (KiB) 890568



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+203.801 s]
/proc/loadavg: 2.69 2.43 2.47 3/76 18068
/proc/meminfo: memFree=15440/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=17796 CPUtime=176.79
/proc/18021/stat : 18021 (sugar++) S 18019 18021 17388 0 -1 4194304 1715 43757 3 6 9 2 16246 1422 16 0 1 0 44969735 18223104 1376 996147200 4194304 4206940 548682068528 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18021/statm: 4449 1376 413 3 0 1028 0
[pid=18068] ppid=18021 vsize=908728 CPUtime=10.97
/proc/18068/stat : 18068 (minisat-inc) D 18021 18021 17388 0 -1 4194304 222891 0 6 0 899 198 0 0 18 0 1 0 44988125 930537472 222846 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563479169 0 0 17 0 0 0
/proc/18068/statm: 227182 222846 59 151 0 227028 0
Current children cumulated CPU time (s) 187.76
Current children cumulated vsize (KiB) 926524

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

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

[startup+204.606 s]
/proc/loadavg: 2.69 2.43 2.47 2/76 18069
/proc/meminfo: memFree=1196816/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=17796 CPUtime=188.08
/proc/18021/stat : 18021 (sugar++) D 18019 18021 17388 0 -1 4194304 1746 266648 3 12 9 16 17146 1637 15 0 1 0 44969735 18223104 1377 996147200 4194304 4206940 548682068528 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18021/statm: 4449 1377 414 3 0 1028 0
Current children cumulated CPU time (s) 188.08
Current children cumulated vsize (KiB) 17796

[startup+205.001 s]
/proc/loadavg: 2.69 2.43 2.47 2/76 18069
/proc/meminfo: memFree=1196816/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=17796 CPUtime=188.11
/proc/18021/stat : 18021 (sugar++) D 18019 18021 17388 0 -1 4194304 1746 266648 3 12 9 19 17146 1637 15 0 1 0 44969735 18223104 1377 996147200 4194304 4206940 548682068528 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18021/statm: 4449 1377 414 3 0 1028 0
Current children cumulated CPU time (s) 188.11
Current children cumulated vsize (KiB) 17796

[startup+205.401 s]
/proc/loadavg: 2.69 2.43 2.47 2/76 18069
/proc/meminfo: memFree=1196816/2055920 swapFree=4192812/4192956
[pid=18021] ppid=18019 vsize=17796 CPUtime=188.14
/proc/18021/stat : 18021 (sugar++) D 18019 18021 17388 0 -1 4194304 1746 266648 3 12 9 22 17146 1637 15 0 1 0 44969735 18223104 1377 996147200 4194304 4206940 548682068528 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18021/statm: 4449 1377 414 3 0 1028 0
Current children cumulated CPU time (s) 188.14
Current children cumulated vsize (KiB) 17796

Child status: 0
Real time (s): 205.46
CPU time (s): 188.198
CPU user time (s): 171.557
CPU system time (s): 16.6415
CPU usage (%): 91.5984
Max. virtual memory (cumulated for all children) (KiB): 926524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 171.557
system time used= 16.6415
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268440
page faults= 15
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 157793
involuntary context switches= 157924

runsolver used 0.311952 second user time and 0.726889 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-12 19:11:49
IDJOB=1113363
IDBENCH=61570
IDSOLVER=367
FILE ID=node52/1113363-1215882709
PBS_JOBID= 7903568
Free space on /tmp= 66148 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-25/normalized-lei450-25b-24.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-1113363-1215882709/watcher-1113363-1215882709 -o /tmp/evaluation-result-1113363-1215882709/solver-1113363-1215882709 -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-1113363-1215882709.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1a83ac4e698f7d5e998b86838d2a31c5
RANDOM SEED=1141292988

node52.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.234
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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        738176 kB
Buffers:          9836 kB
Cached:         461948 kB
SwapCached:          0 kB
Active:        1232428 kB
Inactive:        24132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        738176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1816 kB
Writeback:           0 kB
Mapped:         795980 kB
Slab:            44496 kB
Committed_AS:   944024 kB
PageTables:       3708 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= 66148 MiB
End job on node52 at 2008-07-12 19:15:15