Trace number 1108476

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? (MO) 89.9859 351.886

General information on the benchmark

Namecsp/coloring/
normalized-le-450-5a-4-ext.xml
MD5SUM1b9f42e73c63b23822cbfeaa1a420be1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints392
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5714
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension5714
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.06	c 0	Sugar v1-13 + HOME/minisat
0.03/0.06	c 0	BEGIN Thu Aug  7 20:17:36 2008
0.03/0.06	c 0	PID 17967
0.03/0.06	c 0	HOST node89.alineos.net
0.03/0.06	c 0	CONVERTING HOME/instance-1108476-1218133056.xml TO HOME/temp.csp
0.03/0.06	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1108476-1218133056.xml' 'HOME/temp.csp'
0.49/1.87	c 2	1 domains, 450 variables, 0 predicates, 1 relations, 5714 constraints
0.57/1.92	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.57/1.92	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.58/2.03	c 2	Parsing HOME/temp.csp
0.85/2.24	c 2	parsed 6166 expressions
0.85/2.24	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.85/2.29	c 3	MAX CSP: 5714 constraints
0.85/2.29	c 3	Converting to clausal form CSP
0.94/2.36	c 3	converted 1189 (10%) expressions
1.06/2.48	c 3	converted 2377 (20%) expressions
1.20/2.51	c 3	converted 3565 (30%) expressions
1.20/2.53	c 3	converted 4754 (40%) expressions
1.20/2.54	c 3	converted 5942 (50%) expressions
1.31/2.61	c 3	converted 7130 (60%) expressions
1.31/2.63	c 3	converted 8319 (70%) expressions
1.31/2.65	c 3	converted 9507 (80%) expressions
1.31/2.67	c 3	converted 10695 (90%) expressions
1.83/3.17	c 3	converted 11883 (100%) expressions
1.83/3.20	c 3	CSP : 11878 integers, 0 booleans, 17141 clauses, largest domain size 8572
1.93/3.21	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.93/3.22	c 3	Propagation in CSP
2.03/3.36	c 4	5708 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.03/3.36	c 4	CSP : 11878 integers, 0 booleans, 17141 clauses, largest domain size 5715
2.03/3.36	c 4	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/3.37	c 4	Simplifing CSP by introducing new Boolean variables
2.03/3.38	c 4	CSP : 11878 integers, 0 booleans, 17141 clauses, largest domain size 5715
2.03/3.38	c 4	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/3.48	c 4	Encoding CSP to SAT : HOME/temp.cnf
2.21/3.52	c 4	1188 (10%) CSP integer variables are encoded (900 clauses, 10288 bytes)
2.21/3.53	c 4	2376 (20%) CSP integer variables are encoded (900 clauses, 10288 bytes)
2.21/3.53	c 4	3564 (30%) CSP integer variables are encoded (900 clauses, 10288 bytes)
2.21/3.53	c 4	4752 (40%) CSP integer variables are encoded (900 clauses, 10288 bytes)
2.21/3.54	c 4	5939 (50%) CSP integer variables are encoded (900 clauses, 10288 bytes)
2.21/3.55	c 4	7127 (60%) CSP integer variables are encoded (14214 clauses, 204129 bytes)
2.31/3.63	c 4	8315 (70%) CSP integer variables are encoded (82134 clauses, 1222929 bytes)
2.31/3.66	c 4	9503 (80%) CSP integer variables are encoded (102993 clauses, 1559843 bytes)
2.31/3.67	c 4	10691 (90%) CSP integer variables are encoded (114766 clauses, 1759984 bytes)
2.31/3.69	c 4	11878 (100%) CSP integer variables are encoded (129851 clauses, 2016429 bytes)
2.51/3.82	c 4	1715 (10%) CSP clauses are encoded (136711 clauses, 2161537 bytes)
2.51/3.89	c 4	3429 (20%) CSP clauses are encoded (143567 clauses, 2312517 bytes)
2.62/3.95	c 4	5143 (30%) CSP clauses are encoded (150423 clauses, 2465501 bytes)
2.92/4.29	c 5	6857 (40%) CSP clauses are encoded (322174 clauses, 6101673 bytes)
6.20/7.56	c 8	8571 (50%) CSP clauses are encoded (2223522 clauses, 46839999 bytes)
25.15/27.80	c 28	10285 (60%) CSP clauses are encoded (10520074 clauses, 224347763 bytes)
64.02/72.86	c 73	11999 (70%) CSP clauses are encoded (33038382 clauses, 733350811 bytes)
65.11/73.98	c 74	13713 (80%) CSP clauses are encoded (33654988 clauses, 748325891 bytes)
68.03/78.30	c 79	15427 (90%) CSP clauses are encoded (35233878 clauses, 786859873 bytes)
78.97/296.77	c 297	17141 (100%) CSP clauses are encoded (41222854 clauses, 933357182 bytes)
78.97/296.77	c 297	17141 CSP clauses encoded
78.97/296.77	c 297	Writing map file : HOME/temp.map
79.08/296.81	c 297	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
79.08/296.81	c 297	SAT : 141729 SAT variables, 41222854 SAT clauses, 933357182 bytes
79.08/296.81	c 297	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
79.08/296.85	c 297	OBJECTIVE minimize _COST
79.16/297.62	c 298	OBJECTIVE BOUND: 0 <= _COST <= 
79.16/297.62	c 298	SEARCHING: _COST <= 2857
79.16/297.62	c 298	SOLVING HOME/temp.cnf
79.16/297.62	c 298	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
79.16/298.50	c 299	This is MiniSat 2.0 beta
79.16/298.50	c 299	WARNING: for repeatability, setting FPU to use double precision
79.16/298.50	c 299	============================[ Problem Statistics ]=============================
79.16/298.50	c 299	|                                                                             |
79.16/298.50	c 299	|  Number of variables:  141729                                               |
79.16/298.50	c 299	|  Number of clauses:    41222855                                             |
89.76/351.42	c ERROR INTERRUPTED
89.86/351.64	s UNKNOWN
89.86/351.64	c 352	CPU 72.61 (0.05 0.01 72.56 6.54)
89.86/351.64	c 352	END Thu Aug  7 20:23:28 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-1108476-1218133056/watcher-1108476-1218133056 -o /tmp/evaluation-result-1108476-1218133056/solver-1108476-1218133056 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1108476-1218133056.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: 0.07 0.30 0.19 4/73 17967
/proc/meminfo: memFree=326320/2055920 swapFree=4180448/4192956
[pid=17967] ppid=17965 vsize=12268 CPUtime=0
/proc/17967/stat : 17967 (sugar) R 17965 17967 17904 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 140390632 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 249078791166 0 0 4224 0 0 0 0 17 1 0 0
/proc/17967/statm: 3067 316 241 3 0 167 0

[startup+0.046043 s]
/proc/loadavg: 0.07 0.30 0.19 4/73 17967
/proc/meminfo: memFree=326320/2055920 swapFree=4180448/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=0.03
/proc/17967/stat : 17967 (sugar) R 17965 17967 17904 0 -1 4194304 794 0 0 0 3 0 0 0 18 0 1 0 140390632 13926400 762 996147200 4194304 4206940 548682068592 18446744073709551615 249069736673 0 0 4224 0 0 0 0 17 0 0 0
/proc/17967/statm: 3400 763 341 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102051 s]
/proc/loadavg: 0.07 0.30 0.19 4/73 17967
/proc/meminfo: memFree=326320/2055920 swapFree=4180448/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=0.03
/proc/17967/stat : 17967 (sugar) S 17965 17967 17904 0 -1 4194304 897 127 1 0 3 0 0 0 16 0 1 0 140390632 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302066 s]
/proc/loadavg: 0.07 0.30 0.19 4/73 17967
/proc/meminfo: memFree=326320/2055920 swapFree=4180448/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=0.03
/proc/17967/stat : 17967 (sugar) S 17965 17967 17904 0 -1 4194304 897 127 1 0 3 0 0 0 16 0 1 0 140390632 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702106 s]
/proc/loadavg: 0.07 0.30 0.19 4/73 17967
/proc/meminfo: memFree=326320/2055920 swapFree=4180448/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=0.03
/proc/17967/stat : 17967 (sugar) S 17965 17967 17904 0 -1 4194304 897 127 1 0 3 0 0 0 16 0 1 0 140390632 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50118 s]
/proc/loadavg: 0.07 0.30 0.19 1/94 17990
/proc/meminfo: memFree=299072/2055920 swapFree=4180448/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=0.03
/proc/17967/stat : 17967 (sugar) S 17965 17967 17904 0 -1 4194304 897 127 1 0 3 0 0 0 16 0 1 0 140390632 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 796 370 3 0 500 0
[pid=17970] ppid=17967 vsize=5356 CPUtime=0
/proc/17970/stat : 17970 (sh) S 17967 17967 17904 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 140390639 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17970/statm: 1339 233 193 169 0 50 0
[pid=17971] ppid=17970 vsize=863720 CPUtime=0.12
/proc/17971/stat : 17971 (java) S 17970 17967 17904 0 -1 0 3376 0 99 0 9 3 0 0 18 0 9 0 140390642 884449280 2951 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17971/statm: 215930 2951 1697 9 0 210512 0
[pid=17971/tid=17975] ppid=17970 vsize=863720 CPUtime=0.09
/proc/17971/task/17975/stat : 17975 (java) R 17970 17967 17904 0 -1 64 2484 0 73 0 7 2 0 0 17 0 9 0 140390684 884449280 2951 996147200 134512640 134550740 4294956000 18446744073709551615 104454898 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17971/tid=17978] ppid=17970 vsize=863720 CPUtime=0
/proc/17971/task/17978/stat : 17978 (java) S 17970 17967 17904 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 140390707 884449280 2951 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17971/tid=17980] ppid=17970 vsize=863720 CPUtime=0
/proc/17971/task/17980/stat : 17980 (java) S 17970 17967 17904 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 140390711 884449280 2951 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17971/tid=17982] ppid=17970 vsize=863720 CPUtime=0
/proc/17971/task/17982/stat : 17982 (java) S 17970 17967 17904 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 140390711 884449280 2951 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17971/tid=17985] ppid=17970 vsize=863720 CPUtime=0
/proc/17971/task/17985/stat : 17985 (java) S 17970 17967 17904 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 140390720 884449280 2951 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17971/tid=17986] ppid=17970 vsize=863720 CPUtime=0.01
/proc/17971/task/17986/stat : 17986 (java) S 17970 17967 17904 0 -1 64 222 0 1 0 1 0 0 0 16 0 9 0 140390720 884449280 2951 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17971/tid=17988] ppid=17970 vsize=863720 CPUtime=0
/proc/17971/task/17988/stat : 17988 (java) S 17970 17967 17904 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140390720 884449280 2951 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17971/tid=17990] ppid=17970 vsize=863720 CPUtime=0
/proc/17971/task/17990/stat : 17990 (java) S 17970 17967 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140390720 884449280 2951 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 882676

[startup+3.10134 s]
/proc/loadavg: 0.07 0.30 0.19 2/94 18010
/proc/meminfo: memFree=287744/2055920 swapFree=4180448/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=0.58
/proc/17967/stat : 17967 (sugar) S 17965 17967 17904 0 -1 4194304 973 6730 1 105 3 0 50 5 15 0 1 0 140390632 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 797 370 3 0 500 0
[pid=18001] ppid=17967 vsize=5356 CPUtime=0
/proc/18001/stat : 18001 (sh) S 17967 17967 17904 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140390825 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18001/statm: 1339 233 193 169 0 50 0
[pid=18002] ppid=18001 vsize=868460 CPUtime=1.25
/proc/18002/stat : 18002 (java) S 18001 17967 17904 0 -1 0 10201 0 1 0 119 6 0 0 19 0 9 0 140390825 889303040 9393 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18002/statm: 217115 9393 2540 9 0 211690 0
[pid=18002/tid=18003] ppid=18001 vsize=868460 CPUtime=0.7
/proc/18002/task/18003/stat : 18003 (java) R 18001 17967 17904 0 -1 64 2802 0 1 0 69 1 0 0 17 0 9 0 140390827 889303040 9393 996147200 134512640 134550740 4294955936 18446744073709551615 4126852936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18004] ppid=18001 vsize=868460 CPUtime=0.33
/proc/18002/task/18004/stat : 18004 (java) S 18001 17967 17904 0 -1 64 5276 0 0 0 30 3 0 0 16 0 9 0 140390830 889303040 9393 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18005] ppid=18001 vsize=868460 CPUtime=0
/proc/18002/task/18005/stat : 18005 (java) S 18001 17967 17904 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140390831 889303040 9393 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18006] ppid=18001 vsize=868460 CPUtime=0
/proc/18002/task/18006/stat : 18006 (java) S 18001 17967 17904 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140390831 889303040 9393 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18007] ppid=18001 vsize=868460 CPUtime=0
/proc/18002/task/18007/stat : 18007 (java) S 18001 17967 17904 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 140390833 889303040 9393 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18008] ppid=18001 vsize=868460 CPUtime=0.19
/proc/18002/task/18008/stat : 18008 (java) S 18001 17967 17904 0 -1 64 1430 0 0 0 19 0 0 0 16 0 9 0 140390833 889303040 9393 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18009] ppid=18001 vsize=868460 CPUtime=0
/proc/18002/task/18009/stat : 18009 (java) S 18001 17967 17904 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140390833 889303040 9393 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18010] ppid=18001 vsize=868460 CPUtime=0
/proc/18002/task/18010/stat : 18010 (java) S 18001 17967 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140390833 889303040 9393 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 887416

[startup+6.30265 s]
/proc/loadavg: 0.22 0.33 0.20 2/93 18088
/proc/meminfo: memFree=240072/2055920 swapFree=4180448/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=0.58
/proc/17967/stat : 17967 (sugar) S 17965 17967 17904 0 -1 4194304 973 6730 1 105 3 0 50 5 15 0 1 0 140390632 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 797 370 3 0 500 0
[pid=18001] ppid=17967 vsize=5356 CPUtime=0
/proc/18001/stat : 18001 (sh) S 17967 17967 17904 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140390825 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18001/statm: 1339 233 193 169 0 50 0
[pid=18002] ppid=18001 vsize=868572 CPUtime=4.43
/proc/18002/stat : 18002 (java) S 18001 17967 17904 0 -1 0 11471 0 1 0 415 28 0 0 19 0 9 0 140390825 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18002/statm: 217143 10061 2567 9 0 211690 0
[pid=18002/tid=18003] ppid=18001 vsize=868572 CPUtime=3.49
/proc/18002/task/18003/stat : 18003 (java) R 18001 17967 17904 0 -1 64 3389 0 1 0 329 20 0 0 17 0 9 0 140390827 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18002/tid=18004] ppid=18001 vsize=868572 CPUtime=0.62
/proc/18002/task/18004/stat : 18004 (java) S 18001 17967 17904 0 -1 64 5897 0 0 0 56 6 0 0 16 0 9 0 140390830 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18005] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18005/stat : 18005 (java) S 18001 17967 17904 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140390831 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18006] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18006/stat : 18006 (java) S 18001 17967 17904 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140390831 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18007] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18007/stat : 18007 (java) S 18001 17967 17904 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18008] ppid=18001 vsize=868572 CPUtime=0.29
/proc/18002/task/18008/stat : 18008 (java) S 18001 17967 17904 0 -1 64 1492 0 0 0 28 1 0 0 16 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18009] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18009/stat : 18009 (java) S 18001 17967 17904 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18010] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18010/stat : 18010 (java) S 18001 17967 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 887528

[startup+12.7023 s]
/proc/loadavg: 0.45 0.37 0.22 3/94 18089
/proc/meminfo: memFree=15112/2055920 swapFree=4180448/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=0.58
/proc/17967/stat : 17967 (sugar) S 17965 17967 17904 0 -1 4194304 973 6730 1 105 3 0 50 5 16 0 1 0 140390632 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 797 370 3 0 500 0
[pid=18001] ppid=17967 vsize=5356 CPUtime=0
/proc/18001/stat : 18001 (sh) S 17967 17967 17904 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140390825 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18001/statm: 1339 233 193 169 0 50 0
[pid=18002] ppid=18001 vsize=868572 CPUtime=10.8
/proc/18002/stat : 18002 (java) S 18001 17967 17904 0 -1 0 12069 0 1 0 1036 44 0 0 19 0 9 0 140390825 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18002/statm: 217143 10061 2567 9 0 211690 0
[pid=18002/tid=18003] ppid=18001 vsize=868572 CPUtime=9.68
/proc/18002/task/18003/stat : 18003 (java) R 18001 17967 17904 0 -1 64 3987 0 1 0 936 32 0 0 25 0 9 0 140390827 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4126565380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18004] ppid=18001 vsize=868572 CPUtime=0.81
/proc/18002/task/18004/stat : 18004 (java) S 18001 17967 17904 0 -1 64 5897 0 0 0 71 10 0 0 16 0 9 0 140390830 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18005] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18005/stat : 18005 (java) S 18001 17967 17904 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140390831 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18006] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18006/stat : 18006 (java) S 18001 17967 17904 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140390831 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18007] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18007/stat : 18007 (java) S 18001 17967 17904 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18008] ppid=18001 vsize=868572 CPUtime=0.29
/proc/18002/task/18008/stat : 18008 (java) S 18001 17967 17904 0 -1 64 1492 0 0 0 28 1 0 0 16 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18009] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18009/stat : 18009 (java) S 18001 17967 17904 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18010] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18010/stat : 18010 (java) S 18001 17967 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.38
Current children cumulated vsize (KiB) 887528

[startup+25.5024 s]
/proc/loadavg: 0.93 0.48 0.25 2/94 18089
/proc/meminfo: memFree=15112/2055920 swapFree=4180448/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=0.58
/proc/17967/stat : 17967 (sugar) S 17965 17967 17904 0 -1 4194304 973 6730 1 105 3 0 50 5 16 0 1 0 140390632 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3400 797 370 3 0 500 0
[pid=18001] ppid=17967 vsize=5356 CPUtime=0
/proc/18001/stat : 18001 (sh) S 17967 17967 17904 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140390825 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18001/statm: 1339 233 193 169 0 50 0
[pid=18002] ppid=18001 vsize=868572 CPUtime=22.28
/proc/18002/stat : 18002 (java) S 18001 17967 17904 0 -1 0 14239 0 1 0 2087 141 0 0 19 0 9 0 140390825 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18002/statm: 217143 10061 2567 9 0 211690 0
[pid=18002/tid=18003] ppid=18001 vsize=868572 CPUtime=20.58
/proc/18002/task/18003/stat : 18003 (java) R 18001 17967 17904 0 -1 64 6157 0 1 0 1940 118 0 0 16 0 9 0 140390827 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18004] ppid=18001 vsize=868572 CPUtime=1.39
/proc/18002/task/18004/stat : 18004 (java) S 18001 17967 17904 0 -1 64 5897 0 0 0 118 21 0 0 16 0 9 0 140390830 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18002/tid=18005] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18005/stat : 18005 (java) S 18001 17967 17904 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140390831 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18006] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18006/stat : 18006 (java) S 18001 17967 17904 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140390831 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=18002] ppid=18001 vsize=868572 CPUtime=75.4
/proc/18002/stat : 18002 (java) S 18001 17967 17904 0 -1 0 24394 0 1 0 6918 622 0 0 19 0 9 0 140390825 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18002/statm: 217143 10061 2567 9 0 211690 0
[pid=18002/tid=18003] ppid=18001 vsize=868572 CPUtime=71.1
/proc/18002/task/18003/stat : 18003 (java) D 18001 17967 17904 0 -1 64 16312 0 1 0 6561 549 0 0 15 0 9 0 140390827 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=18002/tid=18004] ppid=18001 vsize=868572 CPUtime=3.99
/proc/18002/task/18004/stat : 18004 (java) S 18001 17967 17904 0 -1 64 5897 0 0 0 328 71 0 0 16 0 9 0 140390830 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18002/tid=18005] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18005/stat : 18005 (java) S 18001 17967 17904 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140390831 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18006] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18006/stat : 18006 (java) S 18001 17967 17904 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140390831 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18007] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18007/stat : 18007 (java) S 18001 17967 17904 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18008] ppid=18001 vsize=868572 CPUtime=0.29
/proc/18002/task/18008/stat : 18008 (java) S 18001 17967 17904 0 -1 64 1492 0 0 0 28 1 0 0 16 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18009] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18009/stat : 18009 (java) S 18001 17967 17904 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18010] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18010/stat : 18010 (java) S 18001 17967 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.98
Current children cumulated vsize (KiB) 887528

[startup+222.303 s]
/proc/loadavg: 3.04 1.88 0.86 1/105 18102
/proc/meminfo: memFree=30048/2055920 swapFree=4180448/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=0.58
/proc/17967/stat : 17967 (sugar) S 17965 17967 17904 0 -1 4194304 973 6730 1 105 3 0 50 5 16 0 1 0 140390632 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17967/statm: 3400 797 370 3 0 500 0
[pid=18001] ppid=17967 vsize=5356 CPUtime=0
/proc/18001/stat : 18001 (sh) S 17967 17967 17904 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140390825 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18001/statm: 1339 233 193 169 0 50 0
[pid=18002] ppid=18001 vsize=868572 CPUtime=75.4
/proc/18002/stat : 18002 (java) S 18001 17967 17904 0 -1 0 24394 0 1 0 6918 622 0 0 19 0 9 0 140390825 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18002/statm: 217143 10061 2567 9 0 211690 0
[pid=18002/tid=18003] ppid=18001 vsize=868572 CPUtime=71.1
/proc/18002/task/18003/stat : 18003 (java) D 18001 17967 17904 0 -1 64 16312 0 1 0 6561 549 0 0 15 0 9 0 140390827 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=18002/tid=18004] ppid=18001 vsize=868572 CPUtime=3.99
/proc/18002/task/18004/stat : 18004 (java) S 18001 17967 17904 0 -1 64 5897 0 0 0 328 71 0 0 16 0 9 0 140390830 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18002/tid=18005] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18005/stat : 18005 (java) S 18001 17967 17904 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140390831 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18006] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18006/stat : 18006 (java) S 18001 17967 17904 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140390831 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18007] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18007/stat : 18007 (java) S 18001 17967 17904 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18008] ppid=18001 vsize=868572 CPUtime=0.29
/proc/18002/task/18008/stat : 18008 (java) S 18001 17967 17904 0 -1 64 1492 0 0 0 28 1 0 0 16 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18009] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18009/stat : 18009 (java) S 18001 17967 17904 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18010] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18010/stat : 18010 (java) S 18001 17967 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.98
Current children cumulated vsize (KiB) 887528

[startup+282.303 s]
/proc/loadavg: 3.01 2.08 0.99 1/105 18102
/proc/meminfo: memFree=36832/2055920 swapFree=4180448/4192956
[pid=17967] ppid=17965 vsize=13600 CPUtime=0.58
/proc/17967/stat : 17967 (sugar) S 17965 17967 17904 0 -1 4194304 973 6730 1 105 3 0 50 5 16 0 1 0 140390632 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17967/statm: 3400 797 370 3 0 500 0
[pid=18001] ppid=17967 vsize=5356 CPUtime=0
/proc/18001/stat : 18001 (sh) S 17967 17967 17904 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140390825 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18001/statm: 1339 233 193 169 0 50 0
[pid=18002] ppid=18001 vsize=868572 CPUtime=75.4
/proc/18002/stat : 18002 (java) S 18001 17967 17904 0 -1 0 24394 0 1 0 6918 622 0 0 19 0 9 0 140390825 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18002/statm: 217143 10061 2567 9 0 211690 0
[pid=18002/tid=18003] ppid=18001 vsize=868572 CPUtime=71.1
/proc/18002/task/18003/stat : 18003 (java) D 18001 17967 17904 0 -1 64 16312 0 1 0 6561 549 0 0 15 0 9 0 140390827 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=18002/tid=18004] ppid=18001 vsize=868572 CPUtime=3.99
/proc/18002/task/18004/stat : 18004 (java) S 18001 17967 17904 0 -1 64 5897 0 0 0 328 71 0 0 16 0 9 0 140390830 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18005] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18005/stat : 18005 (java) S 18001 17967 17904 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 140390831 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18006] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18006/stat : 18006 (java) S 18001 17967 17904 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 140390831 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18007] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18007/stat : 18007 (java) S 18001 17967 17904 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18008] ppid=18001 vsize=868572 CPUtime=0.29
/proc/18002/task/18008/stat : 18008 (java) S 18001 17967 17904 0 -1 64 1492 0 0 0 28 1 0 0 16 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18009] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18009/stat : 18009 (java) S 18001 17967 17904 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18002/tid=18010] ppid=18001 vsize=868572 CPUtime=0
/proc/18002/task/18010/stat : 18010 (java) S 18001 17967 17904 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140390833 889417728 10061 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.98
Current children cumulated vsize (KiB) 887528

[startup+342.301 s]
/proc/loadavg: 2.20 2.04 1.04 1/86 18104
/proc/meminfo: memFree=15880/2055920 swapFree=4180448/4192956
[pid=17967] ppid=17965 vsize=14260 CPUtime=79.16
/proc/17967/stat : 17967 (sugar) S 17965 17967 17904 0 -1 4194304 1220 32032 2 106 5 1 7256 654 16 0 1 0 140390632 14602240 970 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3565 970 374 3 0 665 0
[pid=18103] ppid=17967 vsize=5356 CPUtime=0
/proc/18103/stat : 18103 (sh) S 17967 17967 17904 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 140420395 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18103/statm: 1339 232 193 169 0 50 0
[pid=18104] ppid=18103 vsize=828252 CPUtime=9.5
/proc/18104/stat : 18104 (minisat) D 18103 17967 17904 0 -1 4194304 198466 0 0 0 810 140 0 0 18 0 1 0 140420483 848130048 198452 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/18104/statm: 207063 198452 62 150 0 206910 0
Current children cumulated CPU time (s) 88.66
Current children cumulated vsize (KiB) 847868



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+351.402 s]
/proc/loadavg: 2.17 2.04 1.05 1/86 18106
/proc/meminfo: memFree=15496/2055920 swapFree=4180468/4192956
[pid=17967] ppid=17965 vsize=14260 CPUtime=79.16
/proc/17967/stat : 17967 (sugar) S 17965 17967 17904 0 -1 4194304 1220 32032 2 106 5 1 7256 654 16 0 1 0 140390632 14602240 970 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3565 970 374 3 0 665 0
[pid=18103] ppid=17967 vsize=5356 CPUtime=0
/proc/18103/stat : 18103 (sh) S 17967 17967 17904 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 140420395 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18103/statm: 1339 232 193 169 0 50 0
[pid=18104] ppid=18103 vsize=902952 CPUtime=10.6
/proc/18104/stat : 18104 (minisat) D 18103 17967 17904 0 -1 4194304 219372 0 0 0 903 157 0 0 18 0 1 0 140420483 924622848 219358 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 18446744071563479169 0 0 17 0 0 0
/proc/18104/statm: 225738 219358 62 150 0 225585 0
Current children cumulated CPU time (s) 89.76
Current children cumulated vsize (KiB) 922568

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

[startup+351.603 s]
/proc/loadavg: 2.17 2.04 1.05 1/86 18106
/proc/meminfo: memFree=15496/2055920 swapFree=4180468/4192956
[pid=17967] ppid=17965 vsize=14260 CPUtime=79.16
/proc/17967/stat : 17967 (sugar) S 17965 17967 17904 0 -1 4194304 1231 32032 2 106 5 1 7256 654 16 0 1 0 140390632 14602240 970 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/17967/statm: 3565 970 374 3 0 665 0
[pid=18103] ppid=17967 vsize=0 CPUtime=0
/proc/18103/stat : 18103 (sh) Z 17967 17967 17904 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 140420395 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/18103/statm: 0 0 0 0 0 0 0
[pid=18104] ppid=1 vsize=0 CPUtime=10.7
/proc/18104/stat : 18104 (minisat) R 1 17967 17904 0 -1 4195332 219372 0 0 0 903 167 0 0 18 0 1 0 140420483 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/18104/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 89.86
Current children cumulated vsize (KiB) 14260

# WARNING:
# current cumulated CPU time (79.21 s) is less than in the last sample (89.86 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (10.65 s) to the 'lost time'.

[startup+351.702 s]
/proc/loadavg: 2.17 2.04 1.05 1/86 18106
/proc/meminfo: memFree=15496/2055920 swapFree=4180468/4192956
[pid=17967] ppid=17965 vsize=14260 CPUtime=79.21
/proc/17967/stat : 17967 (sugar) R 17965 17967 17904 0 -1 4194304 1258 32309 2 106 5 6 7256 654 16 0 1 0 140390632 14602240 971 996147200 4194304 4206940 548682068592 18446744073709551615 249070064681 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17967/statm: 3565 971 375 3 0 665 0
Current children cumulated CPU time (s) 79.21
Current children cumulated vsize (KiB) 14260

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

[startup+351.802 s]
/proc/loadavg: 2.17 2.04 1.05 1/86 18106
/proc/meminfo: memFree=15496/2055920 swapFree=4180468/4192956
[pid=17967] ppid=17965 vsize=14260 CPUtime=79.27
/proc/17967/stat : 17967 (sugar) D 17965 17967 17904 0 -1 4194304 1258 32309 2 106 5 12 7256 654 16 0 1 0 140390632 14602240 971 996147200 4194304 4206940 548682068592 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17967/statm: 3565 971 375 3 0 665 0
Current children cumulated CPU time (s) 79.27
Current children cumulated vsize (KiB) 14260

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 10.65
#  lost CPU user time (s): 9.03
#  lost CPU system time (s): 1.62

Real time (s): 351.886
CPU time (s): 89.9859
CPU user time (s): 81.65
CPU system time (s): 8.33598
CPU usage (%): 25.5725
Max. virtual memory (cumulated for all children) (KiB): 922568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.62
system time used= 6.71598
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33597
page faults= 108
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 66633
involuntary context switches= 46855

runsolver used 0.424935 second user time and 1.16382 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-08-07 20:17:36
IDJOB=1108476
IDBENCH=60724
IDSOLVER=368
FILE ID=node89/1108476-1218133056
PBS_JOBID= 8000799
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/coloring/normalized-le-450-5a-4-ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1108476-1218133056/watcher-1108476-1218133056 -o /tmp/evaluation-result-1108476-1218133056/solver-1108476-1218133056 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1108476-1218133056.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1b9f42e73c63b23822cbfeaa1a420be1
RANDOM SEED=1570820435

node89.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.239
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.239
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:        327128 kB
Buffers:         49728 kB
Cached:        1535000 kB
SwapCached:       6336 kB
Active:         527616 kB
Inactive:      1066276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        327128 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            2532 kB
Writeback:           0 kB
Mapped:          14920 kB
Slab:           120340 kB
Committed_AS:   126952 kB
PageTables:       1716 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= 66560 MiB
End job on node89 at 2008-08-07 20:23:30