Trace number 1085730

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? 572.235 580.269

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-2.xml
MD5SUMa7377e3e2481e38a6b40d9be07bb2cda
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.2123
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 07:21:31 2008
0.00/0.04	c 0	PID 28084
0.03/0.05	c 0	HOST node44.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1085730-1215235290.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085730-1215235290.xml' 'HOME/temp.csp'
2.23/2.38	c 2	23 domains, 3000 variables, 8 predicates, 0 relations, 33021 constraints
2.32/2.41	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.32/2.41	c 2	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'
2.32/2.49	c 2	Parsing HOME/temp.csp
2.33/2.87	c 3	parsed 10000 expressions
3.10/3.23	c 3	parsed 20000 expressions
3.39/3.57	c 3	parsed 30000 expressions
3.59/3.73	c 3	parsed 36052 expressions
3.59/3.74	c 3	Heap : 16 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.59/3.74	c 3	Converting to clausal form CSP
4.38/4.51	c 4	converted 3606 (10%) expressions
7.26/7.44	c 7	converted 7211 (20%) expressions
10.12/10.36	c 10	converted 10816 (30%) expressions
13.09/13.33	c 13	converted 14421 (40%) expressions
15.57/15.85	c 16	converted 18026 (50%) expressions
18.14/18.40	c 18	converted 21632 (60%) expressions
21.20/21.54	c 21	converted 25237 (70%) expressions
23.68/24.00	c 24	converted 28842 (80%) expressions
25.96/26.31	c 26	converted 32447 (90%) expressions
28.13/28.51	c 28	converted 36052 (100%) expressions
28.13/28.51	c 28	CSP : 13207 integers, 92784 booleans, 220736 clauses, largest domain size 2641
28.13/28.51	c 28	Heap : 144 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.13/28.51	c 28	Propagation in CSP
32.29/32.78	c 32	254148 values, 0 unsatisfiable literals, and 0 valid clauses are removed
32.29/32.79	c 32	CSP : 13207 integers, 92784 booleans, 220736 clauses, largest domain size 2641
32.29/32.79	c 32	Heap : 156 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.39/32.85	c 33	Simplifing CSP by introducing new Boolean variables
33.97/34.44	c 34	CSP : 13207 integers, 177926 booleans, 305878 clauses, largest domain size 2641
33.97/34.44	c 34	Heap : 178 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.05/35.53	c 35	Encoding CSP to SAT : HOME/temp.cnf
39.02/39.54	c 39	1321 (10%) CSP integer variables are encoded (223625 clauses, 3580804 bytes)
42.98/43.56	c 43	2642 (20%) CSP integer variables are encoded (449604 clauses, 7422447 bytes)
46.93/47.52	c 47	3963 (30%) CSP integer variables are encoded (2828753 clauses, 51531893 bytes)
50.97/51.70	c 51	5283 (40%) CSP integer variables are encoded (6097095 clauses, 113630391 bytes)
55.21/55.98	c 56	6604 (50%) CSP integer variables are encoded (9335870 clauses, 175167116 bytes)
59.64/60.63	c 60	7925 (60%) CSP integer variables are encoded (12591501 clauses, 242220856 bytes)
64.03/65.14	c 65	9245 (70%) CSP integer variables are encoded (15833941 clauses, 310312096 bytes)
68.41/69.84	c 70	10566 (80%) CSP integer variables are encoded (19082142 clauses, 378524317 bytes)
72.77/74.37	c 74	11887 (90%) CSP integer variables are encoded (22347705 clauses, 447101140 bytes)
77.13/78.85	c 79	13207 (100%) CSP integer variables are encoded (25553793 clauses, 514428988 bytes)
183.21/188.69	c 188	30588 (10%) CSP clauses are encoded (46122072 clauses, 1018025646 bytes)
357.30/363.49	c 363	61176 (20%) CSP clauses are encoded (66412405 clauses, 1523302227 bytes)
529.46/536.58	c 536	91764 (30%) CSP clauses are encoded (86444893 clauses, 2024403025 bytes)
571.25/578.54	c 578	ERROR Exception Too large HOME/temp.cnf
571.25/578.54	c 578	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
571.25/578.54	c 578	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
571.25/578.54	c 578	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
571.25/578.54	s UNKNOWN
571.31/578.64	c 578	CPU 331.62 (0.03 0 331.59 239.71)
571.31/578.64	c 578	END Sat Jul  5 07:31: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-1085730-1215235290/watcher-1085730-1215235290 -o /tmp/evaluation-result-1085730-1215235290/solver-1085730-1215235290 -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-1085730-1215235290.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.99 1.98 1.99 4/73 28084
/proc/meminfo: memFree=1714400/2055920 swapFree=4180396/4192956
[pid=28084] ppid=28082 vsize=12268 CPUtime=0
/proc/28084/stat : 28084 (sugar) R 28082 28084 27254 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2002501918 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264840316033 0 0 4224 0 0 0 0 17 1 0 0
/proc/28084/statm: 3067 316 241 3 0 167 0

[startup+0.0499961 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 28084
/proc/meminfo: memFree=1714400/2055920 swapFree=4180396/4192956
[pid=28084] ppid=28082 vsize=13600 CPUtime=0.03
/proc/28084/stat : 28084 (sugar) S 28082 28084 27254 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2002501918 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28084/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103962 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 28084
/proc/meminfo: memFree=1714400/2055920 swapFree=4180396/4192956
[pid=28084] ppid=28082 vsize=13600 CPUtime=0.03
/proc/28084/stat : 28084 (sugar) S 28082 28084 27254 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002501918 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28084/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301215 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 28084
/proc/meminfo: memFree=1714400/2055920 swapFree=4180396/4192956
[pid=28084] ppid=28082 vsize=13600 CPUtime=0.03
/proc/28084/stat : 28084 (sugar) S 28082 28084 27254 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002501918 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28084/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701263 s]
/proc/loadavg: 1.99 1.98 1.99 4/73 28084
/proc/meminfo: memFree=1714400/2055920 swapFree=4180396/4192956
[pid=28084] ppid=28082 vsize=13600 CPUtime=0.03
/proc/28084/stat : 28084 (sugar) S 28082 28084 27254 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002501918 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28084/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50234 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 28096
/proc/meminfo: memFree=1688904/2055920 swapFree=4180396/4192956
[pid=28084] ppid=28082 vsize=13600 CPUtime=0.03
/proc/28084/stat : 28084 (sugar) S 28082 28084 27254 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002501918 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28084/statm: 3400 796 370 3 0 500 0
[pid=28087] ppid=28084 vsize=5356 CPUtime=0
/proc/28087/stat : 28087 (sh) S 28084 28084 27254 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002501923 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28087/statm: 1339 233 193 169 0 50 0
[pid=28088] ppid=28087 vsize=864672 CPUtime=1.42
/proc/28088/stat : 28088 (java) S 28087 28084 27254 0 -1 0 15106 0 1 0 133 9 0 0 18 0 9 0 2002501924 885424128 13155 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28088/statm: 216168 13155 2529 9 0 210750 0
[pid=28088/tid=28089] ppid=28087 vsize=864672 CPUtime=0.81
/proc/28088/task/28089/stat : 28089 (java) R 28087 28084 27254 0 -1 64 3004 0 1 0 79 2 0 0 24 0 9 0 2002501925 885424128 13155 996147200 134512640 134550740 4294956000 18446744073709551615 4126686178 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28088/tid=28090] ppid=28087 vsize=864672 CPUtime=0.47
/proc/28088/task/28090/stat : 28090 (java) S 28087 28084 27254 0 -1 64 10901 0 0 0 42 5 0 0 16 0 9 0 2002501926 885424128 13155 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28088/tid=28091] ppid=28087 vsize=864672 CPUtime=0
/proc/28088/task/28091/stat : 28091 (java) S 28087 28084 27254 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002501927 885424128 13155 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28088/tid=28092] ppid=28087 vsize=864672 CPUtime=0
/proc/28088/task/28092/stat : 28092 (java) S 28087 28084 27254 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2002501927 885424128 13155 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28088/tid=28093] ppid=28087 vsize=864672 CPUtime=0
/proc/28088/task/28093/stat : 28093 (java) S 28087 28084 27254 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002501929 885424128 13155 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28088/tid=28094] ppid=28087 vsize=864672 CPUtime=0.11
/proc/28088/task/28094/stat : 28094 (java) S 28087 28084 27254 0 -1 64 499 0 0 0 11 0 0 0 16 0 9 0 2002501929 885424128 13155 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28088/tid=28095] ppid=28087 vsize=864672 CPUtime=0
/proc/28088/task/28095/stat : 28095 (java) S 28087 28084 27254 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002501929 885424128 13155 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28088/tid=28096] ppid=28087 vsize=864672 CPUtime=0
/proc/28088/task/28096/stat : 28096 (java) S 28087 28084 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002501929 885424128 13155 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883628

[startup+3.1021 s]
/proc/loadavg: 2.07 2.00 2.00 4/84 28096
/proc/meminfo: memFree=1659272/2055920 swapFree=4180396/4192956
[pid=28084] ppid=28082 vsize=13600 CPUtime=2.33
/proc/28084/stat : 28084 (sugar) S 28082 28084 27254 0 -1 4194304 973 19455 0 1 3 0 218 12 15 0 1 0 2002501918 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28084/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 13600

[startup+6.30284 s]
/proc/loadavg: 2.07 2.00 2.00 3/84 28106
/proc/meminfo: memFree=1676232/2055920 swapFree=4180396/4192956
[pid=28084] ppid=28082 vsize=13600 CPUtime=2.33
/proc/28084/stat : 28084 (sugar) S 28082 28084 27254 0 -1 4194304 974 19455 0 1 3 0 218 12 15 0 1 0 2002501918 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28084/statm: 3400 797 370 3 0 500 0
[pid=28097] ppid=28084 vsize=5356 CPUtime=0
/proc/28097/stat : 28097 (sh) S 28084 28084 27254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002502159 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28097/statm: 1339 233 193 169 0 50 0
[pid=28098] ppid=28097 vsize=868436 CPUtime=3.84
/proc/28098/stat : 28098 (java) S 28097 28084 27254 0 -1 0 13668 0 1 0 373 11 0 0 18 0 9 0 2002502160 889278464 12223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28098/statm: 217109 12223 2541 9 0 211684 0
[pid=28098/tid=28099] ppid=28097 vsize=868436 CPUtime=2.85
/proc/28098/task/28099/stat : 28099 (java) R 28097 28084 27254 0 -1 64 3094 0 1 0 282 3 0 0 25 0 9 0 2002502161 889278464 12223 996147200 134512640 134550740 4294955952 18446744073709551615 4126638739 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28100] ppid=28097 vsize=868436 CPUtime=0.75
/proc/28098/task/28100/stat : 28100 (java) S 28097 28084 27254 0 -1 64 8402 0 0 0 69 6 0 0 16 0 9 0 2002502162 889278464 12223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28101] ppid=28097 vsize=868436 CPUtime=0
/proc/28098/task/28101/stat : 28101 (java) S 28097 28084 27254 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002502162 889278464 12223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28102] ppid=28097 vsize=868436 CPUtime=0
/proc/28098/task/28102/stat : 28102 (java) S 28097 28084 27254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002502162 889278464 12223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28103] ppid=28097 vsize=868436 CPUtime=0
/proc/28098/task/28103/stat : 28103 (java) S 28097 28084 27254 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002502164 889278464 12223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28104] ppid=28097 vsize=868436 CPUtime=0.22
/proc/28098/task/28104/stat : 28104 (java) S 28097 28084 27254 0 -1 64 1475 0 0 0 21 1 0 0 15 0 9 0 2002502164 889278464 12223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28105] ppid=28097 vsize=868436 CPUtime=0
/proc/28098/task/28105/stat : 28105 (java) S 28097 28084 27254 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002502164 889278464 12223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28106] ppid=28097 vsize=868436 CPUtime=0
/proc/28098/task/28106/stat : 28106 (java) S 28097 28084 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002502164 889278464 12223 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887392

[startup+12.7025 s]
/proc/loadavg: 2.14 2.02 2.00 3/84 28106
/proc/meminfo: memFree=1641672/2055920 swapFree=4180396/4192956
[pid=28084] ppid=28082 vsize=13600 CPUtime=2.33
/proc/28084/stat : 28084 (sugar) S 28082 28084 27254 0 -1 4194304 974 19455 0 1 3 0 218 12 16 0 1 0 2002501918 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28084/statm: 3400 797 370 3 0 500 0
[pid=28097] ppid=28084 vsize=5356 CPUtime=0
/proc/28097/stat : 28097 (sh) S 28084 28084 27254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002502159 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28097/statm: 1339 233 193 169 0 50 0
[pid=28098] ppid=28097 vsize=868436 CPUtime=10.16
/proc/28098/stat : 28098 (java) S 28097 28084 27254 0 -1 0 30822 0 1 0 995 21 0 0 18 0 9 0 2002502160 889278464 20504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28098/statm: 217109 20504 2541 9 0 211684 0
[pid=28098/tid=28099] ppid=28097 vsize=868436 CPUtime=7.81
/proc/28098/task/28099/stat : 28099 (java) R 28097 28084 27254 0 -1 64 3929 0 1 0 778 3 0 0 25 0 9 0 2002502161 889278464 20504 996147200 134512640 134550740 4294955952 18446744073709551615 4126569533 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28100] ppid=28097 vsize=868436 CPUtime=2.09
/proc/28098/task/28100/stat : 28100 (java) S 28097 28084 27254 0 -1 64 24710 0 0 0 194 15 0 0 16 0 9 0 2002502162 889278464 20504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28101] ppid=28097 vsize=868436 CPUtime=0
/proc/28098/task/28101/stat : 28101 (java) S 28097 28084 27254 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002502162 889278464 20504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28102] ppid=28097 vsize=868436 CPUtime=0
/proc/28098/task/28102/stat : 28102 (java) S 28097 28084 27254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002502162 889278464 20504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28103] ppid=28097 vsize=868436 CPUtime=0
/proc/28098/task/28103/stat : 28103 (java) S 28097 28084 27254 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002502164 889278464 20504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28104] ppid=28097 vsize=868436 CPUtime=0.23
/proc/28098/task/28104/stat : 28104 (java) S 28097 28084 27254 0 -1 64 1486 0 0 0 22 1 0 0 15 0 9 0 2002502164 889278464 20504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28105] ppid=28097 vsize=868436 CPUtime=0
/proc/28098/task/28105/stat : 28105 (java) S 28097 28084 27254 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002502164 889278464 20504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28106] ppid=28097 vsize=868436 CPUtime=0
/proc/28098/task/28106/stat : 28106 (java) S 28097 28084 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002502164 889278464 20504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887392

[startup+25.5018 s]
/proc/loadavg: 2.11 2.02 2.00 3/84 28106
/proc/meminfo: memFree=1571528/2055920 swapFree=4180396/4192956
[pid=28084] ppid=28082 vsize=13600 CPUtime=2.33
/proc/28084/stat : 28084 (sugar) S 28082 28084 27254 0 -1 4194304 974 19455 0 1 3 0 218 12 16 0 1 0 2002501918 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28084/statm: 3400 797 370 3 0 500 0
[pid=28097] ppid=28084 vsize=5356 CPUtime=0
/proc/28097/stat : 28097 (sh) S 28084 28084 27254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002502159 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28097/statm: 1339 233 193 169 0 50 0
[pid=28098] ppid=28097 vsize=868436 CPUtime=22.83
/proc/28098/stat : 28098 (java) S 28097 28084 27254 0 -1 0 52476 0 1 0 2249 34 0 0 18 0 9 0 2002502160 889278464 37491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28098/statm: 217109 37491 2541 9 0 211684 0
[pid=28098/tid=28099] ppid=28097 vsize=868436 CPUtime=18.57
/proc/28098/task/28099/stat : 28099 (java) R 28097 28084 27254 0 -1 64 4782 0 1 0 1852 5 0 0 25 0 9 0 2002502161 889278464 37491 996147200 134512640 134550740 4294955952 18446744073709551615 4126638801 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28100] ppid=28097 vsize=868436 CPUtime=4
/proc/28098/task/28100/stat : 28100 (java) S 28097 28084 27254 0 -1 64 45509 0 0 0 374 26 0 0 16 0 9 0 2002502162 889278464 37491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28101] ppid=28097 vsize=868436 CPUtime=0
/proc/28098/task/28101/stat : 28101 (java) S 28097 28084 27254 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002502162 889278464 37491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28102] ppid=28097 vsize=868436 CPUtime=0
/proc/28098/task/28102/stat : 28102 (java) S 28097 28084 27254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002502162 889278464 37491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28103] ppid=28097 vsize=868436 CPUtime=0
/proc/28098/task/28103/stat : 28103 (java) S 28097 28084 27254 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002502164 889278464 37491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28104] ppid=28097 vsize=868436 CPUtime=0.23
/proc/28098/task/28104/stat : 28104 (java) S 28097 28084 27254 0 -1 64 1488 0 0 0 22 1 0 0 16 0 9 0 2002502164 889278464 37491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28105] ppid=28097 vsize=868436 CPUtime=0
/proc/28098/task/28105/stat : 28105 (java) S 28097 28084 27254 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002502164 889278464 37491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28106] ppid=28097 vsize=868436 CPUtime=0
/proc/28098/task/28106/stat : 28106 (java) S 28097 28084 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002502164 889278464 37491 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) 887392

[startup+51.1015 s]
/proc/loadavg: 2.07 2.01 2.00 3/84 28106
/proc/meminfo: memFree=1412872/2055920 swapFree=4180396/4192956
[pid=28084] ppid=28082 vsize=13600 CPUtime=2.33
/proc/28084/stat : 28084 (sugar) S 28082 28084 27254 0 -1 4194304 974 19455 0 1 3 0 218 12 16 0 1 0 2002501918 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28084/statm: 3400 797 370 3 0 500 0
[pid=28097] ppid=28084 vsize=5356 CPUtime=0
/proc/28097/stat : 28097 (sh) S 28084 28084 27254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002502159 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28097/statm: 1339 233 193 169 0 50 0
[pid=28098] ppid=28097 vsize=868548 CPUtime=48.15
/proc/28098/stat : 28098 (java) S 28097 28084 27254 0 -1 0 72870 0 1 0 4711 104 0 0 18 0 9 0 2002502160 889393152 52829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=28098/tid=28103] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28103/stat : 28103 (java) S 28097 28084 27254 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28104] ppid=28097 vsize=868548 CPUtime=0.34
/proc/28098/task/28104/stat : 28104 (java) S 28097 28084 27254 0 -1 64 1537 0 0 0 33 1 0 0 16 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28105] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28105/stat : 28105 (java) S 28097 28084 27254 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28106] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28106/stat : 28106 (java) S 28097 28084 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 530.45
Current children cumulated vsize (KiB) 887504

[startup+563.101 s]
/proc/loadavg: 2.18 2.09 2.02 3/84 28106
/proc/meminfo: memFree=15624/2055920 swapFree=4180396/4192956
[pid=28084] ppid=28082 vsize=13600 CPUtime=2.33
/proc/28084/stat : 28084 (sugar) S 28082 28084 27254 0 -1 4194304 974 19455 0 1 3 0 218 12 16 0 1 0 2002501918 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28084/statm: 3400 797 370 3 0 500 0
[pid=28097] ppid=28084 vsize=5356 CPUtime=0
/proc/28097/stat : 28097 (sh) S 28084 28084 27254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002502159 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28097/statm: 1339 233 193 169 0 50 0
[pid=28098] ppid=28097 vsize=868548 CPUtime=553.59
/proc/28098/stat : 28098 (java) S 28097 28084 27254 0 -1 0 75569 0 1 0 32264 23095 0 0 18 0 9 0 2002502160 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28098/statm: 217137 52842 2566 9 0 211684 0
[pid=28098/tid=28099] ppid=28097 vsize=868548 CPUtime=543.9
/proc/28098/task/28099/stat : 28099 (java) R 28097 28084 27254 0 -1 64 8818 0 1 0 31349 23041 0 0 25 0 9 0 2002502161 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28098/tid=28100] ppid=28097 vsize=868548 CPUtime=9.32
/proc/28098/task/28100/stat : 28100 (java) S 28097 28084 27254 0 -1 64 64517 0 0 0 881 51 0 0 16 0 9 0 2002502162 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28098/tid=28101] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28101/stat : 28101 (java) S 28097 28084 27254 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002502162 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28102] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28102/stat : 28102 (java) S 28097 28084 27254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002502162 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28103] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28103/stat : 28103 (java) S 28097 28084 27254 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28104] ppid=28097 vsize=868548 CPUtime=0.34
/proc/28098/task/28104/stat : 28104 (java) S 28097 28084 27254 0 -1 64 1537 0 0 0 33 1 0 0 16 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28105] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28105/stat : 28105 (java) S 28097 28084 27254 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28106] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28106/stat : 28106 (java) S 28097 28084 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 555.92
Current children cumulated vsize (KiB) 887504

[startup+569.503 s]
/proc/loadavg: 2.16 2.08 2.02 3/84 28106
/proc/meminfo: memFree=15176/2055920 swapFree=4180396/4192956
[pid=28084] ppid=28082 vsize=13600 CPUtime=2.33
/proc/28084/stat : 28084 (sugar) S 28082 28084 27254 0 -1 4194304 974 19455 0 1 3 0 218 12 16 0 1 0 2002501918 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28084/statm: 3400 797 370 3 0 500 0
[pid=28097] ppid=28084 vsize=5356 CPUtime=0
/proc/28097/stat : 28097 (sh) S 28084 28084 27254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002502159 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28097/statm: 1339 233 193 169 0 50 0
[pid=28098] ppid=28097 vsize=868548 CPUtime=559.96
/proc/28098/stat : 28098 (java) S 28097 28084 27254 0 -1 0 75594 0 1 0 32544 23452 0 0 18 0 9 0 2002502160 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28098/statm: 217137 52842 2566 9 0 211684 0
[pid=28098/tid=28099] ppid=28097 vsize=868548 CPUtime=550.25
/proc/28098/task/28099/stat : 28099 (java) R 28097 28084 27254 0 -1 64 8843 0 1 0 31627 23398 0 0 25 0 9 0 2002502161 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4127029844 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28098/tid=28100] ppid=28097 vsize=868548 CPUtime=9.34
/proc/28098/task/28100/stat : 28100 (java) S 28097 28084 27254 0 -1 64 64517 0 0 0 883 51 0 0 16 0 9 0 2002502162 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28098/tid=28101] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28101/stat : 28101 (java) S 28097 28084 27254 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002502162 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28102] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28102/stat : 28102 (java) S 28097 28084 27254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002502162 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28103] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28103/stat : 28103 (java) S 28097 28084 27254 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28104] ppid=28097 vsize=868548 CPUtime=0.34
/proc/28098/task/28104/stat : 28104 (java) S 28097 28084 27254 0 -1 64 1537 0 0 0 33 1 0 0 16 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28105] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28105/stat : 28105 (java) S 28097 28084 27254 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28106] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28106/stat : 28106 (java) S 28097 28084 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 562.29
Current children cumulated vsize (KiB) 887504

[startup+575.903 s]
/proc/loadavg: 2.15 2.08 2.02 4/84 28106
/proc/meminfo: memFree=15624/2055920 swapFree=4180396/4192956
[pid=28084] ppid=28082 vsize=13600 CPUtime=2.33
/proc/28084/stat : 28084 (sugar) S 28082 28084 27254 0 -1 4194304 974 19455 0 1 3 0 218 12 16 0 1 0 2002501918 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28084/statm: 3400 797 370 3 0 500 0
[pid=28097] ppid=28084 vsize=5356 CPUtime=0
/proc/28097/stat : 28097 (sh) S 28084 28084 27254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002502159 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28097/statm: 1339 233 193 169 0 50 0
[pid=28098] ppid=28097 vsize=868548 CPUtime=566.32
/proc/28098/stat : 28098 (java) S 28097 28084 27254 0 -1 0 75619 0 1 0 32821 23811 0 0 18 0 9 0 2002502160 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28098/statm: 217137 52842 2566 9 0 211684 0
[pid=28098/tid=28099] ppid=28097 vsize=868548 CPUtime=556.59
/proc/28098/task/28099/stat : 28099 (java) R 28097 28084 27254 0 -1 64 8868 0 1 0 31902 23757 0 0 25 0 9 0 2002502161 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28098/tid=28100] ppid=28097 vsize=868548 CPUtime=9.35
/proc/28098/task/28100/stat : 28100 (java) S 28097 28084 27254 0 -1 64 64517 0 0 0 884 51 0 0 16 0 9 0 2002502162 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28098/tid=28101] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28101/stat : 28101 (java) S 28097 28084 27254 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002502162 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28102] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28102/stat : 28102 (java) S 28097 28084 27254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002502162 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28103] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28103/stat : 28103 (java) S 28097 28084 27254 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28104] ppid=28097 vsize=868548 CPUtime=0.34
/proc/28098/task/28104/stat : 28104 (java) S 28097 28084 27254 0 -1 64 1537 0 0 0 33 1 0 0 16 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28105] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28105/stat : 28105 (java) S 28097 28084 27254 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28106] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28106/stat : 28106 (java) S 28097 28084 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 568.65
Current children cumulated vsize (KiB) 887504

[startup+577.508 s]
/proc/loadavg: 2.14 2.08 2.01 3/84 28106
/proc/meminfo: memFree=15944/2055920 swapFree=4180396/4192956
[pid=28084] ppid=28082 vsize=13600 CPUtime=2.33
/proc/28084/stat : 28084 (sugar) S 28082 28084 27254 0 -1 4194304 974 19455 0 1 3 0 218 12 16 0 1 0 2002501918 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28084/statm: 3400 797 370 3 0 500 0
[pid=28097] ppid=28084 vsize=5356 CPUtime=0
/proc/28097/stat : 28097 (sh) S 28084 28084 27254 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002502159 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28097/statm: 1339 233 193 169 0 50 0
[pid=28098] ppid=28097 vsize=868548 CPUtime=567.92
/proc/28098/stat : 28098 (java) S 28097 28084 27254 0 -1 0 75626 0 1 0 32891 23901 0 0 18 0 9 0 2002502160 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28098/statm: 217137 52842 2566 9 0 211684 0
[pid=28098/tid=28099] ppid=28097 vsize=868548 CPUtime=558.19
/proc/28098/task/28099/stat : 28099 (java) R 28097 28084 27254 0 -1 64 8875 0 1 0 31972 23847 0 0 25 0 9 0 2002502161 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4127034390 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28098/tid=28100] ppid=28097 vsize=868548 CPUtime=9.36
/proc/28098/task/28100/stat : 28100 (java) S 28097 28084 27254 0 -1 64 64517 0 0 0 885 51 0 0 16 0 9 0 2002502162 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28098/tid=28101] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28101/stat : 28101 (java) S 28097 28084 27254 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002502162 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28102] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28102/stat : 28102 (java) S 28097 28084 27254 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002502162 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28103] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28103/stat : 28103 (java) S 28097 28084 27254 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28104] ppid=28097 vsize=868548 CPUtime=0.34
/proc/28098/task/28104/stat : 28104 (java) S 28097 28084 27254 0 -1 64 1537 0 0 0 33 1 0 0 16 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28105] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28105/stat : 28105 (java) S 28097 28084 27254 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28098/tid=28106] ppid=28097 vsize=868548 CPUtime=0
/proc/28098/task/28106/stat : 28106 (java) S 28097 28084 27254 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002502164 889393152 52842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 570.25
Current children cumulated vsize (KiB) 887504

[startup+579.103 s]
/proc/loadavg: 2.14 2.08 2.01 3/84 28106
/proc/meminfo: memFree=16136/2055920 swapFree=4180396/4192956
[pid=28084] ppid=28082 vsize=13600 CPUtime=571.77
/proc/28084/stat : 28084 (sugar) R 28082 28084 27254 0 -1 4194304 996 95384 0 2 3 44 33159 23971 19 0 1 0 2002501918 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 0 0 0 17 0 0 0
/proc/28084/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 571.77
Current children cumulated vsize (KiB) 13600

[startup+579.903 s]
/proc/loadavg: 2.14 2.08 2.01 2/74 28106
/proc/meminfo: memFree=1942744/2055920 swapFree=4180396/4192956
[pid=28084] ppid=28082 vsize=13600 CPUtime=572.19
/proc/28084/stat : 28084 (sugar) D 28082 28084 27254 0 -1 4194304 996 95384 0 2 3 86 33159 23971 18 0 1 0 2002501918 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28084/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 572.19
Current children cumulated vsize (KiB) 13600

[startup+580.103 s]
/proc/loadavg: 2.14 2.08 2.01 2/74 28106
/proc/meminfo: memFree=1942744/2055920 swapFree=4180396/4192956
[pid=28084] ppid=28082 vsize=13600 CPUtime=572.2
/proc/28084/stat : 28084 (sugar) D 28082 28084 27254 0 -1 4194304 996 95384 0 2 3 87 33159 23971 18 0 1 0 2002501918 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28084/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 572.2
Current children cumulated vsize (KiB) 13600

[startup+580.202 s]
/proc/loadavg: 2.14 2.08 2.01 2/74 28106
/proc/meminfo: memFree=1942744/2055920 swapFree=4180396/4192956
[pid=28084] ppid=28082 vsize=13600 CPUtime=572.2
/proc/28084/stat : 28084 (sugar) D 28082 28084 27254 0 -1 4194304 996 95384 0 2 3 87 33159 23971 18 0 1 0 2002501918 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28084/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 572.2
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 580.269
CPU time (s): 572.235
CPU user time (s): 331.633
CPU system time (s): 240.602
CPU usage (%): 98.6156
Max. virtual memory (cumulated for all children) (KiB): 897640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 331.633
system time used= 240.602
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96410
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= 39459
involuntary context switches= 36957

runsolver used 0.804877 second user time and 1.88671 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-05 07:21:31
IDJOB=1085730
IDBENCH=57692
IDSOLVER=346
FILE ID=node44/1085730-1215235290
PBS_JOBID= 7881862
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp15/normalized-fapp15-3000-2.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-1085730-1215235290/watcher-1085730-1215235290 -o /tmp/evaluation-result-1085730-1215235290/solver-1085730-1215235290 -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-1085730-1215235290.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a7377e3e2481e38a6b40d9be07bb2cda
RANDOM SEED=1059057370

node44.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.213
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.213
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:       1714880 kB
Buffers:         48752 kB
Cached:         215280 kB
SwapCached:       6540 kB
Active:         193632 kB
Inactive:        86012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714880 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:            5940 kB
Writeback:           0 kB
Mapped:          21460 kB
Slab:            46616 kB
Committed_AS:  3558564 kB
PageTables:       1828 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= 66516 MiB
End job on node44 at 2008-07-05 07:31:11