Trace number 1112794

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? 336.024 342.761

General information on the benchmark

Namecsp/fapp/fapp34/
normalized-fapp34-0750-0.xml
MD5SUM701805f3dd433f8e5a195a0325c2f865
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints36
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of constraints8639
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8639
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 Sat Jul 12 16:49:05 2008
0.00/0.05	c 0	PID 14650
0.00/0.05	c 0	HOST node37.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112794-1215874145.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-1112794-1215874145.xml' 'HOME/temp.csp'
1.06/1.12	c 1	14 domains, 750 variables, 8 predicates, 0 relations, 8639 constraints
1.06/1.13	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.13	c 1	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'
1.08/1.21	c 1	Parsing HOME/temp.csp
1.08/1.60	c 1	parsed 9411 expressions
1.08/1.60	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.08/1.68	c 1	MAX CSP: 8639 constraints
1.08/1.68	c 1	Converting to clausal form CSP
3.00/3.04	c 3	converted 1806 (10%) expressions
4.89/4.98	c 5	converted 3611 (20%) expressions
6.69/6.73	c 6	converted 5416 (30%) expressions
8.39/8.48	c 8	converted 7222 (40%) expressions
9.69/9.78	c 10	converted 9027 (50%) expressions
11.09/11.14	c 11	converted 10832 (60%) expressions
12.80/12.81	c 13	converted 12638 (70%) expressions
14.00/14.02	c 14	converted 14443 (80%) expressions
15.30/15.31	c 15	converted 16248 (90%) expressions
17.09/17.19	c 17	converted 18053 (100%) expressions
17.19/17.20	c 17	CSP : 18769 integers, 33278 booleans, 78389 clauses, largest domain size 12959
17.19/17.20	c 17	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.19/17.20	c 17	Propagation in CSP
19.09/19.16	c 19	8630 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.09/19.17	c 19	CSP : 18769 integers, 33278 booleans, 78389 clauses, largest domain size 8640
19.09/19.17	c 19	Heap : 96 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.19/19.20	c 19	Simplifing CSP by introducing new Boolean variables
19.19/19.29	c 19	CSP : 18769 integers, 50198 booleans, 95309 clauses, largest domain size 8640
19.19/19.29	c 19	Heap : 101 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.89/19.94	c 20	Encoding CSP to SAT : HOME/temp.cnf
30.99/31.09	c 31	1877 (10%) CSP integer variables are encoded (1074903 clauses, 18205089 bytes)
31.79/31.86	c 32	3754 (20%) CSP integer variables are encoded (1727763 clauses, 30609429 bytes)
31.97/32.09	c 32	5631 (30%) CSP integer variables are encoded (1911957 clauses, 34109115 bytes)
32.09/32.14	c 32	7508 (40%) CSP integer variables are encoded (1952427 clauses, 34878045 bytes)
32.09/32.16	c 32	9385 (50%) CSP integer variables are encoded (1961648 clauses, 35053244 bytes)
32.09/32.18	c 32	11262 (60%) CSP integer variables are encoded (1980318 clauses, 35407974 bytes)
32.18/32.20	c 32	13139 (70%) CSP integer variables are encoded (1998569 clauses, 35754743 bytes)
32.18/32.24	c 32	15016 (80%) CSP integer variables are encoded (2022712 clauses, 36213460 bytes)
32.18/32.26	c 32	16893 (90%) CSP integer variables are encoded (2042037 clauses, 36580635 bytes)
32.38/32.41	c 32	18769 (100%) CSP integer variables are encoded (2169888 clauses, 39009804 bytes)
78.89/79.08	c 79	9531 (10%) CSP clauses are encoded (7309891 clauses, 157774159 bytes)
115.92/116.53	c 116	19062 (20%) CSP clauses are encoded (11008306 clauses, 248515165 bytes)
141.55/142.54	c 142	28593 (30%) CSP clauses are encoded (13978365 clauses, 324699881 bytes)
157.52/158.77	c 159	38124 (40%) CSP clauses are encoded (16411949 clauses, 388830148 bytes)
172.40/173.83	c 174	47655 (50%) CSP clauses are encoded (18793883 clauses, 453173989 bytes)
185.58/187.12	c 187	57186 (60%) CSP clauses are encoded (21252847 clauses, 520084380 bytes)
198.17/199.80	c 200	66717 (70%) CSP clauses are encoded (23771301 clauses, 588788184 bytes)
208.53/210.27	c 210	76248 (80%) CSP clauses are encoded (25807659 clauses, 644581261 bytes)
222.01/223.93	c 224	85779 (90%) CSP clauses are encoded (32439115 clauses, 826004087 bytes)
335.16/340.68	c 340	ERROR Exception Too large HOME/temp.cnf
335.24/340.74	c 340	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
335.24/340.74	c 340	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
335.24/340.74	c 340	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
335.24/340.74	s UNKNOWN
335.26/341.04	c 341	CPU 321.53 (0.04 0 321.49 13.74)
335.26/341.04	c 341	END Sat Jul 12 16:54:46 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-1112794-1215874145/watcher-1112794-1215874145 -o /tmp/evaluation-result-1112794-1215874145/solver-1112794-1215874145 -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-1112794-1215874145.xml 

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


[startup+0 s]
/proc/loadavg: 2.73 3.20 3.20 4/70 14650
/proc/meminfo: memFree=1849216/2055920 swapFree=4191900/4192956
[pid=14650] ppid=14648 vsize=12264 CPUtime=0
/proc/14650/stat : 14650 (sugar) R 14648 14650 14233 0 -1 4194304 300 0 0 0 0 0 0 0 20 0 1 0 44114300 12558336 268 996147200 4194304 4206940 548682068592 18446744073709551615 213136049056 0 0 4224 0 0 0 0 17 1 0 0
/proc/14650/statm: 3066 268 197 3 0 166 0

[startup+0.074568 s]
/proc/loadavg: 2.73 3.20 3.20 4/70 14650
/proc/meminfo: memFree=1849216/2055920 swapFree=4191900/4192956
[pid=14650] ppid=14648 vsize=13600 CPUtime=0.03
/proc/14650/stat : 14650 (sugar) S 14648 14650 14233 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44114300 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14650/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102578 s]
/proc/loadavg: 2.73 3.20 3.20 4/70 14650
/proc/meminfo: memFree=1849216/2055920 swapFree=4191900/4192956
[pid=14650] ppid=14648 vsize=13600 CPUtime=0.03
/proc/14650/stat : 14650 (sugar) S 14648 14650 14233 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44114300 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14650/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302582 s]
/proc/loadavg: 2.73 3.20 3.20 4/70 14650
/proc/meminfo: memFree=1849216/2055920 swapFree=4191900/4192956
[pid=14650] ppid=14648 vsize=13600 CPUtime=0.03
/proc/14650/stat : 14650 (sugar) S 14648 14650 14233 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44114300 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14650/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702634 s]
/proc/loadavg: 2.73 3.20 3.20 4/70 14650
/proc/meminfo: memFree=1849216/2055920 swapFree=4191900/4192956
[pid=14650] ppid=14648 vsize=13600 CPUtime=0.03
/proc/14650/stat : 14650 (sugar) S 14648 14650 14233 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 44114300 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14650/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50172 s]
/proc/loadavg: 2.73 3.20 3.20 4/80 14662
/proc/meminfo: memFree=1827888/2055920 swapFree=4191900/4192956
[pid=14650] ppid=14648 vsize=13600 CPUtime=1.08
/proc/14650/stat : 14650 (sugar) S 14648 14650 14233 0 -1 4194304 974 8774 0 1 3 0 99 6 16 0 1 0 44114300 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14650/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 13600

[startup+3.10189 s]
/proc/loadavg: 2.73 3.20 3.20 3/92 14700
/proc/meminfo: memFree=1838672/2055920 swapFree=4191900/4192956
[pid=14650] ppid=14648 vsize=13600 CPUtime=1.08
/proc/14650/stat : 14650 (sugar) S 14648 14650 14233 0 -1 4194304 974 8774 0 1 3 0 99 6 16 0 1 0 44114300 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14650/statm: 3400 797 370 3 0 500 0
[pid=14663] ppid=14650 vsize=5356 CPUtime=0
/proc/14663/stat : 14663 (sh) S 14650 14650 14233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44114413 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14663/statm: 1339 233 193 169 0 50 0
[pid=14664] ppid=14663 vsize=868420 CPUtime=2.02
/proc/14664/stat : 14664 (java) S 14663 14650 14233 0 -1 0 9190 0 1 0 195 7 0 0 18 0 9 0 44114413 889262080 8173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14664/statm: 217105 8173 2540 9 0 211680 0
[pid=14664/tid=14665] ppid=14663 vsize=868420 CPUtime=1.5
/proc/14664/task/14665/stat : 14665 (java) R 14663 14650 14233 0 -1 64 2718 0 1 0 148 2 0 0 25 0 9 0 44114415 889262080 8173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14666] ppid=14663 vsize=868420 CPUtime=0.3
/proc/14664/task/14666/stat : 14666 (java) R 14663 14650 14233 0 -1 64 4302 0 0 0 28 2 0 0 16 0 9 0 44114416 889262080 8173 996147200 134512640 134550740 4294955936 18446744073709551615 102721949 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14667] ppid=14663 vsize=868420 CPUtime=0
/proc/14664/task/14667/stat : 14667 (java) S 14663 14650 14233 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44114416 889262080 8173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14668] ppid=14663 vsize=868420 CPUtime=0
/proc/14664/task/14668/stat : 14668 (java) S 14663 14650 14233 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44114416 889262080 8173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14669] ppid=14663 vsize=868420 CPUtime=0
/proc/14664/task/14669/stat : 14669 (java) S 14663 14650 14233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44114418 889262080 8173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14670] ppid=14663 vsize=868420 CPUtime=0.19
/proc/14664/task/14670/stat : 14670 (java) S 14663 14650 14233 0 -1 64 1472 0 0 0 18 1 0 0 16 0 9 0 44114418 889262080 8173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14671] ppid=14663 vsize=868420 CPUtime=0
/proc/14664/task/14671/stat : 14671 (java) S 14663 14650 14233 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44114418 889262080 8173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14672] ppid=14663 vsize=868420 CPUtime=0
/proc/14664/task/14672/stat : 14672 (java) S 14663 14650 14233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44114418 889262080 8173 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 887376

[startup+6.30224 s]
/proc/loadavg: 2.83 3.21 3.20 3/92 14700
/proc/meminfo: memFree=1815440/2055920 swapFree=4191900/4192956
[pid=14650] ppid=14648 vsize=13600 CPUtime=1.08
/proc/14650/stat : 14650 (sugar) S 14648 14650 14233 0 -1 4194304 974 8774 0 1 3 0 99 6 16 0 1 0 44114300 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14650/statm: 3400 797 370 3 0 500 0
[pid=14663] ppid=14650 vsize=5356 CPUtime=0
/proc/14663/stat : 14663 (sh) S 14650 14650 14233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44114413 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14663/statm: 1339 233 193 169 0 50 0
[pid=14664] ppid=14663 vsize=868420 CPUtime=5.22
/proc/14664/stat : 14664 (java) S 14663 14650 14233 0 -1 0 12873 0 1 0 511 11 0 0 18 0 9 0 44114413 889262080 11550 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14664/statm: 217105 11550 2540 9 0 211680 0
[pid=14664/tid=14665] ppid=14663 vsize=868420 CPUtime=4.21
/proc/14664/task/14665/stat : 14665 (java) R 14663 14650 14233 0 -1 64 3106 0 1 0 418 3 0 0 25 0 9 0 44114415 889262080 11550 996147200 134512640 134550740 4294955936 18446744073709551615 4126589044 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14666] ppid=14663 vsize=868420 CPUtime=0.77
/proc/14664/task/14666/stat : 14666 (java) S 14663 14650 14233 0 -1 64 7588 0 0 0 72 5 0 0 16 0 9 0 44114416 889262080 11550 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14667] ppid=14663 vsize=868420 CPUtime=0
/proc/14664/task/14667/stat : 14667 (java) S 14663 14650 14233 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44114416 889262080 11550 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14668] ppid=14663 vsize=868420 CPUtime=0
/proc/14664/task/14668/stat : 14668 (java) S 14663 14650 14233 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44114416 889262080 11550 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14669] ppid=14663 vsize=868420 CPUtime=0
/proc/14664/task/14669/stat : 14669 (java) S 14663 14650 14233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44114418 889262080 11550 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14670] ppid=14663 vsize=868420 CPUtime=0.21
/proc/14664/task/14670/stat : 14670 (java) S 14663 14650 14233 0 -1 64 1481 0 0 0 20 1 0 0 15 0 9 0 44114418 889262080 11550 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14671] ppid=14663 vsize=868420 CPUtime=0
/proc/14664/task/14671/stat : 14671 (java) S 14663 14650 14233 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44114418 889262080 11550 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14672] ppid=14663 vsize=868420 CPUtime=0
/proc/14664/task/14672/stat : 14672 (java) S 14663 14650 14233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44114418 889262080 11550 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 887376

[startup+12.7029 s]
/proc/loadavg: 2.85 3.20 3.20 4/92 14700
/proc/meminfo: memFree=1775632/2055920 swapFree=4191900/4192956
[pid=14650] ppid=14648 vsize=13600 CPUtime=1.08
/proc/14650/stat : 14650 (sugar) S 14648 14650 14233 0 -1 4194304 974 8774 0 1 3 0 99 6 16 0 1 0 44114300 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14650/statm: 3400 797 370 3 0 500 0
[pid=14663] ppid=14650 vsize=5356 CPUtime=0
/proc/14663/stat : 14663 (sh) S 14650 14650 14233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44114413 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14663/statm: 1339 233 193 169 0 50 0
[pid=14664] ppid=14663 vsize=868420 CPUtime=11.61
/proc/14664/stat : 14664 (java) S 14663 14650 14233 0 -1 0 26607 0 1 0 1142 19 0 0 18 0 9 0 44114413 889262080 20291 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14664/statm: 217105 20291 2540 9 0 211680 0
[pid=14664/tid=14665] ppid=14663 vsize=868420 CPUtime=9.35
/proc/14664/task/14665/stat : 14665 (java) R 14663 14650 14233 0 -1 64 3917 0 1 0 931 4 0 0 25 0 9 0 44114415 889262080 20291 996147200 134512640 134550740 4294955936 18446744073709551615 4126624704 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14666] ppid=14663 vsize=868420 CPUtime=2.03
/proc/14664/task/14666/stat : 14666 (java) S 14663 14650 14233 0 -1 64 20511 0 0 0 190 13 0 0 16 0 9 0 44114416 889262080 20291 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14667] ppid=14663 vsize=868420 CPUtime=0
/proc/14664/task/14667/stat : 14667 (java) S 14663 14650 14233 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44114416 889262080 20291 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14668] ppid=14663 vsize=868420 CPUtime=0
/proc/14664/task/14668/stat : 14668 (java) S 14663 14650 14233 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44114416 889262080 20291 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14669] ppid=14663 vsize=868420 CPUtime=0
/proc/14664/task/14669/stat : 14669 (java) S 14663 14650 14233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44114418 889262080 20291 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14670] ppid=14663 vsize=868420 CPUtime=0.21
/proc/14664/task/14670/stat : 14670 (java) S 14663 14650 14233 0 -1 64 1481 0 0 0 20 1 0 0 15 0 9 0 44114418 889262080 20291 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14671] ppid=14663 vsize=868420 CPUtime=0
/proc/14664/task/14671/stat : 14671 (java) S 14663 14650 14233 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44114418 889262080 20291 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14672] ppid=14663 vsize=868420 CPUtime=0
/proc/14664/task/14672/stat : 14672 (java) S 14663 14650 14233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44114418 889262080 20291 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 887376

[startup+25.5023 s]
/proc/loadavg: 2.80 3.18 3.19 3/92 14700
/proc/meminfo: memFree=1721488/2055920 swapFree=4191900/4192956
[pid=14650] ppid=14648 vsize=13600 CPUtime=1.08
/proc/14650/stat : 14650 (sugar) S 14648 14650 14233 0 -1 4194304 974 8774 0 1 3 0 99 6 15 0 1 0 44114300 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14650/statm: 3400 797 370 3 0 500 0
[pid=14663] ppid=14650 vsize=5356 CPUtime=0
/proc/14663/stat : 14663 (sh) S 14650 14650 14233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44114413 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14663/statm: 1339 233 193 169 0 50 0
[pid=14664] ppid=14663 vsize=868532 CPUtime=24.41
/proc/14664/stat : 14664 (java) S 14663 14650 14233 0 -1 0 40566 0 1 0 2413 28 0 0 18 0 9 0 44114413 889376768 30911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14664/statm: 217133 30911 2566 9 0 211680 0
[pid=14664/tid=14665] ppid=14663 vsize=868532 CPUtime=20.2
/proc/14664/task/14665/stat : 14665 (java) R 14663 14650 14233 0 -1 64 4722 0 1 0 2015 5 0 0 25 0 9 0 44114415 889376768 30911 996147200 134512640 134550740 4294955936 18446744073709551615 4126623161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14666] ppid=14663 vsize=868532 CPUtime=3.89
/proc/14664/task/14666/stat : 14666 (java) S 14663 14650 14233 0 -1 64 33620 0 0 0 369 20 0 0 16 0 9 0 44114416 889376768 30911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14667] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14667/stat : 14667 (java) S 14663 14650 14233 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44114416 889376768 30911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14668] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14668/stat : 14668 (java) S 14663 14650 14233 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44114416 889376768 30911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14669] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14669/stat : 14669 (java) S 14663 14650 14233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44114418 889376768 30911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14670] ppid=14663 vsize=868532 CPUtime=0.28
/proc/14664/task/14670/stat : 14670 (java) S 14663 14650 14233 0 -1 64 1526 0 0 0 27 1 0 0 16 0 9 0 44114418 889376768 30911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14671] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14671/stat : 14671 (java) S 14663 14650 14233 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44114418 889376768 30911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14672] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14672/stat : 14672 (java) S 14663 14650 14233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44114418 889376768 30911 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 887488

[startup+51.103 s]
/proc/loadavg: 2.53 3.08 3.16 3/92 14700
/proc/meminfo: memFree=1635024/2055920 swapFree=4191900/4192956
[pid=14650] ppid=14648 vsize=13600 CPUtime=1.09
/proc/14650/stat : 14650 (sugar) S 14648 14650 14233 0 -1 4194304 974 8774 0 1 4 0 99 6 15 0 1 0 44114300 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14650/statm: 3400 797 370 3 0 500 0
[pid=14663] ppid=14650 vsize=5356 CPUtime=0
/proc/14663/stat : 14663 (sh) S 14650 14650 14233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44114413 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14663/statm: 1339 233 193 169 0 50 0
[pid=14664] ppid=14663 vsize=868532 CPUtime=49.95
/proc/14664/stat : 14664 (java) S 14663 14650 14233 0 -1 0 40793 0 1 0 4918 77 0 0 18 0 9 0 44114413 889376768 30927 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14664/statm: 217133 30927 2566 9 0 211680 0
[pid=14664/tid=14665] ppid=14663 vsize=868532 CPUtime=45.59
/proc/14664/task/14665/stat : 14665 (java) R 14663 14650 14233 0 -1 64 4935 0 1 0 4506 53 0 0 25 0 9 0 44114415 889376768 30927 996147200 134512640 134550740 4294955936 18446744073709551615 4126623222 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14666] ppid=14663 vsize=868532 CPUtime=4.02
/proc/14664/task/14666/stat : 14666 (java) S 14663 14650 14233 0 -1 64 33620 0 0 0 380 22 0 0 16 0 9 0 44114416 889376768 30927 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14667] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14667/stat : 14667 (java) S 14663 14650 14233 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44114416 889376768 30927 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14668] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14668/stat : 14668 (java) S 14663 14650 14233 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44114416 889376768 30927 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14669] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14669/stat : 14669 (java) S 14663 14650 14233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44114418 889376768 30927 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14670] ppid=14663 vsize=868532 CPUtime=0.31
/proc/14664/task/14670/stat : 14670 (java) S 14663 14650 14233 0 -1 64 1540 0 0 0 30 1 0 0 16 0 9 0 44114418 889376768 30927 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14671] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14671/stat : 14671 (java) S 14663 14650 14233 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44114418 889376768 30927 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14672] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14672/stat : 14672 (java) S 14663 14650 14233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44114418 889376768 30927 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 887488

[startup+102.308 s]
/proc/loadavg: 2.23 2.91 3.09 3/92 14700
/proc/meminfo: memFree=1500048/2055920 swapFree=4191900/4192956
[pid=14650] ppid=14648 vsize=13600 CPUtime=1.09
/proc/14650/stat : 14650 (sugar) S 14648 14650 14233 0 -1 4194304 974 8774 0 1 4 0 99 6 16 0 1 0 44114300 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14650/statm: 3400 797 370 3 0 500 0
[pid=14663] ppid=14650 vsize=5356 CPUtime=0
/proc/14663/stat : 14663 (sh) S 14650 14650 14233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44114413 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14663/statm: 1339 233 193 169 0 50 0
[pid=14664] ppid=14663 vsize=868532 CPUtime=100.79
/proc/14664/stat : 14664 (java) S 14663 14650 14233 0 -1 0 41121 0 1 0 9928 151 0 0 18 0 9 0 44114413 889376768 30929 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14664/statm: 217133 30929 2566 9 0 211680 0
[pid=14664/tid=14665] ppid=14663 vsize=868532 CPUtime=96.24
/proc/14664/task/14665/stat : 14665 (java) R 14663 14650 14233 0 -1 64 5261 0 1 0 9499 125 0 0 25 0 9 0 44114415 889376768 30929 996147200 134512640 134550740 4294955936 18446744073709551615 4126623219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14666] ppid=14663 vsize=868532 CPUtime=4.22
/proc/14664/task/14666/stat : 14666 (java) S 14663 14650 14233 0 -1 64 33620 0 0 0 398 24 0 0 16 0 9 0 44114416 889376768 30929 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14667] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14667/stat : 14667 (java) S 14663 14650 14233 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44114416 889376768 30929 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14668] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14668/stat : 14668 (java) S 14663 14650 14233 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44114416 889376768 30929 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14669] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14669/stat : 14669 (java) S 14663 14650 14233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44114418 889376768 30929 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14670] ppid=14663 vsize=868532 CPUtime=0.31
/proc/14664/task/14670/stat : 14670 (java) S 14663 14650 14233 0 -1 64 1542 0 0 0 30 1 0 0 16 0 9 0 44114418 889376768 30929 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14671] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14671/stat : 14671 (java) S 14663 14650 14233 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44114418 889376768 30929 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14672] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14672/stat : 14672 (java) S 14663 14650 14233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44114418 889376768 30929 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 887488

[startup+162.302 s]
/proc/loadavg: 2.08 2.74 3.02 3/92 14700
/proc/meminfo: memFree=1300304/2055920 swapFree=4191900/4192956
[pid=14650] ppid=14648 vsize=13600 CPUtime=1.09
/proc/14650/stat : 14650 (sugar) S 14648 14650 14233 0 -1 4194304 974 8774 0 1 4 0 99 6 16 0 1 0 44114300 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14650/statm: 3400 797 370 3 0 500 0
[pid=14663] ppid=14650 vsize=5356 CPUtime=0
/proc/14663/stat : 14663 (sh) S 14650 14650 14233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44114413 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14663/statm: 1339 233 193 169 0 50 0
[pid=14664] ppid=14663 vsize=868532 CPUtime=159.97
/proc/14664/stat : 14664 (java) S 14663 14650 14233 0 -1 0 41593 0 1 0 15730 267 0 0 18 0 9 0 44114413 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14664/statm: 217133 30930 2566 9 0 211680 0
[pid=14664/tid=14665] ppid=14663 vsize=868532 CPUtime=155.11
/proc/14664/task/14665/stat : 14665 (java) R 14663 14650 14233 0 -1 64 5732 0 1 0 15274 237 0 0 25 0 9 0 44114415 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4127106366 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14666] ppid=14663 vsize=868532 CPUtime=4.52
/proc/14664/task/14666/stat : 14666 (java) S 14663 14650 14233 0 -1 64 33620 0 0 0 425 27 0 0 16 0 9 0 44114416 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14667] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14667/stat : 14667 (java) S 14663 14650 14233 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44114416 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14668] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14668/stat : 14668 (java) S 14663 14650 14233 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44114416 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14669] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14669/stat : 14669 (java) S 14663 14650 14233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44114418 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14670] ppid=14663 vsize=868532 CPUtime=0.31
/proc/14664/task/14670/stat : 14670 (java) S 14663 14650 14233 0 -1 64 1543 0 0 0 30 1 0 0 15 0 9 0 44114418 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14671] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14671/stat : 14671 (java) S 14663 14650 14233 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44114418 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14672] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14672/stat : 14672 (java) S 14663 14650 14233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44114418 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.06
Current children cumulated vsize (KiB) 887488

[startup+222.303 s]
/proc/loadavg: 2.42 2.70 2.99 4/93 14701
/proc/meminfo: memFree=796744/2055920 swapFree=4191900/4192956
[pid=14650] ppid=14648 vsize=13600 CPUtime=1.09
/proc/14650/stat : 14650 (sugar) S 14648 14650 14233 0 -1 4194304 974 8774 0 1 4 0 99 6 16 0 1 0 44114300 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14650/statm: 3400 797 370 3 0 500 0
[pid=14663] ppid=14650 vsize=5356 CPUtime=0
/proc/14663/stat : 14663 (sh) S 14650 14650 14233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44114413 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14663/statm: 1339 233 193 169 0 50 0
[pid=14664] ppid=14663 vsize=868532 CPUtime=219.35
/proc/14664/stat : 14664 (java) S 14663 14650 14233 0 -1 0 42488 0 1 0 21435 500 0 0 18 0 9 0 44114413 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14664/statm: 217133 30930 2566 9 0 211680 0
[pid=14664/tid=14665] ppid=14663 vsize=868532 CPUtime=213.93
/proc/14664/task/14665/stat : 14665 (java) R 14663 14650 14233 0 -1 64 6627 0 1 0 20930 463 0 0 25 0 9 0 44114415 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14666] ppid=14663 vsize=868532 CPUtime=5.07
/proc/14664/task/14666/stat : 14666 (java) S 14663 14650 14233 0 -1 64 33620 0 0 0 473 34 0 0 16 0 9 0 44114416 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14667] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14667/stat : 14667 (java) S 14663 14650 14233 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44114416 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14668] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14668/stat : 14668 (java) S 14663 14650 14233 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44114416 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14669] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14669/stat : 14669 (java) S 14663 14650 14233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44114418 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14670] ppid=14663 vsize=868532 CPUtime=0.31
/proc/14664/task/14670/stat : 14670 (java) S 14663 14650 14233 0 -1 64 1543 0 0 0 30 1 0 0 15 0 9 0 44114418 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14671] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14671/stat : 14671 (java) S 14663 14650 14233 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44114418 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14672] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14672/stat : 14672 (java) S 14663 14650 14233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44114418 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.44
Current children cumulated vsize (KiB) 887488

[startup+282.302 s]
/proc/loadavg: 3.32 2.92 3.04 3/92 14701
/proc/meminfo: memFree=16008/2055920 swapFree=4191900/4192956
[pid=14650] ppid=14648 vsize=13600 CPUtime=1.09
/proc/14650/stat : 14650 (sugar) S 14648 14650 14233 0 -1 4194304 974 8774 0 1 4 0 99 6 16 0 1 0 44114300 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14650/statm: 3400 797 370 3 0 500 0
[pid=14663] ppid=14650 vsize=5356 CPUtime=0
/proc/14663/stat : 14663 (sh) S 14650 14650 14233 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44114413 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14663/statm: 1339 233 193 169 0 50 0
[pid=14664] ppid=14663 vsize=868532 CPUtime=278.01
/proc/14664/stat : 14664 (java) S 14663 14650 14233 0 -1 0 44082 0 1 0 26903 898 0 0 18 0 9 0 44114413 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14664/statm: 217133 30930 2566 9 0 211680 0
[pid=14664/tid=14665] ppid=14663 vsize=868532 CPUtime=271.66
/proc/14664/task/14665/stat : 14665 (java) R 14663 14650 14233 0 -1 64 8221 0 1 0 26314 852 0 0 25 0 9 0 44114415 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14666] ppid=14663 vsize=868532 CPUtime=6.01
/proc/14664/task/14666/stat : 14666 (java) S 14663 14650 14233 0 -1 64 33620 0 0 0 558 43 0 0 16 0 9 0 44114416 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14667] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14667/stat : 14667 (java) S 14663 14650 14233 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44114416 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14668] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14668/stat : 14668 (java) S 14663 14650 14233 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44114416 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14664/tid=14669] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14669/stat : 14669 (java) S 14663 14650 14233 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44114418 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14670] ppid=14663 vsize=868532 CPUtime=0.31
/proc/14664/task/14670/stat : 14670 (java) S 14663 14650 14233 0 -1 64 1543 0 0 0 30 1 0 0 15 0 9 0 44114418 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14671] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14671/stat : 14671 (java) S 14663 14650 14233 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44114418 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14664/tid=14672] ppid=14663 vsize=868532 CPUtime=0
/proc/14664/task/14672/stat : 14672 (java) S 14663 14650 14233 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44114418 889376768 30930 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 279.1
Current children cumulated vsize (KiB) 887488

[startup+342.302 s]
/proc/loadavg: 3.42 3.03 3.08 2/82 14701
/proc/meminfo: memFree=1301208/2055920 swapFree=4191900/4192956
[pid=14650] ppid=14648 vsize=13600 CPUtime=335.95
/proc/14650/stat : 14650 (sugar) D 14648 14650 14233 0 -1 4194304 998 54953 0 3 4 68 32149 1374 18 0 1 0 44114300 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 213116490793 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14650/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 335.95
Current children cumulated vsize (KiB) 13600

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

[startup+342.702 s]
/proc/loadavg: 3.42 3.03 3.08 2/82 14701
/proc/meminfo: memFree=1301208/2055920 swapFree=4191900/4192956
[pid=14650] ppid=14648 vsize=13600 CPUtime=335.99
/proc/14650/stat : 14650 (sugar) R 14648 14650 14233 0 -1 4194304 998 54953 0 3 4 72 32149 1374 18 0 1 0 44114300 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 213116490793 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14650/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 335.99
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 342.761
CPU time (s): 336.024
CPU user time (s): 321.544
CPU system time (s): 14.4798
CPU usage (%): 98.0345
Max. virtual memory (cumulated for all children) (KiB): 897624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 321.544
system time used= 14.4798
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55981
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50206
involuntary context switches= 54259

runsolver used 0.38894 second user time and 1.26381 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-12 16:49:05
IDJOB=1112794
IDBENCH=61475
IDSOLVER=368
FILE ID=node37/1112794-1215874145
PBS_JOBID= 7903569
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp34/normalized-fapp34-0750-0.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-1112794-1215874145/watcher-1112794-1215874145 -o /tmp/evaluation-result-1112794-1215874145/solver-1112794-1215874145 -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-1112794-1215874145.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 701805f3dd433f8e5a195a0325c2f865
RANDOM SEED=1468177724

node37.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.238
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.238
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:       1849696 kB
Buffers:         31232 kB
Cached:         107208 kB
SwapCached:        416 kB
Active:          95448 kB
Inactive:        65188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849696 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           17176 kB
Writeback:           0 kB
Mapped:          30612 kB
Slab:            30924 kB
Committed_AS:   119156 kB
PageTables:       1808 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node37 at 2008-07-12 16:54:48