Trace number 1059234

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (MO) 195.02 197.145

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-4-fair.xml
MD5SUMf8b66fd6ac388d9a9aa82ceb74c6c383
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.62869
Satisfiable
(Un)Satisfiability was proved
Number of variables10995
Number of constraints10402
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10402
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 23:55:52 2008
0.00/0.05	c 0	PID 28519
0.00/0.05	c 0	HOST node29.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1059234-1215122152.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059234-1215122152.xml' 'HOME/temp.csp'
1.05/1.16	c 1	3 domains, 10995 variables, 9 predicates, 0 relations, 10402 constraints
1.11/1.21	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.11/1.21	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.11/1.29	c 2	Parsing HOME/temp.csp
1.13/1.84	c 2	parsed 10000 expressions
1.13/2.08	c 2	parsed 20000 expressions
2.00/2.11	c 2	parsed 21409 expressions
2.00/2.12	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.00/2.12	c 2	Converting to clausal form CSP
2.00/2.17	c 2	converted 2141 (10%) expressions
2.00/2.17	c 2	converted 4282 (20%) expressions
2.00/2.18	c 2	converted 6423 (30%) expressions
2.00/2.18	c 2	converted 8564 (40%) expressions
2.09/2.25	c 3	converted 10705 (50%) expressions
2.28/2.46	c 3	converted 12846 (60%) expressions
2.59/2.77	c 3	converted 14987 (70%) expressions
2.78/2.96	c 3	converted 17128 (80%) expressions
3.09/3.29	c 4	converted 19269 (90%) expressions
3.28/3.46	c 4	converted 21409 (100%) expressions
3.28/3.47	c 4	CSP : 19241 integers, 676 booleans, 47336 clauses, largest domain size 20001
3.28/3.47	c 4	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.47	c 4	Propagation in CSP
158.79/160.49	c 161	269706194 values, 0 unsatisfiable literals, and 0 valid clauses are removed
158.89/160.50	c 161	CSP : 19241 integers, 676 booleans, 47336 clauses, largest domain size 20001
158.89/160.51	c 161	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
158.89/160.52	c 161	Simplifing CSP by introducing new Boolean variables
159.28/160.91	c 161	CSP : 19241 integers, 17376 booleans, 64036 clauses, largest domain size 20001
159.28/160.91	c 161	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
159.48/161.19	c 161	Encoding CSP to SAT : HOME/temp.cnf
159.67/161.38	c 162	1925 (10%) CSP integer variables are encoded (118093 clauses, 1787650 bytes)
160.97/162.62	c 163	3849 (20%) CSP integer variables are encoded (1181953 clauses, 20239859 bytes)
161.37/163.04	c 163	5773 (30%) CSP integer variables are encoded (1546705 clauses, 27170147 bytes)
162.27/163.95	c 164	7697 (40%) CSP integer variables are encoded (2316620 clauses, 41798532 bytes)
162.67/164.33	c 165	9621 (50%) CSP integer variables are encoded (2654555 clauses, 48219297 bytes)
162.67/164.34	c 165	11545 (60%) CSP integer variables are encoded (2654555 clauses, 48219297 bytes)
163.03/164.79	c 165	13469 (70%) CSP integer variables are encoded (2994487 clauses, 54678005 bytes)
163.22/165.00	c 165	15393 (80%) CSP integer variables are encoded (3154455 clauses, 57717397 bytes)
163.52/165.27	c 166	17317 (90%) CSP integer variables are encoded (3384421 clauses, 62086751 bytes)
163.72/165.46	c 166	19241 (100%) CSP integer variables are encoded (3554395 clauses, 65316257 bytes)
179.18/181.00	c 181	6404 (10%) CSP clauses are encoded (12980327 clauses, 258535222 bytes)
179.66/181.57	c 182	12808 (20%) CSP clauses are encoded (13342198 clauses, 265778713 bytes)
180.46/182.36	c 183	19211 (30%) CSP clauses are encoded (13864999 clauses, 276364417 bytes)
181.45/183.38	c 184	25615 (40%) CSP clauses are encoded (14546788 clauses, 290450108 bytes)
182.14/184.06	c 184	32018 (50%) CSP clauses are encoded (14988953 clauses, 299842317 bytes)
182.24/184.10	c 184	38422 (60%) CSP clauses are encoded (14991952 clauses, 299903247 bytes)
182.24/184.14	c 184	44826 (70%) CSP clauses are encoded (14994929 clauses, 299963725 bytes)
183.90/185.88	c 186	51229 (80%) CSP clauses are encoded (16118026 clauses, 323826841 bytes)
184.67/186.64	c 187	57633 (90%) CSP clauses are encoded (16600422 clauses, 334074253 bytes)
184.77/186.71	c 187	64036 (100%) CSP clauses are encoded (16618476 clauses, 334561769 bytes)
184.77/186.71	c 187	64036 CSP clauses encoded
184.77/186.71	c 187	Writing map file : HOME/temp.map
184.77/186.79	c 187	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
184.77/186.79	c 187	SAT : 3577034 SAT variables, 16618476 SAT clauses, 334561769 bytes
184.77/186.79	c 187	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
184.87/186.84	c 187	SOLVING HOME/temp.cnf
184.87/186.84	c 187	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
184.87/186.84	c 187	This is MiniSat 2.0 beta
184.87/186.85	c 187	WARNING: for repeatability, setting FPU to use double precision
184.87/186.85	c 187	============================[ Problem Statistics ]=============================
184.87/186.85	c 187	|                                                                             |
184.87/186.85	c 187	|  Number of variables:  3577034                                              |
184.87/186.85	c 187	|  Number of clauses:    16618476                                             |
194.04/196.11	c 196	|  Parsing time:         7.32         s                                       |
194.54/196.66	c 197	============================[ Search Statistics ]==============================
194.54/196.66	c 197	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
194.54/196.66	c 197	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
194.54/196.67	c 197	===============================================================================
194.54/196.67	c 197	|         0 | 3476118 16514404 42877411 |  5504801        0    nan |  0.000 % |
194.74/196.82	c ERROR INTERRUPTED
194.85/196.96	s UNKNOWN
194.85/196.96	c 197	CPU 181.67 (0.04 0 181.63 3.23)
194.85/196.96	c 197	END Thu Jul  3 23:59:09 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059234-1215122152/watcher-1059234-1215122152 -o /tmp/evaluation-result-1059234-1215122152/solver-1059234-1215122152 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1059234-1215122152.xml 

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


[startup+0 s]
/proc/loadavg: 1.94 1.98 1.99 4/73 28519
/proc/meminfo: memFree=1232480/2055920 swapFree=4180452/4192956
[pid=28519] ppid=28517 vsize=12268 CPUtime=0
/proc/28519/stat : 28519 (sugar) R 28517 28519 27271 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1991189019 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 221780867685 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/28519/statm: 3067 316 241 3 0 167 0

[startup+0.0730629 s]
/proc/loadavg: 1.94 1.98 1.99 4/73 28519
/proc/meminfo: memFree=1232480/2055920 swapFree=4180452/4192956
[pid=28519] ppid=28517 vsize=13600 CPUtime=0.03
/proc/28519/stat : 28519 (sugar) S 28517 28519 27271 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991189019 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28519/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10206 s]
/proc/loadavg: 1.94 1.98 1.99 4/73 28519
/proc/meminfo: memFree=1232480/2055920 swapFree=4180452/4192956
[pid=28519] ppid=28517 vsize=13600 CPUtime=0.03
/proc/28519/stat : 28519 (sugar) S 28517 28519 27271 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991189019 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28519/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301065 s]
/proc/loadavg: 1.94 1.98 1.99 4/73 28519
/proc/meminfo: memFree=1232480/2055920 swapFree=4180452/4192956
[pid=28519] ppid=28517 vsize=13600 CPUtime=0.03
/proc/28519/stat : 28519 (sugar) S 28517 28519 27271 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991189019 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28519/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702095 s]
/proc/loadavg: 1.94 1.98 1.99 4/73 28519
/proc/meminfo: memFree=1232480/2055920 swapFree=4180452/4192956
[pid=28519] ppid=28517 vsize=13600 CPUtime=0.03
/proc/28519/stat : 28519 (sugar) S 28517 28519 27271 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991189019 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28519/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50214 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 28531
/proc/meminfo: memFree=1202760/2055920 swapFree=4180452/4192956
[pid=28519] ppid=28517 vsize=13600 CPUtime=1.13
/proc/28519/stat : 28519 (sugar) S 28517 28519 27271 0 -1 4194304 973 11047 0 1 3 0 103 7 16 0 1 0 1991189019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28519/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 13600

[startup+3.10224 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 28541
/proc/meminfo: memFree=1217288/2055920 swapFree=4180452/4192956
[pid=28519] ppid=28517 vsize=13600 CPUtime=1.13
/proc/28519/stat : 28519 (sugar) S 28517 28519 27271 0 -1 4194304 974 11047 0 1 3 0 103 7 15 0 1 0 1991189019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28519/statm: 3400 797 370 3 0 500 0
[pid=28532] ppid=28519 vsize=5356 CPUtime=0
/proc/28532/stat : 28532 (sh) S 28519 28519 27271 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991189140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28532/statm: 1339 233 193 169 0 50 0
[pid=28533] ppid=28532 vsize=868692 CPUtime=1.86
/proc/28533/stat : 28533 (java) S 28532 28519 27271 0 -1 0 11709 0 1 0 179 7 0 0 18 0 9 0 1991189141 889540608 10686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28533/statm: 217173 10686 2540 9 0 211748 0
[pid=28533/tid=28534] ppid=28532 vsize=868692 CPUtime=1.14
/proc/28533/task/28534/stat : 28534 (java) R 28532 28519 27271 0 -1 64 2784 0 1 0 113 1 0 0 22 0 9 0 1991189141 889540608 10686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28535] ppid=28532 vsize=868692 CPUtime=0.46
/proc/28533/task/28535/stat : 28535 (java) R 28532 28519 27271 0 -1 64 6773 0 0 0 43 3 0 0 16 0 9 0 1991189143 889540608 10686 996147200 134512640 134550740 4294955952 18446744073709551615 102721956 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28536] ppid=28532 vsize=868692 CPUtime=0
/proc/28533/task/28536/stat : 28536 (java) S 28532 28519 27271 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991189143 889540608 10686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28537] ppid=28532 vsize=868692 CPUtime=0
/proc/28533/task/28537/stat : 28537 (java) S 28532 28519 27271 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991189143 889540608 10686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28538] ppid=28532 vsize=868692 CPUtime=0
/proc/28533/task/28538/stat : 28538 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991189145 889540608 10686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28539] ppid=28532 vsize=868692 CPUtime=0.21
/proc/28533/task/28539/stat : 28539 (java) S 28532 28519 27271 0 -1 64 1455 0 0 0 21 0 0 0 16 0 9 0 1991189145 889540608 10686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28540] ppid=28532 vsize=868692 CPUtime=0
/proc/28533/task/28540/stat : 28540 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991189145 889540608 10686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28541] ppid=28532 vsize=868692 CPUtime=0
/proc/28533/task/28541/stat : 28541 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991189145 889540608 10686 996147200 134512640 134550740 4294955952 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) 887648

[startup+6.30245 s]
/proc/loadavg: 1.94 1.98 1.99 3/84 28541
/proc/meminfo: memFree=1187720/2055920 swapFree=4180452/4192956
[pid=28519] ppid=28517 vsize=13600 CPUtime=1.13
/proc/28519/stat : 28519 (sugar) S 28517 28519 27271 0 -1 4194304 974 11047 0 1 3 0 103 7 15 0 1 0 1991189019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28519/statm: 3400 797 370 3 0 500 0
[pid=28532] ppid=28519 vsize=5356 CPUtime=0
/proc/28532/stat : 28532 (sh) S 28519 28519 27271 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991189140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28532/statm: 1339 233 193 169 0 50 0
[pid=28533] ppid=28532 vsize=868440 CPUtime=5.02
/proc/28533/stat : 28533 (java) S 28532 28519 27271 0 -1 0 14172 0 1 0 492 10 0 0 18 0 9 0 1991189141 889282560 12912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28533/statm: 217110 12912 2540 9 0 211685 0
[pid=28533/tid=28534] ppid=28532 vsize=868440 CPUtime=3.96
/proc/28533/task/28534/stat : 28534 (java) R 28532 28519 27271 0 -1 64 3086 0 1 0 394 2 0 0 25 0 9 0 1991189141 889282560 12912 996147200 134512640 134550740 4294955952 18446744073709551615 4126979286 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28535] ppid=28532 vsize=868440 CPUtime=0.79
/proc/28533/task/28535/stat : 28535 (java) S 28532 28519 27271 0 -1 64 8926 0 0 0 73 6 0 0 16 0 9 0 1991189143 889282560 12912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28536] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28536/stat : 28536 (java) S 28532 28519 27271 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991189143 889282560 12912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28537] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28537/stat : 28537 (java) S 28532 28519 27271 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991189143 889282560 12912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28538] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28538/stat : 28538 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991189145 889282560 12912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28539] ppid=28532 vsize=868440 CPUtime=0.23
/proc/28533/task/28539/stat : 28539 (java) S 28532 28519 27271 0 -1 64 1463 0 0 0 23 0 0 0 16 0 9 0 1991189145 889282560 12912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28540] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28540/stat : 28540 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991189145 889282560 12912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28541] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28541/stat : 28541 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991189145 889282560 12912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887396

[startup+12.7019 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 28541
/proc/meminfo: memFree=1187592/2055920 swapFree=4180452/4192956
[pid=28519] ppid=28517 vsize=13600 CPUtime=1.13
/proc/28519/stat : 28519 (sugar) S 28517 28519 27271 0 -1 4194304 974 11047 0 1 3 0 103 7 15 0 1 0 1991189019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28519/statm: 3400 797 370 3 0 500 0
[pid=28532] ppid=28519 vsize=5356 CPUtime=0
/proc/28532/stat : 28532 (sh) S 28519 28519 27271 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991189140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28532/statm: 1339 233 193 169 0 50 0
[pid=28533] ppid=28532 vsize=868440 CPUtime=11.35
/proc/28533/stat : 28533 (java) S 28532 28519 27271 0 -1 0 14538 0 1 0 1122 13 0 0 18 0 9 0 1991189141 889282560 12917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28533/statm: 217110 12917 2540 9 0 211685 0
[pid=28533/tid=28534] ppid=28532 vsize=868440 CPUtime=10.13
/proc/28533/task/28534/stat : 28534 (java) R 28532 28519 27271 0 -1 64 3447 0 1 0 1010 3 0 0 25 0 9 0 1991189141 889282560 12917 996147200 134512640 134550740 4294955952 18446744073709551615 4126979297 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28535] ppid=28532 vsize=868440 CPUtime=0.96
/proc/28533/task/28535/stat : 28535 (java) S 28532 28519 27271 0 -1 64 8931 0 0 0 88 8 0 0 16 0 9 0 1991189143 889282560 12917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28536] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28536/stat : 28536 (java) S 28532 28519 27271 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991189143 889282560 12917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28537] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28537/stat : 28537 (java) S 28532 28519 27271 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991189143 889282560 12917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28538] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28538/stat : 28538 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991189145 889282560 12917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28539] ppid=28532 vsize=868440 CPUtime=0.23
/proc/28533/task/28539/stat : 28539 (java) S 28532 28519 27271 0 -1 64 1463 0 0 0 23 0 0 0 16 0 9 0 1991189145 889282560 12917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28540] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28540/stat : 28540 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991189145 889282560 12917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28541] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28541/stat : 28541 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991189145 889282560 12917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887396

[startup+25.5027 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 28541
/proc/meminfo: memFree=1187464/2055920 swapFree=4180452/4192956
[pid=28519] ppid=28517 vsize=13600 CPUtime=1.13
/proc/28519/stat : 28519 (sugar) S 28517 28519 27271 0 -1 4194304 974 11047 0 1 3 0 103 7 15 0 1 0 1991189019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28519/statm: 3400 797 370 3 0 500 0
[pid=28532] ppid=28519 vsize=5356 CPUtime=0
/proc/28532/stat : 28532 (sh) S 28519 28519 27271 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991189140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28532/statm: 1339 233 193 169 0 50 0
[pid=28533] ppid=28532 vsize=868440 CPUtime=24.03
/proc/28533/stat : 28533 (java) S 28532 28519 27271 0 -1 0 15279 0 1 0 2383 20 0 0 18 0 9 0 1991189141 889282560 12927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28533/statm: 217110 12927 2540 9 0 211685 0
[pid=28533/tid=28534] ppid=28532 vsize=868440 CPUtime=22.47
/proc/28533/task/28534/stat : 28534 (java) R 28532 28519 27271 0 -1 64 4178 0 1 0 2242 5 0 0 25 0 9 0 1991189141 889282560 12927 996147200 134512640 134550740 4294955952 18446744073709551615 4126981359 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28535] ppid=28532 vsize=868440 CPUtime=1.29
/proc/28533/task/28535/stat : 28535 (java) S 28532 28519 27271 0 -1 64 8941 0 0 0 116 13 0 0 16 0 9 0 1991189143 889282560 12927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28536] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28536/stat : 28536 (java) S 28532 28519 27271 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991189143 889282560 12927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28537] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28537/stat : 28537 (java) S 28532 28519 27271 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991189143 889282560 12927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28538] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28538/stat : 28538 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991189145 889282560 12927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28539] ppid=28532 vsize=868440 CPUtime=0.23
/proc/28533/task/28539/stat : 28539 (java) S 28532 28519 27271 0 -1 64 1463 0 0 0 23 0 0 0 16 0 9 0 1991189145 889282560 12927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28540] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28540/stat : 28540 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991189145 889282560 12927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28541] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28541/stat : 28541 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991189145 889282560 12927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 887396

[startup+51.1023 s]
/proc/loadavg: 1.97 1.98 1.99 3/84 28541
/proc/meminfo: memFree=1187400/2055920 swapFree=4180452/4192956
[pid=28519] ppid=28517 vsize=13600 CPUtime=1.13
/proc/28519/stat : 28519 (sugar) S 28517 28519 27271 0 -1 4194304 974 11047 0 1 3 0 103 7 15 0 1 0 1991189019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28519/statm: 3400 797 370 3 0 500 0
[pid=28532] ppid=28519 vsize=5356 CPUtime=0
/proc/28532/stat : 28532 (sh) S 28519 28519 27271 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991189140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28532/statm: 1339 233 193 169 0 50 0
[pid=28533] ppid=28532 vsize=868440 CPUtime=49.39
/proc/28533/stat : 28533 (java) S 28532 28519 27271 0 -1 0 16751 0 1 0 4902 37 0 0 18 0 9 0 1991189141 889282560 12948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28533/statm: 217110 12948 2540 9 0 211685 0
[pid=28533/tid=28534] ppid=28532 vsize=868440 CPUtime=47.14
/proc/28533/task/28534/stat : 28534 (java) R 28532 28519 27271 0 -1 64 5629 0 1 0 4702 12 0 0 25 0 9 0 1991189141 889282560 12948 996147200 134512640 134550740 4294955952 18446744073709551615 4126622740 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28535] ppid=28532 vsize=868440 CPUtime=1.98
/proc/28533/task/28535/stat : 28535 (java) S 28532 28519 27271 0 -1 64 8962 0 0 0 175 23 0 0 16 0 9 0 1991189143 889282560 12948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28536] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28536/stat : 28536 (java) S 28532 28519 27271 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991189143 889282560 12948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28537] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28537/stat : 28537 (java) S 28532 28519 27271 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991189143 889282560 12948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28538] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28538/stat : 28538 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991189145 889282560 12948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28539] ppid=28532 vsize=868440 CPUtime=0.23
/proc/28533/task/28539/stat : 28539 (java) S 28532 28519 27271 0 -1 64 1463 0 0 0 23 0 0 0 16 0 9 0 1991189145 889282560 12948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28540] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28540/stat : 28540 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991189145 889282560 12948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28541] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28541/stat : 28541 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991189145 889282560 12948 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 887396

[startup+102.307 s]
/proc/loadavg: 2.03 2.00 2.00 3/84 28541
/proc/meminfo: memFree=1187080/2055920 swapFree=4180452/4192956
[pid=28519] ppid=28517 vsize=13600 CPUtime=1.13
/proc/28519/stat : 28519 (sugar) S 28517 28519 27271 0 -1 4194304 974 11047 0 1 3 0 103 7 15 0 1 0 1991189019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28519/statm: 3400 797 370 3 0 500 0
[pid=28532] ppid=28519 vsize=5356 CPUtime=0
/proc/28532/stat : 28532 (sh) S 28519 28519 27271 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991189140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28532/statm: 1339 233 193 169 0 50 0
[pid=28533] ppid=28532 vsize=868440 CPUtime=100.1
/proc/28533/stat : 28533 (java) S 28532 28519 27271 0 -1 0 19709 0 1 0 9941 69 0 0 18 0 9 0 1991189141 889282560 12981 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28533/statm: 217110 12981 2540 9 0 211685 0
[pid=28533/tid=28534] ppid=28532 vsize=868440 CPUtime=96.56
/proc/28533/task/28534/stat : 28534 (java) R 28532 28519 27271 0 -1 64 8554 0 1 0 9633 23 0 0 25 0 9 0 1991189141 889282560 12981 996147200 134512640 134550740 4294955952 18446744073709551615 4126095810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28535] ppid=28532 vsize=868440 CPUtime=3.28
/proc/28533/task/28535/stat : 28535 (java) S 28532 28519 27271 0 -1 64 8995 0 0 0 284 44 0 0 16 0 9 0 1991189143 889282560 12981 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28536] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28536/stat : 28536 (java) S 28532 28519 27271 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991189143 889282560 12981 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28537] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28537/stat : 28537 (java) S 28532 28519 27271 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991189143 889282560 12981 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28538] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28538/stat : 28538 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991189145 889282560 12981 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28539] ppid=28532 vsize=868440 CPUtime=0.23
/proc/28533/task/28539/stat : 28539 (java) S 28532 28519 27271 0 -1 64 1463 0 0 0 23 0 0 0 16 0 9 0 1991189145 889282560 12981 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28540] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28540/stat : 28540 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991189145 889282560 12981 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28541] ppid=28532 vsize=868440 CPUtime=0
/proc/28533/task/28541/stat : 28541 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991189145 889282560 12981 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 887396

[startup+162.302 s]
/proc/loadavg: 2.09 2.02 2.01 2/81 28542
/proc/meminfo: memFree=1538080/2055920 swapFree=4180452/4192956
[pid=28519] ppid=28517 vsize=13600 CPUtime=1.13
/proc/28519/stat : 28519 (sugar) S 28517 28519 27271 0 -1 4194304 974 11047 0 1 3 0 103 7 15 0 1 0 1991189019 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28519/statm: 3400 797 370 3 0 500 0
[pid=28532] ppid=28519 vsize=5356 CPUtime=0
/proc/28532/stat : 28532 (sh) S 28519 28519 27271 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991189140 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28532/statm: 1339 233 193 169 0 50 0
[pid=28533] ppid=28532 vsize=868552 CPUtime=159.54
/proc/28533/stat : 28533 (java) S 28532 28519 27271 0 -1 0 31122 0 1 0 15841 113 0 0 18 0 9 0 1991189141 889397248 14550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28533/statm: 217138 14550 2565 9 0 211685 0
[pid=28533/tid=28534] ppid=28532 vsize=868552 CPUtime=153.87
/proc/28533/task/28534/stat : 28534 (java) R 28532 28519 27271 0 -1 64 12284 0 1 0 15346 41 0 0 16 0 9 0 1991189141 889397248 14550 996147200 134512640 134550740 4294955952 18446744073709551615 4126479112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28535] ppid=28532 vsize=868552 CPUtime=5.36
/proc/28533/task/28535/stat : 28535 (java) S 28532 28519 27271 0 -1 64 16650 0 0 0 466 70 0 0 15 0 9 0 1991189143 889397248 14550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28533/tid=28536] ppid=28532 vsize=868552 CPUtime=0
/proc/28533/task/28536/stat : 28536 (java) S 28532 28519 27271 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991189143 889397248 14550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28537] ppid=28532 vsize=868552 CPUtime=0
/proc/28533/task/28537/stat : 28537 (java) S 28532 28519 27271 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991189143 889397248 14550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28538] ppid=28532 vsize=868552 CPUtime=0
/proc/28533/task/28538/stat : 28538 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991189145 889397248 14550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28539] ppid=28532 vsize=868552 CPUtime=0.27
/proc/28533/task/28539/stat : 28539 (java) S 28532 28519 27271 0 -1 64 1491 0 0 0 27 0 0 0 16 0 9 0 1991189145 889397248 14550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28540] ppid=28532 vsize=868552 CPUtime=0
/proc/28533/task/28540/stat : 28540 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991189145 889397248 14550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28533/tid=28541] ppid=28532 vsize=868552 CPUtime=0
/proc/28533/task/28541/stat : 28541 (java) S 28532 28519 27271 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991189145 889397248 14550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 887508



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+196.802 s]
/proc/loadavg: 2.34 2.09 2.03 3/83 28579
/proc/meminfo: memFree=308304/2055920 swapFree=4180452/4192956
[pid=28519] ppid=28517 vsize=13600 CPUtime=184.9
/proc/28519/stat : 28519 (sugar) S 28517 28519 27271 0 -1 4194304 1033 44460 0 2 4 0 18163 323 15 0 1 0 1991189019 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28519/statm: 3400 799 370 3 0 500 0
[pid=28578] ppid=28519 vsize=5356 CPUtime=0
/proc/28578/stat : 28578 (sh) S 28519 28519 27271 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991207703 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28578/statm: 1339 232 193 169 0 50 0
[pid=28579] ppid=28578 vsize=902920 CPUtime=9.84
/proc/28579/stat : 28579 (minisat) R 28578 28519 27271 0 -1 4194304 209506 0 0 0 799 185 0 0 25 0 1 0 1991207704 924590080 209492 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28579/statm: 225730 209492 72 150 0 225577 0
Current children cumulated CPU time (s) 194.74
Current children cumulated vsize (KiB) 921876

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

[startup+196.927 s]
/proc/loadavg: 2.34 2.09 2.03 3/83 28579
/proc/meminfo: memFree=308304/2055920 swapFree=4180452/4192956
[pid=28519] ppid=28517 vsize=13600 CPUtime=184.9
/proc/28519/stat : 28519 (sugar) S 28517 28519 27271 0 -1 4194304 1044 44460 0 2 4 0 18163 323 15 0 1 0 1991189019 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/28519/statm: 3400 799 370 3 0 500 0
[pid=28578] ppid=28519 vsize=0 CPUtime=0
/proc/28578/stat : 28578 (sh) Z 28519 28519 27271 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1991207703 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/28578/statm: 0 0 0 0 0 0 0
[pid=28579] ppid=1 vsize=0 CPUtime=9.95
/proc/28579/stat : 28579 (minisat) R 1 28519 27271 0 -1 4195332 209506 0 0 0 799 196 0 0 25 0 1 0 1991207704 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/28579/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 194.85
Current children cumulated vsize (KiB) 13600

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

[startup+197.001 s]
/proc/loadavg: 2.34 2.09 2.03 3/83 28579
/proc/meminfo: memFree=308304/2055920 swapFree=4180452/4192956
[pid=28519] ppid=28517 vsize=13600 CPUtime=184.94
/proc/28519/stat : 28519 (sugar) R 28517 28519 27271 0 -1 4194304 1069 44737 0 2 4 4 18163 323 16 0 1 0 1991189019 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28519/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 184.94
Current children cumulated vsize (KiB) 13600

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

[startup+197.001 s]
/proc/loadavg: 2.34 2.09 2.03 3/83 28579
/proc/meminfo: memFree=308304/2055920 swapFree=4180452/4192956
[pid=28519] ppid=28517 vsize=13600 CPUtime=184.94
/proc/28519/stat : 28519 (sugar) R 28517 28519 27271 0 -1 4194304 1069 44737 0 2 4 4 18163 323 16 0 1 0 1991189019 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28519/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 184.94
Current children cumulated vsize (KiB) 13600

[startup+197.102 s]
/proc/loadavg: 2.34 2.09 2.03 3/83 28579
/proc/meminfo: memFree=308304/2055920 swapFree=4180452/4192956
[pid=28519] ppid=28517 vsize=13600 CPUtime=185.04
/proc/28519/stat : 28519 (sugar) R 28517 28519 27271 0 -1 4194304 1069 44737 0 2 4 14 18163 323 16 0 1 0 1991189019 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28519/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 185.04
Current children cumulated vsize (KiB) 13600

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): 9.91
#  lost CPU user time (s): 7.99001
#  lost CPU system time (s): 1.92

Real time (s): 197.145
CPU time (s): 195.02
CPU user time (s): 189.673
CPU system time (s): 5.34648
CPU usage (%): 98.9219
Max. virtual memory (cumulated for all children) (KiB): 921876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 181.683
system time used= 3.42648
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45837
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82989
involuntary context switches= 85438

runsolver used 0.255961 second user time and 0.683896 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-03 23:55:52
IDJOB=1059234
IDBENCH=54228
IDSOLVER=346
FILE ID=node29/1059234-1215122152
PBS_JOBID= 7877146
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-10-4-fair.xml
COMMAND LINE= DIR/sugar -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-1059234-1215122152/watcher-1059234-1215122152 -o /tmp/evaluation-result-1059234-1215122152/solver-1059234-1215122152 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1059234-1215122152.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f8b66fd6ac388d9a9aa82ceb74c6c383
RANDOM SEED=1263265076

node29.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.220
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.220
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:       1232960 kB
Buffers:         46104 kB
Cached:         347544 kB
SwapCached:       6872 kB
Active:         553092 kB
Inactive:       212556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1232960 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            3184 kB
Writeback:           0 kB
Mapped:         378096 kB
Slab:            41488 kB
Committed_AS:  3703632 kB
PageTables:       2928 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= 66532 MiB
End job on node29 at 2008-07-03 23:59:11