Trace number 1112973

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 514.694 521.463

General information on the benchmark

Namecsp/fapp/fapp14/
normalized-fapp14-2500-0.xml
MD5SUMfac073e8eb5ef4bb7103b84225c28dd2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1158
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 17:25:09 2008
0.00/0.08	c 0	PID 18141
0.06/0.08	c 0	HOST node10.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1112973-1215876309.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112973-1215876309.xml' 'HOME/temp.csp'
2.54/2.65	c 3	30 domains, 2500 variables, 8 predicates, 0 relations, 40767 constraints
2.54/2.69	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.54/2.69	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.61/2.77	c 3	Parsing HOME/temp.csp
2.61/3.16	c 3	parsed 10000 expressions
3.39/3.52	c 4	parsed 20000 expressions
3.69/3.86	c 4	parsed 30000 expressions
4.00/4.13	c 4	parsed 40000 expressions
4.09/4.21	c 4	parsed 43305 expressions
4.09/4.22	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.39/4.58	c 5	MAX CSP: 40767 constraints
4.39/4.58	c 5	Converting to clausal form CSP
8.93/9.11	c 9	converted 8408 (10%) expressions
14.77/15.05	c 15	converted 16815 (20%) expressions
20.61/20.94	c 21	converted 25223 (30%) expressions
25.86/26.21	c 26	converted 33630 (40%) expressions
30.90/31.32	c 32	converted 42038 (50%) expressions
37.05/37.51	c 38	converted 50445 (60%) expressions
41.89/42.44	c 43	converted 58853 (70%) expressions
46.57/47.17	c 47	converted 67260 (80%) expressions
51.02/51.61	c 52	converted 75668 (90%) expressions
60.62/61.35	c 62	converted 84075 (100%) expressions
60.62/61.36	c 62	CSP : 94099 integers, 159886 booleans, 394234 clauses, largest domain size 61151
60.62/61.36	c 62	Heap : 303 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
60.62/61.37	c 62	Propagation in CSP
70.23/71.07	c 71	40755 values, 0 unsatisfiable literals, and 0 valid clauses are removed
70.23/71.09	c 71	CSP : 94099 integers, 159886 booleans, 394234 clauses, largest domain size 40768
70.23/71.09	c 71	Heap : 314 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
70.33/71.20	c 71	Simplifing CSP by introducing new Boolean variables
70.92/71.78	c 72	CSP : 94099 integers, 257886 booleans, 492234 clauses, largest domain size 40768
70.92/71.78	c 72	Heap : 354 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
72.91/73.77	c 74	Encoding CSP to SAT : HOME/temp.cnf
92.53/93.59	c 94	9410 (10%) CSP integer variables are encoded (5342896 clauses, 99299170 bytes)
99.14/100.35	c 101	18820 (20%) CSP integer variables are encoded (10902664 clauses, 206774781 bytes)
105.58/106.95	c 107	28230 (30%) CSP integer variables are encoded (16052830 clauses, 314928267 bytes)
111.48/112.92	c 113	37640 (40%) CSP integer variables are encoded (20746735 clauses, 413500272 bytes)
115.88/117.45	c 118	47050 (50%) CSP integer variables are encoded (24288267 clauses, 487872444 bytes)
116.78/118.37	c 119	56460 (60%) CSP integer variables are encoded (25011576 clauses, 503061933 bytes)
116.98/118.55	c 119	65870 (70%) CSP integer variables are encoded (25127795 clauses, 505502532 bytes)
117.17/118.73	c 119	75280 (80%) CSP integer variables are encoded (25267834 clauses, 508443351 bytes)
117.27/118.89	c 119	84690 (90%) CSP integer variables are encoded (25386555 clauses, 510936492 bytes)
118.15/119.78	c 120	94099 (100%) CSP integer variables are encoded (26097926 clauses, 525875283 bytes)
303.00/306.65	c 307	49224 (10%) CSP clauses are encoded (54975415 clauses, 1254028243 bytes)
468.17/474.06	c 474	98447 (20%) CSP clauses are encoded (81933578 clauses, 1945404988 bytes)
513.81/520.01	c 520	ERROR Exception Too large HOME/temp.cnf
513.81/520.01	c 520	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
513.81/520.02	c 520	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
513.81/520.02	c 520	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
513.81/520.02	s UNKNOWN
513.87/520.12	c 520	CPU 500.66 (0.06 0.02 500.6 13.21)
513.87/520.12	c 520	END Sat Jul 12 17:33:49 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-1112973-1215876309/watcher-1112973-1215876309 -o /tmp/evaluation-result-1112973-1215876309/solver-1112973-1215876309 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1112973-1215876309.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: 1.92 1.98 1.99 4/81 18141
/proc/meminfo: memFree=1822624/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=12000 CPUtime=0
/proc/18141/stat : 18141 (sugar++) R 18139 18141 16922 0 -1 4194304 199 0 0 0 0 0 0 0 20 0 1 0 44333818 12288000 167 996147200 4194304 4206940 548682068528 18446744073709551615 214938219129 0 0 4224 0 0 0 0 17 1 0 0
/proc/18141/statm: 3000 167 129 3 0 100 0

[startup+0.0820999 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 18141
/proc/meminfo: memFree=1822624/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16740 CPUtime=0.06
/proc/18141/stat : 18141 (sugar++) S 18139 18141 16922 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 44333818 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18141/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10176 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 18141
/proc/meminfo: memFree=1822624/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16740 CPUtime=0.06
/proc/18141/stat : 18141 (sugar++) S 18139 18141 16922 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44333818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18141/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301401 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 18141
/proc/meminfo: memFree=1822624/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16740 CPUtime=0.06
/proc/18141/stat : 18141 (sugar++) S 18139 18141 16922 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44333818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18141/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701459 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 18141
/proc/meminfo: memFree=1822624/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16740 CPUtime=0.06
/proc/18141/stat : 18141 (sugar++) S 18139 18141 16922 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44333818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18141/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50157 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 18153
/proc/meminfo: memFree=1797640/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16740 CPUtime=0.06
/proc/18141/stat : 18141 (sugar++) S 18139 18141 16922 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 44333818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18141/statm: 4185 1104 409 3 0 764 0
[pid=18144] ppid=18141 vsize=5356 CPUtime=0
/proc/18144/stat : 18144 (sh) S 18141 18141 16922 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44333827 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18144/statm: 1339 233 193 169 0 50 0
[pid=18145] ppid=18144 vsize=864672 CPUtime=1.38
/proc/18145/stat : 18145 (java) S 18144 18141 16922 0 -1 0 14903 0 1 0 131 7 0 0 18 0 9 0 44333827 885424128 12451 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18145/statm: 216168 12451 2529 9 0 210750 0
[pid=18145/tid=18146] ppid=18144 vsize=864672 CPUtime=0.82
/proc/18145/task/18146/stat : 18146 (java) R 18144 18141 16922 0 -1 64 3053 0 1 0 80 2 0 0 24 0 9 0 44333828 885424128 12451 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18145/tid=18147] ppid=18144 vsize=864672 CPUtime=0.43
/proc/18145/task/18147/stat : 18147 (java) R 18144 18141 16922 0 -1 64 10651 0 0 0 39 4 0 0 16 0 9 0 44333829 885424128 12451 996147200 134512640 134550740 4294956000 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18145/tid=18148] ppid=18144 vsize=864672 CPUtime=0
/proc/18145/task/18148/stat : 18148 (java) S 18144 18141 16922 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 44333829 885424128 12451 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18145/tid=18149] ppid=18144 vsize=864672 CPUtime=0
/proc/18145/task/18149/stat : 18149 (java) S 18144 18141 16922 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44333829 885424128 12451 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18145/tid=18150] ppid=18144 vsize=864672 CPUtime=0
/proc/18145/task/18150/stat : 18150 (java) S 18144 18141 16922 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44333831 885424128 12451 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18145/tid=18151] ppid=18144 vsize=864672 CPUtime=0.11
/proc/18145/task/18151/stat : 18151 (java) S 18144 18141 16922 0 -1 64 499 0 0 0 11 0 0 0 16 0 9 0 44333831 885424128 12451 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18145/tid=18152] ppid=18144 vsize=864672 CPUtime=0
/proc/18145/task/18152/stat : 18152 (java) S 18144 18141 16922 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44333831 885424128 12451 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18145/tid=18153] ppid=18144 vsize=864672 CPUtime=0
/proc/18145/task/18153/stat : 18153 (java) S 18144 18141 16922 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44333831 885424128 12451 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886768

[startup+3.10178 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 18153
/proc/meminfo: memFree=1757384/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16740 CPUtime=2.61
/proc/18141/stat : 18141 (sugar++) S 18139 18141 16922 0 -1 4194304 1297 22499 0 1 5 1 242 13 16 0 1 0 44333818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18141/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 16740

[startup+6.30221 s]
/proc/loadavg: 1.93 1.98 1.99 4/92 18163
/proc/meminfo: memFree=1770888/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16740 CPUtime=2.62
/proc/18141/stat : 18141 (sugar++) S 18139 18141 16922 0 -1 4194304 1297 22499 0 1 6 1 242 13 15 0 1 0 44333818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18141/statm: 4185 1104 409 3 0 764 0
[pid=18154] ppid=18141 vsize=5356 CPUtime=0
/proc/18154/stat : 18154 (sh) S 18141 18141 16922 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44334088 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18154/statm: 1339 233 193 169 0 50 0
[pid=18155] ppid=18154 vsize=868432 CPUtime=3.55
/proc/18155/stat : 18155 (java) S 18154 18141 16922 0 -1 0 16689 0 1 0 345 10 0 0 19 0 9 0 44334088 889274368 14814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18155/statm: 217108 14814 2541 9 0 211683 0
[pid=18155/tid=18156] ppid=18154 vsize=868432 CPUtime=2.27
/proc/18155/task/18156/stat : 18156 (java) R 18154 18141 16922 0 -1 64 3280 0 1 0 225 2 0 0 25 0 9 0 44334089 889274368 14814 996147200 134512640 134550740 4294955920 18446744073709551615 4126938720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18157] ppid=18154 vsize=868432 CPUtime=1.01
/proc/18155/task/18157/stat : 18157 (java) S 18154 18141 16922 0 -1 64 11240 0 0 0 96 5 0 0 16 0 9 0 44334090 889274368 14814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18158] ppid=18154 vsize=868432 CPUtime=0
/proc/18155/task/18158/stat : 18158 (java) S 18154 18141 16922 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44334090 889274368 14814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18159] ppid=18154 vsize=868432 CPUtime=0
/proc/18155/task/18159/stat : 18159 (java) S 18154 18141 16922 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44334091 889274368 14814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18160] ppid=18154 vsize=868432 CPUtime=0
/proc/18155/task/18160/stat : 18160 (java) S 18154 18141 16922 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44334092 889274368 14814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18161] ppid=18154 vsize=868432 CPUtime=0.23
/proc/18155/task/18161/stat : 18161 (java) S 18154 18141 16922 0 -1 64 1472 0 0 0 23 0 0 0 15 0 9 0 44334092 889274368 14814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18162] ppid=18154 vsize=868432 CPUtime=0
/proc/18155/task/18162/stat : 18162 (java) S 18154 18141 16922 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44334093 889274368 14814 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18163] ppid=18154 vsize=868432 CPUtime=0
/proc/18155/task/18163/stat : 18163 (java) S 18154 18141 16922 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44334093 889274368 14814 996147200 134512640 134550740 4294955920 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) 890528

[startup+12.7021 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 18163
/proc/meminfo: memFree=1743688/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16740 CPUtime=2.62
/proc/18141/stat : 18141 (sugar++) S 18139 18141 16922 0 -1 4194304 1297 22499 0 1 6 1 242 13 16 0 1 0 44333818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18141/statm: 4185 1104 409 3 0 764 0
[pid=18154] ppid=18141 vsize=5356 CPUtime=0
/proc/18154/stat : 18154 (sh) S 18141 18141 16922 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44334088 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18154/statm: 1339 233 193 169 0 50 0
[pid=18155] ppid=18154 vsize=868432 CPUtime=9.87
/proc/18155/stat : 18155 (java) S 18154 18141 16922 0 -1 0 27728 0 1 0 971 16 0 0 19 0 9 0 44334088 889274368 21530 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18155/statm: 217108 21530 2541 9 0 211683 0
[pid=18155/tid=18156] ppid=18154 vsize=868432 CPUtime=7.63
/proc/18155/task/18156/stat : 18156 (java) R 18154 18141 16922 0 -1 64 3822 0 1 0 760 3 0 0 25 0 9 0 44334089 889274368 21530 996147200 134512640 134550740 4294955920 18446744073709551615 4126428765 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18157] ppid=18154 vsize=868432 CPUtime=1.97
/proc/18155/task/18157/stat : 18157 (java) S 18154 18141 16922 0 -1 64 21726 0 0 0 186 11 0 0 16 0 9 0 44334090 889274368 21530 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18158] ppid=18154 vsize=868432 CPUtime=0
/proc/18155/task/18158/stat : 18158 (java) S 18154 18141 16922 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44334090 889274368 21530 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18159] ppid=18154 vsize=868432 CPUtime=0
/proc/18155/task/18159/stat : 18159 (java) S 18154 18141 16922 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44334091 889274368 21530 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18160] ppid=18154 vsize=868432 CPUtime=0
/proc/18155/task/18160/stat : 18160 (java) S 18154 18141 16922 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44334092 889274368 21530 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18161] ppid=18154 vsize=868432 CPUtime=0.24
/proc/18155/task/18161/stat : 18161 (java) S 18154 18141 16922 0 -1 64 1483 0 0 0 24 0 0 0 16 0 9 0 44334092 889274368 21530 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18162] ppid=18154 vsize=868432 CPUtime=0
/proc/18155/task/18162/stat : 18162 (java) S 18154 18141 16922 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44334093 889274368 21530 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18163] ppid=18154 vsize=868432 CPUtime=0
/proc/18155/task/18163/stat : 18163 (java) S 18154 18141 16922 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44334093 889274368 21530 996147200 134512640 134550740 4294955920 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) 890528

[startup+25.5018 s]
/proc/loadavg: 1.95 1.98 1.99 3/92 18163
/proc/meminfo: memFree=1687240/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16740 CPUtime=2.62
/proc/18141/stat : 18141 (sugar++) S 18139 18141 16922 0 -1 4194304 1297 22499 0 1 6 1 242 13 16 0 1 0 44333818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18141/statm: 4185 1104 409 3 0 764 0
[pid=18154] ppid=18141 vsize=5356 CPUtime=0
/proc/18154/stat : 18154 (sh) S 18141 18141 16922 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44334088 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18154/statm: 1339 233 193 169 0 50 0
[pid=18155] ppid=18154 vsize=868432 CPUtime=22.54
/proc/18155/stat : 18155 (java) S 18154 18141 16922 0 -1 0 45805 0 1 0 2229 25 0 0 19 0 9 0 44334088 889274368 35264 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18155/statm: 217108 35264 2541 9 0 211683 0
[pid=18155/tid=18156] ppid=18154 vsize=868432 CPUtime=18.58
/proc/18155/task/18156/stat : 18156 (java) R 18154 18141 16922 0 -1 64 4640 0 1 0 1854 4 0 0 25 0 9 0 44334089 889274368 35264 996147200 134512640 134550740 4294955920 18446744073709551615 4126428782 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18157] ppid=18154 vsize=868432 CPUtime=3.68
/proc/18155/task/18157/stat : 18157 (java) S 18154 18141 16922 0 -1 64 38983 0 0 0 349 19 0 0 16 0 9 0 44334090 889274368 35264 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18158] ppid=18154 vsize=868432 CPUtime=0
/proc/18155/task/18158/stat : 18158 (java) S 18154 18141 16922 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44334090 889274368 35264 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18159] ppid=18154 vsize=868432 CPUtime=0
/proc/18155/task/18159/stat : 18159 (java) S 18154 18141 16922 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44334091 889274368 35264 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18160] ppid=18154 vsize=868432 CPUtime=0
/proc/18155/task/18160/stat : 18160 (java) S 18154 18141 16922 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44334092 889274368 35264 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18161] ppid=18154 vsize=868432 CPUtime=0.25
/proc/18155/task/18161/stat : 18161 (java) S 18154 18141 16922 0 -1 64 1485 0 0 0 25 0 0 0 15 0 9 0 44334092 889274368 35264 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18162] ppid=18154 vsize=868432 CPUtime=0
/proc/18155/task/18162/stat : 18162 (java) S 18154 18141 16922 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44334093 889274368 35264 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18163] ppid=18154 vsize=868432 CPUtime=0
/proc/18155/task/18163/stat : 18163 (java) S 18154 18141 16922 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44334093 889274368 35264 996147200 134512640 134550740 4294955920 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) 890528

[startup+51.1083 s]
/proc/loadavg: 1.96 1.98 1.99 3/92 18163
/proc/meminfo: memFree=1581896/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16740 CPUtime=2.63
/proc/18141/stat : 18141 (sugar++) S 18139 18141 16922 0 -1 4194304 1297 22499 0 1 6 2 242 13 16 0 1 0 44333818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18141/statm: 4185 1104 409 3 0 764 0
[pid=18154] ppid=18141 vsize=5356 CPUtime=0
/proc/18154/stat : 18154 (sh) S 18141 18141 16922 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44334088 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18154/statm: 1339 233 193 169 0 50 0
[pid=18155] ppid=18154 vsize=868432 CPUtime=47.89
/proc/18155/stat : 18155 (java) S 18154 18141 16922 0 -1 0 77073 0 1 0 4748 41 0 0 19 0 9 0 44334088 889274368 61841 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=18155/tid=18160] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18160/stat : 18160 (java) S 18154 18141 16922 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44334092 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18161] ppid=18154 vsize=868544 CPUtime=0.36
/proc/18155/task/18161/stat : 18161 (java) S 18154 18141 16922 0 -1 64 1542 0 0 0 35 1 0 0 15 0 9 0 44334092 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18162] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18162/stat : 18162 (java) S 18154 18141 16922 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44334093 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18163] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18163/stat : 18163 (java) S 18154 18141 16922 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44334093 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 480.38
Current children cumulated vsize (KiB) 890640

[startup+499.103 s]
/proc/loadavg: 2.20 2.16 2.06 3/92 18203
/proc/meminfo: memFree=15752/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16740 CPUtime=2.63
/proc/18141/stat : 18141 (sugar++) S 18139 18141 16922 0 -1 4194304 1297 22499 0 1 6 2 242 13 16 0 1 0 44333818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18141/statm: 4185 1104 409 3 0 764 0
[pid=18154] ppid=18141 vsize=5356 CPUtime=0
/proc/18154/stat : 18154 (sh) S 18141 18141 16922 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44334088 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18154/statm: 1339 233 193 169 0 50 0
[pid=18155] ppid=18154 vsize=868544 CPUtime=490.43
/proc/18155/stat : 18155 (java) S 18154 18141 16922 0 -1 0 116339 0 1 0 47788 1255 0 0 19 0 9 0 44334088 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18155/statm: 217136 94260 2566 9 0 211683 0
[pid=18155/tid=18156] ppid=18154 vsize=868544 CPUtime=475.89
/proc/18155/task/18156/stat : 18156 (java) R 18154 18141 16922 0 -1 64 9097 0 1 0 46397 1192 0 0 25 0 9 0 44334089 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4126672638 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18155/tid=18157] ppid=18154 vsize=868544 CPUtime=14.15
/proc/18155/task/18157/stat : 18157 (java) S 18154 18141 16922 0 -1 64 105003 0 0 0 1354 61 0 0 16 0 9 0 44334090 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18155/tid=18158] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18158/stat : 18158 (java) S 18154 18141 16922 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44334090 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18159] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18159/stat : 18159 (java) S 18154 18141 16922 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44334091 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18160] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18160/stat : 18160 (java) S 18154 18141 16922 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44334092 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18161] ppid=18154 vsize=868544 CPUtime=0.36
/proc/18155/task/18161/stat : 18161 (java) S 18154 18141 16922 0 -1 64 1542 0 0 0 35 1 0 0 15 0 9 0 44334092 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18162] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18162/stat : 18162 (java) S 18154 18141 16922 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44334093 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18163] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18163/stat : 18163 (java) S 18154 18141 16922 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44334093 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 493.06
Current children cumulated vsize (KiB) 890640

[startup+511.902 s]
/proc/loadavg: 2.23 2.17 2.06 3/92 18203
/proc/meminfo: memFree=15048/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16740 CPUtime=2.63
/proc/18141/stat : 18141 (sugar++) S 18139 18141 16922 0 -1 4194304 1297 22499 0 1 6 2 242 13 16 0 1 0 44333818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18141/statm: 4185 1104 409 3 0 764 0
[pid=18154] ppid=18141 vsize=5356 CPUtime=0
/proc/18154/stat : 18154 (sh) S 18141 18141 16922 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44334088 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18154/statm: 1339 233 193 169 0 50 0
[pid=18155] ppid=18154 vsize=868544 CPUtime=503.14
/proc/18155/stat : 18155 (java) S 18154 18141 16922 0 -1 0 116377 0 1 0 49030 1284 0 0 19 0 9 0 44334088 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18155/statm: 217136 94260 2566 9 0 211683 0
[pid=18155/tid=18156] ppid=18154 vsize=868544 CPUtime=488.55
/proc/18155/task/18156/stat : 18156 (java) R 18154 18141 16922 0 -1 64 9135 0 1 0 47635 1220 0 0 25 0 9 0 44334089 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4126923435 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18155/tid=18157] ppid=18154 vsize=868544 CPUtime=14.2
/proc/18155/task/18157/stat : 18157 (java) S 18154 18141 16922 0 -1 64 105003 0 0 0 1359 61 0 0 16 0 9 0 44334090 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18155/tid=18158] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18158/stat : 18158 (java) S 18154 18141 16922 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44334090 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18159] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18159/stat : 18159 (java) S 18154 18141 16922 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44334091 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18160] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18160/stat : 18160 (java) S 18154 18141 16922 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44334092 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18161] ppid=18154 vsize=868544 CPUtime=0.36
/proc/18155/task/18161/stat : 18161 (java) S 18154 18141 16922 0 -1 64 1542 0 0 0 35 1 0 0 15 0 9 0 44334092 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18162] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18162/stat : 18162 (java) S 18154 18141 16922 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44334093 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18163] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18163/stat : 18163 (java) S 18154 18141 16922 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44334093 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 505.77
Current children cumulated vsize (KiB) 890640

[startup+518.302 s]
/proc/loadavg: 2.21 2.17 2.06 4/92 18203
/proc/meminfo: memFree=14856/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16740 CPUtime=2.63
/proc/18141/stat : 18141 (sugar++) S 18139 18141 16922 0 -1 4194304 1297 22499 0 1 6 2 242 13 16 0 1 0 44333818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18141/statm: 4185 1104 409 3 0 764 0
[pid=18154] ppid=18141 vsize=5356 CPUtime=0
/proc/18154/stat : 18154 (sh) S 18141 18141 16922 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44334088 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18154/statm: 1339 233 193 169 0 50 0
[pid=18155] ppid=18154 vsize=868544 CPUtime=509.49
/proc/18155/stat : 18155 (java) S 18154 18141 16922 0 -1 0 116396 0 1 0 49651 1298 0 0 19 0 9 0 44334088 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18155/statm: 217136 94260 2566 9 0 211683 0
[pid=18155/tid=18156] ppid=18154 vsize=868544 CPUtime=494.89
/proc/18155/task/18156/stat : 18156 (java) R 18154 18141 16922 0 -1 64 9154 0 1 0 48254 1235 0 0 25 0 9 0 44334089 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18155/tid=18157] ppid=18154 vsize=868544 CPUtime=14.22
/proc/18155/task/18157/stat : 18157 (java) S 18154 18141 16922 0 -1 64 105003 0 0 0 1361 61 0 0 16 0 9 0 44334090 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18155/tid=18158] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18158/stat : 18158 (java) S 18154 18141 16922 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44334090 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18159] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18159/stat : 18159 (java) S 18154 18141 16922 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44334091 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18160] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18160/stat : 18160 (java) S 18154 18141 16922 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44334092 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18161] ppid=18154 vsize=868544 CPUtime=0.36
/proc/18155/task/18161/stat : 18161 (java) S 18154 18141 16922 0 -1 64 1542 0 0 0 35 1 0 0 15 0 9 0 44334092 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18162] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18162/stat : 18162 (java) S 18154 18141 16922 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44334093 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18163] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18163/stat : 18163 (java) S 18154 18141 16922 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44334093 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 512.12
Current children cumulated vsize (KiB) 890640

[startup+519.902 s]
/proc/loadavg: 2.21 2.17 2.06 3/92 18203
/proc/meminfo: memFree=15816/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16740 CPUtime=2.63
/proc/18141/stat : 18141 (sugar++) S 18139 18141 16922 0 -1 4194304 1297 22499 0 1 6 2 242 13 16 0 1 0 44333818 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18141/statm: 4185 1104 409 3 0 764 0
[pid=18154] ppid=18141 vsize=5356 CPUtime=0
/proc/18154/stat : 18154 (sh) S 18141 18141 16922 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44334088 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18154/statm: 1339 233 193 169 0 50 0
[pid=18155] ppid=18154 vsize=868544 CPUtime=511.08
/proc/18155/stat : 18155 (java) S 18154 18141 16922 0 -1 0 116401 0 1 0 49806 1302 0 0 19 0 9 0 44334088 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18155/statm: 217136 94260 2566 9 0 211683 0
[pid=18155/tid=18156] ppid=18154 vsize=868544 CPUtime=496.47
/proc/18155/task/18156/stat : 18156 (java) R 18154 18141 16922 0 -1 64 9159 0 1 0 48408 1239 0 0 25 0 9 0 44334089 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4126672630 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18155/tid=18157] ppid=18154 vsize=868544 CPUtime=14.23
/proc/18155/task/18157/stat : 18157 (java) S 18154 18141 16922 0 -1 64 105003 0 0 0 1362 61 0 0 16 0 9 0 44334090 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18155/tid=18158] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18158/stat : 18158 (java) S 18154 18141 16922 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44334090 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18159] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18159/stat : 18159 (java) S 18154 18141 16922 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44334091 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18160] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18160/stat : 18160 (java) S 18154 18141 16922 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44334092 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18161] ppid=18154 vsize=868544 CPUtime=0.36
/proc/18155/task/18161/stat : 18161 (java) S 18154 18141 16922 0 -1 64 1542 0 0 0 35 1 0 0 15 0 9 0 44334092 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18162] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18162/stat : 18162 (java) S 18154 18141 16922 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44334093 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18155/tid=18163] ppid=18154 vsize=868544 CPUtime=0
/proc/18155/task/18163/stat : 18163 (java) S 18154 18141 16922 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44334093 889389056 94260 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 513.71
Current children cumulated vsize (KiB) 890640

[startup+520.703 s]
/proc/loadavg: 2.19 2.17 2.06 3/82 18203
/proc/meminfo: memFree=534168/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16740 CPUtime=514.45
/proc/18141/stat : 18141 (sugar++) R 18139 18141 16922 0 -1 4194304 1320 139198 0 2 6 58 50060 1321 17 0 1 0 44333818 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18141/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 514.45
Current children cumulated vsize (KiB) 16740

[startup+521.103 s]
/proc/loadavg: 2.19 2.17 2.06 3/82 18203
/proc/meminfo: memFree=534168/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16740 CPUtime=514.64
/proc/18141/stat : 18141 (sugar++) R 18139 18141 16922 0 -1 4194304 1320 139198 0 2 6 77 50060 1321 15 0 1 0 44333818 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18141/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 514.64
Current children cumulated vsize (KiB) 16740

[startup+521.303 s]
/proc/loadavg: 2.19 2.17 2.06 2/82 18203
/proc/meminfo: memFree=1868376/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16740 CPUtime=514.66
/proc/18141/stat : 18141 (sugar++) D 18139 18141 16922 0 -1 4194304 1320 139198 0 2 6 79 50060 1321 15 0 1 0 44333818 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18141/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 514.66
Current children cumulated vsize (KiB) 16740

[startup+521.407 s]
/proc/loadavg: 2.19 2.17 2.06 2/82 18203
/proc/meminfo: memFree=1868376/2055920 swapFree=4192812/4192956
[pid=18141] ppid=18139 vsize=16740 CPUtime=514.66
/proc/18141/stat : 18141 (sugar++) D 18139 18141 16922 0 -1 4194304 1320 139198 0 2 6 79 50060 1321 15 0 1 0 44333818 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18141/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 514.66
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 521.463
CPU time (s): 514.694
CPU user time (s): 500.668
CPU system time (s): 14.0259
CPU usage (%): 98.7019
Max. virtual memory (cumulated for all children) (KiB): 903340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 500.668
system time used= 14.0259
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140574
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= 28924
involuntary context switches= 36979

runsolver used 0.598908 second user time and 1.86472 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-12 17:25:09
IDJOB=1112973
IDBENCH=61505
IDSOLVER=367
FILE ID=node10/1112973-1215876309
PBS_JOBID= 7903472
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fapp/fapp14/normalized-fapp14-2500-0.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112973-1215876309/watcher-1112973-1215876309 -o /tmp/evaluation-result-1112973-1215876309/solver-1112973-1215876309 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1112973-1215876309.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fac073e8eb5ef4bb7103b84225c28dd2
RANDOM SEED=1752281703

node10.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.236
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.236
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:       1823104 kB
Buffers:         53380 kB
Cached:          94452 kB
SwapCached:          0 kB
Active:         102136 kB
Inactive:        72628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6568 kB
Writeback:           0 kB
Mapped:          47068 kB
Slab:            43188 kB
Committed_AS:   261572 kB
PageTables:       1884 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= 66496 MiB
End job on node10 at 2008-07-12 17:33:51